:root {
  --sand-50: #fff7ed;
  --sand-100: #ffedd5;
  --sand-200: #fed7aa;
  --sand-300: #fdba74;
  --desert-500: #f97316;
  --desert-600: #ea580c;
  --desert-700: #c2410c;
  --dune-50: #fafaf9;
  --dune-100: #f5f5f4;
  --dune-200: #e7e5e4;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --white: #ffffff;
  --shadow-sm: 0 8px 28px rgba(41, 37, 36, 0.08);
  --shadow-md: 0 22px 60px rgba(41, 37, 36, 0.14);
  --shadow-lg: 0 30px 90px rgba(41, 37, 36, 0.22);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--stone-800);
  background: linear-gradient(180deg, var(--sand-50) 0%, var(--dune-50) 48%, #ffffff 100%);
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(255, 247, 237, 0.95), rgba(250, 250, 249, 0.95));
  border-bottom: 1px solid var(--sand-200);
  box-shadow: 0 5px 20px rgba(41, 37, 36, 0.05);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(1180px, calc(100% - 32px));
  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;
  font-weight: 800;
  color: var(--stone-800);
  white-space: nowrap;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--desert-500), #92400e);
  box-shadow: 0 14px 26px rgba(234, 88, 12, 0.28);
}

.brand-name {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--stone-700);
  font-weight: 700;
}

.nav-link {
  position: relative;
  padding: 22px 0;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--desert-600);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--desert-700);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.site-search {
  display: block;
}

.search-box {
  position: relative;
  display: block;
}

.search-box input {
  width: 260px;
  height: 42px;
  padding: 0 18px 0 42px;
  border: 1px solid var(--sand-300);
  border-radius: 999px;
  outline: none;
  color: var(--stone-800);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.search-box input:focus,
.big-search input:focus,
.category-tools input:focus,
.category-tools select:focus {
  border-color: var(--desert-500);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.16);
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  color: var(--stone-500);
  transform: translateY(-50%);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  border-radius: 12px;
  background: var(--sand-100);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--stone-800);
}

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

.mobile-menu.is-open {
  display: grid;
  gap: 10px;
}

.mobile-link {
  padding: 11px 14px;
  border-radius: 14px;
  color: var(--stone-700);
  background: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.mobile-link.active {
  color: var(--desert-700);
  background: var(--sand-100);
}

.mobile-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0;
}

.mobile-cats a {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--desert-700);
  background: rgba(255, 237, 213, 0.72);
  font-size: 0.9rem;
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--stone-900);
}

.hero-slides {
  position: relative;
  min-height: 640px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  min-height: 640px;
  padding: 86px 0 110px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.8s ease;
}

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

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 380px;
  align-items: center;
  gap: 56px;
  color: #ffffff;
}

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

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(249, 115, 22, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.section-kicker {
  color: var(--desert-700);
  background: var(--sand-100);
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.8;
}

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

.hero-tags {
  margin: 26px 0 0;
}

.hero-tags span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-tags span {
  padding: 7px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--desert-500), var(--desert-700));
  box-shadow: 0 18px 30px rgba(234, 88, 12, 0.28);
}

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

.btn-wide {
  width: 100%;
  margin-top: 20px;
}

.hero-poster {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.28), rgba(28, 25, 23, 0.9));
  box-shadow: var(--shadow-lg);
}

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

.hero-poster:hover img {
  transform: scale(1.05);
}

.hero-poster span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(249, 115, 22, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 38px;
  width: min(1180px, calc(100% - 32px));
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

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

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

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

.section-lift {
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

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

.section-head h2,
.ranking-title h2,
.side-panel h2 {
  margin: 0;
  color: var(--stone-800);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
}

.text-link {
  color: var(--desert-700);
  font-weight: 800;
}

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

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

.category-card {
  min-height: 178px;
  padding: 24px;
  border: 1px solid rgba(253, 186, 116, 0.55);
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, var(--sand-50));
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover,
.movie-card:hover,
.category-overview-card:hover,
.rank-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.category-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--desert-700);
  background: var(--sand-100);
  font-weight: 800;
}

.category-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--stone-800);
  font-size: 1.12rem;
}

.category-card em {
  color: var(--stone-600);
  font-style: normal;
  line-height: 1.7;
}

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

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(231, 229, 228, 0.9);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(135deg, var(--sand-100), var(--stone-800));
}

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

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

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

.poster-shade {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(28, 25, 23, 0.72));
}

.play-dot {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(249, 115, 22, 0.92);
}

.rank-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  min-width: 42px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(28, 25, 23, 0.78);
  font-weight: 900;
}

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

.movie-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--stone-500);
  font-size: 0.82rem;
}

.movie-meta-row span,
.movie-meta-row a {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--dune-100);
}

.movie-meta-row a {
  color: var(--desert-700);
}

.movie-card h2,
.rank-card h2 {
  margin: 0 0 8px;
  color: var(--stone-800);
  font-size: 1.08rem;
  line-height: 1.35;
}

.movie-card h2 a:hover,
.rank-card h2 a:hover {
  color: var(--desert-700);
}

.movie-card p,
.rank-card p,
.category-overview-card p {
  margin: 0;
  color: var(--stone-600);
  font-size: 0.92rem;
  line-height: 1.7;
}

.movie-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.tag-row span {
  padding: 5px 9px;
  color: var(--stone-700);
  background: var(--sand-100);
}

.ranking-panel,
.side-panel,
.detail-content,
.player-card {
  border: 1px solid rgba(231, 229, 228, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.ranking-panel {
  position: sticky;
  top: 92px;
  padding: 24px;
}

.ranking-title span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--desert-700);
  font-weight: 900;
  letter-spacing: 0.22em;
}

.rank-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.rank-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  background: var(--sand-50);
  transition: background 0.2s ease;
}

.rank-row:hover {
  background: var(--sand-100);
}

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

.rank-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--stone-800);
  font-weight: 800;
}

.rank-info {
  color: var(--stone-500);
  font-size: 0.86rem;
}

.page-hero {
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: 72px 0;
  background-position: center;
  background-size: cover;
}

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

.simple-hero,
.category-hero {
  background: radial-gradient(circle at 12% 20%, rgba(249, 115, 22, 0.22), transparent 30%), linear-gradient(135deg, var(--stone-900), #78350f);
  color: #ffffff;
}

.rank-hero {
  color: #ffffff;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-hero p {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  line-height: 1.8;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.detail-shell .breadcrumb {
  color: var(--stone-600);
}

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

.category-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.category-tools label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.category-tools input,
.category-tools select {
  min-width: 240px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  color: var(--stone-800);
  outline: none;
  background: #ffffff;
}

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

.category-overview-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(231, 229, 228, 0.9);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.category-cover-stack img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sand-100), var(--stone-800));
}

.category-overview-card h2 {
  margin: 0 0 10px;
  color: var(--stone-800);
  font-size: 1.5rem;
}

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

.rank-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 16px;
  border: 1px solid rgba(231, 229, 228, 0.9);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-card-cover {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, var(--sand-100), var(--stone-800));
}

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

.rank-card-cover span {
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 36px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(249, 115, 22, 0.92);
  font-weight: 900;
}

.rank-card-body {
  align-self: center;
}

.detail-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 0;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.detail-main {
  min-width: 0;
}

.player-card {
  overflow: hidden;
  background: var(--stone-900);
}

.video-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.video-stage video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border: 0;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(180deg, rgba(28, 25, 23, 0.08), rgba(28, 25, 23, 0.7));
  cursor: pointer;
}

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

.player-play {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(249, 115, 22, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  font-size: 1.5rem;
}

.player-overlay strong {
  max-width: 72%;
  font-size: clamp(1.3rem, 4vw, 2.5rem);
  line-height: 1.25;
}

.player-overlay em {
  color: rgba(255, 255, 255, 0.84);
  font-style: normal;
  font-weight: 800;
}

.detail-content {
  margin-top: 24px;
  padding: 30px;
}

.detail-title-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.detail-title-row h1 {
  margin: 0;
  color: var(--stone-800);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--dune-200);
}

.detail-meta span {
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--stone-700);
  background: var(--dune-100);
  font-weight: 700;
}

.detail-content section {
  padding: 24px 0;
  border-bottom: 1px solid var(--dune-200);
}

.detail-content section:last-child {
  border-bottom: 0;
}

.detail-content h2 {
  margin: 0 0 12px;
  color: var(--stone-800);
  font-size: 1.35rem;
}

.detail-content p {
  margin: 0;
  color: var(--stone-700);
  line-height: 1.95;
}

.lead-text {
  margin-bottom: 14px !important;
  color: var(--stone-800) !important;
  font-weight: 800;
}

.tag-row-large span {
  padding: 8px 12px;
}

.detail-side {
  position: sticky;
  top: 92px;
}

.side-panel {
  padding: 22px;
}

.mini-card-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.mini-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 12px;
  align-items: center;
  padding: 8px;
  border-radius: 18px;
  transition: background 0.2s ease;
}

.mini-card:hover {
  background: var(--sand-50);
}

.mini-card img {
  width: 94px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sand-100), var(--stone-800));
}

.mini-card strong,
.mini-card em {
  display: block;
}

.mini-card strong {
  color: var(--stone-800);
  line-height: 1.45;
}

.mini-card em {
  margin-top: 4px;
  color: var(--stone-500);
  font-size: 0.86rem;
  font-style: normal;
}

.big-search {
  display: flex;
  width: min(680px, 100%);
  gap: 12px;
  margin-top: 24px;
}

.big-search input {
  flex: 1;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  outline: none;
}

.site-footer {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(180deg, var(--stone-800), var(--stone-900));
}

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

.brand-footer .brand-name {
  color: #ffffff;
}

.footer-brand p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.05rem;
}

.footer-col a:hover {
  color: var(--sand-200);
}

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.52);
}

.is-filtered-out {
  display: none !important;
}

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

  .menu-button {
    display: block;
  }

  .mobile-search {
    display: block;
  }

  .mobile-search .search-box input {
    width: 100%;
  }

  .hero-content,
  .two-column-section,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .hero-poster {
    width: min(360px, 100%);
  }

  .ranking-panel,
  .detail-side {
    position: static;
  }

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

@media (max-width: 760px) {
  .nav-inner {
    height: 62px;
  }

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

  .hero,
  .hero-slides,
  .hero-slide {
    min-height: 760px;
  }

  .hero-slide {
    padding: 58px 0 96px;
  }

  .hero-content {
    gap: 30px;
  }

  .hero-actions,
  .big-search,
  .detail-title-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-dot {
    width: 30px;
  }

  .hero-dot.active {
    width: 50px;
  }

  .section {
    padding: 46px 0;
  }

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

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

  .category-overview-card,
  .rank-card {
    grid-template-columns: 1fr;
  }

  .category-cover-stack {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-hero {
    min-height: 300px;
    padding: 54px 0;
  }

  .category-tools {
    display: grid;
  }

  .category-tools input,
  .category-tools select {
    min-width: 100%;
  }

  .detail-content {
    padding: 22px;
  }

  .player-overlay strong {
    max-width: 92%;
  }

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

@media (max-width: 520px) {
  .movie-grid,
  .movie-grid-compact,
  .category-grid,
  .category-overview-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero-slides,
  .hero-slide {
    min-height: 700px;
  }

  .hero-poster {
    display: none;
  }

  .mini-card {
    grid-template-columns: 82px 1fr;
  }

  .mini-card img {
    width: 82px;
  }
}
