:root {
    --rose-50: #fff1f2;
    --rose-100: #ffe4e6;
    --rose-400: #fb7185;
    --rose-500: #f43f5e;
    --rose-600: #e11d48;
    --pink-500: #ec4899;
    --pink-600: #db2777;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --shadow-soft: 0 20px 45px rgba(15, 23, 42, 0.10);
    --shadow-card: 0 12px 35px rgba(15, 23, 42, 0.10);
    --radius-xl: 24px;
    --radius-lg: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--gray-50);
    color: var(--gray-900);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

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

img.is-hidden {
    opacity: 0;
}

button,
input {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(14px);
}

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

.site-logo,
.footer-logo {
    display: inline-flex;
    align-items: center;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, var(--rose-500), var(--pink-500), var(--rose-400));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}

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

.nav-link,
.mobile-link {
    font-size: 15px;
    font-weight: 650;
    color: var(--gray-700);
    transition: color 0.2s ease, transform 0.2s ease;
}

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

.nav-link:hover {
    transform: translateY(-1px);
}

.header-search,
.mobile-search,
.hero-search,
.wide-search {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
}

.header-search {
    width: 300px;
}

.header-search input,
.mobile-search input,
.hero-search input,
.wide-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 12px 16px;
    background: transparent;
    color: var(--gray-800);
}

.header-search button,
.mobile-search button,
.hero-search button,
.wide-search button {
    border: 0;
    padding: 12px 18px;
    background: linear-gradient(90deg, var(--rose-500), var(--pink-500));
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: var(--rose-50);
    border-radius: 12px;
    cursor: pointer;
}

.menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--rose-500);
    border-radius: 99px;
}

.mobile-panel {
    display: none;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px 18px;
}

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

.mobile-panel nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.mobile-link {
    padding: 12px 14px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 14px;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.28), transparent 30%), linear-gradient(135deg, var(--rose-500), var(--pink-500) 52%, var(--rose-600));
    color: #ffffff;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.35) 2px, transparent 2.5px);
    background-size: 38px 38px;
}

.hero-inner {
    position: relative;
    max-width: 1180px;
    min-height: 560px;
    margin: 0 auto;
    padding: 58px 22px 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 48px;
    align-items: center;
}

.eyebrow,
.hero-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.hero-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(46px, 7vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.hero-subtitle {
    max-width: 660px;
    margin: 0 0 28px;
    font-size: 21px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.hero-search {
    max-width: 600px;
    margin-bottom: 22px;
    border-color: rgba(255, 255, 255, 0.24);
}

.hero-actions,
.hero-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hero-chip-row {
    margin-top: 22px;
}

.hero-chip-row a,
.filter-links a {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-chip-row a:hover,
.filter-links a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.25);
}

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

.primary-button {
    background: #ffffff;
    color: var(--rose-500);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
}

.ghost-button {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.primary-button:hover,
.ghost-button:hover,
.hero-card-link:hover {
    transform: translateY(-2px);
}

.hero-showcase {
    position: relative;
    min-height: 430px;
}

.hero-slide {
    display: none;
    height: 430px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 32px;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.26);
    backdrop-filter: blur(14px);
}

.hero-slide.active {
    display: grid;
    animation: fadeUp 0.45s ease both;
}

.hero-poster {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
}

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

.hero-poster::after,
.poster-wrap::after,
.detail-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.38));
}

.hero-movie-info {
    padding: 24px;
}

.hero-movie-info h2 {
    margin: 12px 0 10px;
    font-size: 28px;
    line-height: 1.2;
}

.hero-movie-info p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

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

.hero-tags span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
    font-size: 12px;
    font-weight: 700;
}

.hero-card-link {
    min-height: 40px;
    margin-top: 16px;
    background: #ffffff;
    color: var(--rose-500);
}

.hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.hero-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

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

.page-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 22px 72px;
}

.content-section {
    margin-bottom: 58px;
}

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

.section-head h2 {
    margin: 0;
    font-size: 31px;
    letter-spacing: -0.04em;
}

.section-more {
    color: var(--rose-500);
    font-weight: 800;
}

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

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

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

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

.movie-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.16);
}

.poster-wrap {
    position: relative;
    display: block;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--rose-100), #ffffff);
}

.featured-card .poster-wrap {
    height: 370px;
}

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

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

.poster-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 6px 11px;
    background: var(--rose-500);
    color: #ffffff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.poster-play {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--rose-500);
    border-radius: 999px;
    font-weight: 850;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}

.movie-info {
    padding: 18px;
}

.movie-info h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.35;
}

.movie-info h3 a:hover,
.compact-card h3 a:hover {
    color: var(--rose-500);
}

.movie-meta,
.movie-desc {
    margin: 0;
    color: var(--gray-500);
    font-size: 13px;
    line-height: 1.65;
}

.movie-desc {
    margin-top: 9px;
    color: var(--gray-600);
    min-height: 43px;
}

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

.tag-row span,
.detail-tags a {
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--rose-50);
    color: var(--rose-600);
    font-size: 12px;
    font-weight: 750;
}

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

.category-tile {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: var(--radius-xl);
    color: #ffffff;
    background: linear-gradient(135deg, var(--rose-500), var(--pink-500));
    box-shadow: var(--shadow-card);
}

.category-tile img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.44;
}

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68));
}

.category-tile span,
.category-tile p {
    position: relative;
    z-index: 2;
}

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

.category-tile p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.55;
    font-size: 13px;
}

.rank-strip,
.rank-list,
.side-list {
    display: grid;
    gap: 14px;
}

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

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

.compact-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
}

.compact-poster {
    position: relative;
    height: 112px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--rose-100), #ffffff);
}

.compact-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
}

.compact-card p,
.compact-card span {
    display: block;
    margin: 0;
    color: var(--gray-500);
    font-size: 13px;
    line-height: 1.6;
}

.compact-card div > span {
    color: var(--rose-500);
    font-weight: 750;
}

.rank-num {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--rose-500);
    color: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
}

.intro-panel,
.detail-panel,
.side-card,
.filter-bar,
.empty-state {
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
}

.intro-panel,
.detail-panel,
.side-card,
.filter-bar,
.empty-state {
    padding: 28px;
}

.intro-panel h2,
.detail-panel h2,
.side-card h2,
.empty-state h2 {
    margin: 0 0 14px;
    letter-spacing: -0.03em;
}

.intro-panel p,
.detail-panel p,
.empty-state p {
    margin: 0 0 12px;
    color: var(--gray-600);
    line-height: 1.85;
}

.page-hero {
    background: linear-gradient(135deg, var(--rose-500), var(--pink-500));
    color: #ffffff;
}

.small-hero .page-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 22px;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.crumbs a:hover {
    color: #ffffff;
}

.crumbs.light {
    color: rgba(255, 255, 255, 0.78);
}

.small-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(36px, 5vw, 56px);
    letter-spacing: -0.06em;
}

.small-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.75;
}

.hero-mini-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.filter-bar {
    margin-bottom: 34px;
}

.filter-title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 900;
}

.filter-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-links a {
    background: var(--rose-50);
    color: var(--rose-600);
    border: 1px solid var(--rose-100);
}

.detail-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: var(--gray-900);
}

.detail-bg {
    position: absolute;
    inset: 0;
    opacity: 0.34;
}

.detail-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px) saturate(1.08);
    transform: scale(1.04);
}

.detail-hero-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 22px 58px;
}

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

.detail-cover {
    height: 350px;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background: linear-gradient(135deg, var(--rose-500), var(--pink-500));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

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

.detail-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.06em;
}

.detail-copy p {
    max-width: 780px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
}

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

.detail-meta span {
    display: inline-flex;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.detail-meta b {
    color: #ffffff;
}

.detail-shell {
    padding-top: 42px;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 28px;
    align-items: start;
}

.detail-main {
    display: grid;
    gap: 24px;
}

.player-card {
    overflow: hidden;
    background: #000000;
    border-radius: var(--radius-xl);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.22);
}

.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.movie-video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
}

.play-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    background: radial-gradient(circle, rgba(244, 63, 94, 0.24), rgba(0, 0, 0, 0.72));
}

.play-overlay.is-hidden {
    display: none;
}

.play-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.play-icon::after {
    content: "";
    position: absolute;
    left: 33px;
    top: 24px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 24px solid var(--rose-500);
}

.play-overlay strong {
    font-size: 18px;
    letter-spacing: 0.06em;
}

.detail-tags a:hover {
    background: var(--rose-100);
}

.detail-side {
    position: sticky;
    top: 92px;
}

.side-list {
    max-height: 920px;
    overflow: auto;
    padding-right: 4px;
}

.wide-search {
    max-width: 760px;
    margin-top: 26px;
}

.empty-state {
    text-align: center;
}

.empty-state .primary-button {
    margin-top: 8px;
    background: linear-gradient(90deg, var(--rose-500), var(--pink-500));
    color: #ffffff;
}

.site-footer {
    background: #ffffff;
    border-top: 1px solid var(--gray-200);
}

.footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

.footer-inner p {
    max-width: 560px;
    margin: 10px 0 0;
    color: var(--gray-500);
    line-height: 1.7;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--gray-600);
    font-weight: 700;
}

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

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

    .hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-showcase {
        max-width: 520px;
    }

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

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

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

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

    .detail-side {
        position: static;
    }
}

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

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

    .header-inner {
        gap: 14px;
    }

    .hero-copy h1 {
        font-size: 52px;
    }

    .movie-grid,
    .featured-grid,
    .mini-grid,
    .rank-list,
    .rank-strip,
    .hero-mini-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .detail-cover {
        width: 220px;
        height: 306px;
    }
}

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

    .site-logo,
    .footer-logo {
        font-size: 23px;
    }

    .hero-inner,
    .page-shell,
    .small-hero .page-hero-inner,
    .detail-hero-inner,
    .footer-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        min-height: auto;
    }

    .hero-inner {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .hero-copy h1 {
        font-size: 44px;
    }

    .hero-subtitle,
    .detail-copy p,
    .small-hero p {
        font-size: 16px;
    }

    .hero-slide {
        height: auto;
    }

    .hero-poster {
        height: 190px;
    }

    .movie-grid,
    .featured-grid,
    .mini-grid,
    .rank-list,
    .rank-strip,
    .category-grid,
    .hero-mini-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .poster-wrap,
    .featured-card .poster-wrap {
        height: 290px;
    }

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

    .compact-poster {
        height: 102px;
    }

    .footer-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
