:root {
    --bg: #030712;
    --bg-soft: #0b1120;
    --panel: rgba(15, 23, 42, 0.76);
    --panel-solid: #111827;
    --line: rgba(148, 163, 184, 0.16);
    --text: #f8fafc;
    --muted: #94a3b8;
    --muted-strong: #cbd5e1;
    --blue: #38bdf8;
    --blue-deep: #2563eb;
    --cyan: #22d3ee;
    --pink: #e879f9;
    --green: #34d399;
    --radius: 22px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 20% 0%, rgba(37, 99, 235, 0.24), transparent 28rem), radial-gradient(circle at 80% 10%, rgba(34, 211, 238, 0.18), transparent 24rem), var(--bg);
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border-bottom: 1px solid transparent;
}

.site-header.is-scrolled,
.site-header.menu-active {
    background: rgba(3, 7, 18, 0.86);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
    border-color: var(--line);
    backdrop-filter: blur(18px);
}

.nav-inner {
    max-width: 1240px;
    height: 76px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--blue-deep), var(--cyan));
    color: #fff;
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.38);
}

.brand-text {
    font-size: 22px;
    background: linear-gradient(90deg, #60a5fa, #22d3ee);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

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

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

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

.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background: rgba(148, 163, 184, 0.12);
}

.mobile-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #e2e8f0;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.menu-active .mobile-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-header.menu-active .mobile-toggle span:nth-child(2) {
    opacity: 0;
}

.site-header.menu-active .mobile-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
    display: none;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px 18px;
}

.hero {
    min-height: 720px;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.9s ease;
    background-image: linear-gradient(90deg, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0.72) 42%, rgba(3, 7, 18, 0.34) 100%), var(--hero-image);
    background-size: cover;
    background-position: center;
}

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

.hero-backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 28% 42%, rgba(37, 99, 235, 0.28), transparent 18rem), linear-gradient(0deg, var(--bg) 0%, transparent 30%);
}

.hero-content {
    position: relative;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    padding: 112px 24px 120px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.48fr);
    align-items: center;
    gap: 56px;
}

.hero-copy {
    max-width: 760px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 13px;
    border: 1px solid rgba(56, 189, 248, 0.32);
    border-radius: 999px;
    color: #bae6fd;
    background: rgba(14, 165, 233, 0.12);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.detail-copy h1 {
    margin: 0;
    letter-spacing: -0.06em;
    line-height: 0.96;
}

.hero h1 {
    font-size: clamp(44px, 7vw, 92px);
}

.hero p {
    max-width: 680px;
    margin: 24px 0 0;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.85;
}

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

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

.hero-meta span,
.detail-meta span,
.movie-meta span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.68);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 700;
}

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

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

.hero-tags span,
.tag-row span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 800;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    font-weight: 900;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.section-action:hover,
.category-tile:hover,
.movie-card:hover,
.related-card:hover {
    transform: translateY(-4px);
}

.btn.primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
}

.btn.ghost {
    color: #dbeafe;
    background: rgba(15, 23, 42, 0.72);
}

.hero-poster {
    position: relative;
    width: min(360px, 100%);
    justify-self: end;
    border-radius: 34px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transform: rotate(2deg);
}

.hero-poster img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    background: linear-gradient(135deg, #111827, #1e293b);
}

.hero-poster span {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: rgba(37, 99, 235, 0.86);
    box-shadow: 0 16px 42px rgba(37, 99, 235, 0.46);
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 6;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.hero-controls button {
    border: 0;
    color: #fff;
    background: transparent;
}

.hero-controls > button {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
    font-size: 26px;
    line-height: 1;
}

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

.hero-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    opacity: 0.6;
    background: #64748b !important;
}

.hero-dot.active {
    width: 30px;
    opacity: 1;
    background: var(--blue) !important;
}

.hero-stats {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 5;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    pointer-events: none;
}

.hero-stats a {
    width: 170px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.62);
    border: 1px solid var(--line);
    backdrop-filter: blur(18px);
    pointer-events: auto;
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    color: #fff;
    font-size: 24px;
}

.hero-stats span {
    color: var(--muted);
    font-size: 13px;
}

.content-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 84px 24px;
}

.alt-section {
    max-width: none;
    margin: 0;
    padding-left: max(24px, calc((100vw - 1240px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1240px) / 2 + 24px));
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.36), rgba(15, 23, 42, 0.06));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-heading,
.category-overview-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.section-heading h2,
.category-overview-head h2,
.prose-card h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -0.05em;
}

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

.section-action {
    flex: 0 0 auto;
    padding: 11px 16px;
    border-radius: 999px;
    color: #dbeafe;
    border: 1px solid rgba(96, 165, 250, 0.28);
    background: rgba(37, 99, 235, 0.08);
    font-weight: 900;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

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

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

.movie-card {
    min-width: 0;
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(15, 23, 42, 0.68);
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.movie-card:hover {
    border-color: rgba(56, 189, 248, 0.36);
    background: rgba(15, 23, 42, 0.88);
}

.movie-cover {
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.movie-cover img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.movie-card:hover .movie-cover img {
    transform: scale(1.06);
}

.cover-play,
.rank-badge {
    position: absolute;
    z-index: 2;
}

.cover-play {
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: rgba(37, 99, 235, 0.86);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.movie-card:hover .cover-play {
    opacity: 1;
    transform: scale(1);
}

.rank-badge {
    left: 10px;
    top: 10px;
    padding: 6px 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #e11d48);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.movie-info {
    padding: 14px;
}

.movie-meta {
    gap: 6px;
}

.movie-meta span {
    padding: 4px 7px;
    font-size: 11px;
}

.movie-info h3 {
    min-height: 48px;
    margin: 12px 0 8px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.movie-info h3 a:hover {
    color: var(--blue);
}

.movie-info p {
    min-height: 62px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

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

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

.category-tile {
    display: block;
    padding: 18px;
    border-radius: 26px;
    background: rgba(15, 23, 42, 0.68);
    border: 1px solid var(--line);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-tile:hover {
    border-color: rgba(56, 189, 248, 0.34);
}

.category-stack {
    display: flex;
    min-height: 118px;
    margin-bottom: 16px;
}

.category-stack img {
    width: 34%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 16px;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.category-stack img + img {
    margin-left: -8%;
}

.category-tile strong,
.category-tile span,
.category-tile small {
    display: block;
}

.category-tile strong {
    font-size: 22px;
    letter-spacing: -0.04em;
}

.category-tile span {
    margin-top: 6px;
    color: var(--muted-strong);
}

.category-tile small {
    margin-top: 10px;
    color: var(--blue);
    font-weight: 900;
}

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

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

.movie-card-wide {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
}

.movie-card-wide .movie-info h3 {
    min-height: auto;
    font-size: 19px;
}

.movie-card-wide .movie-info p {
    min-height: auto;
}

.subpage {
    padding-top: 96px;
}

.page-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 84px 24px 54px;
}

.small-hero,
.category-hero,
.ranking-hero,
.search-hero {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.page-hero h1 {
    font-size: clamp(42px, 7vw, 78px);
}

.page-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--muted-strong);
    font-size: 18px;
    line-height: 1.8;
}

.category-overview-list {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px 80px;
    display: grid;
    gap: 26px;
}

.category-overview-card {
    padding: 26px;
    border-radius: 30px;
    background: rgba(15, 23, 42, 0.58);
    border: 1px solid var(--line);
}

.filter-bar {
    display: grid;
    grid-template-columns: minmax(240px, 1.3fr) repeat(3, minmax(120px, 0.7fr));
    gap: 14px;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.64);
}

.filter-bar label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.filter-bar input,
.filter-bar select {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 15px;
    color: #fff;
    outline: 0;
    background: rgba(2, 6, 23, 0.68);
}

.filter-bar input:focus,
.filter-bar select:focus {
    border-color: rgba(56, 189, 248, 0.58);
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12);
}

.result-line {
    margin: 0 0 24px;
    color: var(--muted);
    font-weight: 700;
}

.result-line strong {
    color: var(--blue);
}

.empty-state {
    display: none;
    margin: 30px 0 0;
    padding: 28px;
    border-radius: 20px;
    text-align: center;
    color: var(--muted);
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid var(--line);
}

.empty-state.show {
    display: block;
}

.hidden-by-filter {
    display: none !important;
}

.breadcrumb {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
}

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

.movie-detail-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 46px 24px 56px;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.detail-cover {
    border-radius: 30px;
    overflow: hidden;
    background: #111827;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

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

.detail-copy h1 {
    font-size: clamp(38px, 6vw, 76px);
}

.detail-one-line {
    margin: 22px 0 0;
    max-width: 780px;
    color: #dbeafe;
    font-size: 20px;
    line-height: 1.75;
}

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

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

.player-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: var(--shadow);
}

.movie-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.player-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border: 0;
    color: #fff;
    background: rgba(3, 7, 18, 0.32);
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-overlay img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.48) blur(1px);
}

.player-overlay .play-icon,
.player-overlay strong {
    position: relative;
    z-index: 2;
}

.player-overlay .play-icon {
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    box-shadow: 0 20px 60px rgba(37, 99, 235, 0.42);
    font-size: 34px;
}

.player-overlay strong {
    margin-top: 112px;
    padding: 11px 18px;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.player-frame.is-playing .player-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

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

.prose-card {
    padding: 26px;
    border-radius: 26px;
    background: rgba(15, 23, 42, 0.68);
    border: 1px solid var(--line);
}

.prose-card h2 {
    font-size: 28px;
}

.prose-card p {
    margin: 14px 0 0;
    color: var(--muted-strong);
    font-size: 16px;
    line-height: 1.95;
}

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

.related-card {
    display: block;
    padding: 12px;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid var(--line);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.related-card:hover {
    border-color: rgba(56, 189, 248, 0.34);
}

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

.related-card span,
.related-card small {
    display: block;
}

.related-card span {
    margin-top: 10px;
    font-weight: 900;
    line-height: 1.45;
}

.related-card small {
    margin-top: 4px;
    color: var(--muted);
}

.site-footer {
    border-top: 1px solid var(--line);
    background: rgba(2, 6, 23, 0.72);
}

.footer-grid {
    max-width: 1240px;
    margin: 0 auto;
    padding: 44px 24px;
    display: grid;
    grid-template-columns: 1.2fr 0.7fr 1fr;
    gap: 28px;
}

.footer-brand .brand-mark {
    width: 34px;
    height: 34px;
}

.footer-copy {
    max-width: 520px;
    margin: 16px 0 0;
    color: var(--muted);
    line-height: 1.8;
}

.footer-title {
    margin: 0 0 16px;
    font-size: 18px;
}

.footer-links {
    display: grid;
    gap: 10px;
}

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

.footer-links a {
    color: var(--muted-strong);
}

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

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

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

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

    .mobile-toggle {
        display: block;
    }

    .mobile-nav.is-open {
        display: grid;
        gap: 10px;
    }

    .mobile-link {
        padding: 12px 0;
        border-top: 1px solid var(--line);
    }

    .hero-content,
    .movie-detail-hero,
    .detail-body,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-content {
        gap: 32px;
        padding-top: 102px;
    }

    .hero-poster {
        width: 260px;
        justify-self: start;
    }

    .hero-stats {
        display: none;
    }

    .section-heading,
    .category-overview-head {
        display: block;
    }

    .section-action,
    .category-overview-head .btn {
        margin-top: 18px;
    }

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

    .category-grid,
    .rank-grid,
    .large-rank-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .nav-inner {
        height: 66px;
        padding: 0 16px;
    }

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

    .hero {
        min-height: 760px;
    }

    .hero-content,
    .content-section,
    .page-hero,
    .movie-detail-hero,
    .category-overview-list,
    .breadcrumb {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .hero p,
    .page-hero p,
    .detail-one-line {
        font-size: 16px;
    }

    .hero-controls {
        bottom: 18px;
    }

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

    .movie-info {
        padding: 12px;
    }

    .movie-info h3 {
        font-size: 15px;
    }

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

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

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

    .player-overlay .play-icon {
        width: 66px;
        height: 66px;
    }

    .player-overlay strong {
        margin-top: 92px;
    }
}
