:root {
  color-scheme: light;
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --orange-600: #ea580c;
  --orange-500: #f97316;
  --orange-400: #fb923c;
  --blue-600: #2563eb;
  --green-600: #16a34a;
  --red-600: #dc2626;
  --text: #1f2937;
  --muted: #64748b;
  --card: #ffffff;
  --radius: 1rem;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--slate-50);
  color: var(--text);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: linear-gradient(90deg, var(--slate-800), var(--slate-700), var(--slate-800));
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.26);
}

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

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

.brand-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange-400), var(--orange-600));
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.32);
  font-size: 18px;
}

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

.brand-text strong {
  font-size: 20px;
  letter-spacing: 0.04em;
}

.brand-text small {
  margin-top: 4px;
  color: #cbd5e1;
  font-size: 12px;
}

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

.nav-link {
  padding: 10px 16px;
  border-radius: 10px;
  color: #e2e8f0;
  font-weight: 600;
  transition: 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background: var(--orange-500);
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28);
}

.site-search-form {
  display: flex;
  align-items: center;
  min-width: 270px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.site-search-form input,
.large-search input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
}

.site-search-form input {
  padding: 10px 12px;
  color: #fff;
}

.site-search-form input::placeholder {
  color: #cbd5e1;
}

.site-search-form button,
.large-search button {
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, var(--orange-500), var(--orange-600));
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  color: #fff;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 24px;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 64px 0;
  color: #fff;
  background: linear-gradient(135deg, #1e293b 0%, #334155 52%, #7c2d12 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.2;
}

.hero-glow-one {
  width: 320px;
  height: 320px;
  top: 70px;
  left: 8%;
  background: var(--orange-500);
}

.hero-glow-two {
  width: 420px;
  height: 420px;
  right: 4%;
  bottom: 30px;
  background: var(--blue-600);
}

.hero-container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  z-index: 2;
}

.hero-slider {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.52);
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.38);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 340px;
  gap: 32px;
  align-items: center;
  padding: 54px;
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(2, 6, 23, 0.9), rgba(15, 23, 42, 0.66)), var(--hero-poster);
  background-size: cover;
  background-position: center;
  opacity: 0.45;
}

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

.hero-content,
.hero-poster {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.18);
  border: 1px solid rgba(251, 146, 60, 0.3);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hero-content h1 {
  margin: 22px 0 18px;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-content p {
  max-width: 680px;
  color: #e5e7eb;
  font-size: 20px;
  line-height: 1.8;
}

.hero-tags,
.tag-row,
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

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

.hero-tags span,
.tag-row span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  color: #f97316;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

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

.primary-button,
.ghost-button,
.section-link,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 800;
  transition: 0.25s ease;
}

.primary-button {
  color: #fff;
  background: linear-gradient(90deg, var(--orange-500), var(--orange-600));
  padding: 14px 24px;
  box-shadow: 0 18px 38px rgba(249, 115, 22, 0.36);
}

.primary-button:hover,
.section-link:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.ghost-button {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  padding: 12px 22px;
  backdrop-filter: blur(8px);
}

.ghost-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-poster {
  aspect-ratio: 2 / 3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

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

.hero-controls {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.hero-controls button,
.hero-dot {
  pointer-events: auto;
}

.hero-prev,
.hero-next {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.hero-dot.active {
  width: 30px;
  background: var(--orange-500);
}

.hero-rail {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-rail h2 {
  margin: 0 0 4px;
  font-size: 22px;
}

.hero-thumb {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 94px;
  padding: 10px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: 0.25s ease;
}

.hero-thumb:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(4px);
}

.hero-thumb img {
  width: 76px;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
}

.hero-thumb span {
  font-weight: 800;
  line-height: 1.45;
}

.stats-section {
  padding: 44px 0;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}

.stats-grid,
.category-grid,
.movie-grid,
.wide-grid,
.ranking-grid,
.detail-content-grid {
  display: grid;
  gap: 22px;
}

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

.stat-card,
.category-card,
.movie-card,
.wide-card,
.prose-card,
.filter-panel {
  background: var(--card);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 24px;
  transition: 0.25s ease;
}

.stat-card:hover,
.category-card:hover,
.movie-card:hover,
.wide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
}

.stat-card strong {
  display: block;
  color: var(--slate-900);
  font-size: 28px;
  margin-bottom: 6px;
}

.stat-card span {
  color: var(--muted);
}

.content-section {
  padding: 76px 0;
  background: #fff;
}

.soft-bg {
  background: linear-gradient(135deg, #f8fafc, #fff7ed);
}

.dark-section {
  padding: 76px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--slate-800), var(--slate-900));
}

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

.section-head h2 {
  margin: 0 0 10px;
  color: var(--slate-900);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
}

.dark-section .section-head h2 {
  color: #fff;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.dark-section .section-head p {
  color: #cbd5e1;
}

.section-link,
.text-link {
  color: #fff;
  background: linear-gradient(90deg, var(--orange-500), var(--orange-600));
  padding: 11px 18px;
  white-space: nowrap;
}

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

.movie-card {
  overflow: hidden;
  transition: 0.25s ease;
}

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

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

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

.play-chip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #fff;
  background: linear-gradient(90deg, var(--orange-500), var(--orange-600));
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.35);
}

.card-body {
  padding: 18px;
}

.card-meta {
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.card-meta span:not(:last-child)::after {
  content: "·";
  margin-left: 8px;
  color: #cbd5e1;
}

.movie-card h2,
.wide-card h2,
.category-card h2 {
  margin: 0 0 10px;
  color: var(--slate-900);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.movie-card p,
.wide-card p,
.category-card p,
.prose-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.tag-row {
  margin-top: 14px;
}

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

.category-card {
  padding: 24px;
  transition: 0.25s ease;
}

.category-card > a {
  display: block;
}

.category-card.large {
  min-height: 250px;
}

.category-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange-400), var(--orange-600));
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.25);
}

.category-card em {
  display: block;
  margin-top: 18px;
  color: var(--orange-600);
  font-style: normal;
  line-height: 1.6;
}

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mini-links a {
  color: var(--orange-600);
  background: #fff7ed;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
}

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

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

.wide-card {
  position: relative;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  padding: 16px;
  overflow: hidden;
  transition: 0.25s ease;
}

.dark-section .wide-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.dark-section .wide-card h2 {
  color: #fff;
}

.dark-section .wide-card p {
  color: #cbd5e1;
}

.wide-poster {
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
}

.rank-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange-400), var(--orange-600));
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(249, 115, 22, 0.32);
}

.page-hero {
  color: #fff;
  padding: 72px 0;
  background: radial-gradient(circle at top left, rgba(249, 115, 22, 0.3), transparent 28%), linear-gradient(135deg, var(--slate-800), var(--slate-700));
}

.page-hero h1 {
  margin: 20px 0 14px;
  font-size: clamp(38px, 6vw, 58px);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.page-hero p {
  max-width: 760px;
  color: #e2e8f0;
  font-size: 19px;
  line-height: 1.8;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) 1fr 1fr 1fr;
  gap: 14px;
  padding: 18px;
  margin-bottom: 30px;
}

.filter-panel input,
.filter-panel select,
.large-search input {
  min-height: 46px;
  padding: 0 14px;
  color: var(--slate-900);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.large-search {
  display: flex;
  max-width: 720px;
  margin-top: 26px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.large-search input {
  border-radius: 0;
  border: 0;
  min-height: 56px;
}

.large-search button {
  min-width: 110px;
}

.filter-empty {
  display: none;
  margin-top: 26px;
  padding: 34px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.filter-empty.show {
  display: block;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 42px 0 76px;
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(30, 41, 59, 0.88)), var(--detail-poster);
  background-size: cover;
  background-position: center;
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  background: rgba(2, 6, 23, 0.45);
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 30px;
  color: #cbd5e1;
  font-size: 14px;
}

.breadcrumbs a:hover {
  color: var(--orange-400);
}

.breadcrumbs em {
  color: #fff;
  font-style: normal;
}

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

.detail-poster {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.detail-poster span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  font-size: 54px;
}

.detail-info h1 {
  margin: 20px 0 18px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.lead-text {
  max-width: 820px;
  color: #e5e7eb;
  font-size: 20px;
  line-height: 1.8;
}

.detail-meta-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.detail-meta-list li {
  min-height: 78px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-meta-list span {
  display: block;
  color: #cbd5e1;
  font-size: 12px;
  margin-bottom: 6px;
}

.detail-meta-list strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.player-section h2 {
  margin: 0 0 22px;
  color: var(--slate-900);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
}

.player-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 30px 75px rgba(2, 6, 23, 0.35);
}

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

.play-mask {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.26), rgba(2, 6, 23, 0.72));
  transition: opacity 0.25s ease;
}

.play-mask span {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-400), var(--orange-600));
  box-shadow: 0 20px 50px rgba(249, 115, 22, 0.38);
  font-size: 34px;
}

.play-mask strong {
  font-size: 22px;
}

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

.detail-content-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.prose-card {
  padding: 30px;
}

.prose-card h2 {
  margin: 0 0 16px;
  color: var(--slate-900);
  font-size: 28px;
  font-weight: 900;
}

.prose-card p {
  color: #475569;
  font-size: 17px;
}

.accent-card {
  background: linear-gradient(135deg, var(--slate-800), var(--slate-900));
}

.accent-card h2,
.accent-card p {
  color: #fff;
}

.accent-card p {
  color: #e2e8f0;
}

.compact-card h2 {
  font-size: 18px;
}

.site-footer {
  color: #cbd5e1;
  background: linear-gradient(135deg, var(--slate-900), var(--slate-800));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 32px;
  padding: 46px 0;
}

.site-footer h2 {
  display: inline-block;
  margin: 0 0 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-bottom: 2px solid var(--orange-500);
  padding-bottom: 8px;
}

.site-footer p {
  margin: 0;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.footer-links a {
  color: #cbd5e1;
}

.footer-links a:hover {
  color: var(--orange-400);
}

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

@media (max-width: 1100px) {
  .site-search-form {
    display: none;
  }

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

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

  .hero-thumb {
    display: block;
  }

  .hero-thumb img {
    width: 100%;
    margin-bottom: 8px;
  }

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

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

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

@media (max-width: 820px) {
  .site-nav {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding: 12px 0 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-link {
    display: block;
  }

  .hero-shell {
    min-height: auto;
    padding: 36px 0;
  }

  .hero-slider {
    min-height: 680px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .hero-poster {
    max-width: 230px;
  }

  .hero-controls {
    left: 26px;
    right: 26px;
  }

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

  .stats-grid,
  .movie-grid,
  .wide-grid,
  .ranking-grid,
  .category-grid,
  .detail-content-grid,
  .footer-grid,
  .filter-panel {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .section-link {
    margin-top: 18px;
  }

  .wide-card {
    grid-template-columns: 96px 1fr;
  }

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

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

  .brand-text small {
    display: none;
  }

  .hero-slider {
    min-height: 620px;
  }

  .hero-content h1,
  .detail-info h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .hero-content p,
  .lead-text,
  .page-hero p {
    font-size: 16px;
  }

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