:root {
  --bg: #f5fbff;
  --panel: rgba(255, 255, 255, 0.86);
  --panel-solid: #ffffff;
  --text: #111827;
  --muted: #667085;
  --soft: #e8f4f8;
  --line: rgba(148, 163, 184, 0.28);
  --blue: #3b82f6;
  --cyan: #06b6d4;
  --deep: #0f172a;
  --shadow: 0 24px 80px rgba(59, 130, 246, 0.16);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 34rem),
    radial-gradient(circle at top right, rgba(6, 182, 212, 0.16), transparent 30rem),
    linear-gradient(180deg, #eef8ff 0%, #ffffff 42%, #f4fbff 100%);
  min-height: 100vh;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(191, 219, 254, 0.7);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.08);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 10px 30px rgba(6, 182, 212, 0.24);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong,
.footer-brand strong {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-text em {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  color: #334155;
  font-weight: 650;
  white-space: nowrap;
}

.desktop-nav a,
.mobile-panel a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
  color: var(--blue);
}

.nav-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(147, 197, 253, 0.65);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.78);
}

.nav-search input,
.mobile-panel input,
.large-search input,
.filter-search input,
.search-page-form input {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.nav-search input {
  width: 220px;
  padding: 9px 10px 9px 14px;
}

.nav-search button,
.large-search button,
.search-page-form button {
  border: 0;
  color: white;
  border-radius: 999px;
  padding: 9px 16px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.18);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(147, 197, 253, 0.55);
  border-radius: 14px;
  color: var(--blue);
  background: rgba(239, 246, 255, 0.9);
}

.mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 16px;
  border: 1px solid rgba(147, 197, 253, 0.45);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.mobile-panel.open {
  display: grid;
  gap: 12px;
}

.mobile-panel input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 999px;
  background: #eff6ff;
}

.hero-carousel {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 34%, #e0f2fe 100%);
}

.hero-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.42;
  pointer-events: none;
}

.hero-glow-one {
  top: 64px;
  left: 8%;
  background: #60a5fa;
}

.hero-glow-two {
  right: 12%;
  bottom: 40px;
  background: #22d3ee;
}

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

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 54px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

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

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.18;
  filter: blur(22px) saturate(1.2);
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

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

.hero-content h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(34px, 5.5vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.hero-content h2 {
  margin: 20px 0 12px;
  color: #1d4ed8;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.15;
}

.hero-content p {
  max-width: 760px;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

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

.hero-tags span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 11px;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
}

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

.primary-btn,
.ghost-btn,
.section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-btn {
  min-height: 48px;
  padding: 0 24px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.24);
}

.ghost-btn,
.section-more {
  min-height: 48px;
  padding: 0 22px;
  color: #2563eb;
  border: 1px solid rgba(96, 165, 250, 0.38);
  background: rgba(255, 255, 255, 0.66);
}

.primary-btn:hover,
.ghost-btn:hover,
.section-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(59, 130, 246, 0.16);
}

.hero-poster {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 12px solid rgba(255, 255, 255, 0.64);
  border-radius: 34px;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
  box-shadow: 0 32px 90px rgba(15, 23, 42, 0.18);
}

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

.hero-poster span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 18px;
  color: white;
  text-align: center;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

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

.hero-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.28);
}

.hero-dots button.active {
  width: 34px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.quick-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: 24px;
  align-items: center;
  margin-top: -52px;
  position: relative;
  z-index: 10;
  padding: 28px;
  border: 1px solid rgba(191, 219, 254, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.quick-search-panel h2,
.section-head h2,
.sub-hero h1,
.detail-info h1,
.content-card h2 {
  margin: 0;
  letter-spacing: -0.045em;
}

.quick-search-panel p,
.section-head p,
.sub-hero p,
.content-card p,
.category-tile p,
.category-overview-card p {
  color: var(--muted);
  line-height: 1.75;
}

.large-search,
.search-page-form {
  display: flex;
  padding: 6px;
  border: 1px solid rgba(147, 197, 253, 0.58);
  border-radius: 999px;
  background: #eff6ff;
}

.large-search input,
.search-page-form input {
  flex: 1;
  min-width: 0;
  padding: 13px 16px;
}

.page-section {
  padding: 76px 0;
}

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

.section-head h2 {
  font-size: clamp(28px, 3vw, 44px);
}

.frost-band {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.72), rgba(207, 250, 254, 0.58));
}

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.64);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 28px 70px rgba(59, 130, 246, 0.15);
}

.poster-frame {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
}

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

.movie-card:hover .poster-frame img {
  transform: scale(1.04);
}

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

.play-dot,
.rank-badge,
.year-pill {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.play-dot {
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

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

.rank-badge {
  left: 12px;
  top: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  font-size: 12px;
}

.year-pill {
  right: 12px;
  top: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
}

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

.movie-title {
  display: -webkit-box;
  min-height: 48px;
  overflow: hidden;
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-card:hover .movie-title {
  color: #2563eb;
}

.movie-line {
  display: -webkit-box;
  min-height: 48px;
  margin: 10px 0;
  overflow: hidden;
  color: #64748b;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: #475569;
  font-size: 13px;
}

.movie-meta a,
.movie-meta span {
  border-radius: 999px;
  padding: 4px 8px;
  background: #f1f5f9;
}

.movie-meta a {
  color: #2563eb;
  font-weight: 800;
}

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

.category-tile,
.category-overview-card,
.content-card,
.filter-panel,
.ranking-board,
.search-status {
  border: 1px solid rgba(191, 219, 254, 0.68);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
}

.category-tile {
  padding: 22px;
}

.category-tile > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.category-tile span,
.category-tile strong {
  font-size: 20px;
  font-weight: 850;
}

.category-tile strong {
  color: #2563eb;
}

.category-tile ul,
.category-overview-card ul,
.site-footer ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.category-tile li,
.category-overview-card li,
.site-footer li {
  margin: 8px 0;
  color: #475569;
}

.category-tile a:hover,
.category-overview-card a:hover,
.site-footer a:hover {
  color: #2563eb;
}

.sub-hero {
  padding: 74px 0;
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.26), transparent 22rem),
    linear-gradient(135deg, #2563eb, #06b6d4 58%, #1d4ed8);
}

.sub-hero h1 {
  font-size: clamp(38px, 5vw, 72px);
}

.sub-hero p,
.sub-hero .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
}

.breadcrumb a:hover {
  color: white;
}

.category-overview-list {
  display: grid;
  gap: 22px;
  padding: 70px 0;
}

.category-overview-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  padding: 24px;
}

.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: 18px;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
}

.category-overview-card h2 {
  margin: 0;
  font-size: 30px;
}

.category-overview-card strong {
  display: inline-flex;
  margin: 8px 0 4px;
  color: #2563eb;
}

.filter-panel {
  display: grid;
  gap: 16px;
  margin-top: -34px;
  padding: 22px;
  position: relative;
  z-index: 5;
  backdrop-filter: blur(16px);
}

.filter-search input {
  width: 100%;
  padding: 15px 18px;
  border-radius: 18px;
  background: #eff6ff;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chips button {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  color: #2563eb;
  font-weight: 750;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
}

.rank-list {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.rank-row {
  display: grid;
  grid-template-columns: 44px 64px minmax(0, 1fr) minmax(160px, 260px) 110px;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: #f8fafc;
  transition: transform 0.2s ease, background 0.2s ease;
}

.rank-row:hover {
  transform: translateY(-2px);
  background: #eff6ff;
}

.rank-row span {
  color: #2563eb;
  font-size: 20px;
  font-weight: 900;
}

.rank-row img {
  width: 64px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
}

.rank-row strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-row em {
  color: #64748b;
  font-style: normal;
}

.rank-row b {
  color: #0f766e;
  text-align: right;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background: #0f172a;
}

.detail-bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  filter: blur(18px) saturate(1.1);
}

.detail-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.9));
}

.detail-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  padding: 54px 0;
}

.detail-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.detail-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
}

.detail-info h1 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
}

.detail-line {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.detail-meta span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
}

.detail-tags {
  margin-bottom: 24px;
}

.player-section {
  margin-top: -36px;
  position: relative;
  z-index: 4;
}

.video-player {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.4);
  border-radius: 30px;
  background: #020617;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.25);
}

.video-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020617;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 14px;
  border: 0;
  color: white;
  text-align: center;
  background: radial-gradient(circle at center, rgba(15, 23, 42, 0.34), rgba(15, 23, 42, 0.68));
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

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

.player-icon {
  width: 78px;
  height: 78px;
  display: inline-grid;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  color: #2563eb;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.player-overlay strong {
  font-size: 20px;
}

.detail-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 42px 0 0;
}

.content-card {
  padding: 28px;
}

.content-card h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

.search-page-form {
  max-width: 720px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.22);
}

.search-page-form input {
  color: white;
}

.search-page-form input::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

.search-status {
  padding: 18px 20px;
  margin-bottom: 24px;
  color: #475569;
  font-weight: 750;
}

.site-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(191, 219, 254, 0.7);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.72), rgba(255, 255, 255, 0.95));
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.8fr) minmax(220px, 1fr);
  gap: 32px;
  padding: 44px 0;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.site-footer p {
  max-width: 520px;
  color: #64748b;
  line-height: 1.75;
}

.footer-category-list {
  columns: 2;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  color: #64748b;
  border-top: 1px solid rgba(191, 219, 254, 0.64);
}

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

  .nav-search {
    margin-left: auto;
  }

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

  .hero-slide {
    grid-template-columns: 1fr;
    padding: 96px 0 120px;
  }

  .hero-poster {
    display: none;
  }

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

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

@media (max-width: 820px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .nav-search {
    display: none;
  }

  .brand-text strong {
    font-size: 19px;
  }

  .hero-carousel,
  .hero-slides {
    min-height: 640px;
  }

  .hero-content {
    padding: 28px;
  }

  .quick-search-panel,
  .detail-layout,
  .detail-content,
  .category-overview-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .section-head {
    display: grid;
  }

  .rank-row {
    grid-template-columns: 34px 54px minmax(0, 1fr);
  }

  .rank-row em,
  .rank-row b {
    display: none;
  }

  .detail-poster {
    max-width: 240px;
  }
}

@media (max-width: 560px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p,
  .detail-line {
    font-size: 16px;
  }

  .large-search,
  .search-page-form {
    display: grid;
    border-radius: 22px;
  }

  .large-search button,
  .search-page-form button {
    border-radius: 18px;
  }

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

  .footer-category-list {
    columns: 1;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}
