:root {
  --ice-50: #f0f9ff;
  --ice-100: #e0f2fe;
  --ice-200: #bae6fd;
  --ice-500: #0ea5e9;
  --ice-600: #0284c7;
  --ice-700: #0369a1;
  --snow-50: #f8fafc;
  --snow-100: #f1f5f9;
  --snow-200: #e2e8f0;
  --snow-500: #64748b;
  --snow-700: #334155;
  --snow-900: #0f172a;
  --dark: #07111f;
  --radius: 22px;
  --shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--snow-900);
  background: linear-gradient(180deg, #ffffff 0%, var(--snow-50) 42%, #ffffff 100%);
}

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

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

img.is-empty {
  display: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

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

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

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ice-500), var(--ice-700));
  box-shadow: 0 10px 24px rgba(14, 165, 233, 0.36);
}

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

.nav-links a,
.nav-categories > button {
  border: 0;
  background: transparent;
  color: var(--snow-700);
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
}

.nav-links a:hover,
.nav-links a.active,
.nav-categories > button:hover {
  color: var(--ice-600);
}

.nav-categories {
  position: relative;
}

.nav-categories-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 180px;
  padding: 12px;
  border: 1px solid var(--snow-200);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow);
  display: none;
}

.nav-categories:hover .nav-categories-panel {
  display: grid;
  gap: 8px;
}

.nav-categories-panel a {
  padding: 9px 10px;
  border-radius: 10px;
}

.nav-categories-panel a:hover {
  background: var(--ice-50);
}

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

.nav-search input,
.filter-main input,
.search-callout input {
  width: 100%;
  border: 1px solid var(--snow-200);
  border-radius: 999px;
  outline: 0;
  padding: 11px 16px;
  color: var(--snow-900);
  background: #ffffff;
}

.nav-search input:focus,
.filter-main input:focus,
.search-callout input:focus {
  border-color: var(--ice-500);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14);
}

.nav-search button,
.search-callout button,
.filter-main button {
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ice-600);
  padding: 11px 18px;
  font-weight: 800;
  cursor: pointer;
}

.nav-search button:hover,
.search-callout button:hover,
.filter-main button:hover {
  background: var(--ice-700);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  font-size: 26px;
  color: var(--snow-700);
  cursor: pointer;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  padding: 64px 0 92px;
  background:
    radial-gradient(circle at 12% 16%, rgba(14, 165, 233, 0.28), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(56, 189, 248, 0.24), transparent 34%),
    linear-gradient(135deg, #ecfeff 0%, #f8fafc 48%, #ffffff 100%);
}

.hero-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.55;
  pointer-events: none;
}

.hero-glow-one {
  left: -90px;
  bottom: -120px;
  background: rgba(14, 165, 233, 0.28);
}

.hero-glow-two {
  right: -80px;
  top: 40px;
  background: rgba(125, 211, 252, 0.35);
}

.hero-stage {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 560px;
  margin: 0 auto;
  border: 1px solid rgba(186, 230, 253, 0.8);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 30px 90px rgba(3, 105, 161, 0.18);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
  padding: 44px;
  opacity: 0;
  transform: translateX(40px) scale(0.985);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.hero-image {
  position: relative;
  height: 456px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ice-100), #ffffff);
  box-shadow: var(--shadow);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(2, 8, 23, 0.45) 100%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ice-700);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy h1,
.hero-copy h2,
.page-hero h1,
.detail-copy h1 {
  margin: 12px 0 18px;
  color: var(--snow-900);
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.hero-copy p,
.page-hero p,
.detail-one-line {
  max-width: 660px;
  color: var(--snow-700);
  font-size: 18px;
  line-height: 1.9;
}

.hero-tags,
.detail-tags {
  margin: 22px 0 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--ice-50);
  color: var(--ice-700);
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
}

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

.primary-btn,
.ghost-btn,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 900;
}

.primary-btn {
  color: #ffffff;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--ice-500), var(--ice-700));
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.28);
}

.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(14, 165, 233, 0.34);
}

.ghost-btn {
  border: 1px solid rgba(14, 165, 233, 0.22);
  color: var(--ice-700);
  background: rgba(255, 255, 255, 0.72);
  padding: 0 20px;
}

.ghost-btn:hover {
  border-color: var(--ice-500);
  background: #ffffff;
}

.text-link {
  color: var(--ice-700);
}

.text-link:hover {
  color: var(--ice-500);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  color: var(--ice-700);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

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

.hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(3, 105, 161, 0.25);
  cursor: pointer;
}

.hero-dots button.is-active {
  width: 28px;
  background: var(--ice-600);
}

.section-block {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0;
}

.section-overlap {
  margin-top: -42px;
}

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

.section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.compact-heading {
  align-items: center;
}

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

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

.movie-card {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14, 165, 233, 0.34);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 2 / 2.72;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ice-100), #ffffff);
}

.movie-card-featured .poster-link {
  aspect-ratio: 16 / 9;
}

.poster-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}

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

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(2, 8, 23, 0.46) 100%);
}

.year-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(2, 132, 199, 0.9);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.movie-card-body {
  padding: 16px;
}

.movie-meta-line,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--snow-500);
  font-size: 13px;
  font-weight: 800;
}

.movie-meta-line span,
.detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.movie-meta-line span:not(:last-child)::after,
.detail-meta span:not(:last-child)::after {
  content: "·";
  color: var(--snow-500);
}

.movie-card h2 {
  margin: 10px 0 8px;
  font-size: 19px;
  line-height: 1.35;
}

.movie-card h2 a:hover {
  color: var(--ice-600);
}

.movie-card p {
  min-height: 48px;
  margin: 0 0 14px;
  color: var(--snow-700);
  font-size: 14px;
  line-height: 1.65;
}

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

.category-tile,
.category-panel-card {
  border: 1px solid rgba(186, 230, 253, 0.95);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(240, 249, 255, 0.92), #ffffff);
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.08);
}

.category-tile {
  min-height: 168px;
  padding: 20px;
}

.category-tile span,
.category-panel-head span {
  display: block;
  color: var(--snow-900);
  font-size: 21px;
  font-weight: 900;
}

.category-tile p,
.category-panel-card p {
  color: var(--snow-700);
  line-height: 1.7;
}

.category-tile strong {
  color: var(--ice-700);
}

.category-tile:hover,
.category-panel-card:hover {
  transform: translateY(-3px);
  border-color: var(--ice-500);
}

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

.ranking-card {
  position: sticky;
  top: 92px;
  border: 1px solid var(--snow-200);
  border-radius: 24px;
  background: #ffffff;
  padding: 22px;
  box-shadow: var(--shadow);
}

.ranking-list {
  display: grid;
  gap: 12px;
}

.rank-row {
  display: grid;
  grid-template-columns: 42px 78px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--snow-200);
  border-radius: 18px;
  background: #ffffff;
  padding: 12px;
}

.compact-list .rank-row {
  grid-template-columns: 34px minmax(0, 1fr);
}

.compact-list .rank-cover,
.compact-list .rank-info p,
.compact-list .rank-info .movie-meta-line,
.compact-list .text-link {
  display: none;
}

.rank-num {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: var(--ice-600);
  font-weight: 900;
}

.rank-cover {
  aspect-ratio: 2 / 2.7;
  border-radius: 14px;
  background: var(--ice-50);
  overflow: hidden;
}

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

.rank-info h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.rank-info p {
  margin: 0 0 8px;
  color: var(--snow-700);
  line-height: 1.6;
}

.search-callout,
.page-hero,
.detail-hero,
.content-article,
.player-section,
.breadcrumb {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.search-callout {
  margin-top: 30px;
  margin-bottom: 68px;
  border-radius: 30px;
  padding: 40px;
  background: linear-gradient(135deg, var(--ice-600), var(--ice-700));
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(3, 105, 161, 0.22);
}

.search-callout h2 {
  margin: 0 0 10px;
  font-size: 34px;
}

.search-callout p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
}

.search-callout form {
  display: flex;
  gap: 12px;
  max-width: 720px;
}

.search-callout button {
  background: var(--snow-900);
}

.page-hero {
  margin-top: 34px;
  border: 1px solid rgba(186, 230, 253, 0.82);
  border-radius: 30px;
  padding: 44px;
  background:
    radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.18), transparent 28%),
    linear-gradient(135deg, #ffffff, var(--ice-50));
  box-shadow: var(--shadow);
}

.slim-hero {
  padding-bottom: 52px;
}

.page-actions {
  margin-top: 22px;
}

.filter-panel {
  border: 1px solid var(--snow-200);
  border-radius: 24px;
  background: #ffffff;
  padding: 18px;
  margin-bottom: 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.filter-main,
.filter-selects {
  display: flex;
  gap: 12px;
}

.filter-selects {
  margin-top: 12px;
}

.filter-selects select {
  flex: 1;
  border: 1px solid var(--snow-200);
  border-radius: 14px;
  background: #ffffff;
  padding: 11px 12px;
  color: var(--snow-700);
  outline: 0;
}

.empty-result {
  display: none;
  margin: 18px 0 0;
  color: var(--snow-700);
  font-weight: 800;
}

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

.category-panel-card {
  padding: 18px;
}

.category-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.category-panel-head small {
  color: var(--ice-700);
  font-weight: 900;
}

.mini-link-list,
.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-link-list a,
.inline-links a {
  border-radius: 999px;
  background: var(--snow-100);
  color: var(--snow-700);
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 800;
}

.mini-link-list a:hover,
.inline-links a:hover {
  color: var(--ice-700);
  background: var(--ice-50);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  color: var(--snow-500);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb a:hover {
  color: var(--ice-600);
}

.detail-hero {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 22px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 14%, rgba(14, 165, 233, 0.18), transparent 30%),
    #ffffff;
  border: 1px solid var(--snow-200);
  box-shadow: var(--shadow);
}

.detail-poster {
  border-radius: 26px;
  background: linear-gradient(135deg, var(--ice-100), #ffffff);
  overflow: hidden;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16);
}

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

.detail-copy h1 {
  font-size: clamp(34px, 5vw, 58px);
}

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

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

.player-box {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #020617;
  box-shadow: 0 30px 78px rgba(2, 6, 23, 0.28);
}

.player-box video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020617;
  cursor: pointer;
}

.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.58));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

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

.play-symbol {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--ice-700);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(2, 6, 23, 0.25);
  padding-left: 5px;
}

.content-article {
  margin-top: 34px;
  padding: 34px;
  border: 1px solid var(--snow-200);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.content-article h2 {
  margin: 0 0 12px;
  font-size: 26px;
}

.content-article p {
  margin: 0 0 26px;
  color: var(--snow-700);
  font-size: 17px;
  line-height: 2;
}

.inline-links {
  align-items: center;
  border-top: 1px solid var(--snow-200);
  padding-top: 20px;
}

.inline-links strong {
  margin-right: 4px;
}

.site-footer {
  margin-top: 40px;
  background: #08111f;
  color: rgba(255, 255, 255, 0.78);
}

.footer-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 40px;
}

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

.site-footer p {
  max-width: 620px;
  line-height: 1.8;
}

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

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

.footer-links a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 12px;
}

.footer-links a:hover {
  color: #ffffff;
  background: rgba(14, 165, 233, 0.45);
}

.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 42;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ice-600);
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.3);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .nav-shell {
    flex-wrap: wrap;
    padding: 12px 0;
  }

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

  .nav-links,
  .nav-search {
    display: none;
    width: 100%;
  }

  .nav-links.is-open,
  .nav-search.is-open {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    order: 5;
  }

  .nav-search {
    order: 6;
  }

  .nav-categories-panel {
    position: static;
    display: grid;
    box-shadow: none;
    margin-top: 8px;
  }

  .hero-stage {
    min-height: 760px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-image {
    height: 360px;
  }

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

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

  .split-section,
  .detail-hero,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .ranking-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .nav-shell,
  .section-block,
  .search-callout,
  .page-hero,
  .detail-hero,
  .content-article,
  .player-section,
  .breadcrumb,
  .footer-shell {
    width: min(100% - 22px, 1180px);
  }

  .hero-shell {
    padding: 30px 0 56px;
  }

  .hero-stage {
    min-height: 720px;
    border-radius: 26px;
  }

  .hero-slide {
    padding: 24px;
  }

  .hero-image {
    height: 300px;
    border-radius: 22px;
  }

  .hero-copy h1,
  .hero-copy h2,
  .page-hero h1,
  .detail-copy h1 {
    font-size: 34px;
  }

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

  .hero-arrow {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .hero-dots {
    bottom: 36px;
  }

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

  .section-heading,
  .filter-main,
  .filter-selects,
  .search-callout form {
    flex-direction: column;
    align-items: stretch;
  }

  .rank-row {
    grid-template-columns: 36px 62px minmax(0, 1fr);
  }

  .rank-row .text-link {
    grid-column: 3;
    justify-content: flex-start;
  }

  .page-hero,
  .detail-hero,
  .content-article,
  .search-callout {
    padding: 24px;
    border-radius: 24px;
  }

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