:root {
    color-scheme: light;
    --red: #dc2626;
    --rose: #e11d48;
    --orange: #ea580c;
    --gray-900: #111827;
    --gray-800: #1f2937;
    --gray-700: #374151;
    --gray-600: #4b5563;
    --gray-500: #6b7280;
    --gray-100: #f3f4f6;
    --gray-50: #f9fafb;
    --white: #ffffff;
    --shadow-soft: 0 18px 45px rgba(17, 24, 39, 0.10);
    --shadow-card: 0 10px 30px rgba(220, 38, 38, 0.12);
    --radius-xl: 24px;
    --radius-2xl: 32px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
    background: #f8fafc;
    color: var(--gray-800);
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(229, 231, 235, 0.72);
    transition: box-shadow 0.24s ease, background 0.24s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.98);
}

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

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

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

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--red), var(--rose));
    box-shadow: 0 12px 25px rgba(220, 38, 38, 0.28);
}

.brand-name {
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
    color: var(--gray-900);
}

.brand-subtitle {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--gray-500);
    text-transform: uppercase;
}

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

.desktop-nav a,
.mobile-panel a {
    color: var(--gray-700);
    font-weight: 700;
    transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.mobile-panel a:hover,
.mobile-panel a.is-active {
    color: var(--red);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-mini {
    position: relative;
}

.search-mini input {
    width: 230px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 11px 44px 11px 18px;
    outline: none;
    background: #fff;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.search-mini input:focus {
    border-color: rgba(220, 38, 38, 0.55);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.10);
}

.search-mini button {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, var(--red), var(--rose));
}

.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--red);
    cursor: pointer;
}

.mobile-panel {
    display: none;
    position: fixed;
    inset: 76px 0 auto 0;
    z-index: 99;
    padding: 20px 24px 28px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #fee2e2;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

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

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

main {
    min-height: 70vh;
}

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 112px 0 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(251, 113, 133, 0.24), transparent 28%),
        radial-gradient(circle at 84% 26%, rgba(248, 113, 113, 0.20), transparent 30%),
        linear-gradient(135deg, #fff7ed 0%, #fff1f2 45%, #ffffff 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image: linear-gradient(rgba(239, 68, 68, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 68, 68, 0.12) 1px, transparent 1px);
    background-size: 58px 58px;
    pointer-events: none;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(4px);
    opacity: 0.72;
    animation: floatOrb 7s ease-in-out infinite;
}

.hero-orb.one {
    width: 120px;
    height: 120px;
    left: 7%;
    top: 18%;
    background: rgba(248, 113, 113, 0.24);
}

.hero-orb.two {
    width: 160px;
    height: 160px;
    right: 9%;
    bottom: 14%;
    background: rgba(244, 63, 94, 0.18);
    animation-delay: 1.7s;
}

@keyframes floatOrb {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.86fr);
    gap: 56px;
    align-items: center;
    z-index: 1;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 25px rgba(225, 29, 72, 0.10);
    color: var(--gray-700);
    font-weight: 800;
    font-size: 14px;
}

.hero h1 {
    margin: 24px 0 20px;
    max-width: 720px;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: var(--gray-900);
}

.gradient-text {
    display: block;
    margin-top: 10px;
    background: linear-gradient(135deg, var(--red), var(--rose));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-copy {
    max-width: 680px;
    margin: 0 0 30px;
    color: var(--gray-600);
    font-size: 19px;
    line-height: 1.85;
}

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

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

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

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--rose));
    box-shadow: 0 16px 35px rgba(220, 38, 38, 0.26);
}

.btn-light {
    color: var(--gray-800);
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
}

.hero-stage {
    position: relative;
    min-height: 540px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(24px) scale(0.98);
    transition: opacity 0.55s ease, transform 0.55s ease;
    pointer-events: none;
}

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

.hero-poster-card {
    position: relative;
    border-radius: 34px;
    padding: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 30px 80px rgba(127, 29, 29, 0.20);
    backdrop-filter: blur(18px);
}

.hero-backdrop {
    position: absolute;
    inset: -10%;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    filter: blur(35px) saturate(1.1);
    opacity: 0.32;
}

.hero-poster {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.18);
}

.hero-info-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    border-radius: 22px;
    padding: 22px;
    color: #fff;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.88));
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.28);
}

.hero-info-card h2 {
    margin: 0 0 8px;
    font-size: 26px;
}

.hero-info-card p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.65;
}

.hero-meta,
.card-meta,
.detail-meta,
.ranking-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 800;
    color: var(--red);
    background: #fff1f2;
}

.hero-info-card .pill {
    color: #fecdd3;
    background: rgba(255, 255, 255, 0.18);
}

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

.hero-dot {
    width: 34px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: #fecdd3;
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
    width: 54px;
    background: linear-gradient(135deg, var(--red), var(--rose));
}

.section {
    padding: 76px 0;
}

.section-white {
    background: #fff;
}

.section-soft {
    background: linear-gradient(135deg, #fff7ed 0%, #fff1f2 100%);
}

.section-gray {
    background: #f8fafc;
}

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

.section-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 7px 14px;
    color: #991b1b;
    background: linear-gradient(135deg, #fee2e2, #ffe4e6);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.section-title {
    margin: 0;
    font-size: clamp(28px, 4.5vw, 44px);
    line-height: 1.15;
    color: var(--gray-900);
}

.section-desc {
    margin: 12px 0 0;
    max-width: 680px;
    color: var(--gray-600);
    line-height: 1.75;
}

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

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

.movie-card {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.85);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(248, 113, 113, 0.42);
    box-shadow: var(--shadow-card);
}

.poster-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: linear-gradient(135deg, #fff1f2, #fef2f2);
}

.poster-wrap.wide {
    aspect-ratio: 16 / 10;
}

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

.movie-card:hover .poster-wrap img,
.category-tile:hover img,
.ranking-card:hover img {
    transform: scale(1.08);
}

.play-hover {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(15, 23, 42, 0);
    opacity: 0;
    transition: opacity 0.22s ease, background 0.22s ease;
}

.movie-card:hover .play-hover,
.category-tile:hover .play-hover,
.ranking-card:hover .play-hover {
    opacity: 1;
    background: rgba(15, 23, 42, 0.36);
}

.play-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    font-size: 22px;
    line-height: 1;
}

.movie-body {
    padding: 18px;
}

.movie-title {
    margin: 12px 0 8px;
    min-height: 2.8em;
    color: var(--gray-900);
    font-size: 17px;
    line-height: 1.38;
    font-weight: 900;
    transition: color 0.2s ease;
}

.movie-card:hover .movie-title {
    color: var(--red);
}

.movie-desc {
    margin: 0;
    color: var(--gray-500);
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.overlay-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.overlay-card {
    position: relative;
    min-height: 450px;
    display: block;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--shadow-soft);
    background: #111827;
}

.overlay-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 450px;
    transition: transform 0.55s ease;
}

.overlay-card:hover img {
    transform: scale(1.06);
}

.overlay-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(15, 23, 42, 0.85) 100%);
}

.overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 28px;
    color: #fff;
}

.overlay-content h3 {
    margin: 12px 0 10px;
    font-size: 24px;
}

.overlay-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

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

.category-tile {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    border-radius: 26px;
    display: block;
    background: #111827;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.10);
}

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

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.78));
}

.category-copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    color: #fff;
}

.category-copy span {
    display: inline-flex;
    margin-bottom: 8px;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.18);
}

.category-copy h3 {
    margin: 0 0 6px;
    font-size: 22px;
}

.category-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.55;
}

.stats-band {
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--rose));
}

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

.stat-item {
    text-align: center;
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
}

.stat-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
}

.stat-item span {
    color: #ffe4e6;
}

.page-hero {
    padding: 132px 0 54px;
    background: linear-gradient(135deg, #fff7ed 0%, #fff1f2 55%, #fff 100%);
}

.page-hero h1 {
    margin: 0;
    max-width: 880px;
    font-size: clamp(34px, 5.5vw, 58px);
    line-height: 1.12;
    color: var(--gray-900);
}

.page-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--gray-600);
    font-size: 18px;
    line-height: 1.8;
}

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

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

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.filter-bar input,
.filter-bar select,
.search-panel input,
.search-panel select {
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 12px 16px;
    outline: none;
    background: #fff;
}

.filter-bar input:focus,
.filter-bar select:focus,
.search-panel input:focus,
.search-panel select:focus {
    border-color: rgba(220, 38, 38, 0.55);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.10);
}

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

.ranking-card {
    display: grid;
    grid-template-columns: 90px 120px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(229, 231, 235, 0.84);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ranking-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.ranking-number {
    font-size: 36px;
    font-weight: 950;
    color: transparent;
    -webkit-text-stroke: 1.2px var(--red);
    text-align: center;
}

.ranking-card img {
    width: 120px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 16px;
}

.ranking-card h2,
.ranking-card h3 {
    margin: 0 0 8px;
    color: var(--gray-900);
}

.ranking-card p {
    margin: 0 0 10px;
    color: var(--gray-600);
    line-height: 1.6;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 34px;
    align-items: start;
}

.player-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #000;
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.20);
}

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

.player-cover {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    color: #fff;
    background: rgba(15, 23, 42, 0.44);
    cursor: pointer;
    transition: opacity 0.24s ease, visibility 0.24s ease;
}

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

.player-cover-inner {
    display: grid;
    place-items: center;
    gap: 14px;
    text-align: center;
}

.player-cover-inner .play-icon {
    width: 78px;
    height: 78px;
    font-size: 30px;
    background: linear-gradient(135deg, var(--red), var(--rose));
    box-shadow: 0 16px 38px rgba(220, 38, 38, 0.35);
}

.detail-panel,
.content-panel {
    border-radius: 30px;
    background: #fff;
    padding: 30px;
    box-shadow: var(--shadow-soft);
}

.detail-panel h1 {
    margin: 18px 0 14px;
    color: var(--gray-900);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
}

.detail-lead {
    color: var(--gray-700);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
}

.detail-cover {
    margin-top: 22px;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 16 / 10;
    background: #fff1f2;
}

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

.content-panel {
    margin-top: 30px;
}

.content-panel h2 {
    margin: 0 0 16px;
    font-size: 26px;
    color: var(--gray-900);
}

.content-panel p {
    margin: 0;
    color: var(--gray-700);
    line-height: 1.9;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.search-panel {
    padding: 24px;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.search-panel form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px auto;
    gap: 14px;
}

.search-result-note {
    margin: 24px 0;
    color: var(--gray-600);
}

.site-footer {
    padding: 46px 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    color: var(--gray-600);
}

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

.footer-title {
    margin: 0 0 12px;
    color: var(--gray-900);
    font-weight: 900;
}

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

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

.footer-bottom {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.is-hidden-card {
    display: none !important;
}

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

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

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

    .hero-stage {
        min-height: 660px;
    }
}

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

    .mobile-toggle {
        display: grid;
        place-items: center;
    }

    .header-inner {
        height: 70px;
    }

    .mobile-panel {
        inset: 70px 0 auto 0;
    }

    .hero {
        min-height: auto;
        padding-top: 105px;
    }

    .hero-stage {
        min-height: 590px;
    }

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

    .ranking-card {
        grid-template-columns: 54px 86px 1fr;
    }

    .ranking-card .btn {
        grid-column: 1 / -1;
    }

    .ranking-card img {
        width: 86px;
    }

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

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

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

    .brand-subtitle {
        display: none;
    }

    .hero h1 {
        font-size: 42px;
    }

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

    .hero-actions,
    .section-head,
    .filter-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-stage {
        min-height: 520px;
    }

    .hero-info-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 18px;
    }

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

    .movie-body {
        padding: 13px;
    }

    .movie-title {
        font-size: 15px;
    }

    .detail-panel,
    .content-panel {
        padding: 22px;
    }

    .page-hero {
        padding-top: 108px;
    }
}
