:root {
    --green-950: #052e16;
    --green-900: #064e3b;
    --green-800: #166534;
    --green-700: #15803d;
    --green-600: #16a34a;
    --green-500: #22c55e;
    --green-200: #bbf7d0;
    --green-100: #dcfce7;
    --green-50: #f0fdf4;
    --gray-950: #111827;
    --gray-900: #1f2937;
    --gray-800: #374151;
    --gray-700: #4b5563;
    --gray-600: #6b7280;
    --gray-500: #9ca3af;
    --gray-300: #d1d5db;
    --gray-200: #e5e7eb;
    --gray-100: #f3f4f6;
    --gray-50: #f9fafb;
    --white: #ffffff;
    --yellow: #fde047;
    --shadow-soft: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    --shadow-strong: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--gray-50);
    color: var(--gray-900);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

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

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

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, var(--green-900), var(--green-700), var(--green-900));
    color: var(--white);
    box-shadow: 0 12px 30px rgba(5, 46, 22, 0.22);
}

.nav-container {
    max-width: 1280px;
    height: 64px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 28px;
}

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

.brand-icon {
    font-size: 1.6rem;
}

.brand-text {
    font-size: 1.25rem;
    white-space: nowrap;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
    font-size: 0.96rem;
}

.desktop-nav a,
.mobile-menu a,
.footer-links a {
    transition: color 0.2s ease, opacity 0.2s ease;
}

.desktop-nav a:hover,
.mobile-menu a:hover,
.footer-links a:hover {
    color: var(--green-200);
}

.nav-search {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-search input {
    width: 230px;
    border: 0;
    outline: none;
    color: var(--white);
    background: rgba(6, 78, 59, 0.78);
    border-radius: 999px;
    padding: 10px 42px 10px 18px;
}

.nav-search input::placeholder,
.mobile-search input::placeholder {
    color: rgba(220, 252, 231, 0.76);
}

.nav-search button {
    position: absolute;
    right: 7px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: var(--green-100);
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    padding: 8px 11px;
    font-size: 1.2rem;
}

.mobile-menu {
    display: none;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 18px;
    gap: 12px;
    flex-direction: column;
}

.mobile-menu.is-open {
    display: flex;
}

.mobile-search {
    display: flex;
    gap: 10px;
}

.mobile-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: none;
    color: var(--white);
    background: rgba(6, 78, 59, 0.8);
    border-radius: 999px;
    padding: 10px 16px;
}

.mobile-search button {
    border: 0;
    border-radius: 999px;
    background: var(--green-100);
    color: var(--green-900);
    padding: 10px 18px;
    font-weight: 700;
}

.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    background: radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.34), transparent 28%), linear-gradient(125deg, var(--green-950), var(--green-800) 52%, var(--green-900));
    color: var(--white);
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.32;
    animation: floatPulse 8s ease-in-out infinite;
}

.hero-orb-one {
    width: 240px;
    height: 240px;
    right: 9%;
    top: 46px;
    background: var(--green-500);
}

.hero-orb-two {
    width: 190px;
    height: 190px;
    left: 4%;
    bottom: 42px;
    background: var(--yellow);
    animation-delay: 1.2s;
}

.hero-inner-shell {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    min-height: 560px;
    margin: 0 auto;
    padding: 64px 24px 72px;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 42px;
    align-items: center;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green-600);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-hero .section-kicker,
.detail-hero .section-kicker,
.page-hero .section-kicker {
    color: var(--green-200);
}

.hero-intro h1,
.page-hero h1,
.detail-copy h1 {
    margin: 14px 0 20px;
    font-size: clamp(2.5rem, 6vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.hero-intro p,
.page-hero p,
.detail-one-line {
    max-width: 620px;
    margin: 0 0 28px;
    color: rgba(240, 253, 244, 0.86);
    font-size: 1.1rem;
}

.hero-quick-links,
.hero-actions,
.detail-tags,
.tag-row,
.rank-meta,
.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-quick-links a,
.hero-tags span,
.detail-tags span,
.tag-row span,
.detail-meta span,
.rank-meta span {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--green-100);
    padding: 7px 13px;
    font-size: 0.88rem;
    backdrop-filter: blur(8px);
}

.hero-stage {
    position: relative;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
    background: var(--green-950);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.04);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

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

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, var(--green-800), var(--green-950));
}

.hero-bg-image.is-missing,
.poster-image.is-missing,
.detail-backdrop img.is-missing,
.rank-feature-card img.is-missing {
    opacity: 0;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 46, 22, 0.96), rgba(5, 46, 22, 0.72) 42%, rgba(5, 46, 22, 0.22));
}

.hero-content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 44px;
}

.hero-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--green-200);
    font-weight: 800;
}

.hero-content h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
}

.hero-content p {
    max-width: 680px;
    margin: 0 0 18px;
    color: rgba(240, 253, 244, 0.9);
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.primary-button,
.ghost-button,
.panel-link,
.filter-search button,
.category-overview-card,
.category-tile {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.primary-button,
.ghost-button,
.panel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 800;
}

.primary-button {
    background: var(--white);
    color: var(--green-900);
    box-shadow: var(--shadow-soft);
}

.primary-button:hover,
.category-tile:hover,
.category-overview-card:hover,
.movie-card:hover,
.rank-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
}

.ghost-button {
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
}

.hero-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 2rem;
    line-height: 1;
    z-index: 3;
}

.hero-prev {
    left: 18px;
}

.hero-next {
    right: 18px;
}

.hero-dots {
    position: absolute;
    right: 34px;
    bottom: 24px;
    display: flex;
    gap: 8px;
    z-index: 3;
}

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

.hero-dot.is-active {
    width: 28px;
    background: var(--white);
}

.content-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 68px 24px;
}

.soft-section {
    max-width: none;
    background: linear-gradient(90deg, var(--green-100), var(--green-50));
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px));
}

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

.section-heading h2,
.ranking-title h2,
.detail-article h2,
.detail-side h2,
.player-copy h2 {
    margin: 6px 0 0;
    color: var(--gray-900);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.section-heading a,
.panel-link {
    color: var(--green-700);
    font-weight: 800;
}

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

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

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

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

.movie-card {
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-soft);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.card-link {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.poster-shell {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.34), transparent 34%), linear-gradient(135deg, var(--green-800), var(--green-950));
    aspect-ratio: 4 / 3;
}

.poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, opacity 0.2s ease;
}

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

.card-badge,
.rank-badge,
.play-chip {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    font-weight: 800;
}

.card-badge {
    left: 12px;
    top: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--green-900);
    padding: 5px 10px;
    font-size: 0.78rem;
}

.rank-badge {
    right: 12px;
    top: 12px;
    background: var(--yellow);
    color: var(--gray-950);
    padding: 5px 11px;
    font-size: 0.78rem;
}

.play-chip {
    right: 12px;
    bottom: 12px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    background: rgba(22, 163, 74, 0.9);
    color: var(--white);
}

.card-content {
    flex: 1;
    padding: 18px;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--green-700);
    font-size: 0.82rem;
    font-weight: 800;
}

.card-content h3 {
    margin: 0 0 8px;
    color: var(--gray-900);
    font-size: 1.08rem;
    line-height: 1.35;
}

.card-content p {
    margin: 0 0 14px;
    color: var(--gray-600);
    font-size: 0.92rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tag-row span {
    background: var(--green-50);
    color: var(--green-700);
    padding: 4px 8px;
    font-size: 0.75rem;
}

.compact-card .card-content {
    padding: 14px;
}

.compact-card .card-content h3 {
    font-size: 1rem;
}

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

.category-tile,
.category-overview-card {
    display: block;
    min-height: 190px;
    border-radius: 22px;
    padding: 24px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.category-name {
    display: block;
    margin-bottom: 12px;
    color: var(--green-800);
    font-size: 1.45rem;
    font-weight: 900;
}

.category-tile p,
.category-overview-card p {
    margin: 0 0 16px;
    color: var(--gray-600);
}

.category-samples {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-samples span {
    border-radius: 999px;
    background: var(--green-50);
    color: var(--green-800);
    padding: 5px 10px;
    font-size: 0.78rem;
    font-weight: 700;
}

.all-card {
    background: linear-gradient(135deg, var(--green-900), var(--green-700));
    color: var(--white);
}

.all-card .category-name,
.all-card p {
    color: var(--white);
}

.all-card .category-samples span {
    color: var(--green-900);
    background: var(--green-100);
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
    align-items: start;
}

.ranking-panel {
    position: sticky;
    top: 90px;
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
    padding: 24px;
}

.ranking-list {
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.ranking-list li + li {
    border-top: 1px solid var(--gray-200);
}

.ranking-list a {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 13px 0;
}

.ranking-list span,
.rank-number {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--green-100);
    color: var(--green-800);
    font-weight: 900;
}

.ranking-list strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranking-list em {
    color: var(--gray-500);
    font-style: normal;
    font-size: 0.82rem;
}

.page-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, var(--green-950), var(--green-800));
    color: var(--white);
}

.slim-hero,
.ranking-hero {
    min-height: 285px;
}

.page-hero-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 66px 24px;
}

.page-hero h1 {
    margin-bottom: 16px;
}

.breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--gray-600);
    font-size: 0.9rem;
}

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

.filter-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
    padding: 18px;
}

.filter-search {
    display: flex;
    flex: 1;
    gap: 10px;
}

.filter-search input,
.filter-selects select {
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    outline: none;
    background: var(--gray-50);
    padding: 11px 16px;
}

.filter-search input {
    width: 100%;
}

.filter-search button {
    border: 0;
    border-radius: 999px;
    background: var(--green-700);
    color: var(--white);
    padding: 0 20px;
    font-weight: 800;
}

.filter-selects {
    display: flex;
    gap: 10px;
}

.filter-empty {
    display: none;
    margin-bottom: 26px;
    border-radius: 16px;
    background: var(--green-50);
    color: var(--green-800);
    padding: 18px;
    font-weight: 800;
}

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

.movie-filter-item.is-hidden {
    display: none;
}

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

.rank-feature-card {
    border-radius: 22px;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-feature-card a {
    display: grid;
    grid-template-columns: 58px 150px 1fr;
    gap: 20px;
    align-items: center;
    padding: 16px;
}

.rank-feature-card img {
    width: 150px;
    height: 92px;
    border-radius: 14px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--green-800), var(--green-950));
}

.rank-feature-card h2 {
    margin: 0 0 7px;
    font-size: 1.35rem;
}

.rank-feature-card p {
    margin: 0 0 10px;
    color: var(--gray-600);
}

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

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

.detail-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, var(--green-800), var(--green-950));
}

.detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 46, 22, 0.98), rgba(5, 46, 22, 0.72));
}

.detail-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 72px 24px;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 42px;
    align-items: center;
}

.detail-poster {
    aspect-ratio: 3 / 4;
    border-radius: 28px;
    box-shadow: var(--shadow-strong);
}

.detail-copy h1 {
    max-width: 820px;
}

.detail-meta {
    margin-bottom: 18px;
}

.detail-tags {
    margin: 20px 0 28px;
}

.player-section {
    padding-top: 54px;
}

.player-card {
    overflow: hidden;
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--shadow-strong);
}

.video-shell {
    position: relative;
    overflow: hidden;
    background: #000000;
    aspect-ratio: 16 / 9;
}

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

.play-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.42));
    color: var(--white);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.play-overlay span {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    font-size: 2.4rem;
    text-indent: 7px;
}

.play-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.player-copy {
    padding: 28px;
}

.player-copy p {
    margin: 10px 0 0;
    color: var(--gray-600);
}

.detail-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
    align-items: start;
}

.detail-article,
.detail-side {
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
    padding: 30px;
}

.detail-article h2 + p {
    margin-top: 12px;
}

.detail-article p {
    color: var(--gray-700);
    font-size: 1.02rem;
}

.detail-article h2:not(:first-child) {
    margin-top: 28px;
}

.inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inline-links a {
    border-radius: 999px;
    background: var(--green-50);
    color: var(--green-800);
    padding: 8px 13px;
    font-weight: 800;
}

.detail-side dl {
    margin: 16px 0 0;
}

.detail-side div {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-200);
}

.detail-side dt {
    color: var(--gray-500);
}

.detail-side dd {
    margin: 0;
    color: var(--gray-800);
    font-weight: 800;
}

.site-footer {
    background: var(--gray-900);
    color: var(--gray-300);
    padding: 42px 24px 28px;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.footer-brand {
    color: var(--white);
    font-size: 1.3rem;
}

.footer-inner p {
    margin: 10px 0 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-content: flex-start;
}

.footer-bottom {
    max-width: 1280px;
    margin: 28px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    color: var(--gray-500);
}

@keyframes floatPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-18px) scale(1.06);
    }
}

@media (max-width: 1180px) {
    .featured-grid,
    .catalog-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-inner-shell,
    .split-section,
    .detail-hero-inner,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .hero-stage {
        min-height: 420px;
    }

    .ranking-panel {
        position: static;
    }

    .detail-poster {
        width: min(330px, 100%);
    }

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

@media (max-width: 720px) {
    .nav-container,
    .content-section,
    .page-hero-inner,
    .detail-hero-inner,
    .breadcrumb {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .hero-inner-shell {
        min-height: auto;
        padding: 46px 16px 54px;
    }

    .hero-stage {
        min-height: 520px;
        border-radius: 22px;
    }

    .hero-content {
        padding: 32px 24px;
    }

    .hero-control {
        display: none;
    }

    .section-heading,
    .filter-panel,
    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .filter-search,
    .filter-selects {
        width: 100%;
    }

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

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

    .rank-feature-card a {
        grid-template-columns: 42px 96px 1fr;
        gap: 12px;
    }

    .rank-feature-card img {
        width: 96px;
        height: 68px;
    }

    .rank-feature-card p,
    .rank-meta {
        display: none;
    }
}

@media (max-width: 480px) {
    .brand-text {
        font-size: 1.05rem;
    }

    .hero-intro h1,
    .page-hero h1,
    .detail-copy h1 {
        font-size: 2.2rem;
    }

    .catalog-grid,
    .featured-grid,
    .small-grid,
    .category-grid,
    .category-overview-grid {
        grid-template-columns: 1fr;
    }

    .card-link {
        min-height: auto;
    }

    .play-overlay span {
        width: 74px;
        height: 74px;
        font-size: 2rem;
    }
}
