:root {
    --amber-50: #fffbeb;
    --amber-100: #fef3c7;
    --amber-200: #fde68a;
    --amber-300: #fcd34d;
    --amber-500: #f59e0b;
    --amber-600: #d97706;
    --amber-700: #b45309;
    --orange-50: #fff7ed;
    --orange-500: #f97316;
    --rose-400: #fb7185;
    --text: #2f2418;
    --muted: #746251;
    --line: rgba(180, 83, 9, 0.18);
    --card: rgba(255, 255, 255, 0.86);
    --shadow: 0 24px 70px rgba(146, 64, 14, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    background:
        radial-gradient(circle at 10% 0%, rgba(251, 191, 36, 0.28), transparent 28rem),
        radial-gradient(circle at 90% 10%, rgba(251, 113, 133, 0.14), transparent 24rem),
        linear-gradient(135deg, #fff7ed 0%, #fffbeb 42%, #fef3c7 100%);
    min-height: 100vh;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(217, 119, 6, 0.14);
    box-shadow: 0 12px 32px rgba(146, 64, 14, 0.12);
}

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

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

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    background: linear-gradient(135deg, var(--amber-600), var(--orange-500));
    box-shadow: 0 14px 30px rgba(217, 119, 6, 0.3);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong,
.footer-brand strong {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, var(--amber-700), var(--orange-500));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.brand-text em {
    margin-top: 5px;
    color: #8a7663;
    font-size: 12px;
    font-style: normal;
}

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

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

.nav-pill {
    padding: 9px 13px;
    border-radius: 14px;
    color: #685541;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.nav-pill:hover,
.nav-pill.is-active {
    color: var(--amber-700);
    background: var(--amber-100);
    box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.08);
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: var(--amber-100);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--amber-700);
}

.mobile-nav {
    display: none;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 22px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mobile-nav a {
    padding: 11px 12px;
    border-radius: 14px;
    background: #fff7ed;
    color: var(--amber-700);
    font-size: 14px;
}

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

main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 22px 54px;
}

.hero-carousel {
    position: relative;
    min-height: 640px;
    margin: 30px 0 34px;
    overflow: hidden;
    border-radius: 36px;
    color: #fff;
    box-shadow: var(--shadow);
    background: #78350f;
}

.hero-track,
.hero-slide {
    min-height: inherit;
}

.hero-slide {
    display: none;
    position: relative;
    isolation: isolate;
}

.hero-slide.is-active {
    display: block;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    filter: blur(24px) saturate(1.25);
    transform: scale(1.08);
    opacity: 0.55;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(67, 20, 7, 0.92) 0%, rgba(120, 53, 15, 0.68) 48%, rgba(67, 20, 7, 0.62) 100%),
        radial-gradient(circle at 78% 18%, rgba(251, 191, 36, 0.34), transparent 24rem);
}

.hero-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    right: 8%;
    top: 14%;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.2);
    filter: blur(16px);
    z-index: -1;
}

.hero-content {
    min-height: 640px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) 420px;
    align-items: center;
    gap: 42px;
    padding: 54px;
}

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

.hero-kicker,
.page-hero span,
.section-heading span,
.rank-panel > span,
.detail-copy > span,
.search-copy span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    color: #92400e;
    background: #fef3c7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.hero-copy .hero-kicker {
    color: #fffbeb;
    background: rgba(254, 243, 199, 0.18);
    border: 1px solid rgba(254, 243, 199, 0.22);
}

.hero-copy h1 {
    margin: 18px 0 0;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.hero-copy h2 {
    margin: 16px 0 0;
    color: var(--amber-200);
    font-size: clamp(26px, 3.4vw, 48px);
    line-height: 1.1;
    font-weight: 900;
}

.hero-copy p,
.page-hero p,
.section-heading p,
.detail-copy p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.85;
}

.hero-tags,
.hero-actions,
.detail-meta,
.tag-row,
.filter-chips {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-tags {
    margin: 26px 0;
}

.hero-tags span,
.detail-meta b,
.tag-row span,
.filter-chips button {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #fff7ed;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.primary-button,
.ghost-button,
.section-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button {
    color: #fff;
    background: linear-gradient(135deg, var(--amber-600), var(--orange-500));
    box-shadow: 0 16px 34px rgba(217, 119, 6, 0.28);
}

.ghost-button {
    color: #fff7ed;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.primary-button:hover,
.ghost-button:hover,
.section-more:hover {
    transform: translateY(-2px);
}

.full-button {
    width: 100%;
    margin-top: 18px;
}

.hero-poster {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    aspect-ratio: 2 / 3;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
    transform: rotate(2deg);
}

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

.hero-controls {
    position: absolute;
    left: 54px;
    right: 54px;
    bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.hero-arrow,
.hero-dot {
    pointer-events: auto;
    border: 0;
    cursor: pointer;
}

.hero-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.hero-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 255, 255, 0.4);
}

.hero-dot.is-active {
    width: 30px;
    background: #fcd34d;
}

.search-panel,
.content-section,
.page-hero,
.detail-hero,
.player-section,
.breadcrumb {
    margin-top: 28px;
}

.search-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(146, 64, 14, 0.08);
}

.search-copy h2 {
    margin: 10px 0 0;
    font-size: 26px;
    font-weight: 900;
}

.search-box {
    display: block;
    flex: 1;
    max-width: 520px;
}

.search-box input {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(217, 119, 6, 0.18);
    color: var(--text);
    background: #fff;
    outline: none;
    box-shadow: inset 0 0 0 1px transparent;
}

.search-box input:focus {
    border-color: rgba(217, 119, 6, 0.45);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.section-heading h2 {
    margin: 10px 0 0;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 950;
}

.section-heading p {
    color: var(--muted);
    max-width: 720px;
}

.section-more {
    color: var(--amber-700);
    background: #fff;
    border: 1px solid var(--line);
    min-width: max-content;
}

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

.category-card,
.overview-head,
.page-hero.category-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #92400e;
}

.category-card::before,
.overview-head::before,
.page-hero.category-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--category-bg);
    background-size: cover;
    background-position: center;
    filter: blur(4px) saturate(1.15);
    transform: scale(1.06);
    opacity: 0.44;
}

.category-card::after,
.overview-head::after,
.page-hero.category-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(120, 53, 15, 0.78), rgba(217, 119, 6, 0.62));
}

.category-card {
    min-height: 140px;
    padding: 22px;
    border-radius: 26px;
    color: #fff;
    box-shadow: 0 18px 38px rgba(146, 64, 14, 0.12);
    transition: transform 0.2s ease;
}

.category-card:hover,
.movie-card:hover,
.category-overview-card:hover {
    transform: translateY(-4px);
}

.category-card span,
.overview-head span {
    display: block;
    font-size: 24px;
    font-weight: 950;
}

.category-card strong,
.overview-head strong {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
}

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

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

.movie-card {
    overflow: hidden;
    border-radius: 24px;
    background: var(--card);
    border: 1px solid rgba(217, 119, 6, 0.14);
    box-shadow: 0 18px 42px rgba(146, 64, 14, 0.11);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.movie-card:hover {
    box-shadow: 0 26px 56px rgba(146, 64, 14, 0.18);
}

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

.poster-gradient {
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(transparent, rgba(67, 20, 7, 0.76));
}

.card-year,
.card-type,
.rank-badge {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.card-year {
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    background: rgba(217, 119, 6, 0.86);
}

.card-type {
    right: 10px;
    bottom: 10px;
    padding: 5px 8px;
    background: rgba(15, 23, 42, 0.72);
}

.rank-badge {
    left: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fb7185, #f97316);
}

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

.movie-title {
    display: block;
    min-height: 42px;
    color: #3d2d1d;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
}

.movie-title:hover {
    color: var(--amber-700);
}

.movie-meta,
.movie-one-line {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.movie-one-line {
    min-height: 60px;
}

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

.tag-row span {
    color: var(--amber-700);
    background: var(--amber-100);
    border-color: rgba(217, 119, 6, 0.12);
}

.two-column-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.rank-panel,
.article-card,
.info-card,
.category-overview-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    box-shadow: 0 18px 42px rgba(146, 64, 14, 0.1);
}

.rank-panel {
    padding: 24px;
}

.rank-panel h2 {
    margin: 12px 0 18px;
    font-size: 28px;
    font-weight: 950;
}

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

.rank-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid rgba(217, 119, 6, 0.1);
}

.rank-row b {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--amber-600);
}

.rank-row span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 800;
}

.rank-row em {
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
}

.page-main {
    padding-top: 26px;
}

.page-hero {
    min-height: 320px;
    display: flex;
    align-items: center;
    padding: 42px;
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 0%, rgba(251, 191, 36, 0.28), transparent 26rem),
        linear-gradient(135deg, #78350f, #b45309 55%, #f97316);
    box-shadow: var(--shadow);
}

.page-hero h1 {
    margin: 16px 0 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 950;
}

.page-hero p {
    max-width: 760px;
}

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

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

.category-overview-card {
    padding: 16px;
    transition: transform 0.2s ease;
}

.overview-head {
    display: block;
    min-height: 170px;
    padding: 26px;
    color: #fff;
    border-radius: 24px;
}

.overview-sample {
    margin-top: 16px;
}

.filter-bar {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.wide-search {
    max-width: none;
}

.filter-chips button {
    color: var(--amber-700);
    background: #fff;
    border: 1px solid var(--line);
    cursor: pointer;
}

.filter-chips button.is-active {
    color: #fff;
    background: var(--amber-600);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb a {
    color: var(--amber-700);
    font-weight: 800;
}

.detail-hero {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.detail-poster {
    overflow: hidden;
    border-radius: 28px;
    aspect-ratio: 2 / 3;
    background: #fef3c7;
    box-shadow: 0 24px 54px rgba(146, 64, 14, 0.18);
}

.detail-copy h1 {
    margin: 16px 0 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 950;
}

.detail-copy p {
    color: var(--muted);
    max-width: 820px;
}

.detail-meta {
    margin: 24px 0 0;
}

.detail-meta b {
    color: var(--amber-700);
    background: var(--amber-100);
    border-color: rgba(217, 119, 6, 0.12);
}

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

.player-section {
    padding: 22px;
    border-radius: 34px;
    background: #2c1708;
    box-shadow: var(--shadow);
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #000;
    aspect-ratio: 16 / 9;
}

.movie-player {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}

.player-cover {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(20, 10, 2, 0.36), rgba(20, 10, 2, 0.78));
}

.player-cover.is-hidden {
    display: none;
    pointer-events: none;
}

.play-icon {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 36px;
    color: #fff;
    background: linear-gradient(135deg, var(--amber-600), var(--rose-400));
    box-shadow: 0 18px 50px rgba(217, 119, 6, 0.38);
    padding-left: 5px;
}

.player-cover strong {
    font-size: 24px;
    font-weight: 950;
}

.detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}

.article-card,
.info-card {
    padding: 28px;
}

.article-card h2,
.info-card h2 {
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: 950;
}

.article-card p {
    margin: 0 0 24px;
    color: #5f4f3d;
    font-size: 16px;
    line-height: 1.95;
}

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

.info-card dt {
    color: var(--amber-700);
    font-weight: 900;
}

.info-card dd {
    margin: -8px 0 0;
    color: var(--muted);
}

.sticky-panel {
    position: sticky;
    top: 100px;
}

.site-footer {
    margin-top: 40px;
    color: #fde68a;
    background: linear-gradient(135deg, #78350f, #92400e);
}

.footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 38px 22px;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 34px;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.footer-brand p {
    margin: 10px 0 0;
    color: #fde68a;
    line-height: 1.7;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.footer-links a {
    padding: 8px 10px;
    border-radius: 999px;
    color: #fde68a;
    background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    padding: 18px 22px 26px;
    text-align: center;
    color: #fcd34d;
    border-top: 1px solid rgba(254, 243, 199, 0.14);
}

.back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--amber-600);
    box-shadow: 0 12px 28px rgba(217, 119, 6, 0.3);
    cursor: pointer;
    z-index: 60;
}

.back-top.is-visible {
    display: flex;
}

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

    .menu-toggle {
        display: flex;
    }

    .hero-content {
        grid-template-columns: minmax(0, 1fr) 320px;
        padding: 40px;
    }

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

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

@media (max-width: 860px) {
    main {
        padding: 0 16px 42px;
    }

    .header-inner {
        min-height: 66px;
        padding: 0 16px;
    }

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

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

    .hero-carousel {
        min-height: auto;
        border-radius: 28px;
    }

    .hero-content {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 34px 24px 80px;
    }

    .hero-poster {
        max-width: 260px;
        transform: none;
    }

    .hero-controls {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .search-panel,
    .section-heading,
    .two-column-section,
    .detail-content,
    .footer-inner,
    .detail-hero {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .search-panel {
        display: grid;
    }

    .search-box {
        max-width: none;
    }

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

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

    .sticky-panel {
        position: static;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

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

    .hero-copy h1,
    .page-hero h1,
    .detail-copy h1 {
        font-size: 34px;
    }

    .hero-copy h2 {
        font-size: 28px;
    }

    .hero-tags,
    .hero-actions,
    .detail-meta,
    .tag-row {
        gap: 8px;
    }

    .hero-actions .primary-button,
    .hero-actions .ghost-button {
        width: 100%;
    }

    .category-grid,
    .category-overview-list,
    .movie-grid,
    .compact-grid {
        grid-template-columns: 1fr;
    }

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

    .poster-link {
        height: 100%;
        min-height: 190px;
    }

    .movie-one-line {
        min-height: auto;
    }

    .page-hero,
    .detail-hero,
    .article-card,
    .info-card,
    .rank-panel {
        padding: 24px;
        border-radius: 26px;
    }

    .player-section {
        padding: 10px;
        border-radius: 24px;
    }

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