* {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --bg: #020617;
  --bg-soft: #0f172a;
  --bg-card: #111827;
  --bg-card-2: #1e293b;
  --text: #f8fafc;
  --muted: #94a3b8;
  --line: rgba(148, 163, 184, 0.18);
  --amber: #f59e0b;
  --amber-2: #fbbf24;
  --red: #ef4444;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.16), transparent 30rem),
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.12), transparent 26rem),
    linear-gradient(180deg, #020617 0%, #0f172a 48%, #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.search-open,
body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(2, 6, 23, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.site-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.logo-mark {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.28);
}

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

.nav-link,
.search-trigger,
.menu-trigger,
.mobile-nav a,
.mobile-nav button {
  border: 0;
  color: #cbd5e1;
  background: transparent;
  border-radius: 12px;
  padding: 10px 14px;
  transition: 0.22s ease;
}

.nav-link:hover,
.nav-link.is-active,
.search-trigger:hover,
.menu-trigger:hover,
.mobile-nav a:hover,
.mobile-nav button:hover {
  color: #fff;
  background: rgba(30, 41, 59, 0.88);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-trigger {
  display: none;
}

.mobile-nav {
  display: none;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 12px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.mobile-nav a,
.mobile-nav button {
  display: block;
  width: 100%;
  text-align: left;
}

.page-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 72px;
}

.hero-carousel {
  position: relative;
  margin: 28px 0 48px;
}

.hero-stage {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: #0f172a;
  box-shadow: var(--shadow);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  padding: clamp(28px, 6vw, 72px);
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.8s ease;
}

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

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

.hero-layer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.68) 42%, rgba(2, 6, 23, 0.2) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.28) 48%, rgba(2, 6, 23, 0.72) 100%);
}

.hero-content {
  position: relative;
  max-width: 760px;
  z-index: 2;
}

.eyebrow,
.hero-kicker {
  margin: 0 0 12px;
  color: var(--amber-2);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-content h1,
.page-hero h1,
.player-text h1 {
  margin: 0;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-text,
.page-hero p,
.quick-search-card p {
  max-width: 720px;
  color: #d1d5db;
  font-size: clamp(16px, 2vw, 21px);
}

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

.hero-tags span,
.tag-row span,
.detail-tags a {
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(245, 158, 11, 0.26);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-button,
.secondary-button,
.ghost-button,
.inline-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  font-weight: 800;
  transition: 0.22s ease;
}

.primary-button,
.inline-search button {
  color: #111827;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  box-shadow: 0 18px 48px rgba(245, 158, 11, 0.26);
}

.primary-button:hover,
.inline-search button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(245, 158, 11, 0.34);
}

.secondary-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ghost-button {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.11);
  border: 1px solid rgba(245, 158, 11, 0.24);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 34px;
  line-height: 1;
  transition: 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(245, 158, 11, 0.82);
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

.hero-dots {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.hero-dot {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 72px;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 8px;
  text-align: left;
  overflow: hidden;
  transition: 0.22s ease;
}

.hero-dot img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 13px;
}

.hero-dot span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-dot.is-active,
.hero-dot:hover {
  color: #fff;
  border-color: rgba(245, 158, 11, 0.6);
  background: rgba(245, 158, 11, 0.14);
}

.quick-search-card,
.page-hero,
.player-card,
.side-card,
.detail-section,
.detail-pager {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.86)),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 18rem);
  border-radius: var(--radius);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.24);
}

.quick-search-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 24px;
  padding: clamp(22px, 4vw, 38px);
  margin-bottom: 52px;
}

.quick-search-card h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.04em;
}

.inline-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.inline-search input,
.filter-bar input,
.search-panel-input {
  width: 100%;
  color: #fff;
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 14px;
  outline: none;
  padding: 14px 16px;
  transition: 0.22s ease;
}

.inline-search input:focus,
.filter-bar input:focus,
.search-panel-input:focus {
  border-color: rgba(245, 158, 11, 0.75);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.content-section {
  margin: 0 0 58px;
}

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

.section-head h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.04em;
}

.section-head p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--muted);
}

.section-link {
  color: var(--amber-2);
  font-weight: 800;
}

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

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

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

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

.movie-card {
  position: relative;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.86);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.48);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.movie-poster {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #111827;
}

.movie-card.large .movie-poster {
  aspect-ratio: 16 / 9;
}

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

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

.year-badge,
.rank-badge,
.play-float {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
}

.year-badge {
  right: 10px;
  top: 10px;
  color: #111827;
  background: var(--amber-2);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
}

.rank-badge {
  left: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #f59e0b);
  font-size: 14px;
}

.play-float {
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: rgba(251, 191, 36, 0.92);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.22s ease;
}

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

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

.movie-card-body h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.movie-card-body h3 a:hover {
  color: var(--amber-2);
}

.movie-meta,
.movie-line {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.movie-line {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

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

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

.compact-card {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #0f172a;
  transition: 0.22s ease;
}

.compact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.compact-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  transition: transform 0.34s ease;
}

.compact-card:hover img {
  transform: scale(1.06);
}

.compact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.95), rgba(2, 6, 23, 0.14));
}

.compact-body {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 4px;
}

.compact-body strong {
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compact-body em {
  color: #cbd5e1;
  font-size: 13px;
  font-style: normal;
}

.compact-rank {
  display: inline-flex;
  width: fit-content;
  color: #111827;
  background: var(--amber-2);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 900;
}

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

.category-tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #111827;
  transition: 0.25s ease;
}

.category-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: var(--shadow);
}

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

.category-tile:hover img {
  transform: scale(1.06);
}

.category-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.98), rgba(2, 6, 23, 0.18));
}

.category-info {
  position: absolute;
  inset: auto 18px 18px;
  display: grid;
  gap: 6px;
}

.category-info strong {
  color: #fff;
  font-size: 22px;
}

.category-info em {
  color: #cbd5e1;
  font-size: 13px;
  font-style: normal;
}

.page-hero {
  margin: 28px 0 44px;
  padding: clamp(28px, 6vw, 58px);
}

.slim-hero,
.category-hero {
  min-height: 300px;
  display: grid;
  align-items: center;
}

.filter-bar {
  margin-bottom: 18px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 18px;
  color: var(--muted);
  font-size: 14px;
}

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

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

.player-card {
  overflow: hidden;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border-radius: var(--radius) var(--radius) 0 0;
}

.video-frame video,
.player-cover,
.player-cover img {
  width: 100%;
  height: 100%;
}

.video-frame video {
  background: #000;
}

.player-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 0;
  color: #111827;
  background: #0f172a;
  border: 0;
  overflow: hidden;
}

.player-cover.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.player-cover img {
  object-fit: cover;
  filter: brightness(0.65);
}

.player-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(251, 191, 36, 0.28), transparent 16rem),
    linear-gradient(0deg, rgba(2, 6, 23, 0.8), transparent 68%);
}

.big-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  transform: translate(-50%, -50%);
  font-size: 28px;
  box-shadow: 0 20px 60px rgba(245, 158, 11, 0.35);
}

.player-text {
  padding: clamp(20px, 4vw, 34px);
}

.player-text h1 {
  font-size: clamp(32px, 5vw, 54px);
}

.player-text p:last-child {
  color: #d1d5db;
  font-size: 18px;
}

.detail-section,
.detail-pager {
  margin-top: 22px;
  padding: clamp(20px, 4vw, 30px);
}

.detail-section h2,
.side-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.detail-section p {
  margin: 0 0 14px;
  color: #d1d5db;
  font-size: 16px;
}

.detail-pager {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.detail-pager a {
  max-width: 48%;
  color: var(--amber-2);
  font-weight: 800;
}

.detail-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.side-card {
  margin-top: 18px;
  padding: 22px;
}

.side-card dl {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
}

.side-card dt {
  color: var(--muted);
}

.side-card dd {
  margin: 0;
  color: #fff;
}

.side-card a {
  color: var(--amber-2);
}

.related-section {
  margin-top: 34px;
}

.search-panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 7vh 16px 16px;
}

.search-panel.is-open {
  display: flex;
}

.search-panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.78);
  backdrop-filter: blur(10px);
}

.search-panel-box {
  position: relative;
  width: min(760px, 100%);
  max-height: 82vh;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.search-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 0;
}

.search-panel-head h2 {
  margin: 0;
}

.search-panel-head button {
  width: 38px;
  height: 38px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 999px;
  font-size: 24px;
}

.search-panel-input {
  width: calc(100% - 44px);
  margin: 18px 22px;
}

.search-panel-results {
  max-height: 55vh;
  overflow: auto;
  padding: 0 22px 22px;
}

.search-result-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  transition: 0.2s ease;
}

.search-result-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.search-result-item img {
  width: 56px;
  height: 76px;
  object-fit: cover;
  border-radius: 10px;
}

.search-result-item strong {
  display: block;
  color: #fff;
}

.search-result-item span {
  color: var(--muted);
  font-size: 13px;
}

.search-empty {
  color: var(--muted);
  padding: 18px 4px;
}

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

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

.footer-grid p,
.footer-bottom {
  color: var(--muted);
}

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

.footer-grid a:not(.footer-logo) {
  display: block;
  color: #cbd5e1;
  margin: 8px 0;
}

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

.footer-bottom {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 18px 0 28px;
  font-size: 14px;
}

[data-search-card].is-filtered {
  display: none;
}

@media (max-width: 1120px) {
  .movie-grid,
  .all-grid,
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .compact-grid,
  .category-grid,
  .poster-strip,
  .rank-list,
  .long-rank-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-side {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
  }

  .side-card {
    margin-top: 0;
  }
}

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

  .menu-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.menu-open .mobile-nav {
    display: block;
  }

  .hero-stage {
    min-height: 620px;
    border-radius: 24px;
  }

  .hero-slide {
    padding: 28px;
  }

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

  .quick-search-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .movie-grid,
  .feature-grid,
  .compact-grid,
  .all-grid,
  .poster-strip,
  .rank-list,
  .long-rank-list,
  .category-grid,
  .detail-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head,
  .footer-bottom,
  .detail-pager {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-pager a {
    max-width: 100%;
  }
}

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

  .page-shell,
  .footer-grid,
  .footer-bottom,
  .mobile-nav {
    width: min(100% - 22px, 1280px);
  }

  .site-logo,
  .footer-logo {
    font-size: 18px;
  }

  .search-trigger {
    display: none;
  }

  .hero-stage {
    min-height: 560px;
  }

  .hero-actions,
  .inline-actions,
  .inline-search {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .ghost-button,
  .inline-search button {
    width: 100%;
  }

  .movie-grid,
  .feature-grid,
  .compact-grid,
  .all-grid,
  .poster-strip,
  .rank-list,
  .long-rank-list,
  .category-grid,
  .detail-side {
    grid-template-columns: 1fr;
  }

  .hero-dots {
    grid-template-columns: 1fr;
  }

  .hero-arrow {
    display: none;
  }
}
