:root {
    --rose: #f43f5e;
    --rose-dark: #be123c;
    --pink: #ec4899;
    --orange: #fb923c;
    --amber: #f59e0b;
    --ink: #111827;
    --muted: #6b7280;
    --paper: #ffffff;
    --soft: #fff1f2;
    --line: rgba(15, 23, 42, 0.08);
    --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: var(--ink);
    background: linear-gradient(135deg, #fff7ed 0%, #fff1f2 34%, #f8fafc 100%);
    min-height: 100vh;
}

body.menu-open {
    overflow: hidden;
}

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: 100;
    color: #fff;
    background: linear-gradient(90deg, var(--rose), var(--pink), var(--orange));
    box-shadow: 0 12px 30px rgba(244, 63, 94, 0.25);
}

.header-inner {
    max-width: 1280px;
    height: 68px;
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 24px;
}

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

.brand-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

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

.desktop-nav {
    display: flex;
    gap: 22px;
    margin-left: auto;
}

.desktop-nav a,
.mobile-panel a {
    font-weight: 700;
    opacity: 0.94;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
    color: #fff7ad;
    opacity: 1;
    transform: translateY(-1px);
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
}

.header-search input,
.mobile-search input {
    width: 210px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    padding: 8px 10px;
}

.header-search input::placeholder,
.mobile-search input::placeholder {
    color: rgba(255, 255, 255, 0.74);
}

.header-search button,
.mobile-search button {
    border: 0;
    border-radius: 999px;
    color: var(--rose-dark);
    background: #fff;
    padding: 8px 14px;
    font-weight: 800;
    cursor: pointer;
}

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

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

.mobile-panel {
    display: none;
    padding: 14px 22px 22px;
    background: rgba(190, 18, 60, 0.42);
    backdrop-filter: blur(16px);
}

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

.mobile-panel nav {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.mobile-panel nav a {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
}

.mobile-search {
    display: flex;
    gap: 8px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.mobile-search input {
    width: 100%;
}

.hero-section {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.32), transparent 28%), linear-gradient(135deg, #be123c 0%, #ec4899 46%, #fb923c 100%);
}

.hero-bg-grid {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto -20% -38% -20%;
    height: 54%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 62%);
    filter: blur(20px);
}

.hero-slide {
    position: absolute;
    inset: 0;
    max-width: 1280px;
    margin: 0 auto;
    padding: 92px 24px 110px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    align-items: center;
    gap: 54px;
    opacity: 0;
    transform: translateX(34px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #ffe4e6;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1,
.detail-info h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.hero-copy p,
.page-hero p,
.detail-one-line {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(17px, 2vw, 23px);
    line-height: 1.75;
}

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

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

.primary-btn {
    color: var(--rose-dark);
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
}

.ghost-btn {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(12px);
}

.primary-btn:hover,
.ghost-btn:hover {
    transform: translateY(-2px) scale(1.02);
}

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

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

.hero-tags span,
.tag-strip span {
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.hero-tags span {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    padding: 8px 12px;
}

.hero-visual {
    position: relative;
    display: block;
    min-height: 520px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(17, 24, 39, 0.36);
    transform: rotate(1.6deg);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06));
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 2;
    border-radius: 28px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
    pointer-events: none;
}

.hero-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-visual:hover img {
    transform: scale(1.05);
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(15, 23, 42, 0.72));
}

.visual-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 3;
    padding: 18px;
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(16px);
}

.visual-card strong,
.visual-card span {
    display: block;
}

.visual-card strong {
    font-size: 24px;
    margin-bottom: 8px;
}

.visual-card span {
    color: rgba(255, 255, 255, 0.78);
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 32px;
    z-index: 5;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px);
}

.hero-arrow,
.hero-dot {
    border: 0;
    cursor: pointer;
}

.hero-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    font-size: 26px;
    line-height: 1;
}

.hero-dots {
    display: flex;
    gap: 8px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.46);
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
    width: 28px;
    background: #fff;
}

.quick-categories,
.content-section,
.catalog-layout,
.detail-content,
.player-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 24px;
}

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

.section-head.centered {
    display: block;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 34px;
}

.section-head span,
.section-head a,
.category-overview-top em {
    color: var(--rose-dark);
    font-weight: 900;
}

.section-head h2 {
    margin: 5px 0 0;
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: -0.04em;
}

.section-head p {
    color: var(--muted);
    line-height: 1.8;
}

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

.category-chip,
.category-overview-card,
.story-card,
.filter-bar,
.catalog-sidebar,
.split-block {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.category-chip {
    min-height: 132px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-chip:hover,
.category-overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(244, 63, 94, 0.18);
}

.category-chip strong {
    font-size: 22px;
}

.category-chip span,
.category-overview-card p,
.mini-title-list,
.card-meta,
.movie-card-body p,
.story-card p {
    color: var(--muted);
    line-height: 1.72;
}

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

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

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

.movie-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}

.movie-card-link {
    display: block;
    height: 100%;
}

.poster-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffe4e6, #fed7aa);
}

.poster-wrap img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
}

.compact-card .poster-wrap img {
    height: 210px;
}

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

.poster-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.42));
    opacity: 0;
    transition: opacity 0.25s ease;
}

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

.pill,
.rank-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.pill.top {
    top: 12px;
    right: 12px;
    padding: 6px 10px;
    background: rgba(244, 63, 94, 0.88);
}

.pill.bottom {
    left: 12px;
    bottom: 12px;
    padding: 6px 10px;
    background: rgba(15, 23, 42, 0.72);
}

.rank-badge {
    left: 12px;
    top: 12px;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--orange), var(--rose));
    box-shadow: 0 8px 22px rgba(244, 63, 94, 0.34);
}

.hover-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%) scale(0.76);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--rose-dark);
    background: rgba(255, 255, 255, 0.92);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

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

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

.movie-card-body h3 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card-body p {
    min-height: 54px;
    margin: 0 0 12px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 12px;
    font-size: 13px;
}

.tag-strip span {
    color: var(--rose-dark);
    background: #fff1f2;
    padding: 5px 9px;
}

.soft-panel,
.ranking-panel {
    border-radius: 34px;
    margin-top: 22px;
}

.soft-panel {
    background: linear-gradient(90deg, rgba(255, 228, 230, 0.86), rgba(255, 237, 213, 0.86));
}

.ranking-panel {
    color: #fff;
    background: linear-gradient(135deg, #111827, #881337 48%, #fb923c);
}

.light-head span,
.light-head a,
.light-head h2 {
    color: #fff;
}

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

.split-block {
    padding: 28px;
}

.page-hero {
    color: #fff;
    background: linear-gradient(135deg, #be123c, #ec4899 48%, #fb923c);
    padding: 84px 24px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.page-hero > div {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

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

.category-overview-card {
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-overview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.category-overview-top strong {
    font-size: 24px;
}

.mini-title-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.mini-title-list span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff7ed;
    color: var(--rose-dark);
    font-size: 13px;
    font-weight: 800;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.catalog-sidebar {
    position: sticky;
    top: 92px;
    padding: 22px;
}

.catalog-sidebar h2 {
    margin: 0 0 16px;
    font-size: 20px;
}

.catalog-sidebar a {
    display: block;
    padding: 12px 14px;
    border-radius: 15px;
    color: var(--muted);
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease;
}

.catalog-sidebar a:hover,
.catalog-sidebar a.active {
    color: var(--rose-dark);
    background: #fff1f2;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    margin-bottom: 26px;
}

.filter-search {
    flex: 1;
}

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

.filter-selects {
    display: flex;
    gap: 12px;
}

.filter-selects select {
    min-width: 150px;
}

.empty-state {
    display: none;
    padding: 48px;
    text-align: center;
    color: var(--muted);
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow);
}

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

.detail-hero {
    position: relative;
    min-height: 620px;
    color: #fff;
    overflow: hidden;
    background: #111827;
}

.detail-backdrop {
    position: absolute;
    inset: 0;
}

.detail-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(18px) saturate(1.1);
    transform: scale(1.08);
    opacity: 0.42;
}

.detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(136, 19, 55, 0.76), rgba(251, 146, 60, 0.58));
}

.detail-wrap {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 24px 70px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 800;
}

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

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

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

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

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

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

.detail-meta span {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 900;
}

.detail-tags {
    margin-bottom: 30px;
}

.player-section {
    padding-top: 54px;
    padding-bottom: 28px;
}

.player-panel {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #050816;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.24);
}

.player-panel video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #050816;
}

.play-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.32), rgba(190, 18, 60, 0.5));
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.play-circle {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--rose-dark);
    background: #fff;
    font-size: 32px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.play-overlay strong {
    font-size: 26px;
}

.play-overlay em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.78);
}

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

.story-card {
    padding: 28px;
}

.story-card h2 {
    margin: 0 0 14px;
    font-size: 26px;
}

.story-card p {
    margin: 0;
    font-size: 16px;
}

.related-section {
    padding-top: 30px;
}

.site-footer {
    margin-top: 40px;
    color: #d1d5db;
    background: linear-gradient(135deg, #111827, #1f2937 58%, #0f172a);
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 52px 24px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 36px;
}

.footer-logo {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 14px;
}

.footer-brand p {
    max-width: 520px;
    line-height: 1.8;
}

.footer-links h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
}

.footer-links a {
    display: block;
    margin: 10px 0;
    color: #d1d5db;
    transition: color 0.2s ease;
}

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

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px 34px;
    color: #9ca3af;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

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

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

    .hero-slide {
        grid-template-columns: 1fr;
        padding-top: 70px;
        gap: 28px;
    }

    .hero-section {
        min-height: 900px;
    }

    .hero-visual,
    .hero-visual img {
        min-height: 0;
        height: 390px;
    }

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

    .movie-grid,
    .split-sections,
    .detail-content,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .catalog-sidebar {
        position: static;
    }

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

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

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

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

    .hero-section {
        min-height: 820px;
    }

    .hero-slide {
        padding: 52px 18px 96px;
    }

    .hero-copy h1,
    .page-hero h1,
    .detail-info h1 {
        letter-spacing: -0.03em;
    }

    .hero-actions,
    .filter-bar,
    .filter-selects {
        flex-direction: column;
        align-items: stretch;
    }

    .primary-btn,
    .ghost-btn {
        width: 100%;
    }

    .hero-visual,
    .hero-visual img {
        height: 310px;
    }

    .visual-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .quick-categories,
    .content-section,
    .catalog-layout,
    .detail-content,
    .player-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .category-chip-grid,
    .category-overview-grid,
    .movie-grid,
    .four-grid,
    .two-grid,
    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .section-head {
        display: block;
    }

    .section-head a {
        display: inline-block;
        margin-top: 10px;
    }

    .page-hero {
        padding: 62px 16px;
    }

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

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

    .detail-wrap {
        padding: 30px 16px 54px;
    }

    .poster-wrap img,
    .compact-card .poster-wrap img {
        height: 260px;
    }
}
