:root {
  --rose: #e11d48;
  --rose-deep: #be123c;
  --amber: #d97706;
  --emerald: #059669;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #fff7ed;
  --panel: rgba(255, 255, 255, 0.92);
  --shadow: 0 18px 60px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(244, 63, 94, 0.12), transparent 32rem),
    radial-gradient(circle at top right, rgba(217, 119, 6, 0.12), transparent 30rem),
    linear-gradient(180deg, #fffaf5 0%, #ffffff 40%, #fff7ed 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(229, 231, 235, 0.86);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rose), var(--amber), var(--emerald));
  box-shadow: 0 12px 30px rgba(225, 29, 72, 0.25);
}

.brand-name,
.footer-brand {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, var(--rose), var(--amber), var(--emerald));
  -webkit-background-clip: text;
  color: transparent;
}

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

.nav-link {
  padding: 9px 13px;
  border-radius: 12px;
  text-decoration: none;
  color: #374151;
  font-weight: 700;
  font-size: 0.94rem;
  transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--rose);
  background: #fff1f2;
}

.header-search,
.mobile-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-search input,
.mobile-search input,
.filter-panel input,
.filter-panel select {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  outline: none;
  background: #ffffff;
  color: var(--ink);
  transition: 0.2s ease;
}

.header-search input {
  width: 210px;
  padding: 10px 14px;
}

.header-search button,
.mobile-search button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--rose), var(--amber));
}

.header-search input:focus,
.mobile-search input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.12);
}

.menu-button {
  display: none;
  border: 0;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: #f3f4f6;
}

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

.mobile-nav,
.mobile-cats {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

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

.mobile-cats a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 700;
}

.hero-slider {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #111827;
}

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

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

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.92), rgba(3, 7, 18, 0.58), rgba(3, 7, 18, 0.18)),
    linear-gradient(0deg, rgba(3, 7, 18, 0.85), transparent 50%);
}

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

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--rose);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy .eyebrow,
.page-hero .eyebrow {
  color: #fecdd3;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 950;
}

.hero-summary,
.page-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  line-height: 1.9;
}

.hero-tags,
.detail-meta,
.card-meta,
.tag-row,
.page-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-tags {
  margin-top: 24px;
}

.hero-tags span,
.tag-row span,
.detail-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.hero-actions,
.page-actions {
  margin-top: 32px;
}

.btn-primary,
.btn-ghost,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: 0.24s ease;
}

.btn-primary {
  padding: 14px 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rose), var(--amber));
  box-shadow: 0 16px 36px rgba(225, 29, 72, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 22px 48px rgba(225, 29, 72, 0.34);
}

.btn-ghost {
  padding: 13px 22px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.btn-ghost.light {
  color: #ffffff;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 420px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
  transition: 0.24s ease;
}

.hero-card:hover {
  transform: rotate(0deg) translateY(-6px);
}

.hero-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.hero-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 56%);
}

.hero-card span,
.hero-card strong {
  position: absolute;
  left: 22px;
  right: 22px;
  z-index: 2;
}

.hero-card span {
  bottom: 68px;
  color: #fecdd3;
  font-size: 0.86rem;
  font-weight: 900;
}

.hero-card strong {
  bottom: 24px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 2.3rem;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.hero-prev {
  left: 22px;
}

.hero-next {
  right: 22px;
}

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

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: 0.2s ease;
}

.hero-dot.active {
  width: 34px;
  background: #ffffff;
}

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

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

.section-head {
  margin-bottom: 28px;
}

.section-head.centered {
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.library-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.text-link {
  color: var(--rose);
  text-decoration: none;
}

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

.category-tile,
.category-large {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(229, 231, 235, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: var(--ink);
  transition: 0.24s ease;
}

.category-tile {
  padding: 22px;
  min-height: 148px;
}

.category-tile:hover,
.category-large:hover,
.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.category-tile span {
  display: block;
  font-size: 1.18rem;
  font-weight: 950;
  color: var(--rose);
}

.category-tile p,
.category-large p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

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

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

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

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

.movie-card {
  overflow: hidden;
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid rgba(229, 231, 235, 0.86);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  transition: 0.24s ease;
}

.movie-card[hidden] {
  display: none;
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #1f2937, #581c87);
}

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

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

.poster-link:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent 55%);
  opacity: 0.78;
}

.badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
}

.quality {
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, var(--rose), var(--amber));
}

.duration {
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.68);
}

.card-body {
  padding: 16px;
}

.card-title {
  display: -webkit-box;
  min-height: 48px;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.2s ease;
}

.card-title:hover {
  color: var(--rose);
}

.card-desc {
  display: -webkit-box;
  min-height: 44px;
  margin: 10px 0 12px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-meta {
  gap: 8px;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 800;
}

.tag-row {
  margin-top: 12px;
  gap: 6px;
}

.tag-row span {
  color: #9f1239;
  background: #fff1f2;
}

.movie-card.compact .card-desc {
  display: none;
}

.ranking-panel,
.story-card {
  padding: 24px;
  border: 1px solid rgba(229, 231, 235, 0.86);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.sticky-side {
  position: sticky;
  top: 96px;
}

.compact-head h2 {
  font-size: 1.55rem;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  color: var(--ink);
  text-decoration: none;
  background: #fff7ed;
  transition: 0.2s ease;
}

.rank-item:hover {
  background: #ffe4e6;
}

.rank-no {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rose), var(--amber));
  font-weight: 950;
}

.rank-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

.rank-meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 180px 160px;
  gap: 14px;
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  padding: 12px 16px;
}

.empty-state {
  padding: 24px;
  border-radius: 20px;
  text-align: center;
  color: var(--muted);
  background: #ffffff;
}

.page-hero {
  width: min(1280px, calc(100% - 32px));
  margin: 32px auto 0;
  padding: 56px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, #881337, #9a3412 48%, #064e3b);
  box-shadow: var(--shadow);
}

.simple-hero p {
  color: rgba(255, 255, 255, 0.86);
}

.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 36px;
  align-items: center;
}

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

.hero-strip a {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  background: #111827;
}

.hero-strip img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  opacity: 0.86;
}

.hero-strip span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

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

.category-large {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  padding: 20px;
}

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

.category-covers img {
  width: 100%;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-radius: 16px;
}

.ranking-table {
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.86);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.ranking-row {
  display: grid;
  grid-template-columns: 70px 72px minmax(0, 1fr) 150px 90px;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
}

.ranking-row:last-child {
  border-bottom: 0;
}

.ranking-row:hover {
  background: #fff7ed;
}

.ranking-index {
  color: var(--rose);
  font-size: 1.1rem;
  font-weight: 950;
}

.ranking-row img {
  width: 72px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
}

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

.ranking-cat,
.ranking-year {
  color: var(--muted);
  font-weight: 800;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--rose);
  text-decoration: none;
  font-weight: 800;
}

.detail-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: stretch;
}

.player-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 34px;
  background: #030712;
  box-shadow: var(--shadow);
}

.player-video {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: contain;
  background: #030712;
}

.player-start {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 14px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  background: radial-gradient(circle at center, rgba(225, 29, 72, 0.22), rgba(3, 7, 18, 0.62));
  transition: 0.25s ease;
}

.player-card.is-started .player-start {
  opacity: 0;
  pointer-events: none;
}

.play-ring {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rose), var(--amber));
  box-shadow: 0 20px 50px rgba(225, 29, 72, 0.36);
  font-size: 2.1rem;
}

.player-start strong {
  font-size: 1.18rem;
}

.detail-side {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(229, 231, 235, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.detail-cover {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.detail-info {
  padding: 24px;
}

.detail-info h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.detail-info p {
  color: var(--muted);
  line-height: 1.8;
}

.detail-meta {
  display: grid;
  gap: 8px;
  align-items: stretch;
}

.detail-meta span {
  justify-content: flex-start;
  color: #374151;
  background: #f9fafb;
}

.story-card h2 {
  margin: 0 0 14px;
  font-size: 1.7rem;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.story-card h2:not(:first-child) {
  margin-top: 28px;
}

.story-card p {
  margin: 0;
  color: #374151;
  line-height: 2;
  font-size: 1.04rem;
}

.site-footer {
  margin-top: 40px;
  border-top: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.86);
}

.footer-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
}

.footer-inner p {
  color: var(--muted);
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-content: start;
}

.footer-links a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #9f1239;
  text-decoration: none;
  font-weight: 800;
  background: #fff1f2;
}

@media (max-width: 1180px) {
  .header-search {
    display: none;
  }

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

  .hero-content,
  .detail-main,
  .category-hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-card {
    display: none;
  }

  .sticky-side {
    position: static;
  }
}

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

  .menu-button {
    display: inline-grid;
    place-items: center;
    margin-left: auto;
  }

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

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

  .hero-arrow {
    display: none;
  }

  .featured-grid,
  .all-grid,
  .movie-grid,
  .category-grid,
  .category-large-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .category-large {
    grid-template-columns: 1fr;
  }

  .ranking-row {
    grid-template-columns: 48px 60px minmax(0, 1fr);
  }

  .ranking-cat,
  .ranking-year {
    display: none;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .section-wrap,
  .detail-wrap,
  .page-hero,
  .mobile-panel {
    width: min(100% - 22px, 1280px);
  }

  .brand-name {
    font-size: 1.12rem;
  }

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

  .hero-content {
    padding: 58px 0 78px;
  }

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

  .hero-summary,
  .page-hero p {
    font-size: 1rem;
  }

  .page-hero {
    padding: 34px 24px;
    border-radius: 26px;
  }

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

  .featured-grid,
  .all-grid,
  .movie-grid,
  .category-grid,
  .category-large-grid,
  .hero-strip {
    grid-template-columns: 1fr;
  }

  .library-head {
    display: block;
  }

  .player-card,
  .player-video {
    min-height: 300px;
  }

  .detail-info h1 {
    font-size: 1.55rem;
  }
}
