:root {
  --honey-50: #fff7ed;
  --honey-100: #ffedd5;
  --honey-200: #fed7aa;
  --honey-300: #fdba74;
  --honey-400: #fb923c;
  --flame-500: #f97316;
  --flame-600: #ea580c;
  --amber-500: #f59e0b;
  --phoenix-700: #a16207;
  --ink-950: #17110c;
  --ink-900: #22160f;
  --ink-800: #362216;
  --text-900: #24170f;
  --text-700: #60442f;
  --text-500: #876b55;
  --line: rgba(255, 237, 213, 0.72);
  --card: rgba(255, 255, 255, 0.92);
  --shadow: 0 18px 48px rgba(100, 48, 12, 0.16);
  --radius: 24px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-900);
  background: linear-gradient(135deg, #fff7ed 0%, #fffaf0 42%, #fff1dc 100%);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 5%, rgba(251, 146, 60, 0.22), transparent 30%),
    radial-gradient(circle at 85% 8%, rgba(245, 158, 11, 0.20), transparent 34%),
    linear-gradient(180deg, rgba(255, 247, 237, 0.98), rgba(255, 255, 255, 0.96));
}

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: linear-gradient(90deg, rgba(180, 83, 9, 0.96), rgba(249, 115, 22, 0.96), rgba(245, 158, 11, 0.96));
  box-shadow: 0 12px 30px rgba(124, 45, 18, 0.22);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 900;
  background:
    radial-gradient(circle at 50% 20%, #fff7ed 0%, #fbbf24 25%, #f97316 55%, #7c2d12 100%);
  box-shadow: 0 12px 26px rgba(124, 45, 18, 0.28);
  animation: flamePulse 2.7s ease-in-out infinite;
}

.brand-text {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 16px rgba(124, 45, 18, 0.24);
}

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

.nav-link,
.mobile-link {
  color: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 260px;
}

.header-search input,
.mobile-search input,
.page-search input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  outline: none;
}

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

.header-search button,
.mobile-search button,
.page-search button,
.hero-button,
.filter-button,
.play-button,
.section-more,
.detail-action {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.2s ease;
}

.header-search button,
.mobile-search button {
  color: var(--flame-600);
  background: #ffffff;
  padding: 10px 15px;
  white-space: nowrap;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
}

.menu-button span {
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background: #ffffff;
}

.mobile-panel {
  display: none;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
}

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

.mobile-search {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.mobile-nav {
  display: grid;
  gap: 8px;
}

.hero {
  position: relative;
  min-height: 660px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(23, 17, 12, 0.94), rgba(124, 45, 18, 0.88)),
    radial-gradient(circle at 18% 20%, rgba(251, 191, 36, 0.28), transparent 30%);
}

.hero-slider {
  position: relative;
  min-height: 660px;
}

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

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

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

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

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 17, 12, 0.94) 0%, rgba(23, 17, 12, 0.76) 42%, rgba(23, 17, 12, 0.32) 100%),
    linear-gradient(180deg, rgba(23, 17, 12, 0.30), rgba(23, 17, 12, 0.86));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: center;
  gap: 54px;
  padding: 80px 0;
}

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

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  font-weight: 800;
}

.hero h1 {
  margin: 24px 0 18px;
  font-size: clamp(38px, 7vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 950;
  max-width: 840px;
}

.hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 247, 237, 0.88);
  font-size: 18px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 30px;
}

.hero-tags span,
.tag-row span,
.detail-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #7c2d12;
  background: rgba(255, 237, 213, 0.96);
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 800;
}

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

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

.hero-button,
.detail-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7c2d12;
  background: linear-gradient(135deg, #ffffff, #ffedd5);
  padding: 14px 22px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.20);
}

.hero-button.secondary,
.detail-action.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.hero-card {
  position: relative;
  border-radius: 34px;
  padding: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-card-info {
  padding: 16px 4px 2px;
}

.hero-card-info strong {
  display: block;
  font-size: 22px;
}

.hero-card-info span {
  color: rgba(255, 247, 237, 0.76);
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-arrow,
.hero-dot {
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  transition: 0.2s ease;
}

.hero-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 22px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  padding: 0;
}

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

main {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.page-main {
  padding: 42px 0 70px;
}

.full-bleed {
  width: 100%;
  margin: 0;
}

.section {
  padding: 66px 0;
}

.soft-section {
  width: 100%;
  margin: 0;
  padding: 66px 0;
  background: linear-gradient(90deg, rgba(255, 237, 213, 0.72), rgba(255, 247, 237, 0.90), rgba(254, 215, 170, 0.66));
}

.soft-section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

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

.page-heading {
  align-items: start;
  margin-bottom: 34px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--flame-600);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2,
.page-heading h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.section-heading p,
.page-heading p {
  margin: 10px 0 0;
  color: var(--text-700);
  max-width: 720px;
}

.section-more {
  color: #ffffff;
  background: linear-gradient(135deg, var(--flame-600), var(--amber-500));
  padding: 11px 17px;
  box-shadow: 0 14px 26px rgba(249, 115, 22, 0.18);
  white-space: nowrap;
}

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

.movie-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 237, 213, 0.92);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(100, 48, 12, 0.24);
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(145deg, #431407, #f97316);
}

.poster-link img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.movie-card:hover .poster-link img {
  transform: scale(1.06);
}

.poster-shade {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(23, 17, 12, 0.68));
}

.poster-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(23, 17, 12, 0.68);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.movie-info {
  padding: 16px;
}

.movie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text-500);
  font-size: 13px;
  font-weight: 700;
}

.movie-info h3,
.rank-info h3 {
  margin: 8px 0 7px;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
}

.movie-info h3 a:hover,
.rank-info h3 a:hover,
.related-list a:hover {
  color: var(--flame-600);
}

.movie-info p,
.rank-info p {
  margin: 0 0 12px;
  color: var(--text-700);
  font-size: 14px;
}

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

.compact-card .movie-info p {
  display: none;
}

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

.category-tile {
  position: relative;
  display: block;
  min-height: 168px;
  overflow: hidden;
  border-radius: 26px;
  padding: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 247, 237, 0.28), transparent 34%),
    linear-gradient(135deg, #92400e, #f97316 54%, #f59e0b);
  box-shadow: var(--shadow);
}

.category-tile h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 950;
}

.category-tile p {
  margin: 0;
  color: rgba(255, 247, 237, 0.84);
}

.category-tile span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  font-size: 42px;
  opacity: 0.24;
  font-weight: 950;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  padding: 12px;
  border-radius: 24px;
  background: var(--card);
  border: 1px solid rgba(255, 237, 213, 0.88);
  box-shadow: var(--shadow);
}

.rank-poster {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #431407, #f97316);
}

.rank-poster img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.rank-poster span {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(124, 45, 18, 0.25);
}

.rank-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filter-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
  padding: 18px;
  border: 1px solid rgba(255, 237, 213, 0.88);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(100, 48, 12, 0.08);
}

.page-search {
  display: flex;
  gap: 10px;
}

.page-search input {
  color: var(--text-900);
  background: #ffffff;
  border-color: rgba(249, 115, 22, 0.18);
}

.page-search button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--flame-600), var(--amber-500));
  padding: 0 20px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.filter-button {
  color: var(--text-700);
  background: #ffffff;
  border: 1px solid rgba(249, 115, 22, 0.20);
  padding: 8px 13px;
}

.filter-button.is-active,
.filter-button:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--flame-600), var(--amber-500));
}

.detail-hero {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(23, 17, 12, 0.94), rgba(124, 45, 18, 0.88)),
    radial-gradient(circle at 88% 12%, rgba(245, 158, 11, 0.26), transparent 34%);
}

.detail-bg {
  position: absolute;
  inset: 0;
  opacity: 0.30;
}

.detail-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(18px) saturate(1.08);
  transform: scale(1.08);
}

.detail-hero-inner {
  position: relative;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 44px;
  align-items: center;
}

.detail-cover {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  background: linear-gradient(135deg, #431407, #f97316);
}

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

.breadcrumb {
  margin-bottom: 14px;
  color: rgba(255, 247, 237, 0.78);
  font-weight: 700;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.detail-title h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.detail-title p {
  margin: 0 0 20px;
  max-width: 760px;
  color: rgba(255, 247, 237, 0.88);
  font-size: 18px;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.detail-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 800;
}

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

.player-section,
.content-section {
  padding: 54px 0;
}

.player-card {
  overflow: hidden;
  border-radius: 32px;
  background: #140c08;
  box-shadow: 0 28px 76px rgba(61, 23, 8, 0.28);
}

.video-wrap {
  position: relative;
  width: 100%;
  background: #000000;
  aspect-ratio: 16 / 9;
}

.video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  object-fit: contain;
  z-index: 1;
}

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(20, 12, 8, 0.10), rgba(20, 12, 8, 0.78)),
    radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.24), transparent 40%);
}

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

.player-overlay img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.play-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  color: #7c2d12;
  background: linear-gradient(135deg, #ffffff, #ffedd5);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
  font-size: 42px;
}

.player-title {
  padding: 22px 26px;
  color: #ffffff;
  background: linear-gradient(90deg, #1c110b, #2f180d);
}

.player-title h2 {
  margin: 0;
  font-size: 24px;
}

.player-title p {
  margin: 7px 0 0;
  color: rgba(255, 247, 237, 0.78);
}

.article-card {
  border-radius: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 237, 213, 0.92);
  box-shadow: var(--shadow);
}

.article-card h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.2;
}

.article-card p {
  margin: 0 0 18px;
  color: var(--text-700);
  font-size: 17px;
}

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

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

.related-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(249, 115, 22, 0.13);
}

.related-list li:last-child {
  border-bottom: 0;
}

.related-list a {
  font-weight: 850;
}

.related-list span {
  color: var(--text-500);
  white-space: nowrap;
}

.site-footer {
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 15%, rgba(245, 158, 11, 0.22), transparent 34%),
    linear-gradient(135deg, #1f130c, #5f240d 55%, #8a3b0e);
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
}

.footer-brand p {
  color: rgba(255, 237, 213, 0.74);
  margin: 14px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 247, 237, 0.86);
  background: rgba(255, 255, 255, 0.12);
}

.footer-bottom {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 30px;
  color: rgba(255, 237, 213, 0.62);
  font-size: 14px;
}

.empty-state {
  display: none;
  padding: 34px;
  border-radius: 26px;
  color: var(--text-700);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 237, 213, 0.92);
}

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

@keyframes flamePulse {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(1.04);
  }
}

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

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

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

  .hero-content {
    grid-template-columns: 1fr 270px;
  }
}

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

  .menu-button {
    display: inline-flex;
  }

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

  .hero,
  .hero-slider,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 54px 0 104px;
  }

  .hero-card {
    max-width: 240px;
  }

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

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

  .rank-item {
    grid-template-columns: 104px 1fr;
  }

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

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

  .footer-inner,
  .section-heading,
  .page-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .header-inner {
    width: min(100% - 24px, var(--max));
    height: 64px;
  }

  .mobile-panel {
    width: min(100% - 24px, var(--max));
  }

  main,
  .hero-content,
  .soft-section-inner,
  .detail-hero-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 24px, var(--max));
  }

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

  .rank-item {
    grid-template-columns: 96px 1fr;
  }

  .page-search {
    flex-direction: column;
  }

  .page-search button {
    padding: 11px 16px;
  }

  .article-card {
    padding: 22px;
  }

  .play-button {
    width: 76px;
    height: 76px;
    font-size: 34px;
  }
}
