
:root {
    --rose: #e11d48;
    --rose-dark: #be123c;
    --orange: #f97316;
    --amber: #f59e0b;
    --ink: #111827;
    --muted: #6b7280;
    --line: #e5e7eb;
    --surface: #ffffff;
    --soft: #fff7ed;
    --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    --radius: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

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

button,
input,
select {
    font: inherit;
}

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

.narrow {
    width: min(860px, calc(100% - 32px));
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, var(--rose) 0%, var(--orange) 58%, var(--amber) 100%);
    box-shadow: 0 10px 30px rgba(225, 29, 72, 0.28);
}

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

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff7ed;
    font-weight: 700;
}

.nav-link {
    opacity: 0.92;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    opacity: 1;
    transform: translateY(-1px);
}

.header-search,
.mobile-search,
.search-page-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-search input,
.mobile-search input,
.search-page-form input {
    width: 260px;
    border: 0;
    outline: 0;
    border-radius: 999px;
    padding: 10px 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.header-search input::placeholder,
.mobile-search input::placeholder,
.search-page-form input::placeholder {
    color: rgba(255, 255, 255, 0.78);
}

.header-search button,
.mobile-search button {
    border: 0;
    border-radius: 999px;
    padding: 9px 15px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--rose);
    font-weight: 800;
    cursor: pointer;
}

.mobile-menu-button {
    display: none;
    border: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.mobile-nav {
    display: none;
    padding: 16px;
    background: rgba(190, 18, 60, 0.96);
    backdrop-filter: blur(12px);
}

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

.mobile-nav a {
    color: #ffffff;
    font-weight: 700;
    padding: 8px 2px;
}

.hero {
    position: relative;
    height: 70vh;
    min-height: 520px;
    overflow: hidden;
    background: #111827;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1s ease, transform 1.4s ease;
}

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

.hero-image,
.detail-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image.is-missing-image,
.detail-bg img.is-missing-image,
.movie-cover img.is-missing-image,
.detail-poster img.is-missing-image,
.category-preview img.is-missing-image {
    display: none;
}

.hero-slide:has(.hero-image.is-missing-image),
.detail-bg:has(img.is-missing-image),
.movie-cover:has(img.is-missing-image),
.detail-poster:has(img.is-missing-image) {
    background: radial-gradient(circle at 30% 20%, rgba(249, 115, 22, 0.45), transparent 34%),
                linear-gradient(135deg, #111827, #881337 45%, #f97316);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.08) 100%);
}

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

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    border-radius: 999px;
    padding: 6px 14px;
    background: linear-gradient(90deg, var(--rose), var(--orange));
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.hero h1,
.detail-info h1,
.page-hero h1 {
    margin: 0;
    line-height: 1.12;
    font-size: clamp(36px, 6vw, 68px);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.hero p {
    max-width: 680px;
    margin: 18px 0 0;
    color: #e5e7eb;
    font-size: clamp(18px, 2.4vw, 24px);
}

.hero-meta,
.detail-meta,
.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-meta span,
.detail-meta span {
    border-radius: 999px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 24px;
    border: 0;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px) scale(1.02);
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(90deg, var(--rose), var(--orange));
    box-shadow: 0 14px 30px rgba(225, 29, 72, 0.32);
}

.btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.btn-ghost-light {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.hero-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.hero-prev {
    left: 24px;
}

.hero-next {
    right: 24px;
}

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

.hero-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
    width: 34px;
    background: #ffffff;
}

.section {
    padding: 56px 0;
}

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

.section-heading h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.section-heading h2::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 28px;
    margin-right: 14px;
    border-radius: 999px;
    vertical-align: -4px;
    background: linear-gradient(180deg, var(--rose), var(--orange));
}

.section-heading p {
    margin: 8px 0 0;
    color: var(--muted);
}

.section-heading.inverse h2,
.section-heading.inverse p {
    color: #ffffff;
}

.section-link {
    color: var(--orange);
    font-weight: 900;
}

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

.category-tile {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border-radius: 22px;
    padding: 24px;
    color: #ffffff;
    isolation: isolate;
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-tile:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.18);
}

.category-tile::before,
.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
}

.category-tile::after {
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28));
}

.tone-blue::before { background: linear-gradient(135deg, #2563eb, #0284c7); }
.tone-rose::before { background: linear-gradient(135deg, #e11d48, #f97316); }
.tone-pink::before { background: linear-gradient(135deg, #db2777, #f43f5e); }
.tone-amber::before { background: linear-gradient(135deg, #f59e0b, #ea580c); }
.tone-violet::before { background: linear-gradient(135deg, #7c3aed, #db2777); }
.tone-emerald::before { background: linear-gradient(135deg, #059669, #0d9488); }
.tone-cyan::before { background: linear-gradient(135deg, #0891b2, #2563eb); }
.tone-slate::before { background: linear-gradient(135deg, #334155, #111827); }
.tone-orange::before { background: linear-gradient(135deg, #f97316, #ef4444); }
.tone-indigo::before { background: linear-gradient(135deg, #4f46e5, #0ea5e9); }
.tone-red::before { background: linear-gradient(135deg, #dc2626, #e11d48); }
.tone-green::before { background: linear-gradient(135deg, #16a34a, #65a30d); }

.category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.22);
    font-size: 24px;
    font-weight: 900;
}

.category-tile strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.category-tile em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
}

.category-tile small {
    display: block;
    max-width: 220px;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.82);
}

.category-preview {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    flex-direction: row-reverse;
}

.category-preview img {
    width: 44px;
    height: 44px;
    margin-left: -12px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.16);
}

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.85);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
    transform: translateY(-5px);
    border-color: rgba(249, 115, 22, 0.38);
    box-shadow: var(--shadow);
}

.movie-cover {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #111827, #881337 50%, #f97316);
}

.card-compact .movie-cover {
    aspect-ratio: 2 / 3;
}

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

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

.movie-cover::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 58%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.66));
    pointer-events: none;
}

.cover-region,
.cover-type,
.rank-badge {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    padding: 5px 9px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.cover-region {
    top: 10px;
    right: 10px;
    background: var(--orange);
}

.cover-type {
    left: 10px;
    bottom: 10px;
    background: rgba(17, 24, 39, 0.78);
    backdrop-filter: blur(8px);
}

.rank-badge {
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: linear-gradient(90deg, var(--rose), var(--orange));
    box-shadow: 0 8px 18px rgba(225, 29, 72, 0.3);
}

.movie-card-body {
    padding: 16px;
}

.movie-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.movie-card h3 a:hover {
    color: var(--orange);
}

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

.card-meta {
    margin-top: 0;
    color: #64748b;
    font-size: 13px;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.tag-row span,
.tag-row a {
    border-radius: 999px;
    padding: 4px 9px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 12px;
    font-weight: 800;
}

.tag-row a:hover {
    background: #ffedd5;
    color: var(--orange);
}

.dark-showcase {
    padding: 64px 0;
    background: radial-gradient(circle at 20% 0%, rgba(225, 29, 72, 0.3), transparent 28%),
                linear-gradient(135deg, #111827, #020617);
}

.rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 240px;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

.rail .movie-card {
    scroll-snap-align: start;
}

.cta-panel {
    padding: 64px 0;
}

.cta-card {
    border-radius: 28px;
    padding: clamp(32px, 6vw, 64px);
    color: #ffffff;
    text-align: center;
    background: linear-gradient(90deg, var(--rose), var(--orange));
    box-shadow: 0 24px 60px rgba(225, 29, 72, 0.24);
}

.cta-card h2 {
    margin: 0;
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 900;
}

.cta-card p {
    max-width: 760px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
}

.cta-actions {
    justify-content: center;
}

.page-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.22), transparent 28%),
                linear-gradient(90deg, var(--rose), var(--orange) 62%, var(--amber));
}

.small-hero {
    padding: 54px 0;
}

.page-hero p {
    max-width: 780px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 800;
}

.crumbs a:hover {
    color: #ffffff;
}

.crumbs:not(.inverse) {
    color: #fff7ed;
}

.list-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.list-tools label {
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 800;
}

.list-tools input,
.list-tools select {
    min-width: 240px;
    border: 0;
    border-radius: 14px;
    padding: 12px 14px;
    outline: 0;
    color: #111827;
    background: rgba(255, 255, 255, 0.94);
}

.list-section {
    min-height: 520px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.pagination a,
.pagination span {
    min-width: 42px;
    border-radius: 12px;
    padding: 10px 13px;
    text-align: center;
    background: #ffffff;
    color: #374151;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.pagination .current {
    color: #ffffff;
    background: linear-gradient(90deg, var(--rose), var(--orange));
}

.detail-hero {
    min-height: 560px;
    padding: 44px 0;
    background: #111827;
}

.detail-bg {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    filter: blur(2px);
}

.detail-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.25));
}

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

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

.detail-poster {
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    aspect-ratio: 2 / 3;
    background: linear-gradient(135deg, #111827, #881337 50%, #f97316);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.detail-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-one-line {
    max-width: 820px;
    margin: 18px 0 0;
    color: #e5e7eb;
    font-size: 20px;
}

.detail-tags a {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

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

.player-card {
    overflow: hidden;
    border-radius: 26px;
    background: #020617;
    box-shadow: 0 28px 70px rgba(2, 6, 23, 0.22);
}

.video-shell {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.video-shell video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    color: #ffffff;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62));
    cursor: pointer;
}

.video-overlay.is-hidden {
    display: none;
}

.play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rose), var(--orange));
    box-shadow: 0 18px 40px rgba(225, 29, 72, 0.32);
    font-size: 30px;
}

.video-overlay strong {
    font-size: 24px;
}

.video-overlay em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.78);
}

.source-note {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 20px;
    color: #d1d5db;
    background: #0f172a;
}

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

.prose-card {
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 22px;
    padding: 28px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}

.prose-card.standalone {
    font-size: 17px;
}

.prose-card h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 900;
}

.prose-card p {
    margin: 0 0 16px;
    color: #374151;
}

.search-page-form {
    margin-top: 24px;
}

.search-page-form input {
    width: min(520px, 100%);
    color: #111827;
    background: #ffffff;
}

.search-page-form input::placeholder {
    color: #9ca3af;
}

.search-status {
    margin-bottom: 24px;
    border-radius: 18px;
    padding: 16px 18px;
    color: #374151;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    font-weight: 800;
}

.site-footer {
    margin-top: 50px;
    color: #d1d5db;
    background: linear-gradient(180deg, #111827, #020617);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 32px;
    padding: 48px 0;
}

.footer-brand {
    margin-bottom: 14px;
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 18px;
}

.site-footer p {
    margin: 0;
    color: #9ca3af;
}

.site-footer a:not(.footer-brand) {
    display: block;
    margin: 8px 0;
    color: #9ca3af;
}

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

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

.footer-bottom p {
    margin: 0;
    color: #9ca3af;
    font-size: 14px;
}

[data-card].is-hidden {
    display: none;
}

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

    .header-search input {
        width: 200px;
    }

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

    .detail-layout {
        grid-template-columns: 240px minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    .desktop-nav,
    .header-search {
        display: none;
    }

    .mobile-menu-button {
        display: inline-flex;
    }

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

    .hero {
        min-height: 560px;
    }

    .hero-control {
        display: none;
    }

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

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

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

    .detail-poster {
        width: min(260px, 72vw);
    }

    .detail-info h1 {
        font-size: 36px;
    }
}

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

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

    .hero {
        height: 74vh;
        min-height: 560px;
    }

    .hero-copy {
        padding-right: 8px;
    }

    .hero-meta,
    .detail-meta {
        gap: 8px;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

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

    .rail {
        grid-auto-columns: 78vw;
    }

    .small-hero {
        padding: 42px 0;
    }

    .list-tools input,
    .list-tools select {
        min-width: 100%;
        width: 100%;
    }

    .video-overlay strong {
        font-size: 20px;
    }
}
