:root {
    --sand-50: #fff8ed;
    --sand-100: #fff1dc;
    --sand-200: #fbdcb2;
    --sand-300: #f5c37f;
    --desert-400: #f17a32;
    --desert-500: #df5f1f;
    --desert-600: #c94d16;
    --dune-600: #a95f18;
    --stone-50: #fafaf9;
    --stone-100: #f5f5f4;
    --stone-200: #e7e5e4;
    --stone-300: #d6d3d1;
    --stone-400: #a8a29e;
    --stone-500: #78716c;
    --stone-600: #57534e;
    --stone-700: #44403c;
    --stone-800: #292524;
    --stone-900: #1c1917;
    --shadow-soft: 0 18px 45px rgba(41, 37, 36, 0.12);
    --shadow-card: 0 12px 30px rgba(120, 77, 39, 0.12);
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--stone-800);
    background: linear-gradient(180deg, var(--sand-50) 0%, #ffffff 42%, var(--sand-50) 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 248, 237, 0.88);
    border-bottom: 1px solid rgba(231, 229, 228, 0.88);
    backdrop-filter: blur(18px);
}

.header-inner {
    max-width: var(--max-width);
    height: 68px;
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
}

.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--desert-500), var(--dune-600));
    box-shadow: 0 12px 28px rgba(223, 95, 31, 0.28);
}

.brand-text {
    color: var(--stone-800);
    font-size: 20px;
    white-space: nowrap;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: var(--stone-700);
    font-weight: 600;
    flex: 1;
}

.desktop-nav a {
    transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
    color: var(--desert-600);
}

.nav-search,
.mobile-search {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-search input,
.mobile-search input,
.filter-panel input,
.filter-panel select {
    border: 1px solid var(--sand-300);
    background: rgba(255, 255, 255, 0.92);
    color: var(--stone-800);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-search input {
    width: 230px;
    height: 40px;
    padding: 0 46px 0 18px;
    border-radius: 999px;
}

.nav-search button {
    position: absolute;
    right: 8px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: var(--desert-500);
    cursor: pointer;
}

.nav-search input:focus,
.mobile-search input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
    border-color: var(--desert-500);
    box-shadow: 0 0 0 3px rgba(223, 95, 31, 0.16);
}

.menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    color: var(--stone-700);
    background: var(--sand-100);
    cursor: pointer;
}

.mobile-panel {
    display: none;
    padding: 12px 22px 20px;
    border-top: 1px solid var(--sand-200);
    background: var(--sand-50);
}

.mobile-panel a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    color: var(--stone-700);
}

.mobile-search {
    gap: 10px;
    margin-top: 8px;
}

.mobile-search input {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
}

.mobile-search button {
    border: 0;
    border-radius: 12px;
    padding: 0 16px;
    height: 42px;
    color: #ffffff;
    background: var(--desert-500);
}

.hero {
    position: relative;
    min-height: 560px;
    height: 70vh;
    overflow: hidden;
    color: #ffffff;
    background: var(--stone-900);
}

.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-background {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 20%, rgba(223, 95, 31, 0.34), transparent 36%), linear-gradient(135deg, #1c1917, #5a2f16);
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.62;
    filter: saturate(1.05) contrast(1.05);
}

.hero-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(28, 25, 23, 0.92) 0%, rgba(28, 25, 23, 0.62) 42%, rgba(28, 25, 23, 0.18) 100%),
        linear-gradient(180deg, rgba(28, 25, 23, 0.16), rgba(28, 25, 23, 0.72));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 96px 22px 120px;
    display: flex;
    align-items: center;
}

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

.hero-kicker,
.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--desert-400);
    font-weight: 800;
}

.hero-kicker span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--desert-400);
    box-shadow: 0 0 0 6px rgba(241, 122, 50, 0.18);
}

.hero h1 {
    margin: 0 0 20px;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.hero p {
    max-width: 660px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 2vw, 22px);
}

.hero-tags,
.tag-cloud,
.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-tags span,
.tag-cloud span,
.detail-tags span,
.movie-meta span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.hero-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

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

.primary-button,
.ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.primary-button {
    color: #ffffff;
    background: var(--desert-500);
    box-shadow: 0 16px 34px rgba(223, 95, 31, 0.28);
}

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

.primary-button:hover {
    background: var(--desert-600);
}

.ghost-button {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
}

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

.hero-dots button {
    width: 34px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.36);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dots button.is-active {
    width: 54px;
    background: var(--desert-400);
}

.featured-strip {
    position: relative;
    z-index: 5;
    max-width: var(--max-width);
    margin: -86px auto 0;
    padding: 0 22px;
}

.featured-grid,
.movie-grid,
.category-grid,
.category-overview-grid {
    display: grid;
    gap: 24px;
}

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

.content-section {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 74px 22px;
}

.soft-section {
    max-width: none;
    padding-left: max(22px, calc((100% - var(--max-width)) / 2 + 22px));
    padding-right: max(22px, calc((100% - var(--max-width)) / 2 + 22px));
    background: linear-gradient(180deg, rgba(255, 241, 220, 0.7), rgba(255, 255, 255, 0));
}

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

.section-heading h2,
.rank-title h2,
.story-panel h2,
.footer-column h3 {
    margin: 0;
    color: var(--stone-800);
}

.section-heading h2,
.rank-title h2 {
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
}

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

.section-link,
.rank-title a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--desert-600);
    font-weight: 800;
}

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

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

.listing-grid {
    margin-top: 30px;
}

.movie-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 42px rgba(120, 77, 39, 0.2);
}

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

.movie-poster {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background:
        radial-gradient(circle at 28% 22%, rgba(241, 122, 50, 0.42), transparent 33%),
        linear-gradient(135deg, #2f221b, #b76829);
}

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

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

.poster-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(28, 25, 23, 0.68));
}

.poster-play {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(223, 95, 31, 0.92);
    box-shadow: 0 12px 24px rgba(28, 25, 23, 0.25);
}

.movie-content {
    display: block;
    padding: 16px;
}

.movie-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.movie-meta span {
    color: var(--stone-700);
    background: var(--sand-100);
}

.movie-content strong {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    color: var(--stone-800);
    font-size: 17px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.2s ease;
}

.movie-card:hover strong {
    color: var(--desert-600);
}

.movie-line {
    display: -webkit-box;
    min-height: 44px;
    margin-top: 8px;
    overflow: hidden;
    color: var(--stone-600);
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.movie-tags {
    display: block;
    margin-top: 12px;
    color: var(--stone-400);
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.category-tile,
.category-overview-card,
.story-panel,
.rank-panel,
.filter-panel {
    border: 1px solid rgba(245, 195, 127, 0.45);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-card);
}

.category-tile {
    min-height: 180px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.category-tile:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.category-tile span {
    color: var(--desert-600);
    font-size: 22px;
    font-weight: 900;
}

.category-tile strong {
    color: var(--stone-600);
    font-size: 14px;
    font-weight: 600;
}

.two-column-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 34px;
    align-items: start;
}

.rank-panel {
    position: sticky;
    top: 92px;
    padding: 24px;
}

.rank-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

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

.rank-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: var(--sand-50);
    transition: background 0.2s ease, transform 0.2s ease;
}

.rank-row:hover {
    background: var(--sand-100);
    transform: translateX(3px);
}

.rank-number {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--desert-500), var(--dune-600));
    font-size: 13px;
    font-weight: 900;
}

.rank-main strong,
.rank-main em {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank-main strong {
    color: var(--stone-800);
    font-size: 15px;
}

.rank-main em {
    color: var(--stone-500);
    font-size: 12px;
    font-style: normal;
}

.rank-arrow {
    color: var(--desert-600);
    font-size: 24px;
}

.page-main,
.detail-main {
    min-height: 70vh;
}

.page-hero {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 78px 22px 38px;
}

.simple-hero > div,
.category-hero > div {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 6vw, 70px);
    border-radius: 34px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(135deg, var(--stone-900), #7d3d18 65%, var(--desert-500));
    box-shadow: var(--shadow-soft);
}

.page-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.08;
}

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

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

.category-overview-card {
    padding: 26px;
}

.category-overview-head h2 {
    margin: 0 0 10px;
    color: var(--stone-800);
    font-size: 26px;
}

.category-overview-head p {
    margin: 0 0 18px;
    color: var(--stone-600);
}

.compact-list {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.compact-card {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: var(--sand-50);
    transition: background 0.2s ease;
}

.compact-card:hover {
    background: var(--sand-100);
}

.compact-title {
    overflow: hidden;
    color: var(--stone-800);
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.compact-meta {
    color: var(--stone-500);
    font-size: 13px;
    white-space: nowrap;
}

.filter-panel {
    padding: 20px;
}

.filter-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 190px 210px;
    gap: 16px;
}

.filter-row label {
    display: grid;
    gap: 8px;
    color: var(--stone-600);
    font-size: 13px;
    font-weight: 800;
}

.filter-panel input,
.filter-panel select {
    height: 46px;
    width: 100%;
    padding: 0 14px;
    border-radius: 14px;
}

.empty-state {
    display: none;
    margin-top: 28px;
    padding: 34px;
    border-radius: 22px;
    color: var(--stone-500);
    text-align: center;
    background: var(--sand-50);
}

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

.ranking-list {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.ranking-item {
    display: grid;
    grid-template-columns: 54px 82px minmax(0, 1fr) 46px;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ranking-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
}

.ranking-index {
    color: var(--desert-600);
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}

.ranking-cover {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--stone-800), var(--desert-500));
}

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

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

.ranking-info strong {
    color: var(--stone-800);
    font-size: 19px;
}

.ranking-info em {
    overflow: hidden;
    margin: 6px 0;
    color: var(--stone-600);
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ranking-info small {
    color: var(--stone-400);
}

.ranking-play {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--desert-500);
}

.breadcrumb {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 30px 22px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: var(--stone-500);
    font-size: 14px;
}

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

.detail-hero {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px 40px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    gap: 32px;
    align-items: stretch;
}

.player-shell {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    border-radius: 30px;
    background: #000000;
    box-shadow: var(--shadow-soft);
}

.movie-player {
    width: 100%;
    height: 100%;
    min-height: 380px;
    display: block;
    background: #000000;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.46));
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.play-overlay span {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--desert-500);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    font-size: 26px;
}

.play-overlay strong {
    font-size: 18px;
}

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

.detail-info {
    padding: clamp(26px, 4vw, 40px);
    border-radius: 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(135deg, var(--stone-900), #743611 70%, var(--desert-600));
    box-shadow: var(--shadow-soft);
}

.detail-info h1 {
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.14;
}

.detail-line {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.detail-tags {
    margin-bottom: 18px;
}

.detail-tags span,
.tag-cloud span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.tag-cloud {
    margin: 0 0 28px;
}

.detail-content {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 10px 22px 34px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.story-panel {
    padding: 28px;
}

.story-panel h2 {
    margin-bottom: 14px;
    font-size: 26px;
}

.story-panel p {
    margin: 0;
    color: var(--stone-600);
}

.related-section {
    padding-top: 32px;
}

.site-footer {
    margin-top: 44px;
    color: var(--stone-300);
    background: var(--stone-900);
}

.footer-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 48px 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 1fr 1fr;
    gap: 34px;
}

.footer-about p {
    max-width: 560px;
    margin: 18px 0 0;
    color: var(--stone-400);
}

.footer-brand {
    color: #ffffff;
    font-size: 20px;
}

.footer-column h3 {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 17px;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li + li {
    margin-top: 10px;
}

.footer-column a {
    color: var(--stone-400);
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: var(--desert-400);
}

.footer-bottom {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 18px 22px 28px;
    color: var(--stone-500);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

    .nav-search input {
        width: 190px;
    }

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

    .two-column-section,
    .detail-hero {
        grid-template-columns: 1fr;
    }

    .rank-panel {
        position: static;
    }
}

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

    .menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

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

    .hero {
        min-height: 640px;
        height: auto;
    }

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

    .featured-grid,
    .category-overview-grid,
    .detail-content,
    .footer-inner {
        grid-template-columns: 1fr;
    }

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

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

    .ranking-item {
        grid-template-columns: 44px 66px minmax(0, 1fr);
    }

    .ranking-play {
        display: none;
    }
}

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

    .brand-text {
        display: none;
    }

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

    .hero p,
    .page-hero p {
        font-size: 16px;
    }

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

    .content-section,
    .page-hero,
    .detail-hero,
    .detail-content,
    .breadcrumb {
        padding-left: 16px;
        padding-right: 16px;
    }

    .featured-strip {
        padding-left: 16px;
        padding-right: 16px;
    }

    .movie-grid,
    .small-grid {
        gap: 16px;
    }

    .movie-content {
        padding: 13px;
    }

    .movie-content strong {
        min-height: 44px;
        font-size: 15px;
    }

    .movie-line {
        display: none;
    }

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

    .player-shell,
    .movie-player {
        min-height: 250px;
    }

    .play-overlay span {
        width: 64px;
        height: 64px;
    }
}
