:root {
    --bg: #fff7ed;
    --bg-soft: #fffbeb;
    --text: #2f2115;
    --muted: #7c6250;
    --line: rgba(146, 64, 14, 0.16);
    --card: rgba(255, 255, 255, 0.92);
    --amber: #f59e0b;
    --orange: #ea580c;
    --red: #dc2626;
    --brown: #78350f;
    --shadow: 0 24px 70px rgba(124, 45, 18, 0.16);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(251, 191, 36, 0.42), transparent 28rem),
        linear-gradient(135deg, #fff7ed 0%, #fffbeb 42%, #fff1d6 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
input,
select {
    font: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(245, 158, 11, 0.18);
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 35px rgba(146, 64, 14, 0.08);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
}

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

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(135deg, #facc15, #f59e0b 48%, #ea580c);
    box-shadow: 0 14px 28px rgba(234, 88, 12, 0.28);
    font-weight: 900;
    font-size: 24px;
}

.brand-text {
    display: grid;
    line-height: 1.15;
}

.brand-text strong {
    font-size: 22px;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #b45309, #ea580c, #f59e0b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.brand-text small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-link,
.mobile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #5c4031;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link {
    padding: 11px 18px;
}

.nav-link:hover,
.nav-link.active,
.mobile-link:hover,
.mobile-link.active {
    color: #fff;
    background: linear-gradient(135deg, var(--amber), var(--orange));
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 14px;
    color: #92400e;
    background: rgba(245, 158, 11, 0.12);
    cursor: pointer;
}

.mobile-menu {
    display: none;
    border-top: 1px solid rgba(245, 158, 11, 0.18);
    background: rgba(255, 255, 255, 0.96);
}

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

.mobile-menu-inner {
    display: grid;
    gap: 10px;
    padding: 14px 0 20px;
}

.mobile-link {
    justify-content: flex-start;
    padding: 14px 18px;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    color: #fff;
    background: #160b05;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
    align-items: center;
    gap: 48px;
    width: 100%;
    min-height: 640px;
    padding: 88px max(16px, calc((100vw - 1180px) / 2)) 76px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

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

.hero-bg {
    position: absolute;
    inset: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    object-fit: cover;
    opacity: 0.45;
    filter: blur(12px) saturate(1.18);
    transform: scale(1.05);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 40%, rgba(245, 158, 11, 0.32), transparent 24rem),
        linear-gradient(90deg, rgba(24, 12, 6, 0.94), rgba(74, 32, 8, 0.72) 50%, rgba(24, 12, 6, 0.86));
}

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

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff8df;
    background: rgba(245, 158, 11, 0.26);
    border: 1px solid rgba(253, 230, 138, 0.28);
    backdrop-filter: blur(12px);
    font-weight: 800;
}

.hero h1 {
    margin: 0;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.hero p {
    max-width: 710px;
    margin: 24px 0 0;
    color: #fff4d0;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.85;
}

.hero-meta,
.detail-meta,
.card-meta,
.page-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

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

.hero-meta span,
.detail-meta span,
.page-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff8dc;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    box-shadow: 0 16px 32px rgba(234, 88, 12, 0.32);
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 20px 44px rgba(234, 88, 12, 0.36);
}

.btn.ghost {
    color: #fff7dd;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.hero-poster {
    display: grid;
    justify-items: end;
}

.hero-poster-card {
    position: relative;
    width: min(380px, 100%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.44);
    transform: rotate(2deg);
}

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

.hero-poster-card span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(220, 38, 38, 0.9);
    font-weight: 900;
}

.hero-controls {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 28px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

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

.hero-dot.active {
    width: 34px;
    background: #f59e0b;
}

.section,
.page-section {
    padding: 72px 0;
}

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

.section-eyebrow,
.page-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #b45309;
    background: rgba(245, 158, 11, 0.13);
    font-weight: 900;
}

.section h2,
.page-head h1,
.detail-title h1 {
    margin: 0;
    color: #3a2718;
    letter-spacing: -0.04em;
}

.section h2,
.page-head h1 {
    font-size: clamp(30px, 4vw, 48px);
}

.section-head p,
.page-head p {
    max-width: 700px;
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.75;
}

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

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

.movie-card {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--card);
    box-shadow: 0 16px 36px rgba(146, 64, 14, 0.11);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.movie-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245, 158, 11, 0.5);
    box-shadow: 0 26px 60px rgba(146, 64, 14, 0.2);
}

.movie-cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: linear-gradient(135deg, #fde68a, #fed7aa);
}

.movie-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.movie-card:hover .movie-cover img,
.wide-card:hover img,
.rank-row:hover img {
    transform: scale(1.08);
}

.cover-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.74));
}

.card-duration,
.rank-badge {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.card-duration {
    right: 10px;
    bottom: 10px;
    padding: 5px 8px;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.68);
}

.rank-badge {
    left: 10px;
    top: 10px;
    min-width: 34px;
    text-align: center;
    padding: 6px 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444, #f59e0b);
}

.movie-info {
    display: grid;
    gap: 9px;
    padding: 15px;
}

.movie-info strong {
    overflow: hidden;
    color: #3a2718;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.45;
}

.movie-info em,
.rank-content em,
.wide-card em {
    overflow: hidden;
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: normal;
    line-height: 1.6;
}

.compact-card .movie-info em {
    -webkit-line-clamp: 1;
}

.card-meta {
    gap: 7px;
    color: #9a6b3d;
    font-size: 12px;
}

.card-meta span {
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.12);
}

.rail {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 8px 4px 22px;
    scrollbar-width: thin;
}

.wide-card {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    flex: 0 0 min(520px, 90vw);
    overflow: hidden;
    min-height: 196px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
}

.wide-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.wide-card span {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 22px;
}

.wide-card strong {
    color: #3a2718;
    font-size: 22px;
    line-height: 1.35;
}

.wide-card small,
.rank-content small {
    color: #b45309;
    font-weight: 800;
}

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

.category-tile {
    position: relative;
    overflow: hidden;
    min-height: 174px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(245, 158, 11, 0.28), transparent 8rem),
        rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 36px rgba(146, 64, 14, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(146, 64, 14, 0.18);
}

.category-tile strong {
    display: block;
    color: #78350f;
    font-size: 24px;
    margin-bottom: 12px;
}

.category-tile p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.rank-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
}

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

.rank-row {
    display: grid;
    grid-template-columns: 54px 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 104px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(146, 64, 14, 0.09);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-row:hover {
    transform: translateX(4px);
    box-shadow: 0 20px 44px rgba(146, 64, 14, 0.16);
}

.rank-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(135deg, #ef4444, #f59e0b);
    font-weight: 900;
}

.rank-row img {
    width: 76px;
    height: 92px;
    border-radius: 14px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.rank-content {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.rank-content strong {
    overflow: hidden;
    color: #3a2718;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
}

.rank-heat {
    padding: 8px 12px;
    border-radius: 999px;
    color: #b45309;
    background: rgba(245, 158, 11, 0.13);
    font-weight: 900;
}

.panel {
    border: 1px solid var(--line);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
}

.panel.pad {
    padding: 26px;
}

.search-panel {
    display: grid;
    grid-template-columns: minmax(220px, 1.8fr) repeat(4, minmax(130px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 36px rgba(146, 64, 14, 0.1);
}

.search-panel input,
.search-panel select,
.local-search input {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 16px;
    color: #4b2e1c;
    background: #fffaf0;
    outline: none;
    padding: 0 14px;
}

.search-panel input:focus,
.search-panel select:focus,
.local-search input:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
}

.local-search {
    margin: -8px 0 28px;
}

.empty-state {
    display: none;
    padding: 34px;
    color: var(--muted);
    text-align: center;
    border: 1px dashed rgba(245, 158, 11, 0.35);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
}

.detail-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 48px;
    color: #fff;
    background: #190e07;
}

.detail-hero::before {
    content: "";
    position: absolute;
    inset: -28px;
    background-image: var(--backdrop);
    background-size: cover;
    background-position: center;
    filter: blur(16px) saturate(1.14);
    opacity: 0.34;
}

.detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(22, 11, 5, 0.95), rgba(70, 30, 8, 0.78), rgba(22, 11, 5, 0.88));
}

.detail-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
    align-items: end;
}

.detail-cover {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.45);
}

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: #fde68a;
    font-weight: 700;
}

.detail-title h1 {
    font-size: clamp(36px, 5vw, 68px);
    color: #fff;
}

.detail-title p {
    max-width: 840px;
    margin: 18px 0 0;
    color: #ffefc4;
    font-size: 18px;
    line-height: 1.85;
}

.detail-meta {
    margin-top: 22px;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.tag-cloud span {
    padding: 8px 12px;
    border-radius: 999px;
    color: #78350f;
    background: #fef3c7;
    font-weight: 800;
}

.player-section {
    padding: 56px 0 20px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: #0b0b0b;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

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

.player-start {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 12px;
    border: 0;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.58)),
        transparent;
    cursor: pointer;
    transition: opacity 0.24s ease;
}

.player-start span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    box-shadow: 0 18px 46px rgba(239, 68, 68, 0.34);
    font-size: 40px;
    transform: translateX(3px);
}

.player-start strong {
    font-size: 20px;
    letter-spacing: 0.12em;
}

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

.article-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    padding: 34px 0 76px;
}

.article-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(146, 64, 14, 0.1);
}

.article-card + .article-card {
    margin-top: 22px;
}

.article-card h2,
.article-card h3 {
    margin: 0 0 14px;
    color: #78350f;
}

.article-card p {
    margin: 0;
    color: #5c4031;
    line-height: 1.95;
}

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

.mini-link {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    background: #fffaf0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.mini-link:hover {
    transform: translateX(3px);
    background: #fef3c7;
}

.mini-link img {
    width: 74px;
    height: 92px;
    border-radius: 12px;
    object-fit: cover;
}

.mini-link strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3a2718;
}

.mini-link span {
    display: block;
    margin-top: 6px;
    color: #b45309;
    font-size: 12px;
    font-weight: 800;
}

.site-footer {
    color: #fde68a;
    background: linear-gradient(135deg, #78350f, #7c2d12 54%, #431407);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 30px;
    padding: 46px 0 28px;
}

.footer-brand {
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
}

.site-footer p,
.site-footer li {
    color: #fde6a2;
    line-height: 1.8;
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #fff8dc;
}

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

.site-footer a:hover {
    color: #fff;
}

.footer-bottom {
    padding: 18px 0 30px;
    border-top: 1px solid rgba(253, 230, 138, 0.2);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
}

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

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

    .rank-layout,
    .article-grid {
        grid-template-columns: 1fr;
    }
}

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

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero,
    .hero-slide {
        min-height: 760px;
    }

    .hero-slide {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 26px;
        padding-top: 76px;
        padding-bottom: 82px;
    }

    .hero-poster {
        justify-items: start;
    }

    .hero-poster-card {
        width: 220px;
        border-radius: 24px;
        transform: rotate(0deg);
    }

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

    .movie-grid,
    .movie-grid.large {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .category-strip {
        grid-template-columns: 1fr;
    }

    .search-panel {
        grid-template-columns: 1fr;
    }

    .detail-shell {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .detail-cover {
        width: min(240px, 76vw);
    }

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

    .rank-row {
        grid-template-columns: 44px 64px minmax(0, 1fr);
    }

    .rank-heat {
        display: none;
    }
}

@media (max-width: 520px) {
    .container {
        width: min(100% - 22px, 1180px);
    }

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

    .brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .movie-grid,
    .movie-grid.large {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .movie-info {
        padding: 12px;
    }

    .movie-info strong {
        font-size: 14px;
    }

    .movie-info em {
        font-size: 12px;
    }

    .wide-card {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 158px;
    }

    .wide-card span {
        padding: 14px;
    }

    .wide-card strong {
        font-size: 17px;
    }

    .article-card {
        padding: 22px;
    }
}
