:root {
    --color-orange: #f97316;
    --color-red: #ef4444;
    --color-pink: #db2777;
    --color-blue: #2563eb;
    --color-ink: #111827;
    --color-muted: #6b7280;
    --color-line: #e5e7eb;
    --color-soft: #f9fafb;
    --shadow-soft: 0 18px 55px rgba(17, 24, 39, 0.12);
    --shadow-card: 0 12px 28px rgba(17, 24, 39, 0.10);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--color-ink);
    background: #f3f4f6;
    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;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    color: #fff;
    background: linear-gradient(90deg, var(--color-orange), var(--color-red), var(--color-pink));
    box-shadow: 0 12px 30px rgba(239, 68, 68, 0.24);
}

.header-inner {
    max-width: 1220px;
    height: 68px;
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-orange);
    background: #fff;
    box-shadow: 0 8px 22px rgba(255, 255, 255, 0.20);
}

.brand-name {
    font-size: 20px;
}

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

.nav-link,
.mobile-nav-link {
    border-radius: 999px;
    padding: 9px 15px;
    color: rgba(255, 255, 255, 0.90);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-nav-link:hover,
.mobile-nav-link.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.top-search {
    width: min(300px, 28vw);
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.top-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 9px 14px;
    color: #fff;
    background: transparent;
}

.top-search input::placeholder {
    color: rgba(255, 255, 255, 0.74);
}

.top-search button {
    border: 0;
    padding: 9px 14px;
    color: var(--color-red);
    background: #fff;
    cursor: pointer;
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    cursor: pointer;
}

.mobile-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #fff;
    border-radius: 999px;
}

.mobile-nav {
    display: none;
    padding: 10px 20px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.hero-slider {
    position: relative;
    min-height: clamp(560px, 76vh, 760px);
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 22% 15%, rgba(255, 255, 255, 0.18), transparent 26%), linear-gradient(135deg, #fb923c 0%, #ef4444 46%, #be185d 100%);
}

.hero-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 24, 39, 0.52), rgba(17, 24, 39, 0.15), rgba(17, 24, 39, 0.55));
    pointer-events: none;
}

.hero-track {
    position: relative;
    max-width: 1220px;
    min-height: clamp(560px, 76vh, 760px);
    margin: 0 auto;
    padding: 76px 22px 88px;
}

.hero-slide {
    position: absolute;
    inset: 0 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    pointer-events: none;
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero-slide.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

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

.hero-kicker,
.section-kicker,
.detail-kicker,
.page-hero p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-content h1 {
    margin: 0 0 22px;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.hero-desc {
    max-width: 640px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.90);
    font-size: clamp(17px, 2vw, 22px);
}

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

.hero-tags span,
.card-tags span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 700;
}

.hero-tags span {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.20);
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn.primary {
    color: var(--color-red);
    background: #fff;
    box-shadow: 0 14px 32px rgba(255, 255, 255, 0.20);
}

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

.btn.ghost.dark {
    color: var(--color-ink);
    border-color: rgba(17, 24, 39, 0.12);
    background: rgba(255, 255, 255, 0.72);
}

.btn.small {
    min-height: 38px;
    padding: 8px 16px;
    color: #fff;
    background: linear-gradient(90deg, var(--color-orange), var(--color-red));
}

.hero-visual {
    position: relative;
    aspect-ratio: 0.76 / 1;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.24);
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.04));
    box-shadow: 0 30px 90px rgba(17, 24, 39, 0.44);
    transform: rotate(2deg);
}

.hero-visual::before {
    position: absolute;
    inset: -35% -25% auto auto;
    width: 72%;
    height: 52%;
    content: "";
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    filter: blur(26px);
    z-index: 2;
}

.hero-visual img,
.poster-link img,
.category-tile img,
.rank-poster img,
.detail-poster img,
.player-shell video {
    background: linear-gradient(135deg, #fb923c, #ef4444, #db2777);
}

.image-missing {
    opacity: 0;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 4;
}

.hero-controls button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    backdrop-filter: blur(10px);
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 88px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 4;
}

.hero-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.hero-dots button.is-active {
    width: 28px;
    background: #fff;
}

.stats-strip {
    max-width: 1220px;
    margin: -42px auto 0;
    padding: 0 22px;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.stat-card {
    padding: 24px;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-card);
    text-align: center;
}

.stat-card strong {
    display: block;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1;
    color: var(--color-red);
}

.stat-card span {
    display: block;
    margin-top: 8px;
    color: var(--color-muted);
    font-weight: 700;
}

.content-section,
.page-shell {
    max-width: 1220px;
    margin: 0 auto;
    padding: 72px 22px;
}

.tinted-section {
    max-width: none;
    margin: 0;
    padding-left: max(22px, calc((100% - 1220px) / 2 + 22px));
    padding-right: max(22px, calc((100% - 1220px) / 2 + 22px));
    background: linear-gradient(135deg, #fff7ed, #fdf2f8);
}

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

.section-heading h2 {
    margin: 0 0 8px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.section-heading p {
    margin: 0;
    color: var(--color-muted);
}

.section-heading .section-kicker {
    color: var(--color-red);
}

.section-more {
    color: var(--color-red);
    font-weight: 800;
    white-space: nowrap;
}

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

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

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 0.72 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #fed7aa, #fecdd3);
}

.poster-link img {
    transition: transform 0.35s ease;
}

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

.poster-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.48));
}

.year-badge,
.type-badge,
.play-bubble {
    position: absolute;
    z-index: 2;
}

.year-badge,
.type-badge {
    top: 10px;
    border-radius: 8px;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.year-badge {
    left: 10px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-red));
}

.type-badge {
    right: 10px;
    background: rgba(17, 24, 39, 0.72);
}

.play-bubble {
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--color-red);
    background: rgba(255, 255, 255, 0.92);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

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

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

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

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

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

.card-tags span {
    color: var(--color-red);
    background: #fff1f2;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    color: var(--color-muted);
    font-size: 12px;
}

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

.compact-card h3 {
    font-size: 14px;
}

.compact-card .card-tags,
.compact-card .card-meta {
    display: none;
}

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

.category-tile {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    color: #fff;
    background: linear-gradient(135deg, var(--color-orange), var(--color-red));
    box-shadow: var(--shadow-card);
}

.category-tile img {
    position: absolute;
    inset: 0;
    transition: transform 0.35s ease;
}

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

.category-tile-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.12), rgba(17, 24, 39, 0.78));
}

.category-tile strong,
.category-tile small {
    position: absolute;
    left: 18px;
    z-index: 2;
}

.category-tile strong {
    bottom: 44px;
    font-size: 22px;
}

.category-tile small {
    bottom: 22px;
    color: rgba(255, 255, 255, 0.82);
}

.page-shell {
    min-height: 70vh;
}

.page-hero {
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: clamp(34px, 6vw, 64px);
    color: #fff;
    background: radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.24), transparent 28%), linear-gradient(135deg, var(--color-orange), var(--color-red), var(--color-pink));
    box-shadow: var(--shadow-soft);
}

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

.page-hero span {
    display: block;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
}

.compact-hero,
.category-hero,
.rank-hero {
    margin-bottom: 34px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--color-muted);
    font-size: 14px;
}

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

.filter-panel {
    display: flex;
    gap: 14px;
    margin: 0 0 26px;
    padding: 18px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}

.filter-panel input,
.filter-panel select {
    width: 100%;
    border: 1px solid var(--color-line);
    border-radius: 14px;
    padding: 12px 14px;
    outline: 0;
    background: #fff;
}

.filter-panel input:focus,
.filter-panel select:focus {
    border-color: var(--color-red);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.10);
}

.all-filter-panel input {
    flex: 1.6;
}

.category-overview-list {
    display: grid;
    gap: 22px;
}

.category-overview-card {
    padding: 24px;
    border-radius: var(--radius-xl);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.category-overview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.category-overview-head p {
    margin: 0 0 6px;
    color: var(--color-red);
    font-weight: 800;
}

.category-overview-head h2 {
    margin: 0 0 6px;
    font-size: 28px;
}

.category-overview-head span {
    color: var(--color-muted);
}

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

.rank-item {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 18px;
    padding: 16px;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.07);
}

.rank-poster {
    position: relative;
    aspect-ratio: 0.72 / 1;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #fed7aa, #fecdd3);
}

.rank-number {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--color-orange), var(--color-red));
    font-weight: 900;
}

.rank-info h2 {
    margin: 4px 0 10px;
    font-size: 24px;
}

.rank-info h2 a:hover {
    color: var(--color-red);
}

.rank-info p {
    margin: 0 0 14px;
    color: var(--color-muted);
}

.rank-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rank-meta span {
    border-radius: 999px;
    padding: 6px 10px;
    color: var(--color-red);
    background: #fff1f2;
    font-size: 13px;
    font-weight: 800;
}

.detail-shell {
    padding-top: 34px;
}

.detail-hero {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: clamp(24px, 5vw, 54px);
    align-items: center;
    margin-bottom: 30px;
    padding: clamp(22px, 5vw, 46px);
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, #fff, #fff7ed);
    box-shadow: var(--shadow-card);
}

.detail-poster {
    overflow: hidden;
    aspect-ratio: 0.72 / 1;
    border-radius: 28px;
    background: linear-gradient(135deg, #fed7aa, #fecdd3);
    box-shadow: var(--shadow-soft);
}

.detail-intro h1 {
    margin: 0 0 14px;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.detail-kicker {
    color: var(--color-red);
}

.detail-one-line {
    max-width: 760px;
    margin: 0 0 20px;
    color: #374151;
    font-size: 20px;
}

.detail-tags span {
    color: var(--color-red);
    background: #fff1f2;
    border-color: transparent;
}

.player-section {
    margin-bottom: 28px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: #111827;
    box-shadow: var(--shadow-soft);
}

.player-shell video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #111827;
}

.play-trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    color: var(--color-red);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.play-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--color-orange), var(--color-red));
}

.player-shell.is-playing .play-trigger,
.player-shell.is-loading .play-trigger {
    opacity: 0;
    pointer-events: none;
}

.player-message {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    margin-bottom: 24px;
}

.detail-block {
    padding: 26px;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.07);
}

.detail-block h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.detail-block p {
    margin: 0;
    color: #374151;
    font-size: 16px;
}

.info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-list li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid var(--color-line);
}

.info-list li:last-child {
    border-bottom: 0;
}

.info-list span {
    color: var(--color-muted);
}

.info-list strong {
    text-align: right;
}

.related-section {
    padding-left: 0;
    padding-right: 0;
}

.site-footer {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.78);
    background: #111827;
}

.footer-inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 44px 22px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 34px;
}

.footer-logo {
    color: #fff;
}

.footer-brand p {
    max-width: 520px;
    margin: 16px 0 0;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
}

.footer-col a:hover {
    color: #fff;
}

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

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

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

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

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

    .mobile-menu-button {
        display: block;
        margin-left: auto;
    }

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

    .hero-slide {
        grid-template-columns: 1fr;
        align-content: center;
        text-align: center;
    }

    .hero-visual {
        max-width: 260px;
        margin: 0 auto;
        order: -1;
    }

    .hero-tags,
    .hero-actions {
        justify-content: center;
    }

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

    .section-heading,
    .category-overview-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .movie-grid,
    .large-grid,
    .category-grid,
    .related-grid,
    .mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .filter-panel {
        flex-direction: column;
    }

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

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

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

@media (max-width: 520px) {
    .header-inner {
        height: 62px;
        padding: 0 14px;
    }

    .brand-name {
        font-size: 17px;
    }

    .content-section,
    .page-shell {
        padding: 46px 14px;
    }

    .hero-track {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-slide {
        inset-left: 14px;
        inset-right: 14px;
    }

    .stats-strip {
        padding: 0 14px;
    }

    .movie-grid,
    .large-grid,
    .category-grid,
    .related-grid,
    .mini-grid {
        gap: 12px;
    }

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

    .movie-card h3 {
        font-size: 14px;
    }

    .card-tags,
    .card-meta {
        display: none;
    }

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

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