:root {
  color-scheme: dark;
  --bg: #020617;
  --bg-soft: #0f172a;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: rgba(15, 23, 42, 0.92);
  --line: rgba(51, 65, 85, 0.72);
  --text: #f8fafc;
  --muted: #94a3b8;
  --muted-2: #64748b;
  --sky: #38bdf8;
  --sky-strong: #0ea5e9;
  --blue: #2563eb;
  --amber: #f59e0b;
  --rose: #fb7185;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(8, 47, 73, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(14, 165, 233, 0.16), transparent 32rem),
    radial-gradient(circle at 82% 2%, rgba(37, 99, 235, 0.14), transparent 34rem),
    linear-gradient(180deg, #020617 0%, #0f172a 46%, #020617 100%);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(148, 163, 184, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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 var(--line);
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.98), rgba(15, 23, 42, 0.94));
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: min(1180px, calc(100% - 32px));
  height: 72px;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: max-content;
}

.brand-mark,
.footer-brand span {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 0.75rem;
  color: white;
  background: linear-gradient(135deg, var(--sky), var(--blue));
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.35);
}

.brand-text strong,
.footer-brand strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, var(--sky), #60a5fa 55%, #93c5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-text em {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-style: normal;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.nav-link {
  border-radius: 0.8rem;
  padding: 0.55rem 0.82rem;
  color: #cbd5e1;
  font-size: 0.92rem;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: white;
  background: rgba(30, 41, 59, 0.82);
}

.nav-link-sub {
  color: var(--muted);
}

.header-search,
.mobile-search {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.68);
}

.header-search input,
.mobile-search input,
.filter-panel input,
.filter-panel select {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}

.header-search input {
  width: 13rem;
  padding: 0.62rem 0.9rem;
}

.header-search button,
.mobile-search button,
.filter-panel button {
  border: 0;
  color: white;
  cursor: pointer;
  background: linear-gradient(135deg, var(--sky-strong), var(--blue));
}

.header-search button {
  padding: 0.62rem 0.92rem;
}

.mobile-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 0.45rem 0.7rem;
  color: white;
  background: rgba(15, 23, 42, 0.8);
  cursor: pointer;
}

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

.mobile-nav.open {
  display: grid;
  gap: 0.55rem;
}

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 41, 59, 0.8);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.72s ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

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

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

.hero-gradient-side {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.74) 38%, rgba(2, 6, 23, 0.22) 72%, rgba(2, 6, 23, 0.52));
}

.hero-gradient-bottom {
  background: linear-gradient(0deg, #020617, rgba(2, 6, 23, 0.24) 42%, transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 610px;
  margin: 0 auto;
}

.hero-copy {
  width: min(680px, 100%);
  padding: 5rem 0 7rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1rem;
  color: var(--amber);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  content: "";
  background: currentColor;
  box-shadow: 0 0 22px currentColor;
}

.hero h1,
.page-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-subtitle {
  margin: 0 0 1rem;
  color: #e2e8f0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-summary,
.page-hero p {
  max-width: 58rem;
  margin: 0 0 1.5rem;
  color: var(--muted);
}

.hero-tags,
.detail-meta-row,
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.hero-tags span,
.detail-meta-row span,
.card-meta span {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  padding: 0.25rem 0.68rem;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.62);
  font-size: 0.82rem;
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.primary-btn,
.ghost-btn,
.section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.primary-btn {
  padding: 0.82rem 1.4rem;
  color: white;
  background: linear-gradient(135deg, var(--sky-strong), var(--blue));
  box-shadow: 0 18px 34px rgba(14, 165, 233, 0.26);
}

.ghost-btn {
  border: 1px solid rgba(148, 163, 184, 0.24);
  padding: 0.78rem 1.18rem;
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.64);
}

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

.hero-panel {
  position: absolute;
  right: max(1rem, calc((100vw - 1180px) / 2));
  bottom: 5rem;
  z-index: 3;
  width: min(370px, calc(100% - 32px));
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 1.2rem;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-title {
  margin-bottom: 0.6rem;
  color: white;
  font-weight: 800;
}

.hero-rank-list {
  display: grid;
  gap: 0.35rem;
}

.hero-rank-list a {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  gap: 0.6rem;
  align-items: center;
  border-radius: 0.75rem;
  padding: 0.55rem;
  color: #dbeafe;
  background: rgba(30, 41, 59, 0.52);
}

.hero-rank-list a:hover {
  background: rgba(14, 165, 233, 0.18);
}

.hero-rank-list span {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 0.5rem;
  background: rgba(14, 165, 233, 0.2);
  color: var(--sky);
  font-weight: 800;
}

.hero-rank-list strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.92rem;
}

.hero-rank-list em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 2rem;
  display: flex;
  gap: 0.55rem;
  transform: translateX(-50%);
}

.hero-dot {
  width: 2rem;
  height: 0.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.36);
  cursor: pointer;
}

.hero-dot.active {
  background: var(--sky);
}

.content-section,
.detail-layout,
.page-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.content-section {
  padding: 4.5rem 0;
}

.muted-section {
  width: 100%;
  max-width: none;
  padding-left: max(1rem, calc((100vw - 1180px) / 2));
  padding-right: max(1rem, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.68));
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.section-heading span {
  color: var(--rose);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.section-heading h2 {
  margin: 0.2rem 0 0;
  color: white;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.section-more {
  border: 1px solid rgba(56, 189, 248, 0.28);
  padding: 0.55rem 0.85rem;
  color: var(--sky);
  background: rgba(14, 165, 233, 0.08);
}

.movie-grid,
.category-grid,
.category-overview-grid {
  display: grid;
  gap: 1.2rem;
}

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

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

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

.movie-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(51, 65, 85, 0.72);
  border-radius: var(--radius);
  background: rgba(30, 41, 59, 0.32);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.38);
  background: rgba(30, 41, 59, 0.55);
  box-shadow: 0 22px 60px rgba(14, 165, 233, 0.13);
}

.movie-card figure {
  position: relative;
  height: 12rem;
  margin: 0;
  overflow: hidden;
  background: #020617;
}

.movie-card figure img,
.featured > img,
.poster-card img,
.player-wrap video,
.play-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-card figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18), transparent 55%);
}

.movie-card img {
  transition: transform 0.5s ease;
}

.movie-card:hover img {
  transform: scale(1.08);
}

.card-category,
.rank-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  color: white;
  background: rgba(14, 165, 233, 0.88);
  font-size: 0.75rem;
  font-weight: 800;
}

.movie-card figure .card-category {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}

.rank-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: rgba(245, 158, 11, 0.92);
}

.card-body {
  padding: 1rem;
}

.card-body h3 {
  overflow: hidden;
  margin: 0 0 0.45rem;
  color: white;
  font-size: 1.08rem;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.movie-card:hover h3 {
  color: var(--sky);
}

.card-body p {
  display: -webkit-box;
  min-height: 2.85rem;
  margin: 0 0 0.85rem;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-tags,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-top: 0.8rem;
}

.card-tags span,
.detail-tags span {
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 999px;
  padding: 0.16rem 0.48rem;
  color: var(--muted);
  background: rgba(15, 23, 42, 0.7);
  font-size: 0.74rem;
}

.movie-card.horizontal {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 0;
  min-height: 6.5rem;
}

.movie-card.horizontal figure {
  height: 100%;
}

.movie-card.horizontal .card-body {
  padding: 0.75rem 0.9rem;
}

.movie-card.horizontal .card-body h3 {
  font-size: 0.96rem;
}

.movie-card.featured {
  min-height: 26rem;
}

.movie-card.featured > img,
.featured-mask,
.featured-info {
  position: absolute;
  inset: 0;
}

.featured-mask {
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.48), transparent 70%);
}

.featured-info {
  top: auto;
  padding: 2rem;
}

.featured-info h3 {
  margin: 0.8rem 0 0.5rem;
  font-size: 2rem;
  line-height: 1.1;
}

.featured-info p {
  color: #cbd5e1;
}

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

.category-tile,
.category-overview-card,
.side-card,
.detail-info-card,
.player-card,
.filter-panel {
  border: 1px solid rgba(51, 65, 85, 0.75);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.18);
}

.category-tile {
  min-height: 9rem;
  padding: 1.2rem;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.category-tile:hover,
.category-overview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.36);
  background: rgba(30, 41, 59, 0.7);
}

.category-tile span,
.category-main-link span {
  display: block;
  margin-bottom: 0.55rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 900;
}

.category-tile p,
.category-main-link p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 2rem;
  align-items: start;
}

.side-list {
  display: grid;
  gap: 0.8rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  border: 1px solid rgba(51, 65, 85, 0.75);
  border-radius: 1.6rem;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 18% 0%, rgba(14, 165, 233, 0.28), transparent 28rem),
    linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.92));
  box-shadow: var(--shadow);
}

.small-hero h1 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

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

.category-overview-card {
  padding: 1.2rem;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.category-sample-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.category-sample-links a {
  overflow: hidden;
  border-radius: 0.8rem;
  padding: 0.55rem 0.7rem;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.64);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.category-sample-links a:hover {
  color: var(--sky);
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(120px, 0.7fr)) auto;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  border: 1px solid rgba(51, 65, 85, 0.82);
  border-radius: 0.85rem;
  padding: 0.78rem 0.9rem;
  background: rgba(15, 23, 42, 0.82);
}

.filter-panel button {
  border-radius: 0.85rem;
  padding: 0.78rem 1rem;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2rem;
  padding: 2rem 0 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.player-card {
  overflow: hidden;
  margin-bottom: 1.2rem;
  background: rgba(2, 6, 23, 0.92);
}

.player-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: black;
}

.player-wrap video {
  position: absolute;
  inset: 0;
  background: black;
}

.play-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 0;
  color: white;
  cursor: pointer;
  background: black;
}

.play-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.86), rgba(2, 6, 23, 0.18));
}

.play-cover img {
  position: absolute;
  inset: 0;
  opacity: 0.58;
}

.play-cover .play-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 5.5rem;
  height: 5.5rem;
  place-items: center;
  border-radius: 999px;
  padding-left: 0.25rem;
  color: white;
  background: linear-gradient(135deg, var(--sky-strong), var(--blue));
  box-shadow: 0 20px 50px rgba(14, 165, 233, 0.36);
  font-size: 2.2rem;
}

.play-cover strong {
  position: relative;
  z-index: 2;
  margin-top: 7.2rem;
  font-size: 1rem;
}

.play-cover.is-hidden {
  display: none;
}

.detail-info-card {
  padding: 1.5rem;
}

.detail-info-card > .card-category {
  position: static;
  margin-bottom: 0.9rem;
}

.detail-info-card h1 {
  margin: 0 0 0.8rem;
  color: white;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.detail-one-line {
  margin: 0 0 1rem;
  color: #cbd5e1;
  font-size: 1.12rem;
}

.text-block {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(51, 65, 85, 0.72);
}

.text-block h2,
.side-card h2 {
  margin: 0 0 0.8rem;
  color: white;
  font-size: 1.28rem;
}

.text-block p {
  margin: 0;
  color: #cbd5e1;
}

.detail-side {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.side-card {
  overflow: hidden;
  padding: 1rem;
}

.poster-card {
  padding: 0;
}

.poster-card img {
  aspect-ratio: 16 / 10;
}

.info-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.52);
  padding-bottom: 0.5rem;
}

.info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-list span {
  color: var(--muted);
}

.info-list strong {
  color: white;
  text-align: right;
}

.related-section {
  padding-top: 2.5rem;
}

.site-footer {
  margin-top: 4rem;
  border-top: 1px solid var(--line);
  background: rgba(2, 6, 23, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 3rem 0;
}

.footer-grid h2 {
  margin: 0 0 0.85rem;
  color: white;
  font-size: 1rem;
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid rgba(51, 65, 85, 0.72);
  padding: 1rem 0 1.4rem;
}

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

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

  .hero-panel {
    display: none;
  }

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

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

@media (max-width: 860px) {
  .hero,
  .hero-content {
    min-height: 580px;
  }

  .hero-copy {
    padding: 4rem 0 6rem;
  }

  .grid-3,
  .grid-4,
  .grid-2,
  .category-grid,
  .category-overview-grid,
  .split-section,
  .detail-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .detail-layout {
    gap: 1rem;
  }

  .detail-side {
    order: 2;
  }
}

@media (max-width: 560px) {
  .header-inner {
    width: min(100% - 24px, 1180px);
  }

  .brand-text strong {
    font-size: 1rem;
  }

  .brand-text em {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.35rem;
  }

  .hero-actions {
    display: grid;
  }

  .content-section {
    padding: 3rem 0;
  }

  .movie-card.horizontal {
    grid-template-columns: 8rem 1fr;
  }

  .movie-card figure {
    height: 10.5rem;
  }

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