:root {
  --bg: #020617;
  --bg-soft: #0f172a;
  --panel: rgba(15, 23, 42, 0.86);
  --panel-strong: rgba(15, 23, 42, 0.96);
  --border: rgba(148, 163, 184, 0.18);
  --text: #e2e8f0;
  --muted: #94a3b8;
  --muted-strong: #cbd5e1;
  --cyan: #22d3ee;
  --cyan-dark: #0891b2;
  --blue: #3b82f6;
  --gold: #fbbf24;
  --danger: #f97316;
  --shadow: 0 24px 80px rgba(2, 6, 23, 0.48);
  --radius: 22px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.16), transparent 32rem),
    radial-gradient(circle at 80% 10%, rgba(59, 130, 246, 0.12), transparent 30rem),
    linear-gradient(180deg, #020617 0%, #0f172a 48%, #020617 100%);
  min-height: 100vh;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid rgba(30, 41, 59, 0.72);
  background: rgba(15, 23, 42, 0.86);
  backdrop-filter: blur(16px);
}

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

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

.brand-icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.95), rgba(59, 130, 246, 0.95));
  box-shadow: 0 0 34px rgba(34, 211, 238, 0.38);
}

.brand-icon::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong,
.footer-brand {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-text small {
  color: var(--muted);
  font-size: 12px;
}

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

.nav-link {
  position: relative;
  color: var(--muted-strong);
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--cyan);
  transition: right 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--cyan);
}

.nav-link:hover::after,
.nav-link.active::after {
  right: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.72);
  color: var(--text);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--text);
}

.mobile-nav {
  display: none;
  padding: 12px 16px 20px;
  border-top: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.96);
}

.mobile-nav .nav-link {
  display: block;
  padding: 13px 12px;
  border-radius: 12px;
}

.mobile-nav .nav-link:hover {
  background: rgba(30, 41, 59, 0.7);
}

.site-main {
  overflow: hidden;
}

.page-main {
  padding-top: 76px;
}

.hero-section {
  position: relative;
  min-height: 720px;
  padding-top: 76px;
  overflow: hidden;
  background: #020617;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
  transition: opacity 0.8s ease, transform 1.2s ease;
}

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

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img,
.detail-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.08);
}

.hero-bg::after,
.detail-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.76) 42%, rgba(2, 6, 23, 0.42) 100%),
    linear-gradient(0deg, #020617 0%, rgba(2, 6, 23, 0.18) 44%, rgba(2, 6, 23, 0.94) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 64px;
  padding: 96px 0;
}

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

.hero-eyebrow,
.section-kicker,
.card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(34, 211, 238, 0.26);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.1);
  padding: 7px 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-copy h1,
.page-hero h1,
.detail-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, #ffffff 0%, #a5f3fc 45%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p,
.page-hero p,
.detail-copy p {
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
}

.hero-tags,
.detail-tags {
  margin-top: 24px;
}

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

.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 12px;
  padding: 0 20px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn-primary {
  border: 1px solid rgba(34, 211, 238, 0.36);
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan-dark), #2563eb);
  box-shadow: 0 16px 40px rgba(8, 145, 178, 0.28);
}

.btn-primary:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.btn-primary:hover {
  box-shadow: 0 18px 50px rgba(34, 211, 238, 0.34);
}

.btn-ghost {
  border: 1px solid var(--border);
  color: var(--text);
  background: rgba(15, 23, 42, 0.66);
}

.btn-ghost:hover {
  border-color: rgba(34, 211, 238, 0.44);
  background: rgba(15, 23, 42, 0.92);
}

.hero-poster {
  position: relative;
  display: block;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

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

.poster-glow {
  position: absolute;
  inset: auto 12% -18% 12%;
  height: 40%;
  background: rgba(34, 211, 238, 0.34);
  filter: blur(40px);
}

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

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.42);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
  width: 36px;
  background: var(--cyan);
}

.content-section {
  position: relative;
  padding: 76px 0;
  background: #020617;
}

.section-alt {
  background: linear-gradient(180deg, #020617, #0f172a 48%, #020617);
}

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

.section-heading h2,
.category-overview-head h2,
.story-panel h2,
.meta-panel h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.1;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-kicker,
.card-kicker {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
}

.section-more {
  color: var(--cyan);
  font-weight: 800;
}

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

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

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

.video-card {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.24);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.46);
}

.video-card[hidden],
.ranking-row[hidden] {
  display: none;
}

.card-link {
  display: grid;
  height: 100%;
}

.thumb-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(8, 145, 178, 0.24));
}

.video-card-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.2s ease;
}

.video-card:hover .video-card-thumb {
  transform: scale(1.08);
}

img.image-missing {
  opacity: 0;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.84), transparent 58%);
}

.play-chip,
.rank-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.play-chip {
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #06111f;
  background: var(--cyan);
}

.rank-badge {
  left: 12px;
  top: 12px;
  padding: 6px 9px;
  color: #111827;
  background: linear-gradient(135deg, #fde68a, #f59e0b);
}

.card-body {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.card-body strong {
  color: #f8fafc;
  font-size: 17px;
  line-height: 1.34;
}

.card-desc,
.card-meta {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.card-meta {
  font-size: 12px;
}

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

.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  padding: 4px 9px;
  color: #a5f3fc;
  font-size: 12px;
  line-height: 1;
}

.video-card-large .video-card-thumb {
  aspect-ratio: 16 / 10;
}

.video-card-large .card-body strong {
  font-size: 22px;
}

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

.category-tile {
  display: grid;
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.78);
  padding: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.44);
}

.category-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.category-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  object-fit: cover;
  background: rgba(30, 41, 59, 0.9);
}

.category-copy {
  display: grid;
  gap: 8px;
}

.category-copy strong {
  font-size: 20px;
  color: #f8fafc;
}

.category-copy small,
.category-copy em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.5;
}

.category-copy em {
  color: var(--cyan);
  font-weight: 800;
}

.page-hero {
  position: relative;
  padding: 92px 0 56px;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 16% 0%, rgba(34, 211, 238, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.98));
}

.slim-hero {
  padding-bottom: 48px;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: var(--cyan);
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.78);
  padding: 18px;
}

.filter-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.filter-panel input,
.filter-panel select {
  min-height: 46px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  outline: none;
  background: rgba(2, 6, 23, 0.7);
  color: var(--text);
  padding: 0 13px;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: rgba(34, 211, 238, 0.62);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.filter-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.result-count {
  min-height: 22px;
  margin: 0 0 18px;
  color: var(--muted);
}

.empty-state {
  display: none;
  margin: 28px 0 0;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.72);
  padding: 24px;
  color: var(--muted);
  text-align: center;
}

.empty-state.is-visible {
  display: block;
}

.quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.quick-tags button {
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  color: #a5f3fc;
  padding: 8px 13px;
  cursor: pointer;
}

.category-overview-block,
.story-panel,
.meta-panel {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.74);
  padding: 24px;
}

.overview-stack {
  display: grid;
  gap: 28px;
}

.category-overview-head p {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.ranking-list {
  display: grid;
  gap: 14px;
}

.ranking-row {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.74);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ranking-row:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.42);
}

.ranking-row-link {
  display: grid;
  grid-template-columns: 72px 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.ranking-number {
  color: var(--gold);
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.ranking-row img {
  width: 150px;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  object-fit: cover;
  background: rgba(30, 41, 59, 0.9);
}

.ranking-info {
  display: grid;
  gap: 7px;
}

.ranking-info strong {
  color: #ffffff;
  font-size: 20px;
}

.ranking-info small,
.ranking-info em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.5;
}

.detail-hero {
  position: relative;
  padding: 140px 0 72px;
  overflow: hidden;
  background: #020617;
}

.detail-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.56;
}

.detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  align-items: end;
}

.detail-poster {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.detail-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: rgba(30, 41, 59, 0.9);
}

.player-section {
  padding-top: 56px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 26px;
  background: #000000;
  box-shadow: var(--shadow);
}

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

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at center, rgba(34, 211, 238, 0.24), transparent 34%),
    rgba(2, 6, 23, 0.38);
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.big-play {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 44px rgba(34, 211, 238, 0.4);
}

.big-play::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 24px;
  border-left: 24px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

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

.player-overlay small,
.player-message {
  color: var(--muted-strong);
}

.player-message {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  margin: 0;
  text-align: center;
  pointer-events: none;
}

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

.story-panel h2,
.meta-panel h2 {
  margin-bottom: 16px;
  font-size: 26px;
}

.story-panel p {
  margin: 0 0 26px;
  color: var(--muted-strong);
  font-size: 17px;
  line-height: 1.9;
}

.story-panel p:last-child {
  margin-bottom: 0;
}

.meta-panel dl {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
}

.meta-panel dt {
  color: var(--muted);
}

.meta-panel dd {
  margin: 0;
  color: #f8fafc;
  line-height: 1.5;
}

.meta-panel a {
  color: var(--cyan);
}

.sitemap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.sitemap-movies {
  grid-column: 1 / -1;
}

.sitemap-grid ul {
  columns: 4;
  margin: 0;
  padding-left: 20px;
}

.sitemap-grid li {
  break-inside: avoid;
  margin-bottom: 9px;
  color: var(--muted-strong);
}

.sitemap-grid a:hover {
  color: var(--cyan);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(2, 6, 23, 0.96);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.5fr;
  gap: 34px;
  padding: 48px 0;
}

.footer-grid h2 {
  margin: 0 0 14px;
  color: #f8fafc;
  font-size: 18px;
}

.footer-grid p {
  max-width: 460px;
  color: var(--muted);
  line-height: 1.7;
}

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

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

.footer-links a {
  color: var(--muted-strong);
}

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

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding: 18px 16px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 16px;
  }

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

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

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

  .menu-toggle {
    display: block;
  }

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

  .hero-section {
    min-height: 780px;
  }

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

  .hero-grid {
    gap: 28px;
    padding: 64px 0 92px;
  }

  .hero-poster {
    max-width: 320px;
    transform: none;
  }

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

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

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

  .sitemap-grid ul {
    columns: 2;
  }
}

@media (max-width: 720px) {
  .container-custom {
    width: min(100% - 24px, 1280px);
  }

  .brand-text small {
    display: none;
  }

  .hero-copy h1,
  .page-hero h1,
  .detail-copy h1 {
    font-size: clamp(36px, 12vw, 52px);
  }

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

  .section-heading,
  .category-overview-head {
    align-items: start;
    flex-direction: column;
  }

  .video-grid,
  .featured-grid,
  .ranking-grid,
  .compact-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .ranking-row-link {
    grid-template-columns: 48px 96px minmax(0, 1fr);
    gap: 12px;
  }

  .ranking-row img {
    width: 96px;
  }

  .ranking-info em,
  .ranking-info .tag-row {
    display: none;
  }

  .detail-hero {
    padding-top: 118px;
  }

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

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

  .sitemap-grid ul {
    columns: 1;
  }
}
