* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: #1f2937;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 52%, #fff7ed 100%);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: #ffffff;
    background: linear-gradient(90deg, #f97316 0%, #ef4444 48%, #ec4899 100%);
    box-shadow: 0 14px 30px rgba(239, 68, 68, 0.28);
}

.nav-shell {
    width: min(1180px, calc(100% - 32px));
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

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

.logo-mark {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #ef4444;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(127, 29, 29, 0.2);
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 15px;
    flex: 1;
}

.desktop-nav a,
.mobile-panel a {
    opacity: 0.92;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active,
.mobile-panel a:hover {
    color: #fef3c7;
    opacity: 1;
}

.nav-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
}

.nav-search input,
.mobile-search input,
.wide-search input,
.filter-panel input,
.filter-panel select {
    border: 0;
    outline: 0;
}

.nav-search input {
    width: 170px;
    padding: 9px 12px;
    color: #ffffff;
    background: transparent;
}

.nav-search input::placeholder,
.mobile-search input::placeholder {
    color: rgba(255, 255, 255, 0.78);
}

.nav-search button,
.mobile-search button,
.wide-search button {
    border: 0;
    padding: 9px 16px;
    border-radius: 999px;
    color: #dc2626;
    background: #ffffff;
    font-weight: 800;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.mobile-panel {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 18px;
}

.mobile-panel nav {
    display: grid;
    gap: 12px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

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

.mobile-search input {
    min-width: 0;
    flex: 1;
    padding: 12px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.hero-slider {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    color: #ffffff;
    background: #111827;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.95s ease;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 28%, rgba(249, 115, 22, 0.22), transparent 34%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.64) 45%, rgba(0, 0, 0, 0.1) 100%);
}

.hero-content {
    position: absolute;
    left: max(32px, calc((100vw - 1180px) / 2));
    top: 50%;
    width: min(650px, calc(100% - 64px));
    transform: translateY(-50%);
}

.hero-kicker,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #fff7ed;
    background: linear-gradient(90deg, rgba(249, 115, 22, 0.9), rgba(236, 72, 153, 0.9));
    font-size: 14px;
    font-weight: 800;
}

.hero-content h1,
.hero-content h2,
.page-hero h1,
.detail-title-row h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 68px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.hero-content h2 + p,
.hero-content h1 + h2 {
    margin-top: 14px;
}

.hero-content h1 + h2 {
    font-size: clamp(24px, 3.2vw, 42px);
    color: #fed7aa;
}

.hero-content p,
.page-hero p,
.detail-title-row p,
.cta-shell p {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.85;
}

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

.hero-tags span,
.tag-row span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    color: #9a3412;
    background: #ffedd5;
    font-size: 13px;
    font-weight: 750;
}

.hero-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

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

.primary-button,
.ghost-button,
.glass-link,
.cta-actions a,
.small-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button {
    padding: 14px 26px;
    color: #ffffff;
    background: linear-gradient(90deg, #f97316, #ef4444, #ec4899);
    box-shadow: 0 16px 32px rgba(239, 68, 68, 0.34);
}

.ghost-button,
.glass-link {
    padding: 13px 24px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
}

.primary-button:hover,
.ghost-button:hover,
.glass-link:hover,
.cta-actions a:hover,
.small-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(127, 29, 29, 0.24);
}

.hero-side-card {
    position: absolute;
    right: max(32px, calc((100vw - 1180px) / 2));
    top: 50%;
    width: 320px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(18px);
    transform: translateY(-50%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.hero-side-card > span {
    display: block;
    margin-bottom: 12px;
    color: #fed7aa;
    font-weight: 900;
}

.hero-side-card a {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-side-card a span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.9);
    font-weight: 900;
}

.hero-side-card a strong {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hero-side-card a em {
    color: #fde68a;
    font-style: normal;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 28px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

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

.hero-dot.active {
    width: 34px;
    background: #ffffff;
}

.home-search-band {
    padding: 34px 0;
    background: #ffffff;
}

.split-band,
.cta-shell {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 28px;
    align-items: center;
}

.split-band h2,
.section-head h2,
.cta-shell h2,
.detail-copy h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.split-band p {
    margin: 10px 0 0;
    color: #6b7280;
    line-height: 1.8;
}

.wide-search {
    display: flex;
    gap: 10px;
    padding: 8px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
}

.wide-search input {
    min-width: 0;
    flex: 1;
    padding: 13px 16px;
    border-radius: 999px;
    background: transparent;
}

.wide-search button {
    color: #ffffff;
    background: linear-gradient(90deg, #f97316, #ef4444);
}

.section-block {
    padding: 68px 0;
}

.alt-block {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

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

.section-head a {
    color: #ea580c;
    font-weight: 900;
}

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(251, 146, 60, 0.16);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, 0.42);
    box-shadow: 0 24px 54px rgba(239, 68, 68, 0.16);
}

.poster-link,
.poster-frame {
    display: block;
}

.poster-frame {
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #111827, #7f1d1d);
}

.poster-frame img,
.category-card img,
.rank-cover img,
.featured-rank img,
.detail-poster img,
.category-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.32s ease;
}

.movie-card:hover .poster-frame img,
.category-card:hover img,
.featured-rank:hover img {
    transform: scale(1.06);
}

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

.movie-card-meta {
    color: #f97316;
    font-size: 13px;
    font-weight: 850;
}

.movie-card h3 {
    margin: 8px 0 9px;
    color: #111827;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 950;
}

.movie-card h3 a:hover,
.rank-copy h3 a:hover,
.mini-links a:hover {
    color: #ea580c;
}

.movie-card p {
    display: -webkit-box;
    min-height: 52px;
    margin: 0;
    overflow: hidden;
    color: #6b7280;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-foot {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    color: #6b7280;
    font-size: 14px;
}

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

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

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

.category-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    padding: 22px;
    border-radius: 28px;
    color: #ffffff;
    background: #111827;
    box-shadow: 0 20px 45px rgba(31, 41, 55, 0.16);
}

.category-card::after,
.featured-rank::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.1), rgba(17, 24, 39, 0.82));
}

.category-card img {
    position: absolute;
    inset: 0;
}

.category-card strong,
.category-card p,
.category-card .category-icon {
    position: relative;
    z-index: 1;
}

.category-icon {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 38px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    font-size: 24px;
}

.category-card strong {
    display: block;
    font-size: 24px;
    font-weight: 950;
}

.category-card p {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

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

.rank-item {
    display: grid;
    grid-template-columns: 48px 74px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.07);
}

.rank-number {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #ec4899);
    font-weight: 950;
}

.rank-cover {
    height: 96px;
    overflow: hidden;
    border-radius: 16px;
    background: #111827;
}

.rank-copy h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 950;
}

.rank-copy p {
    display: -webkit-box;
    margin: 0 0 8px;
    overflow: hidden;
    color: #6b7280;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.small-button {
    padding: 10px 15px;
    color: #ffffff;
    background: linear-gradient(90deg, #f97316, #ef4444);
}

.cta-block {
    padding: 40px 0 76px;
}

.cta-shell {
    padding: 48px;
    border-radius: 34px;
    color: #ffffff;
    background: linear-gradient(90deg, #f97316, #ef4444 50%, #ec4899 100%);
    box-shadow: 0 28px 70px rgba(239, 68, 68, 0.24);
}

.cta-shell h2 {
    color: #ffffff;
}

.cta-actions a {
    padding: 13px 22px;
    color: #dc2626;
    background: #ffffff;
}

.page-hero,
.detail-hero {
    padding: 76px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 80% 20%, rgba(236, 72, 153, 0.36), transparent 30%),
        linear-gradient(135deg, #111827 0%, #7f1d1d 52%, #f97316 100%);
}

.compact-hero,
.search-hero,
.category-hero,
.ranking-hero {
    min-height: 280px;
    display: flex;
    align-items: center;
}

.filter-panel {
    display: grid;
    grid-template-columns: 1fr 170px 170px 170px;
    gap: 12px;
    margin-bottom: 28px;
    padding: 14px;
    border: 1px solid #fed7aa;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.filter-panel input,
.filter-panel select {
    width: 100%;
    padding: 13px 15px;
    border-radius: 18px;
    color: #374151;
    background: #fff7ed;
}

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

.category-overview-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    padding: 18px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
}

.category-cover {
    overflow: hidden;
    border-radius: 22px;
    background: #111827;
}

.category-overview-card h2 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 950;
}

.category-overview-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.75;
}

.mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.mini-links a {
    padding: 7px 11px;
    border-radius: 999px;
    color: #9a3412;
    background: #ffedd5;
    font-size: 13px;
    font-weight: 800;
}

.featured-rank-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
}

.featured-rank {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 8px;
    padding: 24px;
    border-radius: 30px;
    color: #ffffff;
    background: #111827;
}

.featured-rank img {
    position: absolute;
    inset: 0;
}

.featured-rank span,
.featured-rank strong,
.featured-rank em {
    position: relative;
    z-index: 1;
}

.featured-rank span {
    width: max-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.86);
    font-weight: 900;
}

.featured-rank strong {
    font-size: 28px;
    font-weight: 950;
}

.featured-rank em {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.86);
    font-style: normal;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.82);
}

.detail-title-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
}

.player-section {
    padding: 34px 0 0;
    background: #111827;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #000000;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.movie-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.player-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 14px;
    align-content: center;
    border: 0;
    color: #ffffff;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.28), rgba(0, 0, 0, 0.58));
}

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

.play-circle {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #ec4899);
    box-shadow: 0 18px 42px rgba(239, 68, 68, 0.35);
    font-size: 34px;
}

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

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

.detail-poster {
    overflow: hidden;
    border-radius: 28px;
    background: #111827;
    box-shadow: 0 20px 45px rgba(31, 41, 55, 0.14);
}

.detail-copy {
    padding: 30px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
}

.large-tags {
    margin-top: 0;
    margin-bottom: 22px;
}

.detail-meta-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.detail-meta-list li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff7ed;
}

.detail-meta-list strong {
    color: #9a3412;
}

.detail-meta-list span,
.detail-meta-list a {
    color: #374151;
}

.detail-copy h2 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 28px;
}

.detail-copy p {
    margin: 0;
    color: #4b5563;
    line-height: 1.95;
    font-size: 17px;
}

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

.site-footer {
    padding: 46px 0;
    color: #ffffff;
    background: #111827;
}

.footer-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 26px;
}

.footer-shell p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.footer-links strong {
    display: block;
    margin-bottom: 12px;
    color: #fed7aa;
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
}

.searchable-card.is-hidden {
    display: none;
}

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

    .nav-search {
        margin-left: auto;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .hero-side-card {
        display: none;
    }

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

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

@media (max-width: 820px) {
    .nav-shell {
        height: auto;
        min-height: 64px;
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .nav-search {
        display: none;
    }

    .hero-slider {
        min-height: 560px;
    }

    .hero-content {
        left: 24px;
        width: calc(100% - 48px);
    }

    .split-band,
    .cta-shell,
    .detail-layout,
    .footer-shell,
    .detail-title-row {
        grid-template-columns: 1fr;
        display: grid;
    }

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

    .movie-grid,
    .related-grid,
    .home-rank,
    .category-overview-grid,
    .featured-rank-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .filter-panel {
        grid-template-columns: 1fr 1fr;
    }

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

    .rank-item .small-button {
        grid-column: 2 / -1;
    }

    .category-overview-card {
        grid-template-columns: 1fr;
    }

    .category-cover {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 560px) {
    .container,
    .nav-shell,
    .mobile-panel,
    .footer-shell {
        width: min(100% - 22px, 1180px);
    }

    .site-logo span:last-child {
        max-width: 190px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hero-slider {
        min-height: 620px;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
    }

    .primary-button,
    .ghost-button,
    .glass-link,
    .cta-actions a {
        width: 100%;
    }

    .wide-search,
    .mobile-search {
        flex-direction: column;
        border-radius: 24px;
    }

    .movie-grid,
    .related-grid,
    .home-rank,
    .category-grid,
    .category-overview-grid,
    .featured-rank-grid {
        grid-template-columns: 1fr;
    }

    .filter-panel,
    .detail-meta-list {
        grid-template-columns: 1fr;
    }

    .section-block {
        padding: 48px 0;
    }

    .page-hero,
    .detail-hero {
        padding: 54px 0;
    }

    .cta-shell,
    .detail-copy {
        padding: 26px;
    }

    .rank-item {
        grid-template-columns: 38px 58px 1fr;
        gap: 10px;
    }
}
