:root {
    color-scheme: dark;
    --bg: #0f172a;
    --bg-soft: #111827;
    --panel: #1e293b;
    --panel-strong: #273449;
    --text: #f8fafc;
    --muted: #94a3b8;
    --line: rgba(148, 163, 184, 0.22);
    --accent: #f59e0b;
    --accent-soft: rgba(245, 158, 11, 0.18);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    --radius: 20px;
    --container: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    background:
        radial-gradient(circle at 15% 0%, rgba(245, 158, 11, 0.18), transparent 28rem),
        radial-gradient(circle at 85% 15%, rgba(59, 130, 246, 0.12), transparent 30rem),
        var(--bg);
    color: var(--text);
    min-height: 100vh;
}

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

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

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

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

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

.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    color: #111827;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.28);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-text strong {
    font-size: 20px;
    letter-spacing: 0.02em;
}

.brand-text em {
    font-style: normal;
    font-size: 12px;
    color: var(--muted);
    margin-top: 3px;
}

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

.desktop-nav a,
.mobile-panel nav a,
.footer-links a {
    color: #cbd5e1;
    transition: color 0.2s ease, background 0.2s ease;
}

.desktop-nav a:hover,
.mobile-panel nav a:hover,
.footer-links a:hover {
    color: var(--accent);
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-search input,
.mobile-search input,
.intro-search input,
.filter-bar input,
.search-page-form input {
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--text);
    background: rgba(15, 23, 42, 0.75);
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-search input:focus,
.mobile-search input:focus,
.intro-search input:focus,
.filter-bar input:focus,
.search-page-form input:focus {
    border-color: rgba(245, 158, 11, 0.8);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
    background: rgba(15, 23, 42, 0.95);
}

.header-search input {
    width: 230px;
    padding: 10px 12px;
}

.header-search button,
.mobile-search button,
.intro-search button,
.search-page-form button,
.primary-button {
    border: 0;
    color: #111827;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(245, 158, 11, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-search button:hover,
.mobile-search button:hover,
.intro-search button:hover,
.search-page-form button:hover,
.primary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(245, 158, 11, 0.3);
}

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--line);
    background: rgba(15, 23, 42, 0.72);
    border-radius: 12px;
}

.menu-button span {
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--text);
}

.mobile-panel {
    display: none;
    border-top: 1px solid var(--line);
    background: rgba(15, 23, 42, 0.98);
    padding: 16px;
}

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

.mobile-panel nav,
.mobile-search {
    width: min(100%, var(--container));
    margin: 0 auto;
}

.mobile-panel nav {
    display: grid;
    gap: 10px;
    padding-top: 14px;
}

.mobile-panel nav a {
    padding: 11px 12px;
    border-radius: 12px;
    background: rgba(30, 41, 59, 0.58);
}

.mobile-search {
    display: flex;
    gap: 8px;
}

.mobile-search input {
    flex: 1;
    padding: 11px 12px;
}

.hero {
    position: relative;
    overflow: hidden;
    background: #111827;
}

.hero-stage {
    position: relative;
    height: clamp(460px, 64vw, 660px);
    overflow: hidden;
}

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

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

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.2)),
        linear-gradient(0deg, var(--bg), transparent 55%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 88px;
}

.hero-kicker,
.detail-kicker,
.page-hero span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    color: #111827;
    background: var(--accent);
    font-size: 14px;
    font-weight: 800;
}

.hero-content h1 {
    margin: 18px 0 14px;
    max-width: 820px;
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.hero-content p {
    max-width: 680px;
    margin: 0;
    color: #dbeafe;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.8;
}

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

.hero-meta span,
.detail-meta span,
.tag-row span,
.mini-tags span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.78);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    font-size: 13px;
}

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

.ghost-button {
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid var(--line);
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.62);
    transition: border 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ghost-button:hover {
    border-color: rgba(245, 158, 11, 0.62);
    background: rgba(245, 158, 11, 0.12);
    transform: translateY(-1px);
}

.hero-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hero-control:hover {
    background: rgba(245, 158, 11, 0.78);
    transform: translateY(-50%) scale(1.04);
}

.hero-control.prev {
    left: 20px;
}

.hero-control.next {
    right: 20px;
}

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

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

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

.hero-strip {
    width: min(100% - 32px, var(--container));
    margin: -44px auto 0;
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.hero-mini-card {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px;
    background: rgba(30, 41, 59, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    box-shadow: var(--shadow);
    min-width: 0;
}

.hero-mini-card img {
    width: 70px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
}

.hero-mini-card span {
    min-width: 0;
    color: #f8fafc;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intro-panel,
.page-shell,
.detail-shell,
.content-section {
    width: min(100% - 32px, var(--container));
    margin-left: auto;
    margin-right: auto;
}

.intro-panel {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: center;
    margin-top: 58px;
    padding: 28px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.85), rgba(17, 24, 39, 0.85));
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.intro-panel h2,
.section-heading h2,
.page-hero h1,
.detail-copy h1,
.detail-article h2,
.detail-side h2 {
    margin: 0;
    letter-spacing: -0.03em;
}

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

.intro-panel p,
.section-heading p,
.page-hero p,
.detail-copy p,
.detail-article p,
.category-overview-card p,
.category-tile em {
    color: var(--muted);
    line-height: 1.8;
}

.intro-search,
.search-page-form {
    display: flex;
    gap: 10px;
}

.intro-search input,
.search-page-form input {
    flex: 1;
    min-width: 0;
    padding: 13px 14px;
}

.content-section {
    margin-top: 62px;
}

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

.section-heading h2 {
    font-size: clamp(24px, 3vw, 34px);
}

.section-heading p {
    margin: 8px 0 0;
}

.section-heading > a {
    color: var(--accent);
    font-weight: 800;
}

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

.movie-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(30, 41, 59, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border 0.22s ease, background 0.22s ease;
    min-width: 0;
}

.movie-card:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 158, 11, 0.48);
    background: rgba(39, 52, 73, 0.92);
    box-shadow: 0 20px 40px rgba(245, 158, 11, 0.12);
}

.poster-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    aspect-ratio: 16 / 10;
}

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

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

.year-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 15px;
    min-width: 0;
}

.card-body strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body em {
    color: var(--accent);
    font-style: normal;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-line {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.tag-row span {
    padding: 5px 8px;
    font-size: 12px;
    color: #cbd5e1;
}

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

.big-feature,
.side-feature {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(30, 41, 59, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

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

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

.big-feature span,
.side-feature span {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.big-feature strong,
.side-feature strong {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

.big-feature em,
.side-feature em {
    color: #cbd5e1;
    font-style: normal;
    line-height: 1.65;
}

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

.side-feature {
    min-height: 98px;
}

.side-feature img {
    width: 100%;
    height: 98px;
    object-fit: cover;
}

.side-feature strong {
    font-size: 18px;
}

.side-feature em {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.category-tile,
.category-overview-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.82));
    border: 1px solid rgba(148, 163, 184, 0.17);
    transition: transform 0.2s ease, border 0.2s ease;
}

.category-tile:hover,
.category-overview-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.48);
}

.category-tile span,
.category-title {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.category-tile strong {
    color: var(--accent);
    font-size: 14px;
    line-height: 1.55;
}

.category-tile em {
    font-size: 13px;
    font-style: normal;
}

.rank-list,
.rank-card-list {
    display: grid;
    gap: 12px;
}

.rank-line,
.rank-card {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 15px;
    border-radius: 16px;
    background: rgba(30, 41, 59, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.16);
    transition: border 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.rank-line:hover,
.rank-card:hover {
    transform: translateY(-2px);
    border-color: rgba(245, 158, 11, 0.45);
    background: rgba(39, 52, 73, 0.9);
}

.rank-line span,
.rank-num {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #111827;
    background: var(--accent);
    font-weight: 900;
}

.rank-line strong {
    color: #fff;
    font-size: 17px;
}

.rank-line em {
    color: var(--muted);
    font-style: normal;
    font-size: 13px;
}

.page-shell {
    padding-top: 34px;
    padding-bottom: 64px;
}

.page-hero {
    padding: 38px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(245, 158, 11, 0.16), transparent 38%),
        linear-gradient(135deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: var(--shadow);
}

.page-hero h1 {
    font-size: clamp(30px, 4vw, 48px);
    margin-top: 16px;
}

.page-hero p {
    max-width: 780px;
    margin-bottom: 0;
}

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

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

.filter-bar {
    margin: 24px 0;
}

.filter-bar input {
    width: 100%;
    padding: 14px 16px;
}

.category-movie-grid {
    margin-top: 18px;
}

.category-overview-grid {
    margin-top: 24px;
}

.category-overview-card {
    min-height: 230px;
}

.category-samples {
    display: grid;
    gap: 7px;
    margin-top: auto;
}

.category-samples a {
    color: #cbd5e1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-samples a:hover {
    color: var(--accent);
}

.rank-card {
    grid-template-columns: 54px 108px minmax(0, 1fr);
}

.rank-card img {
    width: 108px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    background: #111827;
}

.rank-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rank-info strong {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank-info em {
    color: var(--accent);
    font-style: normal;
    font-size: 13px;
}

.rank-info span {
    color: #cbd5e1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-page-form {
    margin: 24px 0 30px;
}

.search-results {
    display: grid;
    gap: 18px;
}

.search-title {
    margin: 0;
    font-size: 24px;
}

.detail-shell {
    padding: 28px 0 72px;
}

.detail-hero {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 34px;
    align-items: end;
    padding: 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 0% 0%, rgba(245, 158, 11, 0.18), transparent 30rem),
        linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: var(--shadow);
}

.detail-poster {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #111827;
}

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

.detail-copy h1 {
    margin-top: 18px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
}

.detail-copy p {
    font-size: 18px;
    max-width: 820px;
    margin-bottom: 0;
}

.detail-tags {
    margin-top: 22px;
}

.player-section {
    margin-top: 28px;
}

.movie-player {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #020617;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: var(--shadow);
    aspect-ratio: 16 / 9;
}

.movie-player video {
    width: 100%;
    height: 100%;
    display: block;
    background: #020617;
    object-fit: contain;
}

.player-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    border: 0;
    color: #fff;
    background:
        radial-gradient(circle at 50% 45%, rgba(245, 158, 11, 0.18), transparent 26rem),
        linear-gradient(0deg, rgba(2, 6, 23, 0.76), rgba(2, 6, 23, 0.32));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.play-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #111827;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    font-size: 32px;
    box-shadow: 0 18px 44px rgba(245, 158, 11, 0.26);
}

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

.detail-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    margin-top: 28px;
}

.detail-article,
.detail-side {
    padding: 26px;
    border-radius: 22px;
    background: rgba(30, 41, 59, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.detail-article h2,
.detail-side h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.detail-article h2:not(:first-child) {
    margin-top: 28px;
}

.detail-article p {
    margin: 0;
    color: #cbd5e1;
    font-size: 16px;
}

.detail-side dl {
    display: grid;
    gap: 13px;
    margin: 0;
}

.detail-side dl div {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    padding-bottom: 12px;
}

.detail-side dt {
    color: var(--muted);
}

.detail-side dd {
    margin: 0;
    color: #fff;
}

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

.related-section {
    width: 100%;
}

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

.site-footer {
    margin-top: 72px;
    border-top: 1px solid var(--line);
    background: rgba(15, 23, 42, 0.92);
}

.footer-inner {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 34px 0;
}

.footer-brand {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.footer-brand p {
    grid-column: 1 / -1;
    margin: 6px 0 0;
    color: var(--muted);
    max-width: 680px;
    line-height: 1.7;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    padding: 0 0 24px;
    color: var(--muted);
    font-size: 14px;
}

[hidden] {
    display: none !important;
}

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

    .menu-button {
        display: inline-flex;
        margin-left: auto;
    }

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

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

    .feature-grid,
    .intro-panel,
    .detail-content-grid {
        grid-template-columns: 1fr;
    }

    .detail-hero {
        grid-template-columns: 240px minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .header-inner {
        min-height: 66px;
    }

    .brand-text em {
        display: none;
    }

    .hero-stage {
        height: 560px;
    }

    .hero-content {
        padding-bottom: 82px;
    }

    .hero-control {
        display: none;
    }

    .hero-strip {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    .movie-grid,
    .category-grid,
    .category-overview-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .intro-panel,
    .page-hero,
    .detail-hero,
    .detail-article,
    .detail-side {
        padding: 20px;
    }

    .intro-search,
    .search-page-form,
    .mobile-search {
        flex-direction: column;
    }

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

    .big-feature img {
        height: 300px;
    }

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

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

    .rank-line {
        grid-template-columns: 46px 1fr;
    }

    .rank-line em {
        grid-column: 2;
    }

    .rank-card {
        grid-template-columns: 46px 82px minmax(0, 1fr);
        padding: 12px;
    }

    .rank-card img {
        width: 82px;
        height: 62px;
    }

    .rank-info span {
        display: none;
    }
}
