
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #0f172a;
  background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 45%, #ffffff 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  backdrop-filter: blur(18px);
}

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

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

.logo-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #06b6d4 50%, #14b8a6);
  box-shadow: 0 14px 30px rgba(6, 182, 212, 0.25);
}

.logo-text {
  font-size: 22px;
}

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

.main-nav a {
  padding: 10px 14px;
  color: #334155;
  font-weight: 650;
  border-radius: 999px;
  transition: 0.24s ease;
}

.main-nav a:hover {
  color: #0369a1;
  background: #e0f2fe;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
}

.header-search input {
  width: 210px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 8px 10px;
  color: #0f172a;
}

.header-search button,
.big-search button,
.primary-button {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: 750;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #06b6d4 52%, #14b8a6);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.22);
  transition: 0.24s ease;
}

.header-search button {
  padding: 8px 16px;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
}

.header-search button:hover,
.big-search button:hover,
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.30);
}

.ghost-button {
  color: #ffffff;
  font-weight: 750;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-left: auto;
  border: 0;
  border-radius: 14px;
  background: #f1f5f9;
}

.mobile-menu-button span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: #0f172a;
  border-radius: 99px;
}

.hero-carousel {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  color: #ffffff;
  background: #020617;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

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

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.06);
  filter: saturate(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(6, 182, 212, 0.30), transparent 32%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.94), rgba(15, 23, 42, 0.76) 42%, rgba(15, 23, 42, 0.28)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.74), rgba(2, 6, 23, 0.06));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 32px));
  height: 100%;
  min-height: 660px;
  margin: 0 auto;
  padding: 92px 0 150px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  align-items: center;
  gap: 52px;
}

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

.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #67e8f9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.hero-copy p,
.page-hero p,
.detail-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
}

.hero-tags,
.detail-tags,
.tag-row,
.pill-row,
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.hero-tags span,
.detail-tags span,
.tag-row span,
.pill-link,
.filter-chips button {
  padding: 7px 12px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 999px;
  background: rgba(236, 254, 255, 0.88);
}

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

.hero-poster {
  position: relative;
  justify-self: end;
  width: min(360px, 100%);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 30px;
  background: linear-gradient(135deg, #0f172a, #164e63);
  box-shadow: 0 30px 90px rgba(2, 6, 23, 0.55);
}

.hero-poster img,
.poster-link img,
.detail-poster img,
.ranking-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-poster span,
.play-dot {
  position: absolute;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(8, 145, 178, 0.88);
  box-shadow: 0 16px 30px rgba(8, 145, 178, 0.30);
}

.hero-poster span {
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 22px;
  font-size: 20px;
}

.hero-bottom-bar {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: min(1240px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateX(-50%);
}

.hero-thumbs {
  display: flex;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 4px;
}

.hero-thumb {
  flex: 0 0 176px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.54);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.hero-thumb img {
  width: 46px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
}

.hero-thumb span {
  overflow: hidden;
  font-size: 13px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-thumb.is-active {
  color: #ffffff;
  border-color: rgba(103, 232, 249, 0.76);
  background: rgba(8, 145, 178, 0.50);
}

.hero-controls {
  display: flex;
  gap: 10px;
}

.hero-controls button {
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.62);
  cursor: pointer;
}

.search-band {
  padding: 34px 0 0;
}

.search-band-inner,
.content-section,
.page-hero,
.detail-inner,
.site-footer .footer-grid,
.footer-bottom {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.search-band-inner {
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  align-items: center;
  gap: 24px;
  border: 1px solid #dbeafe;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff, #eff6ff 52%, #ecfeff);
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.10);
}

.search-band h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -0.04em;
}

.big-search {
  display: flex;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.big-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 12px 18px;
  background: transparent;
}

.big-search button {
  padding: 0 24px;
}

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

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

.section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.section-link {
  color: #0284c7;
  font-weight: 800;
}

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

.category-tile,
.category-card-large {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, #eff6ff 56%, #ecfeff);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  transition: 0.24s ease;
}

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

.category-tile:hover,
.category-card-large:hover,
.movie-card:hover,
.ranking-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(14, 116, 144, 0.14);
}

.category-tile span,
.category-card-large span {
  display: block;
  font-size: 20px;
  font-weight: 850;
}

.category-tile em,
.category-card-large p {
  display: block;
  margin-top: 10px;
  color: #64748b;
  font-style: normal;
  line-height: 1.65;
}

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

.movie-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: 0.24s ease;
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #164e63);
}

.poster-link img {
  transition: transform 0.35s ease;
}

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

.poster-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.play-dot {
  right: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
}

.card-body {
  padding: 16px;
}

.card-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.card-meta a {
  color: #0284c7;
}

.movie-card h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.movie-card h3 a:hover,
.ranking-title:hover {
  color: #0284c7;
}

.movie-card p {
  min-height: 58px;
  margin: 0 0 14px;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.tag-row span {
  padding: 5px 9px;
  font-size: 12px;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 36px 62px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #dbeafe;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.rank-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-weight: 850;
  border-radius: 12px;
  background: linear-gradient(135deg, #f97316, #ef4444);
}

.rank-item img {
  width: 62px;
  height: 84px;
  object-fit: cover;
  border-radius: 14px;
}

.rank-item strong,
.rank-item em {
  display: block;
}

.rank-item strong {
  font-size: 16px;
  line-height: 1.3;
}

.rank-item em {
  margin-top: 7px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.page-hero {
  margin-top: 34px;
  padding: 70px;
  color: #ffffff;
  border-radius: 36px;
  background:
    radial-gradient(circle at 80% 10%, rgba(103, 232, 249, 0.34), transparent 34%),
    linear-gradient(135deg, #1d4ed8, #0891b2 54%, #0f766e);
  box-shadow: 0 26px 80px rgba(37, 99, 235, 0.20);
}

.slim-hero h1,
.category-hero h1 {
  font-size: clamp(34px, 5vw, 62px);
}

.category-hero .pill-row {
  margin-top: 26px;
}

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

.category-card-large {
  padding: 18px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  align-items: center;
}

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

.category-covers img {
  width: 100%;
  height: 105px;
  object-fit: cover;
  border-radius: 14px;
}

.toolbar {
  margin-bottom: 22px;
}

.inline-filter {
  width: min(560px, 100%);
  padding: 14px 18px;
  border: 1px solid #dbeafe;
  outline: 0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

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

.ranking-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: 0.24s ease;
}

.ranking-poster {
  position: relative;
  overflow: hidden;
  height: 150px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a, #164e63);
}

.ranking-poster span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-weight: 850;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.92);
}

.ranking-title {
  display: inline-block;
  margin: 8px 0;
  font-size: 20px;
  font-weight: 850;
}

.ranking-card p {
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.65;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #020617;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: blur(5px) saturate(1.08);
  transform: scale(1.05);
  opacity: 0.58;
}

.detail-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 78% 20%, rgba(8, 145, 178, 0.34), transparent 34%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.95), rgba(15, 23, 42, 0.82) 52%, rgba(15, 23, 42, 0.36));
}

.detail-inner {
  position: relative;
  z-index: 2;
  min-height: 520px;
  padding: 72px 0;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 42px;
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: linear-gradient(135deg, #0f172a, #164e63);
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.50);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #67e8f9;
}

.detail-meta {
  margin: 24px 0;
}

.detail-meta span {
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

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

.player-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: #020617;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.player-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #020617;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #ffffff;
  border: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0.76));
  cursor: pointer;
}

.player-overlay.is-hidden {
  display: none;
}

.play-circle {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 22px 42px rgba(6, 182, 212, 0.32);
}

.player-overlay strong {
  max-width: 80%;
  overflow: hidden;
  font-size: clamp(20px, 3vw, 34px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-message {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 16px;
  color: #ffffff;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.82);
}

.detail-article {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.detail-article h2,
.related-column h2 {
  margin: 0 0 14px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.detail-article p {
  margin: 0 0 24px;
  color: #334155;
  font-size: 17px;
  line-height: 1.9;
}

.detail-tags {
  margin-top: 8px;
}

.related-column {
  position: sticky;
  top: 96px;
}

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

.related-list .movie-card {
  display: grid;
  grid-template-columns: 110px 1fr;
}

.related-list .poster-link {
  aspect-ratio: 2 / 3;
}

.related-list .movie-card p,
.related-list .tag-row,
.related-list .play-dot {
  display: none;
}

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

.search-empty {
  padding: 32px;
  color: #475569;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
}

.filter-chips {
  margin-top: 22px;
}

.filter-chips button {
  cursor: pointer;
}

.site-footer {
  margin-top: 30px;
  color: #cbd5e1;
  background: #0f172a;
}

.footer-grid {
  padding: 54px 0 36px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 44px;
}

.footer-logo {
  color: #ffffff;
  font-size: 22px;
}

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

.site-footer h3 {
  margin: 0 0 16px;
  color: #67e8f9;
}

.site-footer a {
  display: block;
  margin: 10px 0;
  color: #cbd5e1;
}

.site-footer a:hover {
  color: #67e8f9;
}

.footer-bottom {
  padding: 20px 0 30px;
  color: #94a3b8;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  text-align: center;
}

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

  .hero-content {
    grid-template-columns: 1fr 280px;
  }

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

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

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

  .related-column {
    position: static;
  }

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

@media (max-width: 860px) {
  .header-inner {
    min-height: 66px;
  }

  .mobile-menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    border-radius: 16px;
  }

  .hero-carousel,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 86px 0 180px;
  }

  .hero-poster {
    width: 220px;
    justify-self: start;
  }

  .hero-bottom-bar {
    align-items: flex-end;
  }

  .hero-controls {
    display: none;
  }

  .search-band-inner,
  .footer-grid,
  .detail-inner,
  .category-card-large {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 46px 24px;
    border-radius: 28px;
  }

  .movie-grid,
  .category-grid,
  .rank-grid,
  .ranking-list,
  .category-large-grid,
  .search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-inner {
    padding: 44px 0;
  }

  .detail-poster {
    width: min(220px, 70vw);
  }
}

@media (max-width: 560px) {
  .header-inner,
  .search-band-inner,
  .content-section,
  .page-hero,
  .detail-inner,
  .site-footer .footer-grid,
  .footer-bottom {
    width: min(100% - 22px, 1240px);
  }

  .logo-text {
    font-size: 19px;
  }

  .hero-copy h1,
  .detail-copy h1 {
    font-size: 42px;
  }

  .hero-copy p,
  .page-hero p,
  .detail-copy p {
    font-size: 15px;
  }

  .hero-thumb {
    flex-basis: 142px;
  }

  .big-search {
    border-radius: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .big-search button {
    min-height: 46px;
  }

  .movie-grid,
  .category-grid,
  .rank-grid,
  .ranking-list,
  .category-large-grid,
  .search-results,
  .related-list {
    grid-template-columns: 1fr;
  }

  .ranking-card {
    grid-template-columns: 88px 1fr;
  }

  .ranking-poster {
    height: 132px;
  }

  .related-list .movie-card {
    grid-template-columns: 96px 1fr;
  }

  .detail-article {
    padding: 22px;
  }
}
