* {
    box-sizing: border-box;
}

:root {
    --dawn-300: #ffd699;
    --dawn-400: #ffc56b;
    --dawn-500: #ffb347;
    --dawn-600: #ff9f24;
    --dawn-700: #f58700;
    --morning-500: #0b84d8;
    --morning-600: #0276d4;
    --ink-900: #111827;
    --ink-700: #374151;
    --ink-600: #4b5563;
    --ink-500: #6b7280;
    --line: #e5e7eb;
    --soft: #f9fafb;
    --white: #ffffff;
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink-900);
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 54%, #fffaf2 100%);
}

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: 80;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(229, 231, 235, 0.8);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.header-inner,
.footer-inner,
.wide-section,
.detail-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.header-inner {
    display: flex;
    min-height: 70px;
    align-items: center;
    gap: 24px;
}

.logo,
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--dawn-600);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.logo-mark {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--dawn-500), var(--morning-500));
    box-shadow: 0 10px 26px rgba(255, 159, 36, 0.35);
}

.logo-text {
    font-size: 21px;
}

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

.nav-link,
.mobile-link {
    color: var(--ink-700);
    font-weight: 650;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active,
.mobile-link:hover,
.mobile-link.active {
    color: var(--dawn-700);
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 330px;
}

.header-search input,
.mobile-search input,
.hero-search input,
.filter-bar input,
.filter-bar select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 16px;
    color: var(--ink-900);
    background: #fff;
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.header-search input:focus,
.mobile-search input:focus,
.hero-search input:focus,
.filter-bar input:focus,
.filter-bar select:focus {
    border-color: var(--dawn-500);
    box-shadow: 0 0 0 4px rgba(255, 179, 71, 0.18);
}

.header-search button,
.mobile-search button,
.hero-search button,
.btn {
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    color: #fff;
    background: var(--dawn-600);
    font-weight: 750;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-search button:hover,
.mobile-search button:hover,
.hero-search button:hover,
.btn:hover {
    background: var(--dawn-700);
    transform: translateY(-1px);
    box-shadow: var(--shadow-hover);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
}

.btn.glass {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.btn.small {
    min-height: 38px;
    padding: 9px 18px;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 0;
    border-radius: 12px;
    background: #fff7ec;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--dawn-700);
}

.mobile-panel {
    display: none;
    border-top: 1px solid var(--line);
    padding: 14px 24px 20px;
}

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

.mobile-search {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.mobile-nav,
.mobile-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.mobile-categories {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: var(--ink-600);
    font-size: 14px;
}

.hero {
    position: relative;
    height: 64vh;
    min-height: 520px;
    overflow: hidden;
    color: #fff;
    background: #111827;
}

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

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

.hero-slide.active {
    opacity: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 179, 71, 0.35), transparent 34%),
        linear-gradient(90deg, rgba(17, 24, 39, 0.88) 0%, rgba(17, 24, 39, 0.48) 45%, rgba(17, 24, 39, 0.18) 100%),
        linear-gradient(0deg, rgba(17, 24, 39, 0.95) 0%, rgba(17, 24, 39, 0.1) 55%);
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 86px;
}

.hero-copy {
    width: min(720px, 92vw);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--dawn-300);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1,
.detail-copy h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.hero-copy p,
.page-hero p,
.detail-one-line {
    margin: 18px 0 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 2vw, 21px);
    line-height: 1.7;
}

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

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

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

.hero-tags span {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
}

.tag-row span {
    color: #995400;
    background: #fff3dc;
}

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

.hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    font-size: 34px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease;
}

.hero-arrow:hover {
    background: rgba(0, 0, 0, 0.72);
}

.hero-arrow.prev {
    left: 24px;
}

.hero-arrow.next {
    right: 24px;
}

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

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

.hero-dot.active {
    width: 36px;
    background: var(--dawn-500);
}

.wide-section {
    padding-top: 58px;
    padding-bottom: 58px;
}

.quick-search-section {
    padding-top: 42px;
    padding-bottom: 22px;
}

.quick-search-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(255, 179, 71, 0.22);
    border-radius: 28px;
    padding: 32px;
    background:
        radial-gradient(circle at top left, rgba(255, 179, 71, 0.28), transparent 42%),
        linear-gradient(135deg, #fff 0%, #fff8ed 100%);
    box-shadow: var(--shadow);
}

.quick-search-card .eyebrow {
    color: var(--dawn-700);
}

.quick-search-card h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 40px);
    letter-spacing: -0.04em;
}

.quick-search-card p {
    margin: 14px 0 0;
    color: var(--ink-600);
    line-height: 1.75;
}

.hero-search {
    display: flex;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow);
}

.hero-search input {
    border-color: transparent;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.section-heading h2 {
    margin: 0;
    color: var(--ink-900);
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -0.03em;
}

.section-link,
.text-arrow {
    color: var(--dawn-700);
    font-weight: 800;
}

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

.category-tile {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border-radius: 22px;
    color: #fff;
    background: var(--ink-900);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.category-tile img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    opacity: 0.72;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.category-tile:hover img {
    opacity: 0.9;
    transform: scale(1.06);
}

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

.category-tile span,
.category-tile em {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
}

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

.category-tile em {
    bottom: 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
}

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

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

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.75);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
    border-color: rgba(255, 179, 71, 0.52);
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #fff3dc, #eef7ff);
}

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

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

.play-hover {
    position: absolute;
    inset: auto 14px 14px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .play-hover {
    opacity: 1;
    transform: translateY(0);
}

.rank-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--dawn-600), #ff4d4d);
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.card-body {
    padding: 16px;
}

.movie-card h3,
.list-card h3,
.category-overview-card h2 {
    margin: 0;
    color: var(--ink-900);
    font-size: 18px;
    line-height: 1.35;
}

.movie-card h3 a,
.list-card h3 a,
.category-overview-card h2 a {
    transition: color 0.2s ease;
}

.movie-card h3 a:hover,
.list-card h3 a:hover,
.category-overview-card h2 a:hover {
    color: var(--dawn-700);
}

.card-line {
    min-height: 44px;
    margin: 10px 0 12px;
    color: var(--ink-600);
    font-size: 14px;
    line-height: 1.58;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--ink-500);
    font-size: 13px;
}

.card-meta span {
    display: inline-flex;
    align-items: center;
}

.card-meta span:not(:last-child)::after {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 8px;
    border-radius: 999px;
    background: #d1d5db;
    content: "";
}

.compact-card .card-line {
    display: none;
}

.compact-card .card-body {
    padding: 13px;
}

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

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: start;
}

.ranking-panel,
.content-card,
.info-card,
.category-overview-card {
    border: 1px solid rgba(229, 231, 235, 0.75);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
}

.ranking-panel {
    position: sticky;
    top: 92px;
    padding: 22px;
}

.compact-heading {
    margin-bottom: 16px;
}

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

.ranking-list.large {
    gap: 18px;
}

.list-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(229, 231, 235, 0.75);
    border-radius: 16px;
    padding: 10px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ranking-list.large .list-card {
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 14px;
}

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

.list-poster {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 2 / 3;
    background: #fff3dc;
}

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

.list-content p {
    margin: 8px 0 10px;
    color: var(--ink-600);
    font-size: 14px;
    line-height: 1.55;
}

.list-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-rank {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: var(--dawn-600);
    font-weight: 900;
}

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

.page-hero {
    padding: 74px 24px;
    color: #fff;
}

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

.gradient-hero,
.category-hero {
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.24), transparent 28%),
        linear-gradient(135deg, var(--dawn-500), var(--morning-600));
}

.page-hero h1 {
    max-width: 900px;
}

.page-hero p {
    max-width: 820px;
}

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

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

.filter-bar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 28px;
    border: 1px solid rgba(229, 231, 235, 0.75);
    border-radius: 24px;
    padding: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}

.filter-bar label {
    display: grid;
    gap: 7px;
    color: var(--ink-600);
    font-size: 13px;
    font-weight: 750;
}

.filter-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
}

.filter-fields label {
    min-width: 140px;
}

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

.category-overview-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
    padding: 18px;
}

.overview-cover {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff3dc;
}

.overview-cover img {
    width: 100%;
    height: 118px;
    object-fit: cover;
}

.category-overview-card p {
    color: var(--ink-600);
    line-height: 1.7;
}

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

.detail-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image: var(--poster);
    background-size: cover;
    background-position: center;
    filter: blur(16px);
    transform: scale(1.08);
    opacity: 0.48;
}

.detail-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 20%, rgba(255, 179, 71, 0.28), transparent 34%),
        linear-gradient(90deg, rgba(17, 24, 39, 0.95), rgba(17, 24, 39, 0.62));
}

.detail-inner {
    position: relative;
    z-index: 2;
    padding-top: 54px;
    padding-bottom: 54px;
}

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

.detail-poster {
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.26);
    border-radius: 24px;
    aspect-ratio: 2 / 3;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

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

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

.detail-meta span {
    border-radius: 999px;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.13);
    font-weight: 750;
}

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

.player-section {
    padding-top: 46px;
    padding-bottom: 22px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #000;
    box-shadow: 0 24px 80px rgba(17, 24, 39, 0.24);
    aspect-ratio: 16 / 9;
}

.video-player {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain;
}

.player-start {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    color: #fff;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.58));
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-start span {
    display: flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--dawn-600), var(--morning-500));
    font-size: 36px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.player-start strong {
    font-size: 20px;
}

.player-shell.playing .player-start {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

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

.content-card,
.info-card {
    padding: 26px;
}

.content-card h2,
.info-card h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.content-card h2:not(:first-child) {
    margin-top: 28px;
}

.content-card p {
    color: var(--ink-700);
    font-size: 17px;
    line-height: 1.9;
}

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

.info-card dl div {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px;
}

.info-card dt {
    color: var(--ink-500);
    font-weight: 750;
}

.info-card dd {
    margin: 0;
    color: var(--ink-900);
    line-height: 1.55;
}

.site-footer {
    margin-top: 46px;
    color: #d1d5db;
    background: #111827;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.7fr;
    gap: 36px;
    padding-top: 46px;
    padding-bottom: 36px;
}

.footer-brand p {
    max-width: 560px;
    color: #9ca3af;
    line-height: 1.75;
}

.footer-column h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 17px;
}

.footer-column ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column a {
    color: #d1d5db;
}

.footer-column a:hover {
    color: var(--dawn-400);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 24px;
    color: #9ca3af;
    text-align: center;
}

[data-card].hidden {
    display: none;
}

@media (max-width: 1120px) {
    .header-search {
        min-width: 260px;
    }

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

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

    .split-section,
    .detail-content-grid {
        grid-template-columns: 1fr;
    }

    .ranking-panel {
        position: static;
    }
}

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

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

    .hero {
        height: 72vh;
        min-height: 560px;
    }

    .hero-content {
        padding-bottom: 82px;
    }

    .hero-arrow {
        display: none;
    }

    .quick-search-card,
    .filter-bar,
    .detail-grid,
    .category-overview-card,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .hero-search,
    .mobile-search {
        flex-direction: column;
        border-radius: 24px;
    }

    .category-grid,
    .feature-grid,
    .small-grid,
    .overview-grid,
    .list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

@media (max-width: 560px) {
    .header-inner,
    .footer-inner,
    .wide-section,
    .detail-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .hero {
        height: 76vh;
        min-height: 540px;
    }

    .hero-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .quick-search-card,
    .content-card,
    .info-card {
        padding: 20px;
    }

    .category-grid,
    .feature-grid,
    .small-grid,
    .overview-grid,
    .list-grid {
        grid-template-columns: 1fr;
    }

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

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

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

    .overview-cover img {
        height: 96px;
    }

    .detail-grid {
        gap: 22px;
    }

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

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