body.site-body {
  background: linear-gradient(135deg, #fdf2f8 0%, #faf5ff 48%, #fdf2f8 100%);
  color: #1f2937;
  min-height: 100vh;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  backdrop-filter: blur(18px);
}

.nav-row {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ec4899;
  background: #fde047;
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.18);
  transition: transform 0.3s ease;
}

.brand:hover .brand-icon {
  transform: scale(1.1) rotate(-6deg);
}

.brand-text {
  font-size: 1.35rem;
  line-height: 1;
}

.nav-link {
  padding: 0.55rem 1rem;
  color: #fff;
  border-radius: 999px;
  transition: all 0.25s ease;
  font-weight: 600;
}

.nav-link:hover,
.nav-link-active {
  background: rgb(255 255 255 / 0.92);
  color: #db2777;
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.12);
}

.header-search,
.mobile-search {
  position: relative;
  align-items: center;
  gap: 0.5rem;
}

.header-search input,
.mobile-search input {
  width: 16rem;
  border-radius: 999px;
  padding: 0.62rem 2.65rem 0.62rem 1rem;
  background: rgb(255 255 255 / 0.92);
  outline: none;
  transition: all 0.25s ease;
}

.header-search input:focus,
.mobile-search input:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgb(253 224 71 / 0.72);
}

.header-search button,
.mobile-search button {
  position: absolute;
  right: 0.35rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.mobile-menu-button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.32rem;
  color: #fff;
}

.mobile-menu-button span {
  display: block;
  height: 2px;
  width: 1.45rem;
  background: currentColor;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.mobile-nav {
  display: none;
  padding: 0 0 1rem;
}

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

.mobile-search {
  display: flex;
  margin-bottom: 0.75rem;
}

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

.mobile-links {
  display: grid;
  gap: 0.45rem;
}

.mobile-links .nav-link {
  display: block;
  border-radius: 0.75rem;
}

.hero-slider {
  background: #111827;
  height: 500px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

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

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 0.78) 0%, rgb(0 0 0 / 0.55) 46%, rgb(0 0 0 / 0.12) 100%);
}

.hero-content {
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 42rem;
  color: #fff;
}

.hero-kicker,
.page-hero span,
.section-head span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  background: #ec4899;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 14px 34px rgb(236 72 153 / 0.28);
}

.hero-copy h1,
.hero-copy h2:first-of-type,
.page-hero h1 {
  margin-top: 1rem;
  font-size: clamp(2.4rem, 5.5vw, 4.6rem);
  line-height: 1.04;
  font-weight: 900;
  text-shadow: 0 12px 34px rgb(0 0 0 / 0.38);
}

.hero-movie-title {
  margin-top: 0.65rem;
  font-size: clamp(1.6rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  font-weight: 850;
}

.hero-copy p,
.page-hero p {
  margin-top: 1rem;
  font-size: 1.12rem;
  line-height: 1.8;
  color: rgb(255 255 255 / 0.88);
}

.hero-tags,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.hero-tags span,
.detail-meta span {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  color: #fff;
  background: rgb(255 255 255 / 0.16);
  border: 1px solid rgb(255 255 255 / 0.22);
  backdrop-filter: blur(12px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.primary-button,
.ghost-button,
.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  font-weight: 750;
  transition: all 0.25s ease;
}

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  box-shadow: 0 18px 34px rgb(236 72 153 / 0.34);
}

.primary-button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 22px 42px rgb(236 72 153 / 0.42);
}

.ghost-button {
  color: #fff;
  background: rgb(255 255 255 / 0.16);
  border: 1px solid rgb(255 255 255 / 0.25);
  backdrop-filter: blur(14px);
}

.ghost-button:hover {
  background: rgb(255 255 255 / 0.28);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  border-radius: 999px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  background: rgb(255 255 255 / 0.18);
  backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}

.hero-arrow:hover {
  background: rgb(255 255 255 / 0.34);
}

.hero-prev {
  left: 1rem;
}

.hero-next {
  right: 1rem;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  transform: translateX(-50%);
}

.hero-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.48);
  transition: all 0.25s ease;
}

.hero-dot.is-active {
  width: 2rem;
  background: #fff;
}

.content-section {
  margin-bottom: 4rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-head h2 {
  margin-top: 0.55rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.15;
  color: #1f2937;
  font-weight: 900;
}

.section-head p {
  margin-top: 0.45rem;
  color: #6b7280;
  max-width: 42rem;
}

.section-link {
  flex-shrink: 0;
  color: #db2777;
  background: #fff;
  border: 1px solid #fbcfe8;
  box-shadow: 0 12px 26px rgb(219 39 119 / 0.12);
}

.section-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

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

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

.compact-grid,
.related-grid {
  gap: 1rem;
}

.movie-card {
  content-visibility: auto;
  contain-intrinsic-size: 430px;
}

.movie-card-link {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 12px 28px rgb(15 23 42 / 0.10);
  transition: all 0.28s ease;
}

.movie-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgb(219 39 119 / 0.18);
}

.movie-cover {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #fce7f3, #ede9fe);
}

.movie-cover img,
.category-card img,
.list-cover img,
.rank-item img,
.detail-side-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-cover img {
  transition: transform 0.32s ease;
}

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

.movie-cover-shade {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #fff;
  background: rgb(0 0 0 / 0.42);
  transition: opacity 0.25s ease;
}

.movie-cover-shade span {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.25);
  backdrop-filter: blur(12px);
}

.movie-card-link:hover .movie-cover-shade {
  opacity: 1;
}

.year-badge,
.region-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.42rem 0.62rem;
}

.year-badge {
  top: 0.7rem;
  right: 0.7rem;
  background: rgb(0 0 0 / 0.68);
}

.region-badge {
  left: 0.7rem;
  bottom: 0.7rem;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.movie-info {
  padding: 1rem;
}

.movie-info h3 {
  color: #1f2937;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 850;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.25s ease;
}

.movie-card-link:hover h3 {
  color: #db2777;
}

.movie-info p {
  min-height: 2.8rem;
  margin-top: 0.45rem;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.tag-row span,
.rank-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  color: #db2777;
  background: #fce7f3;
  font-size: 0.74rem;
  font-weight: 700;
}

.two-column-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

.list-stack {
  display: grid;
  gap: 1rem;
}

.movie-list-link {
  display: flex;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 26px rgb(15 23 42 / 0.10);
  transition: all 0.25s ease;
}

.movie-list-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgb(219 39 119 / 0.16);
}

.list-cover {
  position: relative;
  width: 11rem;
  min-height: 8rem;
  flex: none;
  overflow: hidden;
}

.list-cover span {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.25rem 0.55rem;
  color: #fff;
  border-radius: 999px;
  background: rgb(0 0 0 / 0.65);
  font-size: 0.72rem;
  font-weight: 700;
}

.list-info {
  min-width: 0;
  padding: 1rem;
}

.list-info h3 {
  color: #1f2937;
  font-size: 1.05rem;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-info p {
  margin-top: 0.4rem;
  color: #6b7280;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.7rem;
  color: #9ca3af;
  font-size: 0.78rem;
}

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

.category-card {
  position: relative;
  min-height: 13rem;
  overflow: hidden;
  display: flex;
  align-items: end;
  border-radius: 1.25rem;
  background: #111827;
  box-shadow: 0 16px 34px rgb(15 23 42 / 0.16);
  transition: all 0.28s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgb(219 39 119 / 0.20);
}

.category-card img {
  position: absolute;
  inset: 0;
  opacity: 0.56;
  transition: transform 0.35s ease;
}

.category-card:hover img {
  transform: scale(1.08);
}

.category-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.82), rgb(0 0 0 / 0.18));
}

.category-card div {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  color: #fff;
}

.category-card span {
  display: inline-flex;
  padding: 0.28rem 0.66rem;
  border-radius: 999px;
  background: #ec4899;
  font-size: 0.75rem;
  font-weight: 800;
}

.category-card h3 {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  font-weight: 900;
}

.category-card p {
  margin-top: 0.45rem;
  color: rgb(255 255 255 / 0.82);
  font-size: 0.92rem;
  line-height: 1.65;
}

.rank-list {
  display: grid;
  gap: 0.85rem;
}

.rank-item a {
  display: grid;
  grid-template-columns: 3.2rem 4.5rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgb(15 23 42 / 0.08);
  transition: all 0.25s ease;
}

.rank-item a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgb(219 39 119 / 0.16);
}

.rank-number {
  color: #ec4899;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
}

.rank-item img {
  width: 4.5rem;
  height: 6rem;
  border-radius: 0.65rem;
  background: #fce7f3;
}

.rank-item h3 {
  color: #1f2937;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rank-item p {
  margin-top: 0.25rem;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rank-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

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

.filter-panel {
  margin-bottom: 1.5rem;
  padding: 1.15rem;
  border: 1px solid #fbcfe8;
  border-radius: 1.25rem;
  background: rgb(255 255 255 / 0.82);
  box-shadow: 0 16px 34px rgb(15 23 42 / 0.08);
  backdrop-filter: blur(16px);
}

.filter-title {
  margin-bottom: 0.8rem;
  color: #be185d;
  font-weight: 900;
}

.filter-controls {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

.filter-controls label {
  display: grid;
  gap: 0.35rem;
  color: #6b7280;
  font-size: 0.85rem;
  font-weight: 750;
}

.filter-controls input,
.filter-controls select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #fbcfe8;
  border-radius: 0.9rem;
  background: #fff;
  color: #1f2937;
  outline: none;
}

.filter-controls input:focus,
.filter-controls select:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 3px rgb(236 72 153 / 0.16);
}

.no-results {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.9rem;
  color: #be185d;
  background: #fce7f3;
  font-weight: 750;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  color: #fff;
  background: radial-gradient(circle at 25% 25%, rgb(253 224 71 / 0.28), transparent 30%), linear-gradient(135deg, #ec4899 0%, #8b5cf6 55%, #db2777 100%);
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: auto -8rem -14rem auto;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.16);
}

.page-hero > div {
  position: relative;
  z-index: 1;
}

.page-hero p {
  max-width: 46rem;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #111827;
}

.detail-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: blur(4px);
  transform: scale(1.04);
}

.detail-hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(17 24 39 / 0.92), rgb(88 28 135 / 0.76), rgb(190 24 93 / 0.74));
}

.detail-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
  color: rgb(255 255 255 / 0.78);
}

.breadcrumbs a:hover {
  color: #fff;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.player-card,
.detail-side-card,
.detail-article,
.detail-info-box {
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 1.35rem;
  background: rgb(255 255 255 / 0.10);
  box-shadow: 0 22px 46px rgb(0 0 0 / 0.20);
  backdrop-filter: blur(16px);
}

.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 1.35rem;
  background: #000;
}

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

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, rgb(0 0 0 / 0.34), rgb(0 0 0 / 0.64));
  transition: opacity 0.25s ease;
}

.play-circle {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 2rem;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  box-shadow: 0 22px 42px rgb(236 72 153 / 0.35);
}

.player-overlay strong {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

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

.detail-side-card {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.detail-side-card img {
  aspect-ratio: 3 / 4;
  border-radius: 1rem;
  background: #fce7f3;
}

.detail-side-type {
  display: inline-flex;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  color: #fff;
  background: #ec4899;
  font-weight: 850;
  font-size: 0.78rem;
}

.detail-side-card h1 {
  margin-top: 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.12;
  font-weight: 900;
}

.detail-side-card p {
  margin-top: 0.75rem;
  color: rgb(255 255 255 / 0.84);
  line-height: 1.75;
}

.detail-tags span {
  color: #fff;
  background: rgb(255 255 255 / 0.18);
  border: 1px solid rgb(255 255 255 / 0.16);
}

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.detail-article,
.detail-info-box {
  color: #1f2937;
  background: #fff;
  border-color: #fbcfe8;
  box-shadow: 0 18px 40px rgb(15 23 42 / 0.10);
  padding: 1.4rem;
}

.detail-article h2,
.detail-info-box h2 {
  margin-bottom: 0.75rem;
  color: #be185d;
  font-size: 1.45rem;
  font-weight: 900;
}

.detail-article p {
  margin-bottom: 1.4rem;
  color: #4b5563;
  line-height: 1.95;
}

.detail-info-box dl {
  display: grid;
  gap: 0.8rem;
}

.detail-info-box div {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #fce7f3;
}

.detail-info-box dt {
  color: #9ca3af;
  font-weight: 800;
}

.detail-info-box dd {
  color: #374151;
}

.related-section {
  padding-bottom: 4rem;
}

.site-footer {
  margin-top: 4rem;
  color: #fff;
  background: linear-gradient(135deg, #581c87, #831843, #581c87);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.footer-grid h2,
.footer-grid h3 {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 900;
}

.footer-grid p {
  color: rgb(255 255 255 / 0.76);
  line-height: 1.8;
}

.footer-grid a {
  display: block;
  margin-top: 0.45rem;
  color: rgb(255 255 255 / 0.76);
  transition: color 0.2s ease;
}

.footer-grid a:hover {
  color: #f9a8d4;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.16);
  color: rgb(255 255 255 / 0.7);
  font-size: 0.9rem;
}

@media (min-width: 640px) {
  .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (min-width: 768px) {
  .featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

  .filter-controls {
    grid-template-columns: 2fr repeat(3, 1fr);
  }

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

@media (min-width: 1024px) {
  .two-column-section {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  }

  .detail-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
  }

  .detail-content {
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.65fr);
  }

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

@media (min-width: 1280px) {
  .all-movie-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 560px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 0.86) 0%, rgb(0 0 0 / 0.48) 100%);
  }

  .hero-content {
    align-items: end;
    padding-bottom: 4.5rem;
  }

  .hero-arrow {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.55rem;
  }

  .section-head {
    display: block;
  }

  .section-link {
    margin-top: 0.9rem;
  }

  .movie-list-link {
    display: grid;
    grid-template-columns: 7.5rem minmax(0, 1fr);
  }

  .list-cover {
    width: auto;
  }

  .rank-item a {
    grid-template-columns: 2.6rem 3.9rem minmax(0, 1fr);
  }

  .rank-item img {
    width: 3.9rem;
    height: 5.2rem;
  }

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

  .detail-side-card img {
    display: none;
  }
}
