:root {
    --amber: #f59e0b;
    --orange: #f97316;
    --yellow: #facc15;
    --slate: #0f172a;
    --slate-soft: #1e293b;
    --text: #1f2937;
    --muted: #64748b;
    --line: rgba(148, 163, 184, 0.28);
    --card: #ffffff;
    --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--text);
    background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 42%, #fef3c7 100%);
    min-height: 100vh;
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, var(--amber), var(--orange), #d97706);
    box-shadow: 0 14px 35px rgba(217, 119, 6, 0.34);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.brand-mark {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.brand-text {
    font-size: 24px;
}

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

.nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 15px;
    padding: 8px 0;
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

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

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

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

.mobile-nav {
    display: none;
    padding: 10px 24px 18px;
    background: rgba(180, 83, 9, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-link {
    display: block;
    color: #ffffff;
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 700;
}

.mobile-link:hover,
.mobile-link.is-active {
    background: rgba(255, 255, 255, 0.14);
}

main {
    overflow: hidden;
}

.hero-carousel {
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #111827;
}

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

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

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

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

.hero-slide.is-active .hero-image {
    transform: scale(1.12);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 26%, rgba(245, 158, 11, 0.42), transparent 30%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.68) 48%, rgba(15, 23, 42, 0.2) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 45%);
}

.hero-inner {
    position: absolute;
    inset: 0;
    max-width: 1280px;
    margin: 0 auto;
    padding: 72px 24px 82px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 50px;
    align-items: center;
}

.hero-copy {
    max-width: 760px;
    color: #ffffff;
}

.hero-kicker,
.detail-kicker,
.section-title span,
.filter-copy span,
.category-overview-body span,
.page-hero span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #fbbf24;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2 {
    margin: 18px 0 10px;
    font-size: clamp(40px, 6vw, 76px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.hero-movie-name {
    display: block;
    margin: 16px 0 12px;
    font-size: clamp(28px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    color: #fde68a;
}

.hero-copy p {
    max-width: 660px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.8;
}

.hero-tags,
.tag-row,
.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-tags span,
.tag-row span,
.detail-tags span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
    font-size: 12px;
    font-weight: 800;
}

.hero-tags span,
.detail-tags span {
    background: rgba(245, 158, 11, 0.88);
    color: #ffffff;
}

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

.btn-primary,
.btn-ghost,
.rank-watch,
.text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 900;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(90deg, var(--amber), var(--orange));
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.35);
}

.btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(14px);
}

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

.hero-poster {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 460px;
    border-radius: 34px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    transform: rotate(2deg);
}

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

.hero-poster span {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(245, 158, 11, 0.92);
    font-weight: 900;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.34);
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hero-arrow:hover {
    background: rgba(0, 0, 0, 0.56);
    transform: translateY(-2px);
}

.hero-prev {
    left: 22px;
}

.hero-next {
    right: 22px;
}

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

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

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

.intro-strip,
.filter-panel,
.section-block,
.page-hero,
.breadcrumb,
.detail-hero,
.player-section,
.category-overview-grid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.intro-strip {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow);
    padding-top: 26px;
    padding-bottom: 26px;
    backdrop-filter: blur(16px);
}

.intro-strip span {
    display: block;
    color: var(--orange);
    font-weight: 900;
}

.intro-strip strong {
    display: block;
    margin-top: 5px;
    color: var(--slate);
    font-size: 24px;
}

.intro-strip p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.intro-strip a {
    color: #ffffff;
    border-radius: 999px;
    padding: 12px 20px;
    background: linear-gradient(90deg, var(--amber), var(--orange));
    font-weight: 900;
}

.filter-panel {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    position: relative;
}

.filter-copy strong {
    display: block;
    margin-top: 5px;
    font-size: 22px;
    color: var(--slate);
}

.filter-controls {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) 160px 160px;
    gap: 12px;
}

.filter-controls input,
.filter-controls select {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(245, 158, 11, 0.22);
    border-radius: 16px;
    padding: 0 16px;
    color: var(--text);
    outline: 0;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.14);
}

.filter-controls input:focus,
.filter-controls select:focus {
    border-color: var(--amber);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
}

.empty-tip {
    display: none;
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px 20px;
    border-radius: 16px;
    color: #92400e;
    background: rgba(253, 230, 138, 0.52);
    font-weight: 800;
}

.filter-panel.has-empty .empty-tip {
    display: block;
}

.section-block {
    margin-top: 72px;
}

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

.section-title h2 {
    margin: 6px 0 0;
    color: var(--slate);
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -0.04em;
}

.section-title a {
    color: var(--orange);
    font-weight: 900;
}

.light-title h2,
.light-title a {
    color: #ffffff;
}

.light-title span {
    color: #fde68a;
}

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

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

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

.movie-card {
    overflow: hidden;
    border-radius: 20px;
    background: var(--card);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.movie-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.18);
}

.poster-link {
    position: relative;
    display: block;
    height: 248px;
    overflow: hidden;
    background: #111827;
}

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

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

.poster-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 56%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

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

.type-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(245, 158, 11, 0.94);
    font-size: 12px;
    font-weight: 900;
}

.play-chip {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(245, 158, 11, 0.94);
    transform: translate(-50%, -50%) scale(0.72);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

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

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

.movie-card h3 {
    margin: 0 0 9px;
    color: var(--slate);
    font-size: 19px;
    line-height: 1.28;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.movie-title-link:hover h3 {
    color: var(--orange);
}

.movie-card p {
    min-height: 46px;
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.meta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
}

.tag-row {
    margin-top: 13px;
}

.highlight-block {
    border-radius: 34px;
    padding-top: 44px;
    padding-bottom: 44px;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    box-shadow: var(--shadow);
}

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

.category-tile {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 24px;
    padding: 20px;
    color: #ffffff;
    background: #111827;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

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

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent 70%);
}

.category-tile:hover img {
    transform: scale(1.08);
    opacity: 0.82;
}

.category-tile span,
.category-tile p {
    position: relative;
    z-index: 2;
}

.category-tile span {
    font-size: 22px;
    font-weight: 900;
}

.category-tile p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.6;
}

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

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

.rank-item {
    position: relative;
    display: grid;
    grid-template-columns: 92px 58px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border-radius: 22px;
    padding: 14px 18px 14px 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
}

.rank-poster {
    display: block;
    width: 92px;
    height: 120px;
    overflow: hidden;
    border-radius: 16px;
    background: #111827;
}

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

.rank-index {
    color: var(--orange);
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -0.08em;
}

.rank-info h3 {
    margin: 0 0 7px;
    color: var(--slate);
    font-size: 20px;
}

.rank-info a:hover h3 {
    color: var(--orange);
}

.rank-info p {
    margin: 0 0 9px;
    color: var(--muted);
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rank-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
}

.rank-watch {
    min-height: 40px;
    padding: 0 18px;
    color: #ffffff;
    background: linear-gradient(90deg, var(--amber), var(--orange));
}

.page-hero {
    margin-top: 36px;
    border-radius: 34px;
    padding-top: 66px;
    padding-bottom: 66px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 18%, rgba(251, 191, 36, 0.44), transparent 26%),
        linear-gradient(135deg, #111827, #1f2937 62%, #92400e);
    box-shadow: var(--shadow);
}

.slim-hero,
.category-hero,
.ranking-hero {
    min-height: 260px;
    display: flex;
    align-items: center;
}

.page-hero h1 {
    margin: 10px 0 12px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.06em;
}

.page-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.8;
}

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

.category-overview-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 230px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.11);
}

.category-cover-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #111827;
}

.category-cover-strip img {
    width: 100%;
    height: 115px;
    object-fit: cover;
}

.category-overview-body {
    padding: 24px;
}

.category-overview-body h2 {
    margin: 7px 0 10px;
    color: var(--slate);
    font-size: 26px;
}

.category-overview-body p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.75;
}

.text-link {
    min-height: 40px;
    color: #ffffff;
    background: linear-gradient(90deg, var(--amber), var(--orange));
}

.breadcrumb {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    color: #6b7280;
    font-weight: 800;
}

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

.detail-breadcrumb {
    margin-top: 34px;
}

.detail-hero {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    border-radius: 34px;
    padding-top: 34px;
    padding-bottom: 34px;
    background:
        radial-gradient(circle at 92% 22%, rgba(245, 158, 11, 0.18), transparent 28%),
        rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow);
}

.detail-poster {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}

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

.detail-copy h1 {
    margin: 12px 0 14px;
    color: var(--slate);
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.04;
    letter-spacing: -0.06em;
}

.detail-one-line {
    max-width: 820px;
    margin: 0 0 18px;
    color: #475569;
    font-size: 18px;
    line-height: 1.8;
}

.detail-meta span {
    padding: 8px 13px;
    border-radius: 999px;
    color: #475569;
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.detail-tags {
    margin: 18px 0 24px;
}

.player-section {
    margin-top: 42px;
    border-radius: 34px;
    padding-top: 32px;
    padding-bottom: 34px;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    box-shadow: var(--shadow);
}

.video-shell {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 26px;
    background: #020617;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.movie-video {
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.video-cover {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 0;
    padding: 0;
    background: #000000;
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.video-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.62;
}

.big-play {
    position: relative;
    z-index: 4;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--amber), var(--orange));
    box-shadow: 0 18px 44px rgba(249, 115, 22, 0.42);
    font-size: 36px;
}

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

.detail-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.story-card {
    border-radius: 26px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
}

.story-card h2 {
    margin: 0 0 14px;
    color: var(--slate);
    font-size: 28px;
}

.story-card p {
    margin: 0;
    color: #475569;
    line-height: 1.9;
    font-size: 16px;
}

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

.compact-card .poster-link {
    height: 190px;
}

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

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

.compact-card p {
    min-height: 42px;
    font-size: 13px;
}

.site-footer {
    margin-top: 86px;
    color: rgba(255, 255, 255, 0.82);
    background: linear-gradient(145deg, #1e293b, #0f172a);
}

.footer-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 24px 30px;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) 1fr 1fr;
    gap: 36px;
}

.footer-brand h2,
.footer-links h3 {
    margin: 0 0 14px;
    color: #ffffff;
}

.footer-brand p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.8;
}

.footer-links a {
    display: block;
    margin: 9px 0;
    color: rgba(255, 255, 255, 0.68);
}

.footer-links a:hover {
    color: #fbbf24;
}

.copyright {
    margin: 36px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.54);
    text-align: center;
}

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

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

    .nav-link {
        font-size: 14px;
    }

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

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

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

    .menu-toggle {
        display: block;
    }

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

    .hero-carousel {
        height: 720px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-top: 56px;
        padding-bottom: 82px;
    }

    .hero-poster {
        display: none;
    }

    .intro-strip,
    .filter-panel,
    .detail-hero,
    .detail-content,
    .footer-main,
    .category-overview-card {
        grid-template-columns: 1fr;
    }

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

    .movie-grid,
    .wide-grid,
    .dense-grid,
    .related-grid,
    .compact-rank-list,
    .category-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-poster img {
        height: 360px;
    }

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

    .rank-index,
    .rank-watch {
        display: none;
    }

    .rank-poster {
        width: 80px;
        height: 106px;
    }
}

@media (max-width: 620px) {
    .nav-shell,
    .intro-strip,
    .filter-panel,
    .section-block,
    .page-hero,
    .breadcrumb,
    .detail-hero,
    .player-section,
    .category-overview-grid,
    .footer-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .brand-text {
        font-size: 20px;
    }

    .hero-carousel {
        height: 670px;
    }

    .hero-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

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

    .hero-arrow {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

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

    .poster-link {
        height: 260px;
    }

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

    .detail-hero,
    .page-hero,
    .player-section,
    .highlight-block {
        border-radius: 24px;
    }

    .detail-poster img {
        height: 420px;
    }

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