:root {
    --bg: #f8fbff;
    --panel: #ffffff;
    --ink: #172033;
    --muted: #65758c;
    --line: rgba(30, 64, 175, 0.12);
    --blue: #2563eb;
    --cyan: #06b6d4;
    --orange: #f97316;
    --green: #22c55e;
    --red: #ef4444;
    --purple: #8b5cf6;
    --shadow: 0 22px 60px rgba(15, 23, 42, 0.14);
    --soft-shadow: 0 12px 34px rgba(15, 23, 42, 0.11);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: linear-gradient(135deg, #f8fbff 0%, #eef7ff 52%, #f8fbff 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.65;
}

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: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.header-inner {
    max-width: 1800px;
    min-height: 80px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26);
}

.brand-text strong,
.footer-brand strong {
    display: block;
    font-size: 24px;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    -webkit-background-clip: text;
    color: transparent;
}

.brand-text em {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
    margin-top: 2px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
    display: none;
}

.site-nav a {
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 999px;
    color: #334155;
    font-weight: 700;
    transition: 0.22s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: #eef5ff;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav-toggle span {
    width: 20px;
    height: 2px;
    background: #1e293b;
    border-radius: 99px;
}

.hero-section {
    position: relative;
    min-height: 85vh;
    padding: 28px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 24px;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: -18% -10% auto auto;
    width: 620px;
    height: 620px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.26), transparent 68%);
    pointer-events: none;
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding: 18px 4px 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
}

.hero-copy h1,
.page-hero h1 {
    margin: 12px 0 12px;
    font-size: clamp(36px, 6vw, 72px);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.hero-copy p,
.page-hero p {
    max-width: 760px;
    color: var(--muted);
    font-size: 18px;
    margin: 0;
}

.hero-actions,
.detail-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.primary-btn,
.secondary-btn,
.section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 900;
    transition: 0.22s ease;
}

.primary-btn {
    padding: 13px 24px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.25);
}

.secondary-btn,
.section-link {
    padding: 12px 22px;
    color: var(--blue);
    background: #ffffff;
    box-shadow: inset 0 0 0 1px var(--line);
}

.primary-btn:hover,
.secondary-btn:hover,
.section-link:hover {
    transform: translateY(-2px);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    min-height: 0;
}

.hero-card {
    position: relative;
    min-height: 420px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    isolation: isolate;
    transform: translateZ(0);
}

.hero-card img,
.poster-link img,
.scroll-card img,
.highlight-image img,
.detail-backdrop img,
.player-cover img,
.mini-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-card img,
.poster-link img,
.scroll-card img,
.highlight-image img {
    transition: transform 0.7s ease;
}

.hero-card:hover img,
.movie-card:hover .poster-link img,
.scroll-card:hover img,
.highlight-card:hover .highlight-image img {
    transform: scale(1.08);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 7, 18, 0.08), rgba(3, 7, 18, 0.52) 44%, rgba(3, 7, 18, 0.9));
    z-index: 1;
}

.hero-label {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 26px;
    color: #facc15;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px 14px;
    border-radius: 999px;
}

.hero-content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 34px;
    color: #ffffff;
}

.hero-content strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(26px, 3vw, 46px);
    line-height: 1.12;
    margin-bottom: 14px;
}

.hero-content em {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    font-style: normal;
    margin-bottom: 20px;
}

.hero-content b,
.highlight-copy b {
    display: inline-flex;
    padding: 11px 18px;
    border-radius: 999px;
    color: var(--blue);
    background: #ffffff;
}

.section-wrap,
.scroll-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 28px;
}

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

.section-head h2 {
    margin: 6px 0 0;
    font-size: clamp(28px, 4vw, 46px);
    letter-spacing: -0.035em;
}

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

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

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

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

.movie-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--soft-shadow);
    border: 1px solid rgba(37, 99, 235, 0.08);
    transition: 0.24s ease;
}

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

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #dbeafe;
}

.movie-card.wide .poster-link {
    aspect-ratio: 16 / 10;
}

.poster-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58));
    opacity: 0;
    transition: 0.24s ease;
}

.movie-card:hover .poster-shade {
    opacity: 1;
}

.rank-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--orange), var(--red));
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.25);
}

.play-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%) scale(0.86);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    opacity: 0;
    transition: 0.24s ease;
}

.movie-card:hover .play-dot {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

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

.movie-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.movie-meta-line span:not(:last-child)::after {
    content: "·";
    margin-left: 8px;
    color: #94a3b8;
}

.movie-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

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

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

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

.tag-row span,
.detail-tags span {
    color: #1d4ed8;
    background: #eff6ff;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 800;
}

.highlight-band {
    padding: 72px 28px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.highlight-card {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 38px;
    align-items: center;
    color: #ffffff;
}

.highlight-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

.highlight-image b {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 92px;
    height: 92px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
    font-size: 34px;
}

.highlight-copy em {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    font-style: normal;
    background: rgba(255, 255, 255, 0.18);
    margin-bottom: 18px;
}

.highlight-copy strong {
    display: block;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
    margin-bottom: 18px;
}

.highlight-copy span {
    display: block;
    color: #dff7ff;
    font-size: 18px;
    margin-bottom: 26px;
}

.muted-block {
    background: rgba(255, 255, 255, 0.56);
    border-radius: var(--radius-xl);
}

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

.category-tile,
.category-overview-card {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    border-radius: var(--radius-lg);
    padding: 24px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
    border: 1px solid rgba(37, 99, 235, 0.08);
    transition: 0.24s ease;
}

.category-tile:hover,
.category-overview-card:hover {
    transform: translateY(-5px);
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.category-tile span,
.category-number {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    font-weight: 900;
    margin-bottom: 28px;
}

.category-tile:hover span,
.category-overview-card:hover .category-number {
    color: var(--blue);
    background: #ffffff;
}

.category-tile strong,
.category-overview-card strong {
    font-size: 22px;
    margin-bottom: 8px;
}

.category-tile em,
.category-overview-card em {
    color: var(--muted);
    font-style: normal;
    font-size: 14px;
}

.category-tile:hover em,
.category-overview-card:hover em {
    color: rgba(255, 255, 255, 0.86);
}

.category-overview-card b {
    margin-top: auto;
}

.scroll-section {
    overflow: hidden;
}

.scroll-row {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
}

.scroll-card {
    position: relative;
    flex: 0 0 340px;
    height: 230px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--soft-shadow);
    scroll-snap-align: start;
}

.scroll-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.scroll-card span {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    color: #ffffff;
}

.scroll-card strong,
.scroll-card em {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scroll-card strong {
    -webkit-line-clamp: 1;
    font-size: 20px;
}

.scroll-card em {
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, 0.78);
    font-style: normal;
    font-size: 14px;
}

.filter-head {
    align-items: center;
}

.filter-tools {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.filter-input,
.sort-select {
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--ink);
    outline: none;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.filter-input {
    width: min(420px, 76vw);
    padding: 0 20px;
}

.sort-select {
    padding: 0 18px;
}

.page-hero {
    padding: 76px 28px 44px;
    max-width: 1600px;
    margin: 0 auto;
}

.simple-hero,
.category-hero,
.ranking-hero {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(15, 23, 42, 0.62);
    font-weight: 800;
    margin-top: 24px;
}

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

.crumbs > *:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #94a3b8;
}

.ranking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 30px;
    align-items: start;
}

.ranking-side {
    position: sticky;
    top: 110px;
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--soft-shadow);
    padding: 24px;
}

.ranking-side h2 {
    margin: 0 0 18px;
}

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

.mini-card {
    position: relative;
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 14px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    background: #f8fbff;
    transition: 0.22s ease;
}

.mini-card:hover {
    background: #eff6ff;
}

.mini-card img {
    width: 84px;
    height: 84px;
    border-radius: 14px;
}

.mini-card strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.mini-card em {
    display: block;
    color: var(--muted);
    font-style: normal;
    font-size: 12px;
    margin-top: 4px;
}

.mini-rank {
    position: absolute;
    left: 6px;
    top: 6px;
    color: #ffffff;
    background: var(--red);
    border-radius: 999px;
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.detail-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    color: #ffffff;
    background: #020617;
}

.detail-backdrop {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    filter: blur(4px);
    transform: scale(1.04);
}

.detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.95), rgba(2, 6, 23, 0.7), rgba(2, 6, 23, 0.42));
}

.detail-inner {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
    padding: 48px 28px 76px;
}

.detail-hero .crumbs {
    color: rgba(255, 255, 255, 0.68);
}

.detail-hero .crumbs a {
    color: #93c5fd;
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    gap: 40px;
    align-items: center;
    margin-top: 42px;
}

.player-shell {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
    background: #000000;
}

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

.player-cover {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    background: #000000;
}

.player-cover-layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}

.play-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(14px);
    font-size: 34px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.player-cover strong {
    position: absolute;
    left: 50%;
    top: calc(50% + 76px);
    transform: translateX(-50%);
    font-size: 18px;
}

.player-shell.is-playing .player-cover {
    display: none;
}

.detail-copy .eyebrow {
    color: #67e8f9;
}

.detail-copy h1 {
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.08;
    margin: 14px 0 18px;
    letter-spacing: -0.04em;
}

.lead-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    margin: 0 0 22px;
}

.detail-copy .secondary-btn {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

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

.content-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 30px;
    box-shadow: var(--soft-shadow);
}

.content-card h2 {
    margin: 0 0 14px;
    font-size: 28px;
}

.content-card p {
    margin: 0;
    color: #475569;
    font-size: 17px;
}

.site-footer {
    color: #ffffff;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    margin-top: 50px;
}

.footer-inner {
    max-width: 1800px;
    margin: 0 auto;
    padding: 58px 32px 32px;
}

.footer-brand {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 34px;
}

.footer-brand p {
    margin: 4px 0 0;
    color: #bfdbfe;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 34px;
}

.footer-grid h2 {
    margin: 0 0 16px;
    font-size: 19px;
}

.footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
}

.footer-grid li {
    break-inside: avoid;
    margin: 0 0 9px;
}

.footer-grid a,
.footer-grid p {
    color: #bfdbfe;
}

.footer-grid a:hover {
    color: #ffffff;
}

.copyright {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgba(191, 219, 254, 0.18);
    color: #bfdbfe;
    font-size: 14px;
}

.is-hidden {
    display: none !important;
}

@media (max-width: 1280px) {
    .poster-grid,
    .all-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .ranking-layout,
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .ranking-side {
        position: static;
    }
}

@media (max-width: 900px) {
    .header-inner {
        padding: 0 18px;
        min-height: 72px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border-radius: 22px;
        background: #ffffff;
        box-shadow: var(--shadow);
        max-height: calc(100vh - 96px);
        overflow-y: auto;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        border-radius: 14px;
    }

    .hero-section {
        min-height: auto;
        padding: 24px 16px;
    }

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

    .hero-card {
        min-height: 360px;
    }

    .highlight-card,
    .detail-content,
    .footer-grid {
        grid-template-columns: 1fr;
    }

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

    .filter-tools {
        width: 100%;
        justify-content: flex-start;
    }

    .filter-input,
    .sort-select {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .brand-text em {
        display: none;
    }

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

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

    .section-wrap,
    .scroll-section,
    .highlight-band,
    .page-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .poster-grid,
    .wide-grid,
    .all-grid,
    .category-grid,
    .category-overview-grid {
        grid-template-columns: 1fr;
    }

    .hero-content {
        padding: 24px;
    }

    .scroll-card {
        flex-basis: 82vw;
    }

    .detail-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .detail-hero {
        min-height: auto;
    }

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