:root {
    color-scheme: dark;
    --bg: #020617;
    --panel: #0f172a;
    --panel-soft: #111827;
    --panel-deep: #020617;
    --line: #1e293b;
    --line-bright: rgba(6, 182, 212, 0.35);
    --text: #f8fafc;
    --muted: #94a3b8;
    --cyan: #22d3ee;
    --cyan-deep: #0891b2;
    --gold: #facc15;
    --orange: #fb923c;
    --shadow: rgba(6, 182, 212, 0.18);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 0%, rgba(8, 145, 178, 0.22), transparent 28rem),
        radial-gradient(circle at 85% 10%, rgba(250, 204, 21, 0.09), transparent 26rem),
        linear-gradient(180deg, #020617 0%, #0f172a 55%, #020617 100%);
    color: var(--text);
}

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;
    border-bottom: 1px solid rgba(30, 41, 59, 0.92);
    background: rgba(2, 6, 23, 0.88);
    backdrop-filter: blur(18px);
}

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

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #00131a;
    font-weight: 900;
    background: linear-gradient(135deg, var(--cyan), var(--gold));
    box-shadow: 0 0 32px rgba(34, 211, 238, 0.35);
}

.brand-text {
    display: grid;
    gap: 2px;
}

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

.brand-text em {
    color: var(--cyan);
    font-size: 12px;
    font-style: normal;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    color: #cbd5e1;
    font-size: 15px;
}

.site-nav a,
.footer-grid a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.footer-grid a:hover {
    color: var(--cyan);
}

.nav-search {
    width: min(310px, 28vw);
    display: flex;
    align-items: center;
    padding: 4px;
    border: 1px solid #334155;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.86);
}

.nav-search input,
.big-search input,
.search-panel input,
.filter-bar input,
.filter-bar select {
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--text);
    background: transparent;
}

.nav-search input {
    flex: 1;
    padding: 9px 12px;
}

.nav-search button,
.big-search button,
.search-panel button {
    border: 0;
    color: #00131a;
    font-weight: 800;
    cursor: pointer;
    border-radius: 999px;
    background: var(--cyan);
}

.nav-search button {
    padding: 8px 14px;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 1px solid #334155;
    border-radius: 12px;
    padding: 8px 12px;
    color: var(--text);
    background: rgba(15, 23, 42, 0.9);
}

.hero-wrap {
    position: relative;
    width: min(1440px, calc(100% - 32px));
    min-height: 660px;
    margin: 24px auto 0;
    overflow: hidden;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 30px;
    background: #020617;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 0 80px rgba(6, 182, 212, 0.12);
}

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

.hero-slide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: center;
    gap: 36px;
    padding: clamp(28px, 5vw, 72px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

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

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.24;
    transform: scale(1.08);
    filter: blur(2px) saturate(1.2);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.95), rgba(2, 6, 23, 0.62), rgba(2, 6, 23, 0.35)),
        linear-gradient(0deg, rgba(2, 6, 23, 0.92), transparent 55%);
}

.hero-copy,
.hero-poster {
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-head span,
.page-hero span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    color: var(--cyan);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.hero-copy p {
    max-width: 720px;
    margin: 22px 0 0;
    color: #cbd5e1;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.8;
}

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

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

.hero-tags span,
.tag-row span {
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 999px;
    padding: 6px 11px;
    color: #bae6fd;
    background: rgba(8, 145, 178, 0.12);
    font-size: 13px;
}

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

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

.primary-btn {
    color: #00131a;
    background: linear-gradient(135deg, var(--cyan), var(--gold));
    box-shadow: 0 18px 38px rgba(6, 182, 212, 0.24);
}

.ghost-btn {
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: var(--text);
    background: rgba(15, 23, 42, 0.62);
}

.primary-btn:hover,
.ghost-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(6, 182, 212, 0.34);
}

.hero-poster {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(34, 211, 238, 0.25);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
    transform: rotate(2deg);
}

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

.hero-dots {
    position: absolute;
    left: clamp(28px, 5vw, 72px);
    bottom: 34px;
    z-index: 3;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 42px;
    height: 5px;
    border: 0;
    border-radius: 99px;
    cursor: pointer;
    background: rgba(148, 163, 184, 0.38);
}

.hero-dot.is-active {
    background: var(--cyan);
}

.search-panel,
.section-block,
.page-main,
.detail-main {
    width: min(1440px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.search-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
    gap: 24px;
    align-items: center;
    margin-top: 34px;
    padding: 26px;
    border: 1px solid rgba(34, 211, 238, 0.16);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.72);
}

.search-panel h2,
.search-panel p {
    margin: 0;
}

.search-panel h2 {
    font-size: 24px;
}

.search-panel p {
    margin-top: 8px;
    color: var(--muted);
}

.search-panel form,
.big-search {
    display: flex;
    gap: 10px;
    padding: 6px;
    border: 1px solid #334155;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.68);
}

.search-panel input,
.big-search input {
    flex: 1;
    padding: 12px 16px;
}

.search-panel button,
.big-search button {
    padding: 0 22px;
}

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

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

.section-head h2,
.page-hero h1,
.detail-copy h1,
.player-section h2,
.detail-content h2 {
    margin: 0;
    letter-spacing: -0.03em;
}

.section-head h2 {
    font-size: clamp(28px, 4vw, 44px);
}

.section-head a {
    color: var(--cyan);
    font-weight: 800;
}

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(51, 65, 85, 0.86);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: var(--line-bright);
    box-shadow: 0 24px 42px var(--shadow);
}

.poster-link {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0f172a;
}

.poster-link img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.3s ease;
}

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

.play-dot {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #00131a;
    background: var(--cyan);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.45);
}

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

.movie-meta,
.detail-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
}

.movie-meta span {
    border-radius: 999px;
    padding: 4px 8px;
    background: rgba(148, 163, 184, 0.08);
}

.movie-card h3 {
    margin: 12px 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.movie-card h3 a:hover,
.ranking-card h2 a:hover,
.category-overview-card h2 a:hover {
    color: var(--cyan);
}

.movie-card p {
    min-height: 68px;
    margin: 0 0 14px;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.65;
}

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

.category-tile {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(51, 65, 85, 0.9);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(8, 47, 73, 0.7));
}

.category-tile:hover {
    border-color: rgba(34, 211, 238, 0.55);
    box-shadow: 0 24px 48px rgba(6, 182, 212, 0.14);
}

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

.category-tile p {
    position: relative;
    z-index: 2;
    max-width: 88%;
    color: #cbd5e1;
    line-height: 1.7;
}

.category-tile div {
    position: absolute;
    right: -16px;
    bottom: -20px;
    display: flex;
}

.category-tile img {
    width: 72px;
    aspect-ratio: 3 / 4;
    margin-left: -18px;
    border: 2px solid rgba(2, 6, 23, 0.9);
    border-radius: 12px;
    object-fit: cover;
    transform: rotate(7deg);
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
    gap: 32px;
}

.compact-head h2 {
    font-size: 30px;
}

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

.rank-item {
    display: grid;
    grid-template-columns: 46px 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(51, 65, 85, 0.88);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.72);
}

.rank-item:hover {
    border-color: var(--line-bright);
}

.rank-item span {
    color: var(--gold);
    font-weight: 900;
    font-size: 18px;
}

.rank-item img {
    width: 64px;
    height: 86px;
    border-radius: 12px;
    object-fit: cover;
}

.rank-item strong,
.rank-item em {
    display: block;
}

.rank-item em {
    margin-top: 5px;
    color: var(--muted);
    font-style: normal;
    font-size: 13px;
}

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

.page-main,
.detail-main {
    margin-top: 36px;
}

.page-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(circle at 15% 0%, rgba(34, 211, 238, 0.18), transparent 24rem),
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
}

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

.page-hero p {
    max-width: 860px;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.8;
}

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

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

.breadcrumb b,
.breadcrumb em {
    color: #64748b;
    font-style: normal;
}

.filter-bar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(160px, 220px));
    gap: 12px;
    margin-bottom: 28px;
    padding: 14px;
    border: 1px solid rgba(51, 65, 85, 0.85);
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.72);
}

.filter-bar input,
.filter-bar select {
    width: 100%;
    border: 1px solid #334155;
    border-radius: 14px;
    padding: 12px 14px;
    color: var(--text);
    background: rgba(2, 6, 23, 0.8);
}

.catalog-grid {
    align-items: stretch;
}

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

.category-overview-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    padding: 16px;
    border: 1px solid rgba(51, 65, 85, 0.85);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
}

.category-cover img {
    width: 150px;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    object-fit: cover;
}

.category-overview-card h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.category-overview-card p {
    margin: 0 0 14px;
    color: #cbd5e1;
    line-height: 1.7;
}

.category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-links a {
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 999px;
    padding: 6px 10px;
    color: #bae6fd;
    background: rgba(8, 145, 178, 0.1);
    font-size: 13px;
}

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

.ranking-card {
    position: relative;
    display: grid;
    grid-template-columns: 110px 78px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(51, 65, 85, 0.86);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.8);
}

.ranking-poster img {
    width: 110px;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    object-fit: cover;
}

.ranking-number {
    color: var(--gold);
    font-size: 34px;
    font-weight: 900;
}

.ranking-card h2 {
    margin: 10px 0;
    font-size: 26px;
}

.ranking-card p {
    max-width: 900px;
    color: #cbd5e1;
    line-height: 1.75;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 54px);
    align-items: center;
}

.detail-poster img {
    width: 100%;
    aspect-ratio: 3 / 4;
    border: 1px solid rgba(34, 211, 238, 0.24);
    border-radius: 26px;
    object-fit: cover;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

.detail-copy h1 {
    max-width: 980px;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.05;
}

.detail-one-line {
    max-width: 920px;
    color: #dbeafe;
    font-size: 20px;
    line-height: 1.8;
}

.detail-facts {
    margin: 22px 0;
}

.detail-facts span {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(2, 6, 23, 0.45);
}

.large-tags {
    margin-bottom: 28px;
}

.player-section,
.detail-content,
.related-section {
    margin-top: 38px;
}

.player-section h2,
.detail-content h2 {
    margin-bottom: 16px;
    font-size: 30px;
}

.movie-player {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 26px;
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

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

.player-start {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    cursor: pointer;
    background: radial-gradient(circle at 50% 50%, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.68));
}

.player-start span {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    padding-left: 6px;
    border-radius: 50%;
    color: #00131a;
    font-size: 34px;
    background: linear-gradient(135deg, var(--cyan), var(--gold));
    box-shadow: 0 20px 45px rgba(34, 211, 238, 0.38);
}

.movie-player.is-playing .player-start {
    display: none;
}

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

.detail-content article {
    padding: 28px;
    border: 1px solid rgba(51, 65, 85, 0.86);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.78);
}

.detail-content p {
    margin: 0;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.9;
}

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

.related-card {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(51, 65, 85, 0.86);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.78);
}

.related-card:hover {
    border-color: var(--line-bright);
}

.related-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 14px;
    object-fit: cover;
}

.related-card strong {
    line-height: 1.35;
}

.related-card small {
    color: var(--muted);
}

.related-card em {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-style: normal;
}

.related-card em span {
    border-radius: 999px;
    padding: 4px 8px;
    color: #bae6fd;
    background: rgba(8, 145, 178, 0.12);
    font-size: 12px;
}

.big-search {
    max-width: 760px;
    margin-top: 24px;
}

.search-result-wrap {
    margin-top: 34px;
}

.site-footer {
    margin-top: 90px;
    border-top: 1px solid rgba(30, 41, 59, 0.95);
    background: rgba(2, 6, 23, 0.72);
}

.footer-grid {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
    padding: 44px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.5fr) minmax(220px, 0.7fr);
    gap: 34px;
}

.footer-brand span:last-child {
    font-size: 20px;
    font-weight: 900;
}

.footer-grid h2 {
    margin: 0 0 14px;
    font-size: 18px;
}

.footer-grid p,
.footer-grid a {
    display: block;
    color: var(--muted);
    line-height: 1.8;
}

.copyright {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
    padding: 20px 0 32px;
    color: #64748b;
    border-top: 1px solid rgba(30, 41, 59, 0.72);
    text-align: center;
}

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

.empty-state {
    grid-column: 1 / -1;
    padding: 38px;
    border: 1px solid rgba(51, 65, 85, 0.86);
    border-radius: 20px;
    color: var(--muted);
    text-align: center;
    background: rgba(15, 23, 42, 0.72);
}

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

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

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

    .site-nav {
        gap: 12px;
        font-size: 14px;
    }
}

@media (max-width: 920px) {
    .header-inner {
        height: auto;
        min-height: 68px;
        flex-wrap: wrap;
        padding: 12px 0;
    }

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

    .site-nav {
        order: 3;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 0;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 11px 0;
        border-top: 1px solid rgba(51, 65, 85, 0.55);
    }

    .nav-search {
        order: 4;
        width: 100%;
    }

    .hero-wrap {
        min-height: 780px;
    }

    .hero-slide {
        grid-template-columns: 1fr;
        align-content: center;
    }

    .hero-poster {
        width: min(260px, 70vw);
        margin: 0 auto;
    }

    .search-panel,
    .split-layout,
    .detail-layout,
    .detail-content,
    .overview-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

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

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

    .ranking-number {
        position: absolute;
        top: 14px;
        left: 14px;
        border-radius: 12px;
        padding: 4px 8px;
        background: rgba(2, 6, 23, 0.78);
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .brand-text strong {
        font-size: 18px;
    }

    .hero-wrap,
    .search-panel,
    .section-block,
    .page-main,
    .detail-main,
    .footer-grid,
    .copyright {
        width: min(100% - 20px, 1440px);
    }

    .hero-wrap {
        min-height: 720px;
        border-radius: 22px;
    }

    .hero-slide {
        padding: 24px;
    }

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

    .hero-dots {
        left: 24px;
        bottom: 22px;
    }

    .search-panel form,
    .big-search {
        border-radius: 18px;
        flex-direction: column;
    }

    .search-panel button,
    .big-search button {
        min-height: 44px;
    }

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

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

    .movie-card p {
        min-height: auto;
        font-size: 13px;
    }

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

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

    .category-overview-card,
    .ranking-card {
        grid-template-columns: 1fr;
    }

    .category-cover img,
    .ranking-poster img {
        width: 100%;
        max-height: 420px;
    }

    .detail-poster {
        width: min(260px, 84vw);
    }

    .player-start span {
        width: 74px;
        height: 74px;
        font-size: 28px;
    }
}
