:root {
    --color-page: #f6f7fb;
    --color-text: #182033;
    --color-muted: #657083;
    --color-soft: #eef1f6;
    --color-line: rgba(148, 163, 184, 0.24);
    --color-dark: #0f172a;
    --color-deep: #111827;
    --color-red: #ef4444;
    --color-orange: #f97316;
    --color-gold: #f59e0b;
    --shadow-soft: 0 14px 42px rgba(15, 23, 42, 0.10);
    --shadow-strong: 0 24px 70px rgba(15, 23, 42, 0.22);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --header-height: 74px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    color: var(--color-text);
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 48%, #f8fafc 100%);
    line-height: 1.6;
}

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

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

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    color: #fff;
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 42%, #111827 100%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.22);
}

.site-nav {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

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

.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--color-red), var(--color-orange));
    box-shadow: 0 12px 30px rgba(239, 68, 68, 0.38);
}

.brand-text {
    font-size: 22px;
    background: linear-gradient(90deg, #f87171, #fb923c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-link,
.nav-dropdown > button {
    color: rgba(255, 255, 255, 0.78);
    border: 0;
    background: transparent;
    padding: 10px 0;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.nav-dropdown > button:hover {
    color: #f87171;
}

.nav-dropdown {
    position: relative;
}

.dropdown-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    min-width: 180px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.96);
    box-shadow: var(--shadow-strong);
}

.dropdown-panel a {
    display: block;
    padding: 9px 12px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.78);
}

.dropdown-panel a:hover {
    color: #fff;
    background: rgba(239, 68, 68, 0.18);
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
    display: block;
}

.nav-toggle {
    width: 44px;
    height: 44px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
}

.hero {
    position: relative;
    min-height: 650px;
    color: #fff;
    overflow: hidden;
    background: radial-gradient(circle at 18% 12%, rgba(239, 68, 68, 0.34), transparent 34%),
        radial-gradient(circle at 78% 20%, rgba(249, 115, 22, 0.25), transparent 30%),
        linear-gradient(120deg, #0f172a 0%, #3f0f19 52%, #111827 100%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(246, 247, 251, 0.98));
    pointer-events: none;
}

.hero-stage {
    position: relative;
    z-index: 1;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 54px;
    padding: 78px 0 98px;
}

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

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fecaca;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.hero h1 {
    margin: 0 0 20px;
    font-size: clamp(40px, 7vw, 76px);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.hero h1 span {
    display: block;
    background: linear-gradient(90deg, #fff 0%, #fecaca 48%, #fb923c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hero-summary {
    max-width: 600px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

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

.btn-primary {
    color: #fff;
    background: linear-gradient(90deg, var(--color-red), var(--color-orange));
    box-shadow: 0 18px 42px rgba(239, 68, 68, 0.28);
}

.btn-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.btn-text {
    color: var(--color-red);
    background: #fff;
}

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

.hero-search {
    max-width: 580px;
    display: flex;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18px);
}

.hero-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    color: #fff;
    outline: none;
    padding: 0 12px;
    background: transparent;
}

.hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.hero-search button {
    border: 0;
    border-radius: 13px;
    color: #fff;
    padding: 0 18px;
    background: linear-gradient(90deg, var(--color-red), var(--color-orange));
}

.hero-visual {
    position: relative;
}

.hero-slider {
    position: relative;
    min-height: 500px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 32px;
    opacity: 0;
    transform: translateX(22px) scale(0.98);
    transition: opacity 0.5s ease, transform 0.5s ease;
    background: rgba(15, 23, 42, 0.60);
    box-shadow: var(--shadow-strong);
}

.hero-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    position: relative;
}

.hero-slide .poster-frame {
    min-height: 330px;
    border-radius: 0;
}

.hero-slide .poster-backdrop {
    font-size: 32px;
}

.hero-slide-body {
    position: relative;
    padding: 24px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.60), rgba(15, 23, 42, 0.96));
}

.hero-slide-body h2 {
    margin: 0 0 8px;
    font-size: 28px;
}

.hero-slide-body p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.72);
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.hero-pills span,
.meta-pills span,
.tag-row span,
.detail-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.hero-pills span {
    color: #fecaca;
    background: rgba(239, 68, 68, 0.16);
}

.hero-dots {
    position: absolute;
    left: 24px;
    bottom: -40px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

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

.hero-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, var(--color-red), var(--color-orange));
}

.page-main,
.section-block {
    padding: 54px 0;
}

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

.section-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--color-red);
    font-weight: 800;
}

.section-head h1,
.section-head h2,
.page-title h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -0.03em;
}

.section-head p,
.page-title p {
    max-width: 720px;
    margin: 8px 0 0;
    color: var(--color-muted);
}

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

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-soft);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

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

.movie-card.is-hidden {
    display: none;
}

.card-cover {
    position: relative;
    display: block;
    overflow: hidden;
}

.poster-frame {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b, #7f1d1d 48%, #111827);
}

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

.poster-frame.is-empty img {
    display: none;
}

.movie-card:hover .poster-frame img,
.hero-slide:hover .poster-frame img {
    transform: scale(1.06);
}

.poster-backdrop {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.90);
    font-weight: 800;
    font-size: 20px;
    background: radial-gradient(circle at 30% 20%, rgba(248, 113, 113, 0.35), transparent 36%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(127, 29, 29, 0.72));
}

.poster-frame img + .poster-backdrop {
    opacity: 0;
}

.poster-frame.is-empty .poster-backdrop {
    opacity: 1;
}

.play-chip,
.rank-badge {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.20);
}

.play-chip {
    right: 14px;
    bottom: 14px;
    padding: 7px 12px;
    background: linear-gradient(90deg, var(--color-red), var(--color-orange));
}

.rank-badge {
    left: 14px;
    top: 14px;
    padding: 7px 12px;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(12px);
}

.card-body {
    padding: 18px;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 700;
}

.card-meta span + span::before {
    content: "·";
    margin-right: 7px;
    color: #cbd5e1;
}

.card-body h2 {
    margin: 9px 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.card-body h2 a:hover {
    color: var(--color-red);
}

.card-body p {
    min-height: 48px;
    margin: 0 0 14px;
    color: var(--color-muted);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tag-row,
.detail-tags,
.meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-row span,
.detail-tags span {
    color: #9f1239;
    background: #ffe4e6;
}

.card-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 800;
}

.card-actions a:first-child {
    color: var(--color-red);
}

.card-actions a:last-child {
    color: var(--color-muted);
}

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

.category-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: var(--radius-md);
    color: #fff;
    background: linear-gradient(135deg, #111827 0%, #7f1d1d 54%, #f97316 130%);
    box-shadow: var(--shadow-soft);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-strong);
}

.category-card h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.category-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.category-card span {
    margin-top: 20px;
    font-weight: 800;
    color: #fed7aa;
}

.filter-panel {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 190px 190px;
    gap: 14px;
    margin: 0 0 28px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-soft);
}

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

.filter-panel input,
.filter-panel select {
    width: 100%;
    height: 44px;
    border: 1px solid #d8dee9;
    border-radius: 13px;
    color: var(--color-text);
    outline: none;
    padding: 0 12px;
    background: #fff;
}

.filter-panel input:focus,
.filter-panel select:focus {
    border-color: var(--color-red);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.10);
}

.feature-strip {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
}

.rank-panel,
.info-panel {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.rank-panel {
    overflow: hidden;
}

.panel-head {
    padding: 24px 24px 10px;
}

.panel-head h2 {
    margin: 0 0 8px;
    font-size: 28px;
}

.panel-head p {
    margin: 0;
    color: var(--color-muted);
}

.mini-list {
    display: grid;
    gap: 0;
}

.mini-movie {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.mini-movie:hover {
    background: #fff7ed;
}

.mini-rank {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--color-red), var(--color-orange));
}

.mini-title {
    min-width: 0;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mini-info {
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 700;
}

.page-title {
    padding: 58px 0 26px;
}

.detail-hero {
    padding: 34px 0 62px;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 360px;
    gap: 28px;
}

.player-card,
.detail-card,
.side-card {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.player-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
}

.player-frame video {
    width: 100%;
    height: 100%;
    background: #000;
}

.player-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.22), rgba(0, 0, 0, 0.55));
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.player-button-icon {
    width: 84px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 38px;
    background: linear-gradient(135deg, var(--color-red), var(--color-orange));
    box-shadow: 0 20px 60px rgba(239, 68, 68, 0.38);
}

.detail-card {
    margin-top: 24px;
    padding: 28px;
}

.detail-card h1 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.meta-pills {
    margin-bottom: 20px;
}

.meta-pills span {
    color: #475569;
    background: #e2e8f0;
}

.detail-lead {
    margin: 0 0 24px;
    color: #334155;
    font-size: 18px;
    font-weight: 700;
}

.content-section {
    margin-top: 28px;
}

.content-section h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

.content-section p {
    margin: 0;
    color: #475569;
    font-size: 16px;
}

.side-card {
    padding: 20px;
    margin-bottom: 24px;
}

.side-card h2 {
    margin: 0 0 16px;
    font-size: 22px;
}

.side-poster {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 18px;
}

.side-poster .poster-frame {
    aspect-ratio: 3 / 4;
}

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

.related-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: #f8fafc;
}

.related-item:hover {
    background: #fff7ed;
}

.related-item .poster-frame {
    aspect-ratio: 16 / 12;
    border-radius: 12px;
}

.related-item strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-item span {
    color: var(--color-muted);
    font-size: 13px;
}

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

.ranking-row {
    display: grid;
    grid-template-columns: 74px 160px minmax(0, 1fr) 120px;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.ranking-row .poster-frame {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
}

.ranking-number {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--color-red), var(--color-orange));
}

.ranking-main h2 {
    margin: 0 0 6px;
    font-size: 22px;
}

.ranking-main p {
    margin: 0;
    color: var(--color-muted);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.score-pill {
    justify-self: end;
    padding: 8px 12px;
    border-radius: 999px;
    color: #9f1239;
    font-weight: 900;
    background: #ffe4e6;
}

.site-footer {
    margin-top: 30px;
    padding: 46px 0;
    color: rgba(255, 255, 255, 0.72);
    background: #0f172a;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr 1fr;
    gap: 32px;
}

.footer-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.site-footer h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
}

.site-footer a {
    display: inline-block;
    margin: 0 14px 10px 0;
}

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

.empty-state {
    display: none;
    padding: 46px;
    text-align: center;
    border-radius: var(--radius-md);
    color: var(--color-muted);
    background: #fff;
    box-shadow: var(--shadow-soft);
}

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

@media (max-width: 1080px) {
    .movie-grid,
    .movie-grid.is-wide {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .hero-stage,
    .feature-strip,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .hero-stage {
        padding-top: 54px;
    }

    .hero-visual {
        max-width: 680px;
    }
}

@media (max-width: 820px) {
    :root {
        --header-height: 66px;
    }

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

    .nav-menu {
        position: absolute;
        left: 16px;
        right: 16px;
        top: calc(100% + 10px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        border-radius: 20px;
        background: rgba(15, 23, 42, 0.98);
        box-shadow: var(--shadow-strong);
    }

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

    .nav-link,
    .nav-dropdown > button {
        width: 100%;
        text-align: left;
        padding: 12px;
    }

    .dropdown-panel {
        position: static;
        display: grid;
        min-width: 0;
        box-shadow: none;
        margin-top: 6px;
    }

    .hero,
    .hero-stage {
        min-height: auto;
    }

    .hero-stage {
        gap: 34px;
        padding: 42px 0 86px;
    }

    .hero-search {
        flex-direction: column;
    }

    .hero-search button {
        min-height: 44px;
    }

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

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

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

    .score-pill {
        grid-column: 3;
        justify-self: start;
    }

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

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

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

    .movie-grid,
    .movie-grid.is-wide,
    .category-grid {
        grid-template-columns: 1fr;
    }

    .section-head {
        display: block;
    }

    .hero-slide-body h2 {
        font-size: 22px;
    }

    .hero-dots {
        bottom: -34px;
    }

    .detail-card,
    .side-card {
        padding: 18px;
    }

    .ranking-row {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .ranking-row > a {
        display: none;
    }

    .score-pill {
        grid-column: 2;
    }
}
