:root {
    --bg: #f8fafc;
    --bg-soft: #eef2ff;
    --ink: #0f172a;
    --muted: #64748b;
    --line: #e2e8f0;
    --card: #ffffff;
    --accent: #f59e0b;
    --accent-dark: #d97706;
    --primary: #1e3a8a;
    --primary-soft: #dbeafe;
    --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    --radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    color: #ffffff;
    transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.site-header.is-solid,
body:not(.home-page) .site-header {
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink);
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
}

.header-inner {
    max-width: 1240px;
    height: 78px;
    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: 12px;
    min-width: max-content;
}

.brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.site-header.is-solid .brand-icon,
body:not(.home-page) .brand-icon {
    background: var(--primary);
}

.brand-text strong,
.brand-text em {
    display: block;
}

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

.brand-text em {
    font-style: normal;
    font-size: 12px;
    opacity: 0.78;
}

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

.desktop-nav a,
.mobile-nav a {
    padding: 10px 14px;
    border-radius: 14px;
    font-weight: 650;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.site-header.is-solid .desktop-nav a:hover,
.site-header.is-solid .desktop-nav a.is-active,
body:not(.home-page) .desktop-nav a:hover,
body:not(.home-page) .desktop-nav a.is-active {
    background: var(--primary);
    color: #ffffff;
}

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.menu-button span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.mobile-nav {
    display: none;
    background: #ffffff;
    color: var(--ink);
    padding: 10px 18px 18px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.14);
}

.mobile-nav a {
    display: block;
}

.mobile-nav a.is-active,
.mobile-nav a:hover {
    background: var(--primary);
    color: #ffffff;
}

.lead-section {
    min-height: 760px;
    padding: 118px 24px 72px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(245, 158, 11, 0.35), transparent 26%),
        radial-gradient(circle at 82% 0%, rgba(14, 165, 233, 0.28), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 46%, #0f172a 100%);
    color: #ffffff;
}

.lead-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(to bottom, transparent, var(--bg));
    pointer-events: none;
}

.lead-wrap {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.lead-slider {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 40px;
    align-items: center;
}

.lead-copy {
    position: relative;
    min-height: 500px;
}

.lead-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.lead-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fde68a;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.lead-slide h1,
.lead-slide h2 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.lead-slide p {
    max-width: 720px;
    margin: 24px 0 0;
    color: #cbd5e1;
    font-size: 18px;
}

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

.lead-tags {
    margin-top: 24px;
}

.lead-tags span,
.tag-row span {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.lead-tags span {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.lead-actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn,
.text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn {
    min-height: 46px;
    padding: 12px 20px;
    background: var(--accent);
    color: #111827;
    box-shadow: 0 16px 28px rgba(245, 158, 11, 0.28);
}

.btn:hover {
    background: #fbbf24;
    transform: translateY(-2px);
}

.btn.secondary {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.btn.secondary:hover {
    background: rgba(255, 255, 255, 0.22);
}

.lead-art {
    position: relative;
    min-height: 560px;
}

.lead-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(0.96) translateX(20px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.lead-image.is-active {
    opacity: 1;
    transform: scale(1) translateX(0);
}

.lead-image a {
    display: block;
    position: relative;
    height: 100%;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

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

.lead-image a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.72), transparent 56%);
}

.lead-image-title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
}

.lead-image-title strong {
    display: block;
    font-size: 22px;
}

.lead-image-title span {
    color: #e2e8f0;
    font-size: 14px;
}

.lead-dots {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.lead-dots button {
    width: 42px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
    cursor: pointer;
}

.lead-dots button.is-active {
    background: var(--accent);
}

.quick-search {
    margin-top: 36px;
    max-width: 760px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.quick-search input {
    min-width: 0;
    border: 0;
    outline: 0;
    border-radius: 14px;
    padding: 0 16px;
    color: #ffffff;
    background: transparent;
}

.quick-search input::placeholder {
    color: #cbd5e1;
}

.section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 70px 24px 0;
}

.section.compact {
    padding-top: 34px;
}

.page-hero {
    margin-top: 78px;
    padding: 76px 24px 52px;
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(245, 158, 11, 0.24), transparent 25%),
        linear-gradient(135deg, #0f172a, #1e3a8a 58%, #0f172a);
}

.page-hero-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.page-hero h1,
.section-title h2,
.section-title h1 {
    margin: 0;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

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

.page-hero p {
    max-width: 820px;
    color: #dbeafe;
    margin: 16px 0 0;
    font-size: 18px;
}

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

.section-title h2,
.section-title h1 {
    font-size: clamp(28px, 4vw, 42px);
}

.section-title p {
    margin: 8px 0 0;
    color: var(--muted);
}

.text-link {
    color: var(--primary);
    padding: 8px 0;
}

.text-link:hover {
    color: var(--accent-dark);
}

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

.category-card {
    min-height: 168px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    padding: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #1e3a8a, #0f172a);
    box-shadow: var(--shadow);
}

.category-card:nth-child(2n) {
    background: linear-gradient(135deg, #7c2d12, #0f172a);
}

.category-card:nth-child(3n) {
    background: linear-gradient(135deg, #065f46, #0f172a);
}

.category-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -48px;
    bottom: -48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.category-card strong {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 24px;
}

.category-card p {
    position: relative;
    z-index: 1;
    margin: 10px 0 20px;
    color: #dbeafe;
}

.category-card span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-weight: 800;
}

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

.movie-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--card);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

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

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
}

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

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

.poster-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent 58%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

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

.type-pill,
.rank-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.type-pill {
    left: 12px;
    top: 12px;
    padding: 6px 10px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.76);
    backdrop-filter: blur(10px);
}

.rank-badge {
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    color: #111827;
    background: var(--accent);
}

.play-mark {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%) scale(0.85);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    opacity: 0;
    backdrop-filter: blur(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

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

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

.movie-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 52px;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.45;
}

.movie-title:hover {
    color: var(--primary);
}

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

.movie-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
}

.movie-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

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

.tag-row span {
    color: #475569;
    background: #f1f5f9;
}

.feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
}

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

.rank-panel {
    border-radius: var(--radius);
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.rank-mini {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.rank-mini:last-child {
    border-bottom: 0;
}

.rank-mini span:first-child {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
    font-weight: 900;
}

.rank-mini strong {
    display: block;
    line-height: 1.3;
}

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

.filter-panel {
    max-width: 1240px;
    margin: -22px auto 34px;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
}

.filter-line {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 180px 220px;
    gap: 14px;
}

.filter-line label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.filter-line input,
.filter-line select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 13px 14px;
    color: var(--ink);
    background: #f8fafc;
    outline: 0;
}

.filter-line input:focus,
.filter-line select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.12);
}

.filter-result {
    margin-top: 10px;
    color: var(--muted);
    font-weight: 700;
}

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

.rank-row {
    display: grid;
    grid-template-columns: 58px 128px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}

.rank-number {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #ffffff;
    font-weight: 900;
}

.rank-cover {
    display: block;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    background: #0f172a;
}

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

.rank-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 850;
}

.rank-content p {
    margin: 6px 0 8px;
    color: var(--muted);
}

.detail-main {
    padding-top: 112px;
}

.detail-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px 32px;
}

.breadcrumb {
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
}

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

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
    gap: 30px;
    align-items: start;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #020617;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24);
}

.player-shell video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #020617;
}

.play-overlay {
    position: absolute;
    inset: 0;
    border: 0;
    color: #ffffff;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.72), rgba(2, 6, 23, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.play-overlay span {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.95);
    color: #111827;
    font-size: 34px;
    padding-left: 5px;
    box-shadow: 0 18px 44px rgba(245, 158, 11, 0.34);
}

.player-error {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    font-weight: 700;
}

.detail-info {
    border-radius: 30px;
    padding: 28px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.detail-info h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.detail-info .lead-line {
    margin: 18px 0;
    color: var(--muted);
    font-size: 16px;
}

.info-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.info-pills span {
    padding: 7px 11px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-weight: 800;
    font-size: 13px;
}

.content-box {
    max-width: 1240px;
    margin: 0 auto;
    padding: 26px 24px 0;
}

.detail-text {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.article-box,
.side-box {
    border-radius: 26px;
    padding: 26px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.article-box h2,
.side-box h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.article-box p {
    margin: 0 0 24px;
    color: #334155;
    font-size: 17px;
}

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

.related-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.related-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.related-item img {
    width: 90px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 14px;
    background: #0f172a;
}

.related-item strong {
    display: block;
    line-height: 1.35;
}

.related-item span {
    color: var(--muted);
    font-size: 13px;
}

.static-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 40px 24px 0;
}

.static-card {
    border-radius: 28px;
    padding: 30px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.static-card h2 {
    margin-top: 0;
}

.static-card p,
.static-card li {
    color: #334155;
}

.static-card ul {
    padding-left: 20px;
}

.site-footer {
    margin-top: 80px;
    padding: 46px 24px 24px;
    color: #cbd5e1;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.footer-inner strong {
    color: #ffffff;
    font-size: 22px;
}

.footer-inner p {
    margin: 8px 0 0;
    max-width: 560px;
    color: #94a3b8;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 18px;
}

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

.copyright {
    max-width: 1240px;
    margin: 26px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #94a3b8;
    font-size: 13px;
}

.movie-item.is-hidden {
    display: none;
}

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

    .menu-button {
        display: inline-flex;
    }

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

    .lead-slider,
    .feature-layout,
    .detail-layout,
    .detail-text {
        grid-template-columns: 1fr;
    }

    .lead-copy {
        min-height: 460px;
    }

    .lead-art {
        min-height: 430px;
    }

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

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

    .brand-text strong {
        font-size: 17px;
    }

    .brand-text em {
        display: none;
    }

    .lead-section {
        min-height: auto;
        padding: 96px 16px 44px;
    }

    .lead-copy {
        min-height: 520px;
    }

    .lead-slide h1,
    .lead-slide h2 {
        font-size: 42px;
    }

    .lead-slide p {
        font-size: 16px;
    }

    .quick-search {
        grid-template-columns: 1fr;
    }

    .quick-search input {
        min-height: 44px;
    }

    .lead-art {
        min-height: 360px;
    }

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

    .section-title {
        display: block;
    }

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

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

    .rank-row {
        grid-template-columns: 44px 88px minmax(0, 1fr);
    }

    .rank-row .text-link {
        grid-column: 2 / -1;
        justify-content: flex-start;
    }

    .rank-number {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .detail-main {
        padding-top: 86px;
    }

    .detail-info,
    .article-box,
    .side-box,
    .static-card {
        padding: 22px;
        border-radius: 22px;
    }

    .footer-inner {
        display: block;
    }

    .footer-links {
        justify-content: flex-start;
        margin-top: 22px;
    }
}

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

    .lead-copy {
        min-height: 560px;
    }

    .lead-art {
        min-height: 300px;
    }

    .play-overlay span {
        width: 68px;
        height: 68px;
        font-size: 28px;
    }
}
