:root {
  --pink-50: #fff1f5;
  --pink-100: #ffe4ec;
  --pink-500: #ec4899;
  --rose-500: #f43f5e;
  --orange-50: #fff7ed;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(244, 63, 94, 0.14);
  --shadow-card: 0 12px 32px rgba(17, 24, 39, 0.08);
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--gray-800);
  background: linear-gradient(180deg, #ffffff 0%, #fff7fb 46%, #ffffff 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

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

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

button,
input,
select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(229, 231, 235, 0.82);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.07);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  color: var(--white);
  font-weight: 800;
  font-size: 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.28);
  transition: transform 0.24s ease;
}

.brand:hover .brand-mark {
  transform: scale(1.08) rotate(-3deg);
}

.brand-copy,
.footer-brand span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong,
.footer-brand strong {
  font-size: 1.45rem;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-copy small,
.footer-brand small {
  margin-top: 4px;
  color: var(--gray-500);
  font-size: 0.75rem;
}

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

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  color: var(--gray-700);
  font-weight: 700;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--pink-500);
  background: var(--pink-50);
  transform: translateY(-1px);
}

.header-search,
.mobile-search,
.hero-search,
.filter-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-search input,
.mobile-search input,
.hero-search input,
.filter-search-row input {
  width: 240px;
  border: 1px solid var(--gray-200);
  outline: none;
  border-radius: 999px;
  padding: 11px 16px;
  color: var(--gray-700);
  background: var(--white);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.header-search input:focus,
.mobile-search input:focus,
.hero-search input:focus,
.filter-search-row input:focus,
.filter-select-row select:focus {
  border-color: var(--pink-500);
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}

.header-search button,
.mobile-search button,
.hero-search button,
.filter-search-row button {
  border: 0;
  color: var(--white);
  font-weight: 800;
  border-radius: 999px;
  padding: 11px 18px;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
  box-shadow: 0 10px 24px rgba(244, 63, 94, 0.22);
  cursor: pointer;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--gray-700);
  font-size: 1.8rem;
  cursor: pointer;
}

.mobile-panel {
  display: none;
  border-top: 1px solid var(--gray-200);
  background: var(--white);
}

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

.mobile-panel-inner {
  padding: 16px 0 20px;
}

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

.mobile-nav {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.mobile-nav .nav-link {
  justify-content: flex-start;
  border-radius: 14px;
}

.hero-section {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe4ec 0%, #ffffff 48%, #fff1f2 100%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(circle at 18px 18px, rgba(236, 72, 153, 0.14) 0 2px, transparent 3px);
  background-size: 58px 58px;
}

.hero-section::after {
  position: absolute;
  right: -12%;
  bottom: -30%;
  width: 520px;
  height: 520px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244, 63, 94, 0.22), rgba(244, 63, 94, 0));
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: 44px;
  min-height: 650px;
  padding: 56px 0;
}

.kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--pink-500);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  color: transparent;
  font-size: clamp(3rem, 8vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subtitle {
  margin: 24px 0 0;
  color: var(--gray-700);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
}

.hero-text,
.page-hero p,
.section-heading p,
.category-intro,
.movie-one-line,
.detail-one-line,
.text-block p,
.site-footer p {
  color: var(--gray-600);
  line-height: 1.8;
}

.hero-text {
  max-width: 660px;
  margin: 18px 0 28px;
  font-size: 1.05rem;
}

.hero-search {
  max-width: 560px;
  padding: 8px;
  border: 1px solid rgba(236, 72, 153, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.hero-search input {
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
}

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

.primary-button,
.secondary-button,
.hero-button,
.footer-cta,
.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.primary-button,
.hero-button,
.footer-cta {
  color: var(--white);
  padding: 13px 22px;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
  box-shadow: 0 14px 28px rgba(244, 63, 94, 0.24);
}

.secondary-button {
  color: var(--pink-500);
  padding: 12px 21px;
  border: 1px solid rgba(236, 72, 153, 0.28);
  background: rgba(255, 255, 255, 0.72);
}

.primary-button:hover,
.secondary-button:hover,
.hero-button:hover,
.footer-cta:hover,
.section-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(244, 63, 94, 0.24);
}

.hero-dots {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 63, 94, 0.22);
  cursor: pointer;
  transition: width 0.22s ease, background 0.22s ease;
}

.hero-dot.is-active {
  width: 34px;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
}

.hero-stage {
  position: relative;
  min-height: 460px;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.2);
  background: var(--gray-900);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

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

.hero-slide-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.85));
}

.hero-slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
  color: var(--white);
}

.hero-label,
.type-pill,
.tag,
.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.hero-label {
  margin-bottom: 12px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(244, 63, 94, 0.86);
}

.hero-slide-content h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.05;
}

.hero-slide-content p {
  max-width: 620px;
  margin: 14px 0 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

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

.hero-tags .tag {
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
}

.section {
  padding: 72px 0;
}

.white-section {
  background: var(--white);
}

.soft-section {
  background: linear-gradient(180deg, var(--white), var(--pink-50));
}

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

.section-heading h2 {
  margin: 0;
  color: var(--gray-800);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.section-heading p {
  max-width: 680px;
  margin: 12px 0 0;
}

.section-link {
  color: var(--pink-500);
  white-space: nowrap;
}

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

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

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

.movie-card {
  min-width: 0;
}

.movie-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.84);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, var(--white), #fff7fb);
  box-shadow: var(--shadow-card);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.movie-link:hover {
  border-color: rgba(236, 72, 153, 0.32);
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(236, 72, 153, 0.16);
}

.movie-poster {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--gray-100);
}

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

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

.type-pill {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  color: var(--white);
  background: rgba(236, 72, 153, 0.9);
  backdrop-filter: blur(8px);
}

.rank-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: linear-gradient(135deg, #f59e0b, var(--rose-500));
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.24);
}

.movie-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.movie-title {
  display: -webkit-box;
  min-height: 3.05em;
  overflow: hidden;
  color: var(--gray-800);
  font-size: 1.08rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.2s ease;
}

.movie-link:hover .movie-title {
  color: var(--pink-500);
}

.movie-one-line {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.92rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.movie-meta {
  color: var(--gray-500);
  font-size: 0.86rem;
}

.tag {
  padding: 5px 9px;
  color: var(--pink-500);
  background: var(--pink-50);
}

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

.category-tile,
.category-overview-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(236, 72, 153, 0.1);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, var(--white), #fff6fa);
  box-shadow: var(--shadow-card);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.category-tile:hover,
.category-overview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(236, 72, 153, 0.16);
}

.category-title {
  margin-bottom: 10px;
  color: var(--gray-800);
  font-size: 1.35rem;
  font-weight: 900;
}

.category-sample {
  margin-top: auto;
  color: var(--pink-500);
  font-size: 0.88rem;
  line-height: 1.6;
}

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

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

.movie-card-compact .movie-link {
  flex-direction: row;
  min-height: 150px;
}

.movie-card-compact .movie-poster {
  width: 180px;
  flex: 0 0 180px;
  aspect-ratio: auto;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background: linear-gradient(135deg, #ffe4ec, #ffffff 48%, #fff7ed);
}

.compact-page-hero {
  padding: 54px 0;
}

.page-hero h1 {
  font-size: clamp(2.7rem, 7vw, 5rem);
}

.page-hero p {
  max-width: 780px;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--gray-500);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--pink-500);
  font-weight: 800;
}

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

.category-overview-card {
  min-height: auto;
}

.category-overview-main h2 {
  margin: 0 0 12px;
  color: var(--gray-800);
  font-size: 1.8rem;
}

.category-overview-main p {
  margin: 0;
  color: var(--gray-600);
  line-height: 1.8;
}

.category-overview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.category-overview-links a {
  padding: 8px 12px;
  color: var(--pink-500);
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: 999px;
  background: var(--pink-50);
}

.filter-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(236, 72, 153, 0.12);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
}

.filter-search-row input {
  width: 100%;
}

.filter-select-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.filter-select-row select {
  width: 100%;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--gray-700);
  background: var(--white);
  outline: none;
}

.empty-result {
  margin-top: 24px;
  padding: 28px;
  color: var(--gray-500);
  text-align: center;
  border-radius: var(--radius-xl);
  background: var(--white);
}

.detail-hero {
  padding: 46px 0 60px;
  background: linear-gradient(135deg, #fff1f5, #ffffff 45%, #fff7ed);
}

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

.detail-poster {
  overflow: hidden;
  border-radius: var(--radius-2xl);
  box-shadow: 0 22px 52px rgba(17, 24, 39, 0.16);
  background: var(--gray-100);
}

.detail-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.detail-copy h1 {
  margin: 0;
  color: var(--gray-900);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.detail-one-line {
  max-width: 850px;
  margin: 18px 0;
  font-size: 1.12rem;
}

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

.detail-meta span {
  padding: 8px 12px;
  color: var(--gray-700);
  font-weight: 800;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
}

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

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

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

.player-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background: var(--gray-900);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.22);
}

.player-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  color: var(--white);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.18), rgba(17, 24, 39, 0.72));
  cursor: pointer;
  transition: opacity 0.24s ease;
}

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

.play-circle {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  color: var(--white);
  font-size: 2rem;
  background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
  box-shadow: 0 18px 42px rgba(244, 63, 94, 0.32);
}

.player-overlay strong {
  font-size: 1.2rem;
}

.text-block {
  margin-top: 28px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.text-block h2,
.detail-side h2 {
  margin: 0 0 14px;
  color: var(--gray-800);
  font-size: 1.55rem;
}

.text-block p {
  margin: 0;
}

.detail-side {
  position: sticky;
  top: 104px;
  padding: 22px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #ffffff, #fff7fb);
  box-shadow: var(--shadow-card);
}

.related-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.related-grid .movie-card:nth-child(n+5) {
  display: none;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(135deg, var(--gray-900), #1f2937);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 0.9fr;
  gap: 34px;
  padding: 54px 0;
}

.site-footer h2 {
  margin: 0 0 16px;
  font-size: 1.12rem;
}

.site-footer p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer nav {
  display: grid;
  gap: 10px;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.2s ease;
}

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

.footer-cta {
  margin-top: 16px;
}

.footer-bottom {
  padding: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

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

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

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

  .menu-toggle {
    display: block;
  }

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

  .hero-layout {
    gap: 28px;
    min-height: auto;
  }

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

  .detail-side {
    position: static;
  }

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

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

  .brand-copy strong {
    font-size: 1.1rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: 3rem;
  }

  .hero-search,
  .filter-search-row {
    align-items: stretch;
    flex-direction: column;
    border-radius: 24px;
  }

  .hero-search input,
  .filter-search-row input {
    width: 100%;
  }

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

  .hero-slide-content {
    padding: 22px;
  }

  .section {
    padding: 48px 0;
  }

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

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

  .filter-select-row {
    grid-template-columns: 1fr;
  }

  .movie-card-compact .movie-link {
    flex-direction: column;
  }

  .movie-card-compact .movie-poster {
    width: 100%;
    flex-basis: auto;
    aspect-ratio: 16 / 10;
  }

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

  .text-block,
  .detail-side {
    padding: 20px;
  }
}
