* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --amber-950: #451a03;
  --amber-900: #78350f;
  --amber-800: #92400e;
  --amber-700: #b45309;
  --amber-600: #d97706;
  --amber-500: #f59e0b;
  --amber-100: #fef3c7;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --text: #1f2937;
  --muted: #6b7280;
  --line: rgba(146, 64, 14, 0.16);
  --shadow: 0 24px 60px rgba(69, 26, 3, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 42%, #fefce8 100%);
  color: var(--text);
  min-height: 100vh;
}

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: linear-gradient(90deg, var(--amber-900), var(--amber-800), var(--amber-900));
  box-shadow: 0 12px 30px rgba(69, 26, 3, 0.26);
}

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

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

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--amber-900);
  background: linear-gradient(135deg, #fde68a, #f59e0b);
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.35);
  font-size: 13px;
}

.brand-name {
  white-space: nowrap;
  font-size: 20px;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: flex-end;
}

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

.nav-link {
  color: #fff7cc;
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #ffffff;
  background: rgba(253, 230, 138, 0.2);
  transform: translateY(-1px);
}

.nav-search {
  display: flex;
  gap: 8px;
  min-width: 270px;
}

.nav-search input,
.big-search input,
.filter-bar input {
  width: 100%;
  border: 1px solid rgba(180, 83, 9, 0.24);
  border-radius: 12px;
  padding: 11px 14px;
  color: #431407;
  background: rgba(255, 255, 255, 0.92);
  outline: none;
}

.nav-search input:focus,
.big-search input:focus,
.filter-bar input:focus {
  border-color: var(--amber-500);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
}

.nav-search button,
.big-search button {
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  color: white;
  background: var(--amber-600);
  cursor: pointer;
  font-weight: 800;
}

.nav-search button:hover,
.big-search button:hover {
  background: var(--amber-500);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff7cc;
  border-radius: 2px;
}

.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--amber-950), var(--amber-800));
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.7s ease, transform 1.2s ease;
}

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

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 25%, rgba(245, 158, 11, 0.28), transparent 34%),
    linear-gradient(90deg, rgba(20, 9, 3, 0.92), rgba(69, 26, 3, 0.58) 45%, rgba(0, 0, 0, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 48%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px 72px;
  display: flex;
  align-items: flex-end;
}

.hero-copy {
  max-width: 720px;
  color: white;
}

.eyebrow,
.page-hero p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fde68a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 18px;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero-copy p {
  max-width: 670px;
  margin: 22px 0 0;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

.hero-meta,
.detail-meta,
.rank-stats,
.movie-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-meta {
  margin-top: 22px;
  color: #fff7cc;
  font-weight: 700;
}

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

.primary-btn,
.ghost-btn,
.home-cta a,
.filter-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  padding: 13px 22px;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn,
.home-cta a {
  color: white;
  background: var(--amber-600);
  box-shadow: 0 18px 38px rgba(217, 119, 6, 0.3);
}

.primary-btn:hover,
.home-cta a:hover,
.filter-bar a:hover {
  background: var(--amber-500);
  transform: translateY(-2px);
}

.ghost-btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.ghost-btn:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-2px);
}

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

.hero-dot {
  width: 34px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.hero-dot.active {
  background: #fde68a;
}

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

.section-white {
  background: transparent;
}

.section-warm {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
  background: linear-gradient(135deg, #fef3c7, #fff7ed 58%, #ffffff);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.section-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--amber-900);
  background: #fde68a;
  font-weight: 900;
}

.section-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.03em;
}

.section-more {
  color: var(--amber-700);
  font-weight: 900;
}

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

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

.movie-card,
.poster-card,
.rank-row,
.category-overview-card,
.category-tile {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.movie-card {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(145deg, #fffbeb, #ffffff);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(120, 53, 15, 0.08);
}

.movie-card:hover,
.poster-card:hover,
.rank-row:hover,
.category-overview-card:hover,
.category-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.movie-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, var(--amber-900), var(--amber-500));
}

.movie-thumb img,
.poster-media img,
.rank-row img,
.detail-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.duration,
.rank-badge {
  position: absolute;
  z-index: 2;
  color: white;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(6px);
  font-size: 12px;
  font-weight: 900;
}

.duration {
  right: 12px;
  bottom: 12px;
  padding: 5px 8px;
}

.rank-badge {
  left: 12px;
  top: 12px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--amber-600);
}

.movie-info {
  padding: 18px;
}

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

.movie-tags span,
.detail-tags a {
  color: var(--amber-800);
  background: #fef3c7;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
}

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

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

.movie-meta {
  color: #6b7280;
  font-size: 13px;
  justify-content: space-between;
}

.movie-meta span:first-child,
.rank-stats span:first-child,
.detail-meta span:first-child {
  color: var(--amber-600);
  font-weight: 900;
}

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

.category-tile {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 22px;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(253, 230, 138, 0.38), transparent 32%),
    linear-gradient(135deg, var(--amber-900), var(--amber-600));
  box-shadow: 0 18px 42px rgba(120, 53, 15, 0.18);
}

.category-tile span {
  font-size: 22px;
  font-weight: 900;
}

.category-tile strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
}

.category-tile em {
  font-style: normal;
  color: #fde68a;
  font-weight: 900;
}

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

.poster-media {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--amber-900), var(--amber-500));
  box-shadow: 0 14px 28px rgba(120, 53, 15, 0.16);
}

.poster-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 42px 12px 12px;
  color: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent);
}

.poster-overlay span {
  color: #fde68a;
  font-weight: 900;
  font-size: 13px;
}

.poster-overlay strong {
  display: block;
  margin-top: 5px;
  line-height: 1.35;
  font-size: 14px;
}

.rank-section {
  padding-top: 36px;
}

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

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

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

.rank-row {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(90deg, #fffbeb, #ffffff);
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(120, 53, 15, 0.08);
}

.rank-row-link {
  display: grid;
  grid-template-columns: 52px 150px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 12px 16px;
}

.rank-number {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--amber-600);
  font-weight: 900;
}

.rank-row img {
  width: 150px;
  height: 86px;
  border-radius: 12px;
  object-fit: cover;
}

.rank-copy h3 {
  margin: 4px 0 6px;
  font-size: 18px;
  color: #111827;
}

.rank-copy p,
.rank-meta {
  margin: 0;
  color: var(--muted);
}

.rank-copy p {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rank-meta,
.rank-stats {
  font-size: 13px;
}

.rank-stats {
  margin-top: 10px;
  color: #6b7280;
}

.home-cta {
  margin: 0 auto 70px;
  max-width: 1180px;
  padding: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 15% 20%, rgba(253, 230, 138, 0.28), transparent 28%),
    linear-gradient(90deg, var(--amber-900), var(--amber-700));
  box-shadow: var(--shadow);
}

.home-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.04em;
}

.home-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 760px;
}

.home-cta a {
  flex: 0 0 auto;
  background: white;
  color: var(--amber-900);
}

.page-hero,
.detail-hero {
  max-width: 1180px;
  margin: 32px auto 0;
  padding: 58px;
  border-radius: 30px;
  color: white;
  background:
    radial-gradient(circle at 78% 22%, rgba(253, 230, 138, 0.35), transparent 34%),
    linear-gradient(135deg, var(--amber-950), var(--amber-700));
  box-shadow: var(--shadow);
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.page-hero span {
  display: block;
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  font-size: 18px;
}

.filter-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.filter-bar a {
  color: white;
  background: var(--amber-600);
  white-space: nowrap;
}

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

.category-overview-card {
  border-radius: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #fffbeb, #ffffff);
  box-shadow: 0 12px 30px rgba(120, 53, 15, 0.08);
}

.category-overview-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--amber-700);
  font-weight: 900;
}

.category-overview-card h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.5;
}

.category-overview-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 9px;
}

.category-overview-card li a {
  color: var(--muted);
}

.category-overview-card li a:hover {
  color: var(--amber-700);
}

.big-search {
  max-width: 780px;
  margin: 0 auto 22px;
  display: flex;
  gap: 12px;
}

.search-status {
  text-align: center;
  margin-bottom: 30px;
  color: var(--muted);
  font-weight: 700;
}

.detail-hero {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 36px;
  align-items: end;
  overflow: hidden;
}

.detail-poster {
  aspect-ratio: 2 / 3;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, var(--amber-900), var(--amber-500));
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #fde68a;
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumbs a:hover {
  color: white;
}

.detail-copy h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 70px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.detail-one-line {
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
  font-size: 19px;
}

.detail-meta {
  color: #fff7cc;
  font-weight: 800;
}

.detail-tags {
  margin-top: 22px;
}

.player-section {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0 24px;
}

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

.player-shell video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
}

.play-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: white;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.56));
  cursor: pointer;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.play-layer span {
  width: 96px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(217, 119, 6, 0.92);
  box-shadow: 0 20px 46px rgba(217, 119, 6, 0.36);
  font-size: 42px;
  padding-left: 7px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.play-layer:hover span {
  transform: scale(1.08);
  background: var(--amber-500);
}

.play-layer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: start;
}

.detail-article,
.detail-side,
.prose-section article {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(120, 53, 15, 0.08);
}

.detail-article,
.detail-side {
  padding: 28px;
}

.detail-article h2,
.detail-side h2,
.prose-section h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 26px;
  letter-spacing: -0.02em;
}

.detail-article p,
.prose-section p {
  color: #374151;
  line-height: 2;
  font-size: 17px;
  margin: 0 0 28px;
}

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

.detail-side dl {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px 14px;
  margin: 0;
}

.detail-side dt {
  color: var(--muted);
  font-weight: 800;
}

.detail-side dd {
  margin: 0;
  color: #111827;
  line-height: 1.55;
}

.related-grid {
  max-width: 1180px;
  margin: 0 auto;
}

.prose-section {
  display: grid;
  gap: 20px;
}

.prose-section article {
  padding: 28px;
}

.site-footer {
  color: #fef3c7;
  background: linear-gradient(180deg, var(--amber-950), #2b1002);
  margin-top: 30px;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 24px 34px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
}

.footer-grid p {
  color: rgba(254, 243, 199, 0.76);
  line-height: 1.8;
}

.footer-grid h2 {
  margin: 0 0 14px;
  color: #fde68a;
  font-size: 15px;
  letter-spacing: 0.08em;
}

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

.footer-links a {
  color: rgba(254, 243, 199, 0.78);
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 34px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(253, 230, 138, 0.18);
  color: rgba(254, 243, 199, 0.68);
  font-size: 14px;
}

.hidden-card {
  display: none !important;
}

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

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

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

@media (max-width: 860px) {
  .site-nav {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-panel {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 12px 0 4px;
  }

  .nav-panel.open {
    display: flex;
  }

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

  .nav-search {
    min-width: 0;
  }

  .hero {
    height: 560px;
  }

  .movie-grid,
  .category-movie-grid,
  .category-overview-grid,
  .detail-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .detail-hero {
    grid-template-columns: 180px 1fr;
    padding: 34px;
  }

  .home-cta,
  .filter-bar,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .rank-row-link {
    grid-template-columns: 42px 110px 1fr;
  }

  .rank-row img {
    width: 110px;
    height: 74px;
  }
}

@media (max-width: 620px) {
  .site-nav,
  .content-section,
  .player-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    height: 620px;
  }

  .hero-inner {
    padding: 0 16px 68px;
  }

  .hero-copy p,
  .detail-one-line,
  .page-hero span {
    font-size: 16px;
  }

  .hero-actions,
  .big-search {
    flex-direction: column;
  }

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

  .page-hero,
  .detail-hero,
  .home-cta {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px;
    border-radius: 22px;
  }

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

  .detail-poster {
    max-width: 220px;
  }

  .rank-row-link {
    grid-template-columns: 36px 1fr;
  }

  .rank-row img {
    display: none;
  }

  .footer-grid,
  .footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}
