:root {
    --color-bg: #f8fafc;
    --color-surface: #ffffff;
    --color-ink: #0f172a;
    --color-muted: #64748b;
    --color-line: #e2e8f0;
    --color-primary: #f59e0b;
    --color-primary-dark: #ea580c;
    --color-dark: #020617;
    --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.12);
    --shadow-card: 0 14px 30px rgba(15, 23, 42, 0.10);
    --radius-xl: 26px;
    --radius-lg: 18px;
    --radius-md: 12px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

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

button,
input,
select {
    font: inherit;
}

.container {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(226, 232, 240, 0.78);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(18px);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.brand-mark {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 12px;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.32);
}

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

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

.nav-link {
    position: relative;
    padding: 10px 12px;
    color: #475569;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    transition: color 0.25s ease, background 0.25s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: #111827;
    background: #fff7ed;
}

.header-search {
    position: relative;
    width: 240px;
}

.search-input,
.filter-input,
.filter-select {
    width: 100%;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--color-ink);
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.search-input {
    height: 42px;
    padding: 0 16px;
}

.search-input:focus,
.filter-input:focus,
.filter-select:focus {
    border-color: rgba(245, 158, 11, 0.85);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
}

.search-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(420px, 92vw);
    max-height: 430px;
    overflow: auto;
    display: none;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

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

.search-result {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
    transition: background 0.2s ease;
}

.search-result:hover {
    background: #fff7ed;
}

.search-result img {
    width: 54px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    background: #0f172a;
}

.search-result strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.search-result span {
    display: block;
    margin-top: 4px;
    color: var(--color-muted);
    font-size: 12px;
}

.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #fff7ed;
    cursor: pointer;
}

.mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #0f172a;
    border-radius: 10px;
}

.mobile-nav {
    display: none;
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    padding: 0 0 18px;
}

.mobile-nav.is-open {
    display: grid;
    gap: 8px;
}

.mobile-nav-link {
    padding: 12px 14px;
    color: #334155;
    border-radius: 12px;
    background: #f8fafc;
    font-weight: 700;
}

.mobile-nav-link.is-active {
    color: #9a3412;
    background: #ffedd5;
}

.mobile-search {
    margin-top: 4px;
}

.hero {
    position: relative;
    min-height: 660px;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(245, 158, 11, 0.30), transparent 28%), linear-gradient(135deg, #0f172a, #111827 45%, #1e293b);
    color: #ffffff;
}

.hero-pattern,
.page-hero::before,
.detail-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.18;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.28) 1px, transparent 0);
    background-size: 34px 34px;
    pointer-events: none;
}

.hero-slider {
    position: relative;
    min-height: 660px;
}

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

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

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    filter: saturate(1.04);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(100% - 32px, var(--container));
    min-height: 660px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) 380px;
    gap: 64px;
    align-items: center;
    padding: 86px 0 126px;
}

.hero-kicker,
.section-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    color: #fbbf24;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1,
.detail-copy h1 {
    max-width: 820px;
    margin: 14px 0 18px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.hero-copy p,
.page-hero p,
.detail-one-line {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}

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

.hero-tags,
.detail-tags {
    margin-top: 24px;
}

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

.hero-tags span,
.detail-tags span {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.tag-row span {
    background: #fff7ed;
    color: #c2410c;
}

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

.btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    box-shadow: 0 14px 28px rgba(234, 88, 12, 0.28);
}

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

.hero-poster {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    transform: rotate(1.5deg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.hero-poster::before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.78));
}

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

.hero-poster span {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
    padding: 8px 14px;
    color: #111827;
    background: #fbbf24;
    border-radius: 999px;
    font-weight: 900;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 68px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 14px;
    transform: translateX(-50%);
}

.hero-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    backdrop-filter: blur(8px);
}

.hero-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

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

.hero-dot.is-active {
    width: 30px;
    background: #fbbf24;
}

.hero-mini-row {
    position: absolute;
    right: max(24px, calc((100vw - var(--container)) / 2));
    bottom: 32px;
    z-index: 4;
    display: flex;
    gap: 10px;
}

.hero-mini-card {
    width: 104px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    opacity: 0.74;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero-mini-card.is-active,
.hero-mini-card:hover {
    opacity: 1;
    transform: translateY(-4px);
}

.hero-mini-card img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    background: #111827;
}

.hero-mini-card span {
    display: block;
    padding: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-section {
    padding: 74px 0;
}

.soft-bg {
    background: linear-gradient(135deg, #ffffff, #f1f5f9);
}

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

.section-head h2 {
    margin: 6px 0 0;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.section-kicker {
    color: #ea580c;
}

.section-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    color: #9a3412;
    background: #ffedd5;
    border-radius: 999px;
    font-weight: 900;
}

.movie-grid {
    display: grid;
    gap: 24px;
}

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

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

.movie-card {
    min-width: 0;
}

.movie-card-link {
    display: block;
    height: 100%;
    overflow: hidden;
    background: var(--color-surface);
    border: 1px solid rgba(226, 232, 240, 0.82);
    border-radius: 22px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card-link:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.42);
    box-shadow: var(--shadow-card);
}

.poster-wrap {
    position: relative;
    overflow: hidden;
    background: #0f172a;
}

.movie-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.movie-card:not(.movie-card-compact) img {
    aspect-ratio: 16 / 9;
}

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

.poster-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.62));
}

.poster-play,
.rank-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    border-radius: 999px;
}

.poster-play {
    right: 14px;
    bottom: 14px;
    min-height: 30px;
    padding: 0 12px;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.rank-badge {
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.movie-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 800;
}

.movie-card-meta span:first-child {
    color: #c2410c;
}

.movie-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.movie-card p {
    margin: 0 0 14px;
    color: var(--color-muted);
    font-size: 14px;
}

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

.category-tile,
.category-overview-card a {
    position: relative;
    display: block;
    min-height: 190px;
    padding: 24px;
    overflow: hidden;
    color: #ffffff;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
}

.category-tile::after,
.category-overview-card a::after {
    position: absolute;
    right: -28px;
    bottom: -50px;
    width: 150px;
    height: 150px;
    content: "";
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.category-tile span,
.category-overview-card h2 {
    display: block;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.category-tile strong {
    display: block;
    margin-top: 18px;
    font-size: 16px;
}

.category-tile em,
.category-overview-card p {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-style: normal;
}

.accent-amber {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.accent-orange {
    background: linear-gradient(135deg, #fb923c, #c2410c);
}

.accent-blue {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.accent-purple {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

.accent-rose {
    background: linear-gradient(135deg, #fb7185, #be123c);
}

.accent-cyan {
    background: linear-gradient(135deg, #06b6d4, #0e7490);
}

.accent-green {
    background: linear-gradient(135deg, #22c55e, #15803d);
}

.accent-slate {
    background: linear-gradient(135deg, #475569, #0f172a);
}

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

.ranking-panel {
    position: sticky;
    top: 100px;
    padding: 24px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.ranking-panel-head span {
    color: #fbbf24;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.ranking-panel-head h2 {
    margin: 4px 0 20px;
    font-size: 28px;
    line-height: 1.1;
}

.ranking-line {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.ranking-line span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    background: #fbbf24;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}

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

.ranking-line em {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-style: normal;
}

.ranking-more {
    width: 100%;
    margin-top: 22px;
}

.wide-list {
    display: grid;
    gap: 18px;
}

.wide-card a {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 22px;
    overflow: hidden;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.82);
    border-radius: 24px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wide-card a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.wide-cover {
    position: relative;
    overflow: hidden;
    background: #0f172a;
    border-radius: 18px;
}

.wide-cover img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.wide-rank {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 38px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.wide-body {
    padding: 4px 4px 4px 0;
}

.wide-body h3 {
    margin: 7px 0 8px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.wide-body p {
    margin: 0 0 12px;
    color: var(--color-muted);
}

.page-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.page-hero .container {
    position: relative;
    z-index: 2;
    padding: 82px 0;
}

.small-hero .container {
    padding: 76px 0;
}

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 700;
}

.breadcrumb a:hover {
    color: #fbbf24;
}

.filter-bar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 160px 160px 160px;
    gap: 12px;
    margin-bottom: 26px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.filter-input,
.filter-select {
    height: 44px;
    padding: 0 14px;
}

.empty-state {
    display: none;
    margin-top: 24px;
    padding: 28px;
    color: var(--color-muted);
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    border: 1px dashed var(--color-line);
}

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

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

.category-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 18px;
    font-size: 24px;
    font-weight: 900;
}

.category-overview-card h2 {
    margin: 0;
}

.category-samples {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.category-overview-card strong {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
}

.detail-hero {
    min-height: 580px;
}

.detail-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
}

.detail-hero-inner {
    position: relative;
    z-index: 2;
    padding: 60px 0 70px;
}

.detail-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 50px;
    align-items: center;
}

.detail-poster {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.40);
}

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

.detail-copy h1 {
    font-size: clamp(40px, 5.2vw, 74px);
}

.player-section {
    padding: 52px 0 0;
    background: #020617;
}

.player-shell {
    position: relative;
    overflow: hidden;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

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

.player-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    border: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15), rgba(15, 23, 42, 0.78));
    cursor: pointer;
    pointer-events: auto;
}

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

.play-circle {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    color: #ffffff;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    border-radius: 50%;
    box-shadow: 0 16px 34px rgba(234, 88, 12, 0.34);
    font-size: 30px;
}

.player-overlay strong {
    max-width: min(680px, 80%);
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.15;
}

.player-overlay em {
    color: rgba(255, 255, 255, 0.72);
    font-style: normal;
    font-weight: 800;
}

.detail-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 26px;
    align-items: start;
}

.text-panel,
.info-panel {
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 26px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.text-panel h2,
.info-panel h2 {
    margin: 0 0 16px;
    font-size: 26px;
    letter-spacing: -0.03em;
}

.text-panel p {
    margin: 0 0 26px;
    color: #334155;
    font-size: 17px;
    line-height: 1.9;
}

.text-panel p:last-child {
    margin-bottom: 0;
}

.info-panel dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.info-panel dt {
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 900;
}

.info-panel dd {
    margin: -10px 0 0;
    color: #111827;
    font-weight: 800;
}

.site-footer {
    color: #cbd5e1;
    background: #0f172a;
}

.footer-inner {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px 240px;
    gap: 40px;
    padding: 50px 0;
}

.footer-logo {
    color: #ffffff;
}

.footer-brand p {
    max-width: 520px;
    margin: 18px 0 0;
    color: #94a3b8;
}

.footer-group {
    display: grid;
    align-content: start;
    gap: 9px;
}

.footer-group h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer-group a {
    color: #94a3b8;
}

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

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

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

    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-poster {
        width: min(340px, 80vw);
        justify-self: center;
    }

    .hero-mini-row {
        display: none;
    }

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

    .two-column-layout,
    .detail-content-grid {
        grid-template-columns: 1fr;
    }

    .ranking-panel {
        position: relative;
        top: auto;
    }

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

@media (max-width: 720px) {
    .container,
    .site-nav,
    .mobile-nav,
    .footer-inner {
        width: min(100% - 24px, var(--container));
    }

    .site-nav {
        min-height: 64px;
    }

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

    .hero,
    .hero-slider,
    .hero-content {
        min-height: 620px;
    }

    .hero-content {
        padding: 56px 0 118px;
    }

    .hero-copy h1,
    .page-hero h1,
    .detail-copy h1 {
        font-size: 38px;
    }

    .hero-copy p,
    .page-hero p,
    .detail-one-line {
        font-size: 16px;
    }

    .hero-poster {
        display: none;
    }

    .hero-controls {
        bottom: 36px;
    }

    .content-section {
        padding: 50px 0;
    }

    .section-head {
        display: block;
    }

    .section-more {
        margin-top: 14px;
    }

    .featured-grid,
    .compact-grid,
    .catalog-grid,
    .category-grid,
    .category-overview-grid {
        grid-template-columns: 1fr;
    }

    .wide-card a {
        grid-template-columns: 1fr;
    }

    .wide-cover img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

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

    .detail-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .detail-poster {
        width: min(280px, 80vw);
    }

    .player-shell {
        border-radius: 18px;
    }

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

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