
:root {
    --sand-50: #faf8f3;
    --sand-100: #f5f0e6;
    --sand-200: #ebe2cd;
    --sand-300: #ddc9a3;
    --sand-500: #c49a5c;
    --sand-600: #b07d44;
    --sand-700: #8f6235;
    --sand-800: #6d4a29;
    --sand-900: #4a3218;
    --dune-50: #fdf6ed;
    --dune-100: #fae9d1;
    --dune-500: #d97c1e;
    --dune-600: #c05f14;
    --dune-700: #9c4613;
    --white: #ffffff;
    --ink: #2a1d12;
    --muted: #796450;
    --shadow: 0 22px 55px rgba(74, 50, 24, 0.14);
    --soft-shadow: 0 12px 30px rgba(74, 50, 24, 0.10);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--sand-900);
    background: var(--sand-50);
    line-height: 1.65;
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(221, 201, 163, 0.5);
    box-shadow: 0 8px 24px rgba(74, 50, 24, 0.08);
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    height: 68px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--dune-500), var(--dune-600));
    box-shadow: 0 10px 22px rgba(192, 95, 20, 0.25);
}

.brand-name {
    font-size: 22px;
    background: linear-gradient(90deg, var(--dune-600), var(--sand-700));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 700;
    color: var(--sand-700);
}

.nav-link {
    position: relative;
    padding: 22px 0;
    transition: color 0.2s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 3px;
    border-radius: 999px;
    background: var(--dune-600);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

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

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    color: var(--sand-900);
    background: var(--sand-100);
    cursor: pointer;
}

.mobile-nav {
    display: none;
    border-top: 1px solid var(--sand-200);
    padding: 12px 24px 20px;
    background: var(--white);
}

.mobile-nav a {
    display: block;
    padding: 11px 0;
    color: var(--sand-700);
    font-weight: 700;
}

.mobile-nav.open {
    display: block;
}

.hero-section {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background: var(--sand-900);
}

.hero-track,
.hero-slide {
    position: absolute;
    inset: 0;
}

.hero-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.75s ease;
}

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

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(42, 29, 18, 0.92) 0%, rgba(74, 50, 24, 0.70) 38%, rgba(74, 50, 24, 0.15) 100%),
        linear-gradient(0deg, rgba(42, 29, 18, 0.78) 0%, rgba(42, 29, 18, 0.08) 52%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 690px;
    padding: 104px 24px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--dune-600);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.hero-content .eyebrow {
    color: var(--dune-100);
}

.hero-content h1,
.hero-content h2 {
    max-width: 850px;
    margin: 0 0 18px;
    font-size: clamp(38px, 7vw, 74px);
    line-height: 1.05;
    font-weight: 900;
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.hero-content h2 + .hero-text,
.hero-content h1 + h2 {
    margin-top: 0;
}

.hero-content h1 + h2 {
    max-width: 760px;
    font-size: clamp(28px, 4vw, 48px);
    color: rgba(255, 255, 255, 0.92);
}

.hero-text {
    max-width: 720px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 2vw, 21px);
}

.hero-meta,
.detail-meta,
.meta-row,
.feature-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-meta span,
.detail-meta span,
.meta-row span,
.feature-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.meta-row span,
.detail-meta span {
    background: var(--sand-100);
    color: var(--sand-700);
}

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

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

.btn-primary {
    color: var(--white);
    background: linear-gradient(135deg, var(--dune-500), var(--dune-600));
    box-shadow: 0 16px 32px rgba(192, 95, 20, 0.26);
}

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

.btn-ghost {
    color: var(--white);
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(12px);
}

.btn-ghost.sand {
    color: var(--sand-800);
    background: var(--white);
    border-color: var(--sand-200);
}

.wide {
    width: 100%;
}

.hero-control {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hero-control:hover {
    background: rgba(255, 255, 255, 0.30);
    transform: translateY(-50%) scale(1.05);
}

.hero-control.prev {
    left: 22px;
    transform: translateY(-50%);
}

.hero-control.next {
    right: 22px;
    transform: translateY(-50%);
}

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

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

.hero-dot.active {
    width: 34px;
    background: var(--white);
}

.section-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 58px 24px;
}

.intro-panel {
    margin-top: -54px;
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: var(--white);
    border: 1px solid var(--sand-200);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.intro-panel h2,
.section-title-row h2,
.page-hero h1,
.detail-card h1,
.detail-card h2 {
    margin: 0;
    color: var(--sand-900);
    font-weight: 900;
    line-height: 1.16;
}

.intro-panel h2 {
    font-size: clamp(26px, 3vw, 42px);
}

.intro-panel p:last-child {
    max-width: 760px;
    color: var(--sand-700);
}

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

.section-title-row h2 {
    font-size: clamp(26px, 3vw, 38px);
}

.section-title-row > a {
    color: var(--dune-600);
    font-weight: 900;
}

.compact-title {
    margin-bottom: 20px;
}

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

.feature-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 26px;
    background: var(--sand-200);
    box-shadow: var(--soft-shadow);
}

.feature-card:first-child {
    grid-column: span 2;
}

.feature-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.feature-card:hover img,
.movie-card:hover img,
.category-overview-card:hover img {
    transform: scale(1.08);
}

.feature-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(42, 29, 18, 0.88), rgba(42, 29, 18, 0.08));
}

.feature-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px;
    color: var(--white);
}

.feature-content h3 {
    margin: 10px 0;
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.2;
}

.feature-content p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.86);
}

.category-grid,
.movie-grid,
.mini-grid {
    display: grid;
    gap: 22px;
}

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

.category-chip {
    min-height: 128px;
    padding: 22px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 82% 20%, rgba(217, 124, 30, 0.22), transparent 36%),
        var(--white);
    border: 1px solid var(--sand-200);
    box-shadow: var(--soft-shadow);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-chip:hover {
    transform: translateY(-4px);
    border-color: var(--dune-500);
}

.category-chip strong {
    display: block;
    color: var(--sand-900);
    font-size: 22px;
    margin-bottom: 8px;
}

.category-chip span {
    color: var(--sand-600);
    font-weight: 700;
}

.filter-panel {
    display: grid;
    grid-template-columns: minmax(240px, 1.6fr) repeat(4, minmax(140px, 1fr));
    gap: 14px;
    margin-bottom: 26px;
    padding: 18px;
    border: 1px solid var(--sand-200);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
}

.filter-panel label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--sand-700);
    font-weight: 900;
    font-size: 13px;
}

.filter-panel input,
.filter-panel select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    color: var(--sand-900);
    background: var(--sand-50);
    border: 1px solid var(--sand-200);
    border-radius: 13px;
    outline: none;
}

.filter-panel input:focus,
.filter-panel select:focus {
    border-color: var(--dune-500);
    box-shadow: 0 0 0 3px rgba(217, 124, 30, 0.14);
}

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

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

.movie-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: var(--white);
    border: 1px solid var(--sand-200);
    box-shadow: var(--soft-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

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

.poster-wrap {
    position: relative;
    height: 236px;
    margin: 0;
    overflow: hidden;
    background: var(--sand-200);
}

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

.views-pill,
.rank-badge {
    position: absolute;
    top: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border-radius: 999px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    background: rgba(42, 29, 18, 0.75);
    backdrop-filter: blur(8px);
}

.views-pill {
    right: 12px;
}

.rank-badge {
    left: 12px;
    background: linear-gradient(135deg, var(--dune-500), var(--dune-600));
}

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

.movie-card-body h3 {
    margin: 0 0 8px;
    color: var(--sand-900);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card:hover h3 {
    color: var(--dune-600);
}

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

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

.tag-row span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 9px;
    border-radius: 999px;
    color: var(--sand-700);
    background: var(--sand-100);
    font-size: 12px;
    font-weight: 800;
}

.light-tags span {
    color: var(--white);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.no-results {
    display: none;
    margin: 20px 0 0;
    padding: 28px;
    text-align: center;
    color: var(--sand-600);
    background: var(--white);
    border: 1px solid var(--sand-200);
    border-radius: 20px;
}

.no-results.show {
    display: block;
}

.split-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 26px;
}

.ranking-panel,
.latest-panel {
    padding: 24px;
    border: 1px solid var(--sand-200);
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
}

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

.ranking-row {
    display: grid;
    grid-template-columns: 34px 76px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: var(--sand-50);
    transition: background 0.2s ease, transform 0.2s ease;
}

.ranking-row:hover {
    transform: translateX(4px);
    background: var(--dune-50);
}

.ranking-number {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: var(--white);
    background: var(--dune-600);
    font-weight: 900;
}

.ranking-row img {
    width: 76px;
    height: 54px;
    border-radius: 12px;
    object-fit: cover;
}

.ranking-info strong,
.ranking-info em {
    display: block;
}

.ranking-info strong {
    color: var(--sand-900);
    line-height: 1.3;
}

.ranking-info em {
    color: var(--sand-600);
    font-style: normal;
    font-size: 13px;
}

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

.compact-card .poster-wrap {
    height: 160px;
}

.compact-card .movie-card-body p,
.compact-card .tag-row {
    display: none;
}

.compact-card .movie-card-body h3 {
    font-size: 16px;
}

.page-main {
    min-height: 68vh;
}

.page-hero {
    margin-top: 26px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 80% 12%, rgba(217, 124, 30, 0.20), transparent 32%),
        linear-gradient(135deg, var(--white), var(--sand-100));
    border: 1px solid var(--sand-200);
    box-shadow: var(--soft-shadow);
}

.page-hero h1 {
    font-size: clamp(34px, 5vw, 56px);
}

.page-hero p:not(.eyebrow) {
    max-width: 780px;
    color: var(--sand-700);
    font-size: 18px;
}

.slim-actions {
    margin-top: 22px;
}

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

.category-overview-card {
    display: grid;
    grid-template-columns: 190px 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--sand-200);
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-overview-card:hover {
    transform: translateY(-4px);
    border-color: var(--dune-500);
}

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

.category-thumbs img {
    width: 100%;
    height: 82px;
    border-radius: 14px;
    object-fit: cover;
    background: var(--sand-200);
    transition: transform 0.45s ease;
}

.category-overview-card h2 {
    margin: 0 0 8px;
    color: var(--sand-900);
    font-size: 27px;
}

.category-overview-card p {
    margin: 0;
    color: var(--sand-600);
}

.category-overview-card > span {
    color: var(--dune-600);
    font-weight: 900;
}

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--sand-600);
    font-size: 14px;
}

.breadcrumb a {
    color: var(--dune-600);
    font-weight: 800;
}

.player-card,
.detail-card,
.sticky-panel {
    overflow: hidden;
    border: 1px solid var(--sand-200);
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
}

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

.player-frame video,
.player-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.player-frame video {
    object-fit: contain;
    background: #000000;
}

.player-cover {
    border: 0;
    color: var(--white);
    background-position: center;
    background-size: cover;
    cursor: pointer;
    display: grid;
    place-items: center;
    overflow: hidden;
}

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

.player-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.24));
}

.play-circle {
    position: relative;
    z-index: 2;
    width: 82px;
    height: 82px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    padding-left: 5px;
    color: var(--white);
    background: linear-gradient(135deg, var(--dune-500), var(--dune-600));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    font-size: 34px;
}

.play-label {
    position: absolute;
    z-index: 2;
    margin-top: 120px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

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

.detail-card h1 {
    margin-top: 16px;
    font-size: clamp(32px, 4.4vw, 54px);
}

.detail-meta {
    margin: 18px 0 22px;
}

.lead-text {
    padding: 18px;
    border-left: 4px solid var(--dune-500);
    border-radius: 14px;
    color: var(--sand-800);
    background: var(--dune-50);
    font-size: 18px;
    font-weight: 700;
}

.detail-card h2 {
    margin: 30px 0 12px;
    font-size: 25px;
}

.detail-card p {
    color: var(--sand-700);
}

.detail-sidebar {
    min-width: 0;
}

.sticky-panel {
    position: sticky;
    top: 94px;
    padding: 20px;
}

.detail-poster {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 20px;
    background: var(--sand-200);
    margin-bottom: 18px;
}

.side-meta {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    color: var(--sand-700);
    font-weight: 800;
}

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

.site-footer {
    margin-top: 60px;
    background: linear-gradient(180deg, var(--sand-100), var(--sand-200));
    border-top: 1px solid var(--sand-300);
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 42px 24px 24px;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 34px;
}

.footer-brand {
    color: var(--sand-900);
    font-size: 22px;
}

.footer-inner p {
    max-width: 420px;
    color: var(--sand-700);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 22px;
    color: var(--sand-700);
    font-weight: 800;
}

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

.footer-copy {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 24px 30px;
    color: var(--sand-600);
    text-align: center;
    border-top: 1px solid var(--sand-300);
}

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

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

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

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

    .categories-overview {
        grid-template-columns: 1fr;
    }
}

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

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

    .hero-section,
    .hero-content {
        min-height: 620px;
    }

    .hero-content {
        padding-top: 84px;
    }

    .intro-panel,
    .section-title-row,
    .footer-inner {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

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

    .feature-card:first-child {
        grid-column: span 1;
    }

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

    .footer-links {
        justify-content: flex-start;
    }

    .detail-sidebar {
        order: -1;
    }

    .sticky-panel {
        position: static;
    }
}

@media (max-width: 640px) {
    .header-inner {
        padding: 0 16px;
    }

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

    .hero-section,
    .hero-content {
        min-height: 560px;
    }

    .hero-content {
        padding: 78px 18px 88px;
    }

    .hero-meta span,
    .detail-meta span,
    .meta-row span,
    .feature-meta span {
        font-size: 12px;
    }

    .hero-control {
        display: none;
    }

    .section-container {
        padding: 40px 16px;
    }

    .intro-panel {
        margin-top: -34px;
        border-radius: 22px;
    }

    .category-grid,
    .movie-grid,
    .ranking-movie-grid,
    .category-movie-grid,
    .mini-grid,
    .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

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

    .poster-wrap {
        height: 206px;
    }

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

    .movie-card-body h3 {
        font-size: 16px;
    }

    .movie-card-body p,
    .meta-row,
    .tag-row {
        font-size: 12px;
    }

    .category-overview-card {
        grid-template-columns: 1fr;
    }

    .category-thumbs img {
        height: 118px;
    }

    .play-circle {
        width: 66px;
        height: 66px;
        font-size: 26px;
    }

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

@media (max-width: 420px) {
    .category-grid,
    .movie-grid,
    .ranking-movie-grid,
    .category-movie-grid,
    .mini-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .poster-wrap {
        height: 260px;
    }
}
