
:root {
    --ice-50: #f0f9ff;
    --ice-100: #e0f2fe;
    --ice-500: #0ea5e9;
    --ice-600: #0284c7;
    --ice-700: #0369a1;
    --glacier-500: #06b6d4;
    --snow-50: #fafafa;
    --snow-100: #f4f4f5;
    --snow-200: #e4e4e7;
    --snow-500: #71717a;
    --snow-700: #3f3f46;
    --snow-900: #18181b;
    --white: #ffffff;
    --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.10);
    --shadow-card: 0 14px 30px rgba(2, 132, 199, 0.12);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--snow-900);
    background: linear-gradient(135deg, var(--snow-50) 0%, var(--ice-50) 45%, #ffffff 100%);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    min-height: 100vh;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.86);
    transition: box-shadow 0.25s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.header-inner {
    width: min(1240px, calc(100% - 32px));
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

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

.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ice-600), var(--glacier-500));
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.28);
    font-size: 16px;
}

.brand-text {
    font-size: 21px;
    color: var(--snow-900);
}

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

.nav-link {
    color: var(--snow-700);
    font-size: 15px;
    font-weight: 700;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.is-active {
    color: var(--ice-600);
}

.nav-search {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 290px;
}

.nav-search input,
.mobile-search input {
    width: 100%;
    border: 1px solid var(--snow-200);
    border-radius: 999px;
    padding: 11px 15px;
    outline: none;
    color: var(--snow-900);
    background: #ffffff;
}

.nav-search input:focus,
.mobile-search input:focus,
.filter-control:focus {
    border-color: var(--ice-500);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14);
}

.nav-search button,
.mobile-search button,
.button-primary,
.button-secondary,
.player-action {
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ice-600), var(--glacier-500));
    font-weight: 800;
    padding: 11px 18px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 14px 28px rgba(2, 132, 199, 0.22);
}

.nav-search button:hover,
.mobile-search button:hover,
.button-primary:hover,
.button-secondary:hover,
.player-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(2, 132, 199, 0.28);
}

.button-secondary {
    color: var(--ice-700);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(224, 242, 254, 0.9);
}

.mobile-toggle {
    width: 44px;
    height: 44px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--snow-200);
    border-radius: 14px;
    background: #ffffff;
}

.mobile-toggle span {
    width: 20px;
    height: 2px;
    background: var(--snow-900);
    border-radius: 2px;
}

.mobile-panel {
    display: none;
    border-top: 1px solid var(--snow-200);
    background: #ffffff;
    padding: 16px;
}

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

.mobile-search {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

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

.mobile-link {
    padding: 12px 4px;
    color: var(--snow-700);
    font-weight: 800;
    border-bottom: 1px solid var(--snow-100);
}

.hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #020617;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) brightness(0.78);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 32%, rgba(14, 165, 233, 0.35), transparent 34%),
        linear-gradient(90deg, rgba(2, 6, 23, 0.94) 0%, rgba(2, 6, 23, 0.78) 42%, rgba(2, 6, 23, 0.30) 100%),
        linear-gradient(0deg, rgba(2, 6, 23, 0.86) 0%, transparent 48%);
}

.hero-inner {
    position: relative;
    width: min(1240px, calc(100% - 32px));
    min-height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
    align-items: center;
    gap: 44px;
    padding: 80px 0 96px;
}

.hero-copy {
    color: #ffffff;
}

.hero-kicker,
.section-kicker,
.eyebrow {
    margin: 0 0 12px;
    color: #7dd3fc;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 900;
}

.hero h1,
.hero h2 {
    margin: 0;
    color: #ffffff;
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 950;
    font-size: clamp(42px, 6vw, 78px);
}

.hero-title-small {
    display: block;
    margin-top: 18px;
    font-size: clamp(28px, 4vw, 48px);
    color: #e0f2fe;
}

.hero-desc {
    max-width: 760px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.85;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-meta span,
.detail-meta span,
.card-meta span,
.tag-row span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: 800;
}

.hero-meta span {
    padding: 9px 13px;
    color: #e0f2fe;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

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

.hero-panel {
    align-self: end;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-xl);
    padding: 22px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.30);
}

.hero-panel img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 26px 56px rgba(2, 6, 23, 0.42);
}

.hero-panel h3 {
    margin: 18px 0 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
}

.hero-panel p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 12;
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateX(-50%);
}

.hero-arrow,
.hero-dot {
    border: 0;
    cursor: pointer;
}

.hero-arrow {
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 24px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    transition: width 0.25s ease, background 0.25s ease;
}

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

.section {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 66px 0 0;
}

.section-wide {
    margin-top: 66px;
    padding: 66px 0;
    background: linear-gradient(135deg, rgba(240, 249, 255, 0.90), rgba(236, 254, 255, 0.85));
}

.section-wide .section {
    padding: 0;
}

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

.section-head h1,
.section-head h2 {
    margin: 0;
    color: var(--snow-900);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.section-head p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--snow-500);
    line-height: 1.8;
}

.section-more {
    flex-shrink: 0;
    color: var(--ice-700);
    font-weight: 900;
}

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

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(224, 242, 254, 0.95);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-card);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(14, 165, 233, 0.38);
    box-shadow: 0 22px 44px rgba(2, 132, 199, 0.18);
}

.poster-frame {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0f172a;
    aspect-ratio: 3 / 4;
}

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

.movie-card:hover .poster-frame img {
    transform: scale(1.06);
    filter: brightness(0.82);
}

.poster-type,
.rank-pill {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.poster-type {
    left: 12px;
    top: 12px;
    padding: 7px 10px;
    background: rgba(2, 132, 199, 0.92);
}

.rank-pill {
    right: 12px;
    top: 12px;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    background: linear-gradient(135deg, #f97316, #facc15);
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.32);
}

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

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--snow-500);
    font-size: 12px;
}

.card-meta span {
    padding: 5px 8px;
    background: var(--snow-100);
}

.movie-card h2,
.movie-card h3 {
    margin: 0;
    color: var(--snow-900);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 950;
}

.movie-card h2 a:hover,
.movie-card h3 a:hover,
.list-body h2 a:hover {
    color: var(--ice-700);
}

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

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

.tag-row span {
    padding: 5px 8px;
    color: var(--ice-700);
    background: var(--ice-100);
    font-size: 12px;
}

.feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 26px;
}

.feature-card {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 24px;
    padding: 20px;
    border-radius: var(--radius-xl);
    background: #ffffff;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(224, 242, 254, 0.95);
}

.feature-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 22px;
}

.feature-copy {
    padding: 12px 0;
}

.feature-copy h2 {
    margin: 0;
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.feature-copy p {
    margin: 16px 0 0;
    color: var(--snow-700);
    line-height: 1.9;
}

.side-panel {
    display: grid;
    gap: 14px;
}

.mini-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(224, 242, 254, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.mini-card:hover {
    transform: translateX(4px);
    border-color: rgba(14, 165, 233, 0.38);
}

.mini-card img {
    width: 78px;
    height: 96px;
    object-fit: cover;
    border-radius: 14px;
}

.mini-card span {
    color: var(--snow-900);
    font-weight: 900;
    line-height: 1.45;
}

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

.category-tile {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    border-radius: var(--radius-xl);
    background: #020617;
    color: #ffffff;
    box-shadow: var(--shadow-soft);
}

.category-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
    transition: transform 0.35s ease;
}

.category-tile:hover img {
    transform: scale(1.08);
}

.category-tile-body {
    position: absolute;
    inset: auto 0 0;
    padding: 24px;
    background: linear-gradient(0deg, rgba(2, 6, 23, 0.96), transparent);
}

.category-tile h2 {
    margin: 0 0 8px;
    font-size: 25px;
    font-weight: 950;
}

.category-tile p {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.7;
}

.filters {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(150px, 0.25fr));
    gap: 12px;
    margin: 0 0 28px;
    padding: 16px;
    border: 1px solid rgba(224, 242, 254, 0.95);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(2, 132, 199, 0.08);
}

.filter-control {
    width: 100%;
    border: 1px solid var(--snow-200);
    border-radius: 14px;
    padding: 12px 14px;
    color: var(--snow-900);
    background: #ffffff;
    outline: none;
}

.movie-card-list {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    padding: 12px;
}

.list-poster {
    overflow: hidden;
    border-radius: 18px;
    background: #0f172a;
}

.list-poster img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.list-body h2 {
    margin: 8px 0 0;
    font-size: 22px;
    font-weight: 950;
}

.list-body p {
    display: block;
    min-height: auto;
    margin: 10px 0 0;
    color: var(--snow-600, #52525b);
    line-height: 1.75;
}

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

.page-hero {
    padding: 70px 0 34px;
    background:
        radial-gradient(circle at 15% 15%, rgba(14, 165, 233, 0.18), transparent 28%),
        linear-gradient(135deg, #ffffff, var(--ice-50));
}

.page-hero-inner {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.page-hero h1 {
    margin: 0;
    max-width: 900px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-weight: 950;
}

.page-hero p {
    max-width: 780px;
    margin: 18px 0 0;
    color: var(--snow-500);
    line-height: 1.85;
    font-size: 17px;
}

.detail-hero {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    background: #020617;
}

.detail-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(18px) brightness(0.42) saturate(1.2);
    transform: scale(1.08);
}

.detail-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 20%, rgba(14, 165, 233, 0.30), transparent 30%),
        linear-gradient(0deg, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.62));
}

.detail-inner {
    position: relative;
    width: min(1240px, calc(100% - 32px));
    min-height: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    padding: 70px 0;
    color: #ffffff;
}

.detail-poster {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #7dd3fc;
}

.detail-copy h1 {
    margin: 0;
    font-size: clamp(36px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.06em;
    font-weight: 950;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.detail-meta span {
    padding: 8px 12px;
    color: #e0f2fe;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-copy .lead {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.9;
}

.content-layout {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 62px 0 0;
}

.player-shell {
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: #020617;
    box-shadow: 0 26px 70px rgba(2, 6, 23, 0.24);
}

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

.player-wrap video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000000;
}

.player-cover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    background: rgba(2, 6, 23, 0.48);
    z-index: 5;
}

.player-cover.is-hidden {
    display: none;
}

.player-cover-inner {
    text-align: center;
}

.player-cover h2 {
    margin: 18px 0 0;
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 950;
}

.player-action {
    width: 78px;
    height: 78px;
    padding: 0;
    font-size: 30px;
}

.content-card {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid rgba(224, 242, 254, 0.95);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-card);
}

.content-card h2 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 950;
}

.content-card p {
    margin: 0 0 16px;
    color: var(--snow-700);
    line-height: 2;
    font-size: 16px;
}

.site-footer {
    margin-top: 80px;
    color: #d4d4d8;
    background: #18181b;
}

.footer-inner {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(180px, 0.7fr));
    gap: 36px;
    padding: 52px 0;
}

.brand-in-footer .brand-text {
    color: #ffffff;
}

.footer-brand p {
    max-width: 560px;
    margin: 18px 0 0;
    color: #a1a1aa;
    line-height: 1.8;
}

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

.footer-links h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

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

.footer-links a:hover {
    color: #7dd3fc;
}

.footer-bottom {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0;
    border-top: 1px solid #27272a;
    color: #a1a1aa;
    text-align: center;
}

.empty-state {
    display: none;
    padding: 50px;
    color: var(--snow-500);
    text-align: center;
    border: 1px solid var(--snow-200);
    border-radius: var(--radius-lg);
    background: #ffffff;
}

body.has-empty-filter .empty-state {
    display: block;
}

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

    .nav-search {
        width: 230px;
    }

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

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

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

    .mobile-toggle {
        display: flex;
        margin-left: auto;
    }

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

    .hero-inner {
        padding: 70px 0 110px;
    }

    .hero-panel {
        display: none;
    }

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

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

    .detail-inner {
        padding: 50px 0;
    }

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

@media (max-width: 640px) {
    .header-inner {
        width: min(100% - 22px, 1240px);
        height: 64px;
    }

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

    .hero,
    .hero-inner {
        min-height: 600px;
    }

    .hero h1,
    .hero h2 {
        font-size: 40px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .section {
        width: min(100% - 22px, 1240px);
        padding-top: 46px;
    }

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

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

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

    .movie-card h2,
    .movie-card h3 {
        font-size: 15px;
    }

    .movie-card p {
        font-size: 13px;
    }

    .feature-card {
        padding: 14px;
    }

    .filters {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .movie-card-list {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .list-poster img {
        height: 124px;
    }

    .list-body h2 {
        font-size: 18px;
    }

    .detail-inner,
    .content-layout,
    .page-hero-inner,
    .footer-inner,
    .footer-bottom {
        width: min(100% - 22px, 1240px);
    }

    .detail-copy h1 {
        font-size: 38px;
    }

    .content-card {
        padding: 20px;
    }
}
