:root {
    --mist-950: #06090f;
    --mist-900: #0b111b;
    --mist-850: #101827;
    --mist-800: #152032;
    --mist-760: #1c2a3f;
    --mist-700: #26384f;
    --mist-500: #7e8ba1;
    --mist-300: #c8d1df;
    --swamp-700: #047857;
    --swamp-600: #059669;
    --swamp-500: #10b981;
    --swamp-400: #34d399;
    --gold: #fbbf24;
    --danger: #fb7185;
    --card: rgba(21, 32, 50, 0.78);
    --line: rgba(126, 139, 161, 0.18);
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: #ffffff;
    background:
        radial-gradient(circle at 20% 0%, rgba(16, 185, 129, 0.16), transparent 34rem),
        radial-gradient(circle at 80% 8%, rgba(20, 120, 180, 0.12), transparent 32rem),
        linear-gradient(180deg, var(--mist-950), var(--mist-900) 36rem, var(--mist-950));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
input {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(126, 139, 161, 0.16);
    background: rgba(8, 13, 22, 0.88);
    backdrop-filter: blur(18px);
}

.nav-shell {
    width: min(1200px, calc(100% - 32px));
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

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

.brand-mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--swamp-500), var(--swamp-700));
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.28);
}

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

.brand-sub {
    display: block;
    color: var(--mist-500);
    font-size: 12px;
    font-weight: 500;
    margin-left: -4px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
}

.main-nav a,
.mobile-panel a {
    color: var(--mist-300);
    font-size: 15px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active,
.mobile-panel a:hover,
.mobile-panel a.active {
    color: #ffffff;
}

.top-search {
    position: relative;
    width: min(260px, 22vw);
}

.top-search input,
.mobile-panel input,
.search-box input,
.inline-filter input {
    width: 100%;
    border: 1px solid rgba(126, 139, 161, 0.22);
    color: #ffffff;
    background: rgba(21, 32, 50, 0.72);
    border-radius: 14px;
    outline: none;
    padding: 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.top-search input:focus,
.mobile-panel input:focus,
.search-box input:focus,
.inline-filter input:focus {
    border-color: rgba(16, 185, 129, 0.72);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
    background: rgba(15, 23, 42, 0.92);
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: rgba(21, 32, 50, 0.82);
    color: #ffffff;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: #ffffff;
    border-radius: 999px;
}

.mobile-panel {
    display: none;
    padding: 0 16px 18px;
    border-top: 1px solid rgba(126, 139, 161, 0.12);
    background: rgba(8, 13, 22, 0.96);
}

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

.page-shell,
.footer-shell,
.section-shell {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: var(--mist-900);
}

.hero-track {
    position: relative;
    height: 620px;
}

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

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

.hero-slide img.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.02);
    transform: scale(1.02);
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 9, 15, 0.96) 0%, rgba(6, 9, 15, 0.70) 42%, rgba(6, 9, 15, 0.24) 100%),
        linear-gradient(0deg, var(--mist-950) 0%, transparent 45%);
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 92px 0 78px;
}

.hero-copy {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    align-items: end;
}

.hero-text {
    max-width: 700px;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid rgba(52, 211, 153, 0.38);
    border-radius: 999px;
    color: #d1fae5;
    background: rgba(16, 185, 129, 0.18);
    backdrop-filter: blur(10px);
    font-size: 13px;
}

.hero h1 {
    margin: 18px 0 16px;
    font-size: clamp(36px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.hero p {
    max-width: 720px;
    margin: 0;
    color: var(--mist-300);
    font-size: clamp(16px, 2.2vw, 20px);
    line-height: 1.8;
}

.hero-actions,
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--swamp-500), var(--swamp-700));
    box-shadow: 0 16px 34px rgba(16, 185, 129, 0.22);
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(16, 185, 129, 0.28);
}

.btn-muted {
    background: rgba(21, 32, 50, 0.78);
    border: 1px solid rgba(126, 139, 161, 0.22);
    box-shadow: none;
}

.hero-poster {
    align-self: end;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 26px;
    overflow: hidden;
    background: rgba(21, 32, 50, 0.55);
    box-shadow: var(--shadow);
    transform: translateY(10px);
}

.hero-poster img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.hero-poster div {
    padding: 18px;
}

.hero-poster strong {
    display: block;
    margin-bottom: 6px;
}

.hero-poster span {
    color: var(--mist-500);
    font-size: 14px;
}

.hero-control {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(6, 9, 15, 0.48);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.hero-control:hover {
    background: rgba(16, 185, 129, 0.72);
}

.hero-prev {
    left: 18px;
}

.hero-next {
    right: 18px;
}

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

.hero-dots button {
    width: 32px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
}

.hero-dots button.active {
    background: var(--swamp-400);
}

.quick-cats {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.quick-cats-inner {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 16px;
    border: 1px solid rgba(126, 139, 161, 0.14);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.74);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.quick-cats a,
.tag-list span,
.movie-tags span {
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--mist-300);
    background: rgba(38, 56, 79, 0.72);
    transition: color 0.2s ease, background 0.2s ease;
}

.quick-cats a:hover,
.movie-tags span:hover {
    color: #ffffff;
    background: var(--swamp-600);
}

.section {
    padding: 72px 0;
}

.section.compact-section {
    padding: 46px 0;
}

.section-alt {
    background: linear-gradient(180deg, rgba(21, 32, 50, 0.36), rgba(6, 9, 15, 0));
}

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

.section-head h2,
.page-title h1,
.detail-main h1 {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.section-head p,
.page-title p {
    margin: 10px 0 0;
    color: var(--mist-500);
    line-height: 1.8;
}

.more-link {
    color: var(--swamp-400);
    font-weight: 700;
}

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

.movie-card {
    position: relative;
    display: block;
    min-width: 0;
}

.movie-card figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: var(--mist-800);
    aspect-ratio: 3 / 4;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.movie-card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.82));
    transition: opacity 0.25s ease;
}

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

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

.movie-card:hover figure::after {
    opacity: 1;
}

.movie-badge,
.movie-score {
    position: absolute;
    z-index: 2;
    top: 10px;
    padding: 5px 8px;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(6, 9, 15, 0.72);
    backdrop-filter: blur(8px);
    font-size: 12px;
}

.movie-badge {
    left: 10px;
}

.movie-score {
    right: 10px;
    color: #fde68a;
}

.movie-play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    padding-left: 4px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(16, 185, 129, 0.88);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .movie-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.movie-card-body {
    padding-top: 12px;
}

.movie-card h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.movie-card:hover h3 {
    color: var(--swamp-400);
}

.movie-card p {
    margin: 0 0 10px;
    color: var(--mist-500);
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--mist-500);
    font-size: 12px;
}

.movie-row {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 8px;
}

.movie-row .movie-card {
    flex: 0 0 230px;
}

.scroll-actions {
    display: flex;
    gap: 8px;
}

.scroll-actions button {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(126, 139, 161, 0.18);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(21, 32, 50, 0.82);
    cursor: pointer;
}

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

.big-feature {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 26px;
    background: var(--mist-800);
    box-shadow: var(--shadow);
}

.big-feature img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.big-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 16%, rgba(0, 0, 0, 0.9));
}

.big-feature-content {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 28px;
}

.big-feature h3 {
    margin: 12px 0 10px;
    font-size: clamp(26px, 4vw, 42px);
    letter-spacing: -0.03em;
}

.big-feature p {
    color: var(--mist-300);
    line-height: 1.8;
}

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

.side-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(126, 139, 161, 0.14);
    border-radius: 18px;
    background: rgba(21, 32, 50, 0.54);
    transition: background 0.2s ease, transform 0.2s ease;
}

.side-card:hover {
    background: rgba(38, 56, 79, 0.64);
    transform: translateY(-2px);
}

.side-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 14px;
}

.side-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
}

.side-card p {
    margin: 0;
    color: var(--mist-500);
    font-size: 13px;
    line-height: 1.6;
}

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

.rank-item {
    display: grid;
    grid-template-columns: 42px 120px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(126, 139, 161, 0.14);
    border-radius: 20px;
    background: rgba(21, 32, 50, 0.56);
    transition: transform 0.2s ease, background 0.2s ease;
}

.rank-item:hover {
    transform: translateY(-2px);
    background: rgba(38, 56, 79, 0.66);
}

.rank-number {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--swamp-500), var(--swamp-700));
    font-weight: 800;
}

.rank-item img {
    width: 120px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 14px;
}

.rank-item h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.rank-item p,
.rank-item span {
    margin: 0;
    color: var(--mist-500);
    font-size: 13px;
    line-height: 1.6;
}

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

.category-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    border: 1px solid rgba(126, 139, 161, 0.16);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(16, 185, 129, 0.16), rgba(21, 32, 50, 0.62)),
        radial-gradient(circle at top right, rgba(52, 211, 153, 0.25), transparent 45%);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(52, 211, 153, 0.38);
}

.category-card h2,
.category-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
}

.category-card p {
    margin: 0;
    color: var(--mist-300);
    line-height: 1.7;
}

.page-title {
    padding: 72px 0 34px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: var(--mist-500);
    font-size: 14px;
}

.breadcrumb a {
    color: var(--mist-300);
}

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

.inline-filter,
.search-box {
    margin: 0 0 30px;
}

.search-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(126, 139, 161, 0.16);
    border-radius: 22px;
    background: rgba(21, 32, 50, 0.52);
}

.search-box button {
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    background: var(--swamp-600);
    padding: 0 24px;
    cursor: pointer;
    font-weight: 700;
}

.detail-backdrop {
    position: relative;
    overflow: hidden;
    background: var(--mist-950);
}

.detail-backdrop::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--backdrop);
    background-size: cover;
    background-position: center;
    filter: blur(28px) saturate(1.1);
    opacity: 0.28;
    transform: scale(1.08);
}

.detail-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 9, 15, 0.55), var(--mist-950));
}

.detail-main {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 54px 0 48px;
}

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

.detail-poster {
    overflow: hidden;
    border-radius: 26px;
    background: var(--mist-800);
    box-shadow: var(--shadow);
}

.detail-poster img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}

.detail-meta span {
    padding: 8px 11px;
    border-radius: 999px;
    color: var(--mist-300);
    background: rgba(21, 32, 50, 0.72);
}

.detail-one {
    color: var(--mist-300);
    font-size: 18px;
    line-height: 1.8;
}

.movie-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.player-section {
    padding: 54px 0 26px;
}

.player-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(126, 139, 161, 0.16);
    border-radius: 26px;
    background: #000000;
    box-shadow: var(--shadow);
}

.player-wrap video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48));
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.play-overlay span {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    padding-left: 6px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.9);
    box-shadow: 0 18px 48px rgba(16, 185, 129, 0.28);
}

.play-overlay span::before {
    content: "▶";
    font-size: 34px;
}

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

.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
    padding-bottom: 36px;
}

.article-card,
.aside-card {
    border: 1px solid rgba(126, 139, 161, 0.14);
    border-radius: 24px;
    background: rgba(21, 32, 50, 0.54);
}

.article-card {
    padding: 30px;
}

.article-card h2,
.aside-card h2 {
    margin: 0 0 16px;
    font-size: 24px;
}

.article-card p {
    color: var(--mist-300);
    line-height: 1.95;
    margin: 0 0 26px;
}

.aside-card {
    padding: 22px;
    position: sticky;
    top: 92px;
}

.aside-card a {
    display: block;
    padding: 12px 0;
    border-top: 1px solid rgba(126, 139, 161, 0.12);
    color: var(--mist-300);
}

.aside-card a:hover {
    color: var(--swamp-400);
}

.site-footer {
    margin-top: 64px;
    border-top: 1px solid rgba(126, 139, 161, 0.14);
    background: rgba(6, 9, 15, 0.72);
}

.footer-shell {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 32px;
    padding: 46px 0 28px;
}

.footer-shell p,
.copyright {
    color: var(--mist-500);
    line-height: 1.8;
}

.footer-shell h2 {
    margin: 0 0 14px;
    font-size: 16px;
}

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

.footer-shell a:hover {
    color: var(--swamp-400);
}

.copyright {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 30px;
    border-top: 1px solid rgba(126, 139, 161, 0.12);
    font-size: 13px;
}

.empty-state {
    display: none;
    padding: 46px;
    border: 1px dashed rgba(126, 139, 161, 0.24);
    border-radius: 22px;
    color: var(--mist-500);
    text-align: center;
}

.empty-state.active {
    display: block;
}

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

    .hero-copy,
    .feature-layout,
    .content-layout {
        grid-template-columns: 1fr;
    }

    .hero-poster {
        display: none;
    }

    .aside-card {
        position: static;
    }
}

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

    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    body.menu-open .mobile-panel {
        display: block;
    }

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

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

    .rank-item {
        grid-template-columns: 34px 96px minmax(0, 1fr);
    }

    .rank-item img {
        width: 96px;
    }

    .detail-grid {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 20px;
        align-items: start;
    }

    .footer-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .nav-shell {
        width: calc(100% - 24px);
        height: 62px;
    }

    .brand-sub {
        display: none;
    }

    .page-shell,
    .footer-shell,
    .section-shell,
    .detail-main {
        width: calc(100% - 24px);
    }

    .hero-copy {
        width: calc(100% - 24px);
    }

    .hero-control {
        display: none;
    }

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

    .section {
        padding: 48px 0;
    }

    .section-head {
        display: block;
    }

    .movie-grid,
    .category-grid {
        gap: 14px;
    }

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

    .movie-card p {
        display: none;
    }

    .feature-layout,
    .rank-grid,
    .search-box {
        grid-template-columns: 1fr;
    }

    .side-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

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

    .detail-poster {
        width: min(220px, 68vw);
    }

    .article-card {
        padding: 22px;
    }
}
