:root {
  color-scheme: light;
  --bg: #fff8ed;
  --bg-soft: #fff3dc;
  --card: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --line: rgba(148, 93, 22, 0.16);
  --amber: #f59e0b;
  --orange: #f97316;
  --dark: #0f172a;
  --dark-soft: #1e293b;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(146, 64, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

img {
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.98), rgba(249, 115, 22, 0.98), rgba(245, 158, 11, 0.98));
  box-shadow: 0 16px 36px rgba(146, 64, 14, 0.24);
  backdrop-filter: blur(16px);
}

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

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

.brand {
  color: #ffffff;
  flex: 0 0 auto;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.brand-name {
  font-size: 24px;
}

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

.nav-link,
.mobile-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link {
  padding: 8px 12px;
}

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

.nav-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 270px;
  margin-left: 10px;
}

.nav-search input,
.mobile-search input {
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 999px;
  padding: 11px 70px 11px 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.nav-search button,
.mobile-search button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  color: #ffffff;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

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

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

.mobile-search {
  position: relative;
  margin-bottom: 12px;
}

.mobile-link {
  display: block;
  padding: 12px 14px;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--dark);
}

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

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

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

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

.hero-shade,
.detail-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 25%, rgba(245, 158, 11, 0.36), transparent 32%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.72) 46%, rgba(15, 23, 42, 0.32)),
    linear-gradient(0deg, rgba(15, 23, 42, 0.88), transparent 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 720px;
  margin: 0 auto;
  padding: 110px 0 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 52px;
}

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

.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 900;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  font-weight: 1000;
  letter-spacing: -0.06em;
  text-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
}

.hero-copy p {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2.2vw, 25px);
}

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

.hero-tags span,
.detail-tags a,
.card-badges span,
.tag-cloud a {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

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

.primary-btn,
.ghost-btn,
.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-btn {
  background: linear-gradient(135deg, #ffffff, #fffbeb);
  color: #b45309;
  box-shadow: 0 18px 38px rgba(255, 255, 255, 0.24);
}

.ghost-btn {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.66);
}

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

.hero-card {
  display: block;
  padding: 14px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-card .poster {
  aspect-ratio: 3 / 4;
  border-radius: 24px;
  overflow: hidden;
}

.hero-card strong {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-size: 22px;
}

.hero-card span {
  color: rgba(255, 255, 255, 0.74);
}

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

.hero-nav > button,
.hero-dots button {
  border: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.hero-nav > button {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  font-size: 28px;
  line-height: 1;
}

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

.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  padding: 0;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dots button.is-active {
  width: 28px;
  background: #fbbf24;
}

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

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

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

.section-head h2,
.page-hero h1,
.filter-panel h1,
.prose-card h2 {
  margin: 8px 0 0;
  color: var(--text);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.section-head p,
.page-hero p,
.filter-panel p {
  margin: 10px 0 0;
  max-width: 680px;
  color: var(--muted);
}

.section-link {
  background: #111827;
  color: #ffffff;
  min-height: 44px;
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

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

.movie-card {
  min-width: 0;
}

.card-link {
  display: block;
  height: 100%;
  border-radius: var(--radius);
  background: var(--card);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(146, 64, 14, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.16);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card-link:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(249, 115, 22, 0.28);
}

.poster {
  position: relative;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(251, 191, 36, 0.54), transparent 36%),
    linear-gradient(135deg, #1e293b, #7c2d12);
}

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

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

.poster.image-missing img {
  opacity: 0;
}

.poster.image-missing::after {
  content: attr(data-title);
  position: absolute;
  inset: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

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

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

.card-badges span {
  color: #b45309;
  background: #fff7ed;
  box-shadow: inset 0 0 0 1px #fed7aa;
}

.card-body h2 {
  margin: 12px 0 8px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 950;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body p {
  min-height: 48px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  justify-content: space-between;
  color: #92400e;
  font-size: 13px;
  font-weight: 800;
}

.heat-pill,
.rank-badge {
  position: absolute;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(8px);
}

.heat-pill {
  right: 12px;
}

.rank-badge {
  left: 12px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
}

.trend-band {
  background: linear-gradient(90deg, #fff7ed, #fffbeb, #fff7ed);
  border-block: 1px solid var(--line);
}

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

.ranking-strip a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  border-radius: 18px;
  background: #ffffff;
  padding: 14px 16px;
  box-shadow: 0 14px 32px rgba(146, 64, 14, 0.1);
}

.ranking-strip b,
.rank-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  color: #ffffff;
}

.ranking-strip span {
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ranking-strip em {
  color: #b45309;
  font-style: normal;
  font-weight: 900;
}

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

.category-tile {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 28px;
  padding: 24px;
  color: #ffffff;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.category-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  transition: transform 0.35s ease;
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.2));
}

.category-tile span,
.category-tile p {
  position: relative;
  z-index: 2;
}

.category-tile span {
  font-size: 24px;
  font-weight: 1000;
}

.category-tile p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.movie-card-horizontal .card-link {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
}

.movie-card-horizontal .poster {
  aspect-ratio: auto;
  min-height: 188px;
}

.page-main,
.detail-main {
  min-height: 60vh;
}

.page-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0 30px;
}

.small-hero {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.small-hero h1 {
  max-width: 850px;
}

.filter-panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(146, 64, 14, 0.1);
}

.filter-panel h1 {
  font-size: clamp(24px, 3vw, 34px);
}

.filter-controls {
  justify-content: flex-end;
}

.filter-controls input,
.filter-controls select {
  min-height: 46px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fffaf2;
  color: var(--text);
  padding: 0 16px;
  outline: none;
}

.filter-controls input {
  width: min(360px, 100%);
}

.empty-state {
  display: none;
  margin-top: 24px;
  border-radius: 24px;
  padding: 42px;
  text-align: center;
  color: var(--muted);
  background: #ffffff;
  border: 1px dashed #fed7aa;
}

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

.movie-card.is-hidden {
  display: none;
}

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

.category-card a {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  min-height: 210px;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(146, 64, 14, 0.1);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.category-card div {
  padding: 22px 22px 22px 0;
}

.category-card h2 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.category-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.sample-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sample-links a {
  border-radius: 999px;
  background: #fff7ed;
  color: #b45309;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 800;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 54px 82px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-radius: 24px;
  background: #ffffff;
  padding: 14px 18px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(146, 64, 14, 0.08);
}

.rank-row img {
  width: 82px;
  height: 112px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.rank-row strong {
  display: block;
  font-size: 20px;
}

.rank-row p {
  margin: 5px 0 7px;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rank-row em {
  color: #b45309;
  font-style: normal;
  font-weight: 800;
}

.rank-row > b {
  color: #b45309;
  white-space: nowrap;
}

.breadcrumbs {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a {
  color: #b45309;
  font-weight: 800;
}

.detail-hero {
  position: relative;
  margin-top: 14px;
  min-height: 640px;
  overflow: hidden;
  color: #ffffff;
  background: var(--dark);
}

.detail-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 58px 0;
}

.detail-poster {
  aspect-ratio: 3 / 4;
  border-radius: 30px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.4);
}

.detail-copy h1 {
  margin: 16px 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 1000;
}

.detail-copy .lead {
  max-width: 800px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2.2vw, 24px);
}

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

.detail-meta span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 7px 12px;
  font-weight: 800;
}

.detail-tags {
  margin-bottom: 26px;
}

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

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #020617;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.35);
  aspect-ratio: 16 / 9;
}

.player-shell video {
  width: 100%;
  height: 100%;
  background: #020617;
}

.player-cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.52);
  cursor: pointer;
}

.player-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.player-cover strong,
.play-circle {
  position: relative;
  z-index: 2;
}

.play-circle {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  font-size: 32px;
  box-shadow: 0 20px 50px rgba(249, 115, 22, 0.38);
}

.player-cover strong {
  font-size: 24px;
}

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

.player-message {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  color: #ffffff;
  font-weight: 800;
}

.detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.prose-card {
  border-radius: 30px;
  background: #ffffff;
  padding: 30px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(146, 64, 14, 0.1);
}

.prose-card p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
}

.accent-card {
  background: linear-gradient(135deg, #fff7ed, #fffbeb);
}

.site-footer {
  margin-top: 40px;
  background: linear-gradient(180deg, #0f172a, #020617);
  color: #cbd5e1;
}

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 34px;
}

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

.site-footer p {
  margin: 0;
  color: #94a3b8;
}

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

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

.footer-links a {
  color: #cbd5e1;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fbbf24;
}

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  color: #94a3b8;
  font-size: 14px;
}

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

  .menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 120px;
  }

  .hero-card {
    display: none;
  }

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

  .category-grid,
  .category-list,
  .detail-content {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .brand-name {
    font-size: 20px;
  }

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

  .hero-copy h1 {
    font-size: 44px;
  }

  .grid-featured,
  .grid-catalog,
  .list-grid,
  .ranking-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-card a,
  .movie-card-horizontal .card-link,
  .rank-row,
  .detail-wrap {
    grid-template-columns: 1fr;
  }

  .category-card img {
    height: 220px;
  }

  .rank-row {
    text-align: left;
  }

  .rank-row img {
    width: 100%;
    height: 220px;
  }

  .detail-hero,
  .detail-wrap {
    min-height: auto;
  }

  .detail-wrap {
    padding: 42px 0;
  }

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

  .player-shell {
    border-radius: 22px;
  }

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

  .filter-controls input,
  .filter-controls select {
    width: 100%;
  }
}
