:root {
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --shadow-sm: 0 8px 22px rgba(28, 25, 23, 0.08);
  --shadow-md: 0 18px 40px rgba(28, 25, 23, 0.14);
  --shadow-lg: 0 28px 70px rgba(28, 25, 23, 0.24);
}

* {
  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(--stone-800);
  background: var(--stone-50);
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(120, 53, 15, 0.96);
  color: var(--amber-50);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(120, 53, 15, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 30px rgba(28, 25, 23, 0.2);
}

.nav-inner {
  max-width: 1180px;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--amber-900);
  background: radial-gradient(circle at 35% 35%, var(--amber-50), var(--amber-500));
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.35);
  font-size: 14px;
}

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

.nav-link {
  padding: 9px 15px;
  border-radius: 10px;
  color: var(--amber-100);
  font-size: 14px;
  font-weight: 650;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  background: rgba(146, 64, 14, 0.85);
  color: #fff;
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(146, 64, 14, 0.55);
  color: #fff;
  padding: 10px;
}

.mobile-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  border-radius: 10px;
}

.mobile-nav {
  display: none;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 20px 16px;
  border-top: 1px solid rgba(253, 230, 138, 0.18);
}

.mobile-nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--amber-100);
}

.mobile-nav a:hover {
  background: rgba(146, 64, 14, 0.6);
}

main {
  min-height: 70vh;
  padding-top: 64px;
}

.hero {
  position: relative;
  height: 610px;
  overflow: hidden;
  background: var(--stone-900);
}

.hero-slides,
.hero-slide,
.hero-slide img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.hero-shade {
  background:
    radial-gradient(circle at 20% 35%, rgba(245, 158, 11, 0.35), transparent 35%),
    linear-gradient(90deg, rgba(28, 25, 23, 0.86), rgba(28, 25, 23, 0.48), rgba(28, 25, 23, 0.74)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: 92px 20px 120px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-kicker {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(217, 119, 6, 0.9);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  font-size: 14px;
  font-weight: 800;
}

.hero h1 {
  margin: 20px 0 14px;
  font-size: clamp(34px, 7vw, 62px);
  line-height: 1.08;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

.hero p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
}

.hero-meta,
.card-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-meta {
  justify-content: center;
  margin-top: 20px;
}

.hero-meta span,
.detail-meta span,
.detail-meta a {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

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

.primary-btn {
  padding: 13px 28px;
  color: #fff;
  background: var(--amber-600);
  box-shadow: 0 18px 34px rgba(217, 119, 6, 0.35);
}

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

.primary-btn:hover {
  background: var(--amber-700);
}

.ghost-btn {
  padding: 12px 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  font-size: 30px;
  line-height: 1;
}

.hero-arrow:hover {
  background: rgba(0, 0, 0, 0.65);
}

.hero-prev {
  left: 24px;
}

.hero-next {
  right: 24px;
}

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

.hero-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  transition: width 0.2s ease, background 0.2s ease;
}

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

.hero-search {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  width: min(680px, calc(100% - 36px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(28, 25, 23, 0.55);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.hero-search input,
.filter-search input,
.filter-selects select {
  border: 1px solid var(--stone-200);
  border-radius: 999px;
  outline: none;
  background: #fff;
  color: var(--stone-800);
}

.hero-search input {
  width: 100%;
  padding: 12px 16px;
  border-color: transparent;
}

.hero-search button {
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  color: #fff;
  background: var(--amber-600);
  font-weight: 800;
}

.content-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 20px;
}

.section-soft {
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2 + 20px));
  padding-right: 0;
  background: linear-gradient(180deg, var(--stone-50), #fff);
}

.section-head {
  max-width: 1180px;
  margin: 0 auto 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.section-head h2,
.section-title-center h2 {
  margin: 0 0 8px;
  color: var(--stone-800);
  font-size: clamp(26px, 4vw, 36px);
}

.section-head p,
.section-title-center p {
  margin: 0;
  color: var(--stone-600);
  line-height: 1.7;
}

.text-link {
  color: var(--amber-700);
  font-weight: 900;
}

.text-link:hover {
  color: var(--amber-800);
}

.rail-actions {
  display: flex;
  gap: 8px;
}

.rail-actions button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--stone-200);
  border-radius: 50%;
  background: #fff;
  color: var(--stone-600);
  font-size: 22px;
}

.movie-rail {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 20px 12px 0;
  scrollbar-width: none;
}

.movie-rail::-webkit-scrollbar {
  display: none;
}

.rail-item {
  flex: 0 0 280px;
}

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

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

.movie-card,
.feature-card,
.movie-card-wide,
.category-card,
.category-tile {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover,
.feature-card:hover,
.movie-card-wide:hover,
.category-card:hover,
.category-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.movie-card a,
.feature-card a,
.movie-card-wide a,
.category-card a {
  display: block;
  height: 100%;
}

.poster-frame,
.wide-poster {
  position: relative;
  overflow: hidden;
  background: var(--stone-200);
}

.poster-frame {
  aspect-ratio: 4 / 3;
}

.poster-frame img,
.wide-poster img,
.feature-card img,
.category-card img,
.category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.movie-card:hover img,
.feature-card:hover img,
.movie-card-wide:hover img,
.category-card:hover img,
.category-tile:hover img {
  transform: scale(1.08);
}

.card-category,
.duration,
.rank-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.card-category {
  top: 10px;
  left: 10px;
  padding: 6px 9px;
  background: var(--amber-600);
}

.duration {
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.72);
}

.rank-badge {
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--amber-500), var(--amber-800));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.card-body {
  padding: 16px;
}

.card-body h3,
.wide-content h3 {
  margin: 0 0 9px;
  color: var(--stone-800);
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body p,
.wide-content p {
  margin: 0 0 13px;
  color: var(--stone-500);
  font-size: 14px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  color: var(--stone-400);
  font-size: 12px;
}

.highlight-section {
  max-width: none;
  background: linear-gradient(180deg, var(--amber-50), #fff);
}

.feature-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.feature-card {
  position: relative;
  min-height: 420px;
}

.feature-card a,
.feature-card img,
.feature-overlay {
  position: absolute;
  inset: 0;
}

.feature-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 55%);
}

.feature-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff;
}

.feature-content span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--amber-600);
  font-size: 13px;
  font-weight: 800;
}

.feature-content h3 {
  margin: 0 0 10px;
  font-size: 28px;
}

.feature-content p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.feature-side {
  display: grid;
  gap: 14px;
}

.movie-card-wide a {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  min-height: 112px;
}

.wide-poster {
  min-height: 112px;
}

.wide-content {
  padding: 12px 14px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.movie-card-wide .card-category {
  position: static;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 7px;
  color: var(--amber-700);
  background: var(--amber-50);
}

.category-section {
  max-width: none;
  background: var(--stone-100);
}

.section-title-center {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.category-grid,
.category-list-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.category-tile {
  position: relative;
  min-height: 190px;
  display: block;
  background: var(--stone-900);
}

.category-tile img,
.tile-overlay,
.tile-content {
  position: absolute;
  inset: 0;
}

.tile-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18));
}

.tile-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

.tile-content strong {
  font-size: 22px;
  margin-bottom: 8px;
}

.tile-content em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: center;
  min-height: 340px;
  padding: 60px max(20px, calc((100vw - 1180px) / 2 + 20px));
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.28), transparent 30%),
    linear-gradient(115deg, var(--amber-900), var(--amber-800) 48%, var(--stone-900));
}

.slim-hero {
  display: block;
  min-height: 260px;
}

.page-hero span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--amber-200);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 54px);
}

.page-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--amber-100);
  font-size: 18px;
  line-height: 1.8;
}

.ranking-hero {
  grid-template-columns: 0.8fr 1.2fr;
}

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

.ranking-list a {
  display: grid;
  grid-template-columns: 44px 1fr auto 56px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(253, 230, 138, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.ranking-list span {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.ranking-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-list em {
  color: var(--amber-100);
  font-style: normal;
  font-size: 13px;
}

.ranking-list b {
  color: var(--amber-200);
  text-align: right;
}

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

.category-card a {
  display: grid;
  grid-template-columns: 230px 1fr;
  min-height: 180px;
}

.category-card img {
  min-height: 180px;
}

.category-card div {
  padding: 24px;
}

.category-card h2 {
  margin: 0 0 10px;
}

.category-card p {
  margin: 0 0 18px;
  color: var(--stone-600);
  line-height: 1.7;
}

.category-card span {
  color: var(--amber-700);
  font-weight: 900;
}

.filter-panel {
  margin: 0 0 26px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--stone-200);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.filter-search input,
.filter-selects select {
  width: 100%;
  height: 46px;
  padding: 0 16px;
}

.filter-selects {
  display: flex;
  gap: 10px;
}

.empty-state {
  display: none;
  padding: 40px;
  text-align: center;
  color: var(--stone-500);
  border: 1px dashed var(--stone-300);
  border-radius: 18px;
  background: #fff;
}

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

.detail-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px 56px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--stone-500);
  font-size: 14px;
}

.breadcrumbs a:hover {
  color: var(--amber-700);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 0.85fr);
  gap: 28px;
}

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

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  box-shadow: var(--shadow-lg);
}

.player-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.player-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #000;
}

.player-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.play-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #fff;
  background: rgba(217, 119, 6, 0.9);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.44);
  font-size: 32px;
  text-indent: 5px;
}

.player-shell.is-started .player-cover {
  display: none;
}

.detail-card,
.side-card {
  margin-top: 22px;
  padding: 26px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.side-card {
  position: sticky;
  top: 86px;
  margin-top: 0;
}

.detail-card h1 {
  margin: 0 0 16px;
  color: var(--stone-800);
  font-size: clamp(26px, 4vw, 38px);
}

.detail-card .detail-meta a,
.detail-card .detail-meta span {
  color: var(--amber-800);
  background: var(--amber-50);
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.detail-tags span {
  padding: 7px 10px;
  border-radius: 10px;
  background: var(--stone-100);
  color: var(--stone-600);
  font-size: 13px;
}

.detail-line {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--amber-600);
  border-radius: 0 12px 12px 0;
  background: var(--amber-50);
  color: var(--stone-700);
  line-height: 1.8;
}

.detail-card section {
  padding-top: 18px;
  border-top: 1px solid var(--stone-200);
}

.detail-card section + section {
  margin-top: 24px;
}

.detail-card h2,
.side-card h2 {
  margin: 0 0 12px;
  color: var(--stone-800);
  font-size: 22px;
}

.detail-card p {
  margin: 0;
  color: var(--stone-600);
  line-height: 1.9;
}

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

.side-list .movie-card-wide a {
  grid-template-columns: 120px 1fr;
}

.side-list .wide-poster {
  min-height: 96px;
}

.site-footer {
  background: var(--stone-900);
  color: var(--stone-300);
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 20px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
}

.footer-brand {
  margin-bottom: 14px;
  color: var(--amber-100);
}

.footer-inner p {
  max-width: 460px;
  margin: 0;
  color: var(--stone-400);
  line-height: 1.75;
}

.footer-links {
  display: grid;
  gap: 9px;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  text-align: center;
  color: var(--stone-500);
  font-size: 14px;
}

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

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

  .side-card {
    position: static;
  }
}

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

  .mobile-toggle {
    display: block;
  }

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

  .hero {
    height: 560px;
  }

  .hero-content {
    padding-top: 72px;
  }

  .hero-arrow {
    display: none;
  }

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

  .feature-layout,
  .page-hero,
  .ranking-hero {
    grid-template-columns: 1fr;
  }

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

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

  .filter-selects {
    flex-wrap: wrap;
  }

  .filter-selects select {
    flex: 1 1 160px;
  }

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

@media (max-width: 620px) {
  .nav-inner {
    padding: 0 14px;
  }

  .brand {
    font-size: 18px;
  }

  .hero {
    height: 620px;
  }

  .hero-search {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .hero-search button {
    height: 44px;
  }

  .hero-dots {
    bottom: 118px;
  }

  .content-section,
  .detail-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

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

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

  .movie-card-wide a,
  .side-list .movie-card-wide a {
    grid-template-columns: 118px 1fr;
  }

  .wide-content h3 {
    font-size: 14px;
  }

  .wide-content p {
    display: none;
  }

  .ranking-list a {
    grid-template-columns: 36px 1fr 46px;
  }

  .ranking-list em {
    display: none;
  }

  .detail-card,
  .side-card {
    padding: 18px;
  }

  .play-circle {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }
}
