:root {
  color-scheme: dark;
  --bg: #08070a;
  --bg-soft: #111018;
  --panel: rgba(25, 24, 32, 0.86);
  --panel-strong: #17151f;
  --red: #b91c1c;
  --red-deep: #7f1d1d;
  --red-bright: #ef4444;
  --gold: #facc15;
  --gold-soft: #fde68a;
  --text: #f9fafb;
  --muted: #a1a1aa;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 0%, rgba(239, 68, 68, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 8%, rgba(250, 204, 21, 0.14), transparent 24rem),
    linear-gradient(180deg, #12070a 0%, var(--bg) 38%, #050506 100%);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, rgba(127, 29, 29, 0.96), rgba(185, 28, 28, 0.94), rgba(127, 29, 29, 0.96));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

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

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

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #7f1d1d;
  background: linear-gradient(135deg, var(--gold), var(--red-bright));
  box-shadow: 0 10px 28px rgba(250, 204, 21, 0.22);
  font-size: 18px;
  font-weight: 900;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 21px;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, var(--gold-soft), #ffffff);
  -webkit-background-clip: text;
  color: transparent;
}

.brand-copy small {
  margin-top: 4px;
  color: #fecaca;
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.nav-link {
  position: relative;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fee2e2;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #450a0a;
  background: var(--gold);
  transform: translateY(-1px);
}

.nav-link-soft {
  color: #fecaca;
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

main {
  overflow: hidden;
}

.hero-slider {
  position: relative;
  min-height: clamp(620px, 72vh, 820px);
  overflow: hidden;
  background: #09090b;
}

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

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

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

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.04);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 45%, rgba(248, 113, 113, 0.18), transparent 18rem),
    linear-gradient(90deg, rgba(3, 3, 5, 0.96), rgba(18, 5, 7, 0.72) 44%, rgba(3, 3, 5, 0.88)),
    linear-gradient(0deg, rgba(8, 7, 10, 1), transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 32px));
  min-height: inherit;
  margin: 0 auto;
  padding: 78px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.06em;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.42);
}

.hero-summary {
  max-width: 760px;
  margin: 24px 0 0;
  color: #f4f4f5;
  font-size: clamp(17px, 2.2vw, 22px);
}

.hero-tags,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-tags span,
.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 12px;
  border: 1px solid rgba(250, 204, 21, 0.28);
  border-radius: 999px;
  color: #fde68a;
  background: rgba(127, 29, 29, 0.46);
  font-size: 13px;
  font-weight: 800;
}

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

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

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

.btn-primary {
  color: #450a0a;
  background: linear-gradient(135deg, var(--gold), #fb923c);
  box-shadow: 0 16px 34px rgba(250, 204, 21, 0.22);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.hero-poster {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

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

.hero-poster span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7f1d1d;
  background: rgba(250, 204, 21, 0.95);
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.hero-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.42);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-control:hover {
  background: rgba(185, 28, 28, 0.9);
  transform: translateY(-50%) scale(1.05);
}

.hero-prev {
  left: max(18px, calc((100vw - 1220px) / 2 - 72px));
}

.hero-next {
  right: max(18px, calc((100vw - 1220px) / 2 - 72px));
}

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

.hero-dots button {
  width: 32px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dots button.is-active {
  width: 56px;
  background: var(--gold);
}

.surface,
.section-wrap,
.section-wrap-narrow {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.home-search {
  position: relative;
  z-index: 5;
  margin-top: -46px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 16, 24, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.home-search h2,
.section-heading h2,
.page-hero h1,
.detail-copy h1,
.content-panel h2,
.footer-grid h2 {
  margin: 0;
}

.home-search p,
.section-heading p,
.page-hero p,
.content-panel p,
.footer-grid p {
  color: var(--muted);
}

.filter-panel {
  display: grid;
  grid-template-columns: 1.3fr 0.55fr 0.55fr auto;
  gap: 12px;
  align-items: end;
}

.filter-panel label {
  display: grid;
  gap: 6px;
  color: #d4d4d8;
  font-size: 13px;
  font-weight: 800;
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.34);
  outline: none;
  padding: 0 14px;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: rgba(250, 204, 21, 0.65);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.08);
}

.filter-link {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 14px;
  color: #450a0a;
  background: var(--gold);
  font-weight: 900;
}

.section-wrap {
  padding: 74px 0 0;
}

.section-wrap-narrow {
  max-width: 980px;
  padding: 44px 0 0;
}

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

.section-heading h2 {
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.04em;
}

.section-heading p {
  max-width: 720px;
  margin: 8px 0 0;
}

.section-more,
.text-link {
  color: var(--gold);
  font-weight: 900;
}

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

.category-tile {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #17151f;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

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

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

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

.category-tile span {
  font-size: 21px;
  font-weight: 950;
}

.category-tile small {
  color: #d4d4d8;
}

.category-tile:hover img {
  opacity: 0.52;
  transform: scale(1.07);
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(32, 31, 42, 0.92), rgba(14, 13, 20, 0.95));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.movie-card:hover {
  border-color: rgba(248, 113, 113, 0.42);
  box-shadow: 0 22px 58px rgba(127, 29, 29, 0.22);
  transform: translateY(-6px);
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111111;
}

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

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

.poster-type,
.poster-year,
.rank-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(185, 28, 28, 0.92);
  font-size: 12px;
  font-weight: 900;
}

.poster-type {
  left: 10px;
  top: 10px;
  padding: 3px 9px;
}

.poster-year {
  right: 10px;
  bottom: 10px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.74);
}

.rank-badge {
  left: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #450a0a;
  background: var(--gold);
}

.poster-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7f1d1d;
  background: var(--gold);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .poster-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

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

.movie-card-body h2 {
  min-height: 3.1em;
  margin: 0 0 8px;
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-card-body p {
  min-height: 3.2em;
  margin: 0 0 10px;
  display: -webkit-box;
  overflow: hidden;
  color: #a1a1aa;
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #71717a;
  font-size: 12px;
}

.movie-meta span:last-child {
  overflow: hidden;
  max-width: 58%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.movie-card-compact .poster-link img {
  height: 100%;
  aspect-ratio: auto;
}

.movie-card-compact .movie-card-body h2 {
  min-height: auto;
}

.page-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 20px;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.page-hero p {
  max-width: 740px;
  font-size: 18px;
}

.page-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 40px;
  align-items: center;
}

.page-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

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

.page-hero-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86));
  font-weight: 950;
}

.category-large-grid {
  display: grid;
  gap: 18px;
}

.category-card-large {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
}

.category-cover-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  overflow: hidden;
  border-radius: 18px;
}

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

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

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

.breadcrumb a {
  color: #fde68a;
}

.detail-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

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

.detail-copy h1 {
  font-size: clamp(38px, 6vw, 70px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.detail-one-line {
  color: #f4f4f5;
  font-size: 20px;
}

.detail-meta-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}

.detail-meta-list div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.detail-meta-list dt {
  color: #71717a;
  font-size: 12px;
}

.detail-meta-list dd {
  margin: 3px 0 0;
  font-weight: 900;
}

.player-section {
  width: min(1220px, calc(100% - 32px));
  margin: 58px auto 0;
}

.player-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(250, 204, 21, 0.16);
  border-radius: 28px;
  background: #000000;
  box-shadow: var(--shadow);
}

.movie-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  color: #ffffff;
  cursor: pointer;
  background: radial-gradient(circle, rgba(127, 29, 29, 0.2), rgba(0, 0, 0, 0.68));
}

.player-overlay.is-hidden {
  display: none;
}

.player-overlay button {
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 50%;
  color: #7f1d1d;
  background: var(--gold);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
}

.player-overlay strong {
  max-width: 80%;
  text-align: center;
  font-size: clamp(22px, 4vw, 40px);
}

.content-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
}

.content-panel h2 {
  margin-top: 26px;
  font-size: 26px;
}

.content-panel h2:first-child {
  margin-top: 0;
}

.content-panel p {
  margin: 12px 0 0;
  font-size: 17px;
}

.detail-page-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.detail-page-links a {
  overflow: hidden;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: #fde68a;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-footer {
  margin-top: 88px;
  padding: 54px 0 24px;
  background: linear-gradient(180deg, rgba(17, 16, 24, 0.9), #030304);
  border-top: 1px solid var(--line);
}

.footer-grid {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-brand {
  color: var(--gold);
  font-size: 22px;
  font-weight: 950;
}

.footer-grid h2 {
  font-size: 17px;
}

.footer-grid ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.footer-grid li + li {
  margin-top: 8px;
}

.footer-grid a:hover {
  color: var(--gold);
}

.footer-bottom {
  width: min(1220px, calc(100% - 32px));
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #71717a;
  font-size: 14px;
}

.back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #450a0a;
  background: var(--gold);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

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

.is-filter-hidden {
  display: none !important;
}

@media (max-width: 1180px) {
  .site-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(24, 18, 22, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .hero-content,
  .home-search,
  .detail-hero,
  .page-hero-split {
    grid-template-columns: 1fr;
  }

  .hero-poster,
  .page-hero-card {
    max-width: 360px;
  }

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

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

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

@media (max-width: 820px) {
  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small,
  .nav-link-soft {
    display: none;
  }

  .hero-slider {
    min-height: auto;
  }

  .hero-slide {
    position: relative;
    display: none;
  }

  .hero-slide.is-active {
    display: block;
  }

  .hero-content {
    padding: 54px 0 96px;
  }

  .hero-control {
    top: auto;
    bottom: 28px;
  }

  .hero-prev {
    left: 18px;
  }

  .hero-next {
    right: 18px;
  }

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

  .category-grid,
  .movie-grid,
  .movie-grid-compact,
  .detail-meta-list,
  .detail-page-links,
  .category-card-large,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-card-large {
    align-items: start;
  }

  .movie-card-compact {
    grid-template-columns: 104px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .header-inner,
  .surface,
  .section-wrap,
  .section-wrap-narrow,
  .page-hero,
  .breadcrumb,
  .detail-hero,
  .player-section,
  .footer-grid,
  .footer-bottom {
    width: min(100% - 24px, 1220px);
  }

  .hero-content {
    width: min(100% - 24px, 1220px);
  }

  .category-grid,
  .movie-grid,
  .movie-grid-compact,
  .detail-meta-list,
  .detail-page-links,
  .category-card-large,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-search,
  .content-panel {
    padding: 20px;
  }

  .section-heading {
    display: grid;
  }

  .movie-card-compact {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .player-overlay button {
    width: 70px;
    height: 70px;
  }
}
