:root {
    --pink: #ec4899;
    --rose: #ef4444;
    --orange: #f97316;
    --amber: #facc15;
    --ink: #1f2937;
    --muted: #6b7280;
    --soft: #fff7ed;
    --line: #fde2ef;
    --shadow: 0 20px 45px rgba(236, 72, 153, 0.14);
    --gradient: linear-gradient(135deg, #ec4899 0%, #ef4444 48%, #f97316 100%);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: #f9fafb;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

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

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

button,
input {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(252, 231, 243, 0.9);
    backdrop-filter: blur(18px);
}

.nav-wrap {
    max-width: 1260px;
    height: 72px;
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.02em;
    white-space: nowrap;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: var(--gradient);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(236, 72, 153, 0.28);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    overflow: hidden;
}

.main-nav a,
.mobile-panel a {
    padding: 10px 13px;
    color: #4b5563;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.25s ease;
}

.main-nav a:hover,
.main-nav a.active,
.mobile-panel a:hover,
.mobile-panel a.active {
    color: var(--pink);
    background: linear-gradient(90deg, #fce7f3, #ffedd5);
}

.top-search,
.mobile-search,
.big-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-search input,
.mobile-search input,
.big-search input,
.filter-top input {
    border: 2px solid #fbcfe8;
    outline: none;
    background: #fff;
    color: var(--ink);
    border-radius: 999px;
    transition: 0.25s ease;
}

.top-search input {
    width: 210px;
    padding: 10px 16px;
}

.top-search input:focus,
.mobile-search input:focus,
.big-search input:focus,
.filter-top input:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}

.top-search button,
.mobile-search button,
.big-search button,
.primary-btn,
.ghost-btn,
.section-link,
.hero-side-card a {
    border: none;
    cursor: pointer;
    font-weight: 900;
    border-radius: 999px;
    transition: 0.25s ease;
}

.top-search button,
.mobile-search button,
.big-search button,
.primary-btn {
    color: #fff;
    background: var(--gradient);
    box-shadow: 0 14px 28px rgba(239, 68, 68, 0.22);
}

.top-search button {
    padding: 10px 16px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 12px;
    color: var(--pink);
    background: #fce7f3;
}

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

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

.mobile-search input {
    flex: 1;
    padding: 12px 16px;
}

.mobile-search button {
    padding: 12px 18px;
}

.hero-carousel {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    color: #fff;
    background: #3b0d21;
}

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

.hero-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

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

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.06);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 18%, rgba(250, 204, 21, 0.26), transparent 30%),
        linear-gradient(90deg, rgba(71, 8, 33, 0.92) 0%, rgba(126, 20, 52, 0.72) 38%, rgba(249, 115, 22, 0.32) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent 45%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 112px 24px 150px;
    margin-left: calc((100vw - min(1260px, 100vw)) / 2);
}

.eyebrow {
    margin: 0 0 14px;
    color: #fff7ad;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow.dark {
    color: var(--pink);
}

.hero-content h1 {
    margin: 0;
    max-width: 720px;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 1.04;
    font-weight: 950;
    text-shadow: 0 20px 42px rgba(0, 0, 0, 0.38);
}

.hero-summary {
    max-width: 680px;
    margin: 24px 0 0;
    color: #fff7fb;
    font-size: 21px;
}

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

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

.hero-tags span,
.tag-row span,
.info-card dd span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    color: #9d174d;
    background: #fce7f3;
    border: 1px solid #fbcfe8;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.hero-content .hero-tags span,
.detail-tags span {
    color: #fff;
    background: rgba(255, 255, 255, 0.17);
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(12px);
}

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

.primary-btn,
.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
}

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

.primary-btn:hover,
.ghost-btn:hover,
.hero-side-card a:hover,
.big-search button:hover,
.top-search button:hover {
    transform: translateY(-2px) scale(1.02);
}

.hero-side-card {
    position: absolute;
    right: calc((100vw - min(1260px, 100vw)) / 2 + 24px);
    bottom: 110px;
    z-index: 3;
    width: min(350px, calc(100vw - 48px));
    padding: 28px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.hero-side-card p,
.hero-side-card h2,
.hero-side-card span {
    margin: 0;
}

.hero-side-card p {
    color: #fde68a;
    font-weight: 900;
}

.hero-side-card h2 {
    margin-top: 10px;
    font-size: 27px;
    line-height: 1.18;
}

.hero-side-card span {
    display: block;
    margin-top: 12px;
    color: #fff7fb;
}

.hero-side-card a {
    display: inline-flex;
    margin-top: 20px;
    padding: 12px 20px;
    color: #be123c;
    background: #fff;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 16px;
    transform: translateX(-50%);
}

.hero-prev,
.hero-next,
.hero-dot {
    border: none;
    cursor: pointer;
}

.hero-prev,
.hero-next {
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

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

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

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

.panel-section,
.color-band {
    max-width: 1260px;
    margin: 0 auto;
    padding: 64px 22px;
}

.color-band {
    max-width: none;
    padding-left: max(22px, calc((100vw - 1260px) / 2 + 22px));
    padding-right: max(22px, calc((100vw - 1260px) / 2 + 22px));
    background: linear-gradient(90deg, #fce7f3 0%, #fff1f2 48%, #ffedd5 100%);
}

.quick-search {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 560px);
    gap: 26px;
    align-items: center;
}

.quick-search h2,
.section-head h2,
.page-hero h1,
.detail-info h1,
.story-card h2,
.info-card h2 {
    margin: 0;
    color: #111827;
    line-height: 1.15;
}

.quick-search h2,
.section-head h2 {
    font-size: clamp(27px, 4vw, 40px);
}

.big-search input {
    flex: 1;
    min-height: 56px;
    padding: 0 22px;
}

.big-search button {
    min-height: 56px;
    padding: 0 24px;
}

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

.section-head.light h2,
.section-head.light .eyebrow,
.section-link.light {
    color: #831843;
}

.section-link {
    color: var(--pink);
    font-weight: 900;
}

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

.category-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    border-radius: 26px;
    box-shadow: var(--shadow);
    transform: translateZ(0);
}

.category-card img,
.category-glow {
    position: absolute;
    inset: 0;
}

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

.category-glow {
    background: linear-gradient(0deg, rgba(76, 5, 25, 0.92), rgba(236, 72, 153, 0.18));
}

.category-card strong,
.category-card p {
    position: relative;
    z-index: 1;
    margin: 0;
}

.category-card strong {
    font-size: 24px;
    font-weight: 950;
}

.category-card p {
    margin-top: 8px;
    color: #fff7fb;
    font-size: 14px;
}

.category-card:hover img {
    transform: scale(1.08);
}

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

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

.movie-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #fce7f3;
    border-radius: 24px;
    box-shadow: var(--shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(236, 72, 153, 0.2);
}

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #fce7f3, #ffedd5);
}

.movie-card-small .poster-link {
    aspect-ratio: 4 / 3;
}

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

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

.poster-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 54%);
}

.play-dot {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--gradient);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.rank-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    border-radius: 999px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.25);
}

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

.movie-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--pink);
    font-size: 13px;
    font-weight: 900;
}

.movie-card h3 {
    margin: 8px 0 8px;
    font-size: 21px;
    line-height: 1.25;
}

.movie-card h3 a:hover {
    color: var(--pink);
}

.movie-card p {
    min-height: 50px;
    margin: 0;
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.tag-row span {
    min-height: 24px;
    padding: 4px 9px;
    font-size: 12px;
}

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

.rank-link {
    display: grid;
    grid-template-columns: 42px 64px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: #fff;
    border: 1px solid #fce7f3;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(236, 72, 153, 0.08);
    transition: 0.22s ease;
}

.rank-link:hover {
    transform: translateY(-3px);
    border-color: #f9a8d4;
}

.rank-num {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 950;
    background: var(--gradient);
    border-radius: 999px;
}

.rank-link img {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
}

.rank-title {
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-heat {
    color: var(--pink);
    font-size: 13px;
    font-weight: 900;
}

.page-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--gradient);
}

.page-hero {
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 82px max(22px, calc((100vw - 1260px) / 2 + 22px));
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: -40% -10% auto auto;
    width: 520px;
    height: 520px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
}

.page-hero > * {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    max-width: 860px;
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
}

.page-hero p:not(.eyebrow) {
    max-width: 760px;
    margin: 18px 0 0;
    color: #fff7fb;
    font-size: 19px;
}

.slim-hero {
    min-height: 260px;
}

.filter-panel {
    padding-top: 42px;
}

.filter-top {
    position: sticky;
    top: 73px;
    z-index: 20;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 28px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #fce7f3;
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(236, 72, 153, 0.08);
    backdrop-filter: blur(14px);
}

.filter-top input {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-chip {
    border: none;
    padding: 10px 15px;
    color: #9d174d;
    background: #fce7f3;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
    transition: 0.22s ease;
}

.filter-chip:hover,
.filter-chip.active {
    color: #fff;
    background: var(--gradient);
}

.movie-card.is-hidden {
    display: none;
}

.detail-hero {
    min-height: 570px;
}

.detail-bg,
.detail-bg img,
.detail-bg span {
    position: absolute;
    inset: 0;
}

.detail-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(14px) scale(1.08) saturate(1.15);
    opacity: 0.6;
}

.detail-bg span {
    background:
        radial-gradient(circle at 20% 20%, rgba(252, 211, 77, 0.18), transparent 32%),
        linear-gradient(90deg, rgba(67, 7, 36, 0.92), rgba(136, 19, 55, 0.75), rgba(249, 115, 22, 0.58));
}

.detail-layout {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: 0 auto;
    padding: 78px 22px 72px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 42px;
    align-items: center;
}

.detail-poster {
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.28);
    border-radius: 34px;
    box-shadow: 0 30px 85px rgba(0, 0, 0, 0.32);
}

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: #ffe4f1;
    font-weight: 800;
    margin-bottom: 18px;
}

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

.detail-info h1 {
    color: #fff;
    font-size: clamp(38px, 6vw, 72px);
    text-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

.detail-one-line {
    max-width: 820px;
    margin: 22px 0 0;
    color: #fff7fb;
    font-size: 22px;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.detail-meta span {
    padding: 8px 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.watch-section {
    max-width: 1260px;
    margin: -46px auto 0;
    padding: 0 22px;
    position: relative;
    z-index: 5;
}

.player-shell {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #020617;
    border: 8px solid #fff;
    border-radius: 30px;
    box-shadow: 0 30px 90px rgba(76, 5, 25, 0.28);
}

.movie-video {
    width: 100%;
    height: 100%;
    background: #000;
}

.player-cover {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.26), rgba(0, 0, 0, 0.62));
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-cover span {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    padding-left: 4px;
    font-size: 36px;
    background: var(--gradient);
    border-radius: 999px;
    box-shadow: 0 18px 48px rgba(239, 68, 68, 0.35);
}

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

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

.detail-content {
    display: grid;
    grid-template-columns: 1fr 1fr 320px;
    gap: 22px;
}

.story-card,
.info-card {
    padding: 28px;
    background: #fff;
    border: 1px solid #fce7f3;
    border-radius: 26px;
    box-shadow: var(--shadow);
}

.story-card p:last-child {
    margin: 16px 0 0;
    color: #4b5563;
    font-size: 17px;
}

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

.info-card dt {
    color: var(--pink);
    font-size: 13px;
    font-weight: 900;
}

.info-card dd {
    margin: -8px 0 0;
    color: #374151;
    font-weight: 800;
}

.info-card dd span {
    margin: 4px 4px 0 0;
}

.site-footer {
    margin-top: 40px;
    color: #fff;
    background: linear-gradient(135deg, #831843 0%, #991b1b 52%, #9a3412 100%);
}

.footer-grid {
    max-width: 1260px;
    margin: 0 auto;
    padding: 52px 22px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer-brand {
    color: #fff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.site-footer p {
    max-width: 420px;
    color: #ffe4f1;
}

.site-footer h2 {
    margin: 0 0 14px;
    font-size: 18px;
}

.site-footer a:not(.footer-brand) {
    display: block;
    margin: 8px 0;
    color: #ffe4f1;
}

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

.footer-bottom {
    max-width: 1260px;
    margin: 0 auto;
    padding: 18px 22px 26px;
    color: #fbcfe8;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1120px) {
    .main-nav,
    .top-search {
        display: none;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
        margin-left: auto;
    }

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

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

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

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

    .info-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 860px) {
    .hero-carousel {
        min-height: 760px;
    }

    .hero-content {
        padding-top: 92px;
        padding-bottom: 250px;
        margin-left: 0;
    }

    .hero-side-card {
        left: 22px;
        right: 22px;
        bottom: 92px;
        width: auto;
    }

    .quick-search,
    .filter-top,
    .detail-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .big-search {
        flex-direction: column;
        align-items: stretch;
    }

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

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

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

    .detail-layout {
        padding-top: 56px;
    }

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

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

@media (max-width: 560px) {
    .nav-wrap {
        height: 64px;
        padding: 0 16px;
    }

    .brand {
        font-size: 21px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .hero-content,
    .panel-section,
    .page-hero,
    .watch-section,
    .color-band {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .hero-summary,
    .detail-one-line {
        font-size: 18px;
    }

    .category-grid,
    .movie-grid,
    .compact-grid,
    .rank-card-grid {
        grid-template-columns: 1fr;
    }

    .rank-link {
        grid-template-columns: 36px 56px 1fr;
    }

    .rank-heat {
        display: none;
    }

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