:root {
    --site-bg: #fffaf2;
    --site-surface: #ffffff;
    --site-text: #1f2937;
    --site-muted: #6b7280;
    --site-border: rgba(251, 146, 60, 0.22);
    --site-orange: #f97316;
    --site-amber: #f59e0b;
    --site-deep: #7c2d12;
    --site-shadow: 0 18px 50px rgba(124, 45, 18, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 42%, #fff7ed 100%);
    color: var(--site-text);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1180px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: linear-gradient(90deg, rgba(255, 251, 235, 0.95), rgba(255, 247, 237, 0.95), rgba(254, 243, 199, 0.95));
    border-bottom: 1px solid var(--site-border);
    box-shadow: 0 10px 30px rgba(124, 45, 18, 0.08);
    backdrop-filter: blur(16px);
}

.site-nav {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

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

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    box-shadow: 0 12px 25px rgba(249, 115, 22, 0.3);
    font-size: 18px;
}

.brand-copy strong {
    display: block;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #b45309, #ea580c);
    -webkit-background-clip: text;
    color: transparent;
}

.brand-copy small {
    display: block;
    margin-top: 3px;
    color: var(--site-muted);
    font-size: 12px;
}

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

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

.nav-link {
    padding: 10px 16px;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
    color: #ea580c;
    background: rgba(255, 237, 213, 0.9);
}

.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(124, 45, 18, 0.12);
}

.mobile-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #ea580c;
}

.mobile-menu {
    display: none;
    padding: 0 16px 16px;
}

.mobile-menu.is-open {
    display: grid;
    gap: 8px;
}

.mobile-link {
    padding: 13px 16px;
    background: rgba(255, 255, 255, 0.72);
}

.hero-carousel {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background: radial-gradient(circle at 15% 20%, rgba(251, 191, 36, 0.28), transparent 36%), linear-gradient(135deg, #fff7ed, #fffbeb 48%, #ffffff);
}

.hero-slide {
    display: none;
    min-height: 620px;
    align-items: center;
    padding: 72px 0 86px;
}

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

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 52px;
    align-items: center;
}

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

.hero-kicker,
.section-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #c2410c;
    background: rgba(255, 237, 213, 0.95);
    border: 1px solid rgba(251, 146, 60, 0.28);
    font-size: 13px;
    font-weight: 800;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.06em;
    color: #1f2937;
}

.hero-copy h1 span {
    display: block;
    background: linear-gradient(90deg, #f97316, #f59e0b);
    -webkit-background-clip: text;
    color: transparent;
}

.hero-copy p {
    max-width: 660px;
    margin: 22px 0 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.9;
}

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

.btn-primary,
.btn-secondary,
.btn-soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 16px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(90deg, #f97316, #f59e0b);
    box-shadow: 0 16px 36px rgba(249, 115, 22, 0.28);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-soft:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(124, 45, 18, 0.18);
}

.btn-secondary {
    color: #9a3412;
    background: #ffffff;
    border: 1px solid rgba(251, 146, 60, 0.32);
}

.btn-soft {
    color: #ea580c;
    background: rgba(255, 237, 213, 0.82);
}

.hero-card {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 34px;
    box-shadow: var(--site-shadow);
    transform: translateZ(0);
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    background: linear-gradient(120deg, rgba(251, 146, 60, 0.55), rgba(245, 158, 11, 0.28));
    filter: blur(28px);
}

.hero-card img {
    height: 520px;
    object-fit: cover;
    transition: transform 0.7s ease;
}

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

.hero-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    color: #ffffff;
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.78));
}

.hero-card-overlay h2 {
    margin: 10px 0 8px;
    font-size: 30px;
    font-weight: 900;
}

.hero-card-overlay p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

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

.hero-tags span,
.tag-row span,
.detail-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.hero-tags span {
    color: #ffffff;
    background: rgba(249, 115, 22, 0.9);
}

.tag-row span,
.detail-tags span {
    color: #c2410c;
    background: #ffedd5;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(124, 45, 18, 0.12);
    backdrop-filter: blur(14px);
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #fed7aa;
    transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, #f97316, #f59e0b);
}

main section {
    scroll-margin-top: 90px;
}

.content-section {
    padding: 74px 0;
}

.content-section.is-soft {
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.84), rgba(255, 251, 235, 0.8));
}

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

.section-heading h2 {
    margin: 0;
    color: #1f2937;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.section-heading p {
    margin-top: 10px;
    color: var(--site-muted);
    max-width: 680px;
    line-height: 1.75;
}

.section-more {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #ea580c;
    background: #ffffff;
    border: 1px solid rgba(251, 146, 60, 0.28);
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(124, 45, 18, 0.08);
}

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

.movie-card {
    min-width: 0;
}

.movie-card-link {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 34px rgba(124, 45, 18, 0.08);
    border: 1px solid rgba(251, 146, 60, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card-link:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, 0.36);
    box-shadow: 0 24px 52px rgba(124, 45, 18, 0.16);
}

.movie-poster {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4.18;
    background: linear-gradient(135deg, #fef3c7, #ffedd5);
}

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

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

.movie-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.54));
    opacity: 0;
    transition: opacity 0.25s ease;
}

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

.poster-play {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(249, 115, 22, 0.92);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transform: scale(0.88);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

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

.rank-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
    min-width: 42px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #f59e0b);
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

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

.movie-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 9px;
}

.movie-card h3 {
    color: #1f2937;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card p {
    min-height: 48px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.compact-card .movie-card-body {
    padding: 15px;
}

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

.category-card {
    position: relative;
    overflow: hidden;
    min-height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 28px;
    color: #7c2d12;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 237, 213, 0.86));
    border: 1px solid rgba(251, 146, 60, 0.24);
    box-shadow: 0 16px 38px rgba(124, 45, 18, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(124, 45, 18, 0.15);
}

.category-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -48px;
    bottom: -44px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.24), transparent 68%);
}

.category-card h3 {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.category-card p {
    position: relative;
    z-index: 2;
    color: #9a3412;
    line-height: 1.75;
}

.category-card span {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    color: #ea580c;
    font-weight: 900;
}

.page-hero {
    padding: 72px 0 50px;
    background: radial-gradient(circle at 80% 10%, rgba(251, 191, 36, 0.3), transparent 34%), linear-gradient(135deg, #fff7ed, #fffbeb);
    border-bottom: 1px solid rgba(251, 146, 60, 0.18);
}

.page-hero h1 {
    margin: 0;
    color: #1f2937;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.page-hero p {
    max-width: 760px;
    margin-top: 18px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.9;
}

.catalog-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(150px, 0.24fr));
    gap: 14px;
    margin-bottom: 30px;
    padding: 16px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(251, 146, 60, 0.18);
    box-shadow: 0 12px 34px rgba(124, 45, 18, 0.08);
}

.catalog-toolbar input,
.catalog-toolbar select {
    width: 100%;
    height: 48px;
    border-radius: 15px;
    padding: 0 15px;
    color: #374151;
    background: #fff7ed;
    border: 1px solid rgba(251, 146, 60, 0.24);
    outline: none;
}

.catalog-toolbar input:focus,
.catalog-toolbar select:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.empty-state {
    display: none;
    padding: 36px;
    border-radius: 24px;
    text-align: center;
    color: #9a3412;
    background: #fff7ed;
    border: 1px solid rgba(251, 146, 60, 0.2);
    font-weight: 800;
}

.empty-state.is-visible {
    display: block;
}

.ranking-list {
    display: grid;
    gap: 16px;
}

.ranking-item {
    display: grid;
    grid-template-columns: 88px 118px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(251, 146, 60, 0.18);
    box-shadow: 0 12px 34px rgba(124, 45, 18, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ranking-item:hover {
    transform: translateX(4px);
    box-shadow: 0 20px 42px rgba(124, 45, 18, 0.14);
}

.ranking-number {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #f59e0b);
    font-size: 22px;
    font-weight: 900;
}

.ranking-thumb {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 18px;
}

.ranking-thumb img {
    height: 100%;
    object-fit: cover;
}

.ranking-info h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 8px;
}

.ranking-info p {
    color: #6b7280;
    line-height: 1.75;
}

.detail-hero {
    padding: 56px 0;
    background: radial-gradient(circle at 18% 12%, rgba(251, 191, 36, 0.28), transparent 32%), linear-gradient(135deg, #fff7ed, #ffffff 56%, #fffbeb);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: #9a3412;
    font-size: 14px;
    font-weight: 700;
}

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

.detail-layout {
    display: grid;
    grid-template-columns: minmax(230px, 340px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.detail-poster {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(124, 45, 18, 0.18);
}

.detail-poster img {
    aspect-ratio: 3 / 4.2;
    object-fit: cover;
}

.detail-copy h1 {
    color: #1f2937;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.detail-copy .lead {
    margin-top: 18px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.9;
}

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

.detail-meta span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #c2410c;
    background: #ffedd5;
    font-weight: 800;
}

.player-section {
    padding: 68px 0;
    background: #111827;
    color: #ffffff;
}

.player-section h2 {
    margin-bottom: 22px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
}

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

.player-shell video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000000;
}

.player-cover {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.68));
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.player-play-icon {
    width: 84px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #f59e0b);
    box-shadow: 0 18px 44px rgba(249, 115, 22, 0.38);
    font-size: 30px;
}

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

.detail-content {
    padding: 72px 0;
}

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

.article-panel,
.side-panel {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(251, 146, 60, 0.18);
    box-shadow: 0 16px 44px rgba(124, 45, 18, 0.08);
}

.article-panel {
    padding: 32px;
}

.article-panel h2,
.side-panel h2 {
    margin-bottom: 16px;
    color: #1f2937;
    font-size: 26px;
    font-weight: 900;
}

.article-panel p {
    color: #4b5563;
    line-height: 2;
    margin-bottom: 22px;
}

.side-panel {
    padding: 24px;
    align-self: start;
}

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

.side-list a {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    background: #fff7ed;
    transition: background 0.25s ease, transform 0.25s ease;
}

.side-list a:hover {
    transform: translateX(3px);
    background: #ffedd5;
}

.side-list img {
    height: 74px;
    object-fit: cover;
    border-radius: 12px;
}

.side-list strong {
    display: block;
    color: #1f2937;
    line-height: 1.35;
    font-weight: 900;
}

.side-list span {
    display: block;
    margin-top: 5px;
    color: #9a3412;
    font-size: 12px;
    font-weight: 700;
}

.related-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.site-footer {
    background: linear-gradient(180deg, #fff7ed, #fffbeb);
    border-top: 1px solid rgba(251, 146, 60, 0.2);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    gap: 34px;
    padding-top: 52px;
    padding-bottom: 42px;
}

.site-footer h2 {
    margin-bottom: 14px;
    color: #1f2937;
    font-size: 18px;
    font-weight: 900;
}

.site-footer p,
.site-footer a {
    display: block;
    color: #6b7280;
    line-height: 1.8;
    font-size: 14px;
}

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

.footer-bottom {
    padding: 18px 16px;
    text-align: center;
    color: #9a3412;
    border-top: 1px solid rgba(251, 146, 60, 0.18);
    font-size: 14px;
}

@media (max-width: 1024px) {
    .hero-layout,
    .detail-layout,
    .detail-content-grid {
        grid-template-columns: 1fr;
    }

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

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

    .ranking-item {
        grid-template-columns: 70px 96px 1fr;
    }

    .ranking-item .btn-soft {
        grid-column: 2 / -1;
        width: max-content;
    }
}

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

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

    .hero-carousel,
    .hero-slide {
        min-height: auto;
    }

    .hero-slide {
        padding: 50px 0 84px;
    }

    .hero-layout {
        gap: 30px;
    }

    .hero-card,
    .hero-card img {
        min-height: 390px;
        height: 390px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .catalog-toolbar {
        grid-template-columns: 1fr;
    }

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

    .article-panel,
    .side-panel {
        padding: 22px;
    }
}

@media (max-width: 520px) {
    .site-nav {
        min-height: 66px;
    }

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

    .brand-copy small {
        display: none;
    }

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

    .hero-copy p,
    .page-hero p,
    .detail-copy .lead {
        font-size: 16px;
    }

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

    .ranking-item {
        grid-template-columns: 56px 82px 1fr;
        gap: 12px;
        padding: 12px;
    }

    .ranking-number {
        width: 48px;
        height: 48px;
        border-radius: 15px;
        font-size: 18px;
    }

    .ranking-info h2 {
        font-size: 18px;
    }

    .ranking-info p {
        display: none;
    }

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