:root {
    --color-ink: #1f2937;
    --color-muted: #6b7280;
    --color-soft: #fffbeb;
    --color-card: #ffffff;
    --color-amber: #d97706;
    --color-amber-strong: #f59e0b;
    --color-green: #047857;
    --color-blue-soft: #eff6ff;
    --shadow-card: 0 18px 45px rgba(31, 41, 55, 0.12);
    --shadow-soft: 0 10px 30px rgba(120, 53, 15, 0.12);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
    color: var(--color-ink);
    background: linear-gradient(180deg, #fffbeb 0%, #ecfdf5 45%, #eff6ff 100%);
    line-height: 1.6;
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 251, 235, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(120, 53, 15, 0.08);
}

.site-nav {
    width: min(1180px, calc(100% - 32px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand,
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-amber-strong), var(--color-green));
    box-shadow: 0 10px 22px rgba(245, 158, 11, 0.35);
    font-size: 14px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #374151;
    border-radius: 999px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 26px;
}

.nav-link {
    color: #374151;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: var(--color-amber);
    border-color: var(--color-amber);
}

.nav-search {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(217, 119, 6, 0.16);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(217, 119, 6, 0.08);
}

.nav-search input {
    width: 220px;
    padding: 10px 14px;
    border: 0;
    outline: none;
    background: transparent;
}

.nav-search button,
.large-search button,
.filter-bar button,
.primary-button,
.secondary-button,
.ghost-button {
    border: 0;
    cursor: pointer;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-search button,
.large-search button,
.primary-button,
.secondary-button {
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-amber-strong), var(--color-green));
}

.nav-search button {
    padding: 10px 18px;
}

.primary-button,
.secondary-button,
.ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.nav-search button:hover,
.large-search button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(120, 53, 15, 0.18);
}

.ghost-button {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(12px);
}

.hero {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: #111827;
}

.hero-track,
.hero-slide,
.hero-media,
.hero-image,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
}

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

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.hero-image.is-missing,
.poster-image.is-missing,
.ranking-title img.is-missing {
    opacity: 0;
}

.hero-media::before,
.poster-shell::before,
.detail-poster::before,
.ranking-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(245, 158, 11, 0.38), transparent 32%),
        radial-gradient(circle at 70% 70%, rgba(4, 120, 87, 0.3), transparent 38%),
        linear-gradient(135deg, #78350f, #064e3b);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(120, 53, 15, 0.92), rgba(6, 78, 59, 0.86)),
        linear-gradient(0deg, rgba(17, 24, 39, 0.4), transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(880px, calc(100% - 32px));
    min-height: 600px;
    margin: 0 auto;
    padding: 96px 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.hero-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #fbbf24;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0 0 22px;
    font-size: clamp(44px, 8vw, 78px);
    line-height: 1.04;
    letter-spacing: -0.06em;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.hero p {
    width: min(760px, 100%);
    margin: 0 auto 32px;
    color: #fef3c7;
    font-size: clamp(17px, 2vw, 23px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

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

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

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

.hero-wave {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: -1px;
    left: 0;
    line-height: 0;
}

.stats-strip {
    width: min(1180px, calc(100% - 32px));
    margin: -46px auto 42px;
    position: relative;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.stats-strip div {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(14px);
    text-align: center;
}

.stats-strip strong {
    display: block;
    color: var(--color-amber);
    font-size: 32px;
    line-height: 1;
}

.stats-strip span {
    color: var(--color-muted);
    font-weight: 700;
}

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

.soft-panel {
    width: min(1220px, calc(100% - 24px));
    padding: 54px 20px;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

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

.section-heading h2,
.page-hero h1,
.ranking-panel h2,
.detail-info h1,
.player-heading h2,
.story-panel h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.section-heading p,
.page-hero p,
.story-panel p,
.category-overview-card p,
.category-card p,
.detail-one-line {
    margin: 10px 0 0;
    color: var(--color-muted);
}

.section-more,
.text-link {
    color: var(--color-amber);
    font-weight: 900;
}

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

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

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

.movie-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--color-card);
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

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

.poster-shell {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #78350f, #064e3b);
}

.poster-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

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

.poster-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    place-items: center;
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.78), transparent 62%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

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

.play-chip,
.quality-badge,
.source-chip,
.category-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 900;
}

.play-chip {
    color: #ffffff;
    background: rgba(245, 158, 11, 0.92);
    padding: 10px 18px;
}

.quality-badge {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    color: #ffffff;
    background: rgba(217, 119, 6, 0.94);
    font-size: 12px;
}

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

.movie-card-meta,
.movie-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 800;
}

.movie-card-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.movie-card-meta span {
    padding: 3px 7px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
}

.movie-card h3 {
    margin: 12px 0 8px;
    color: #111827;
    font-size: 18px;
    line-height: 1.3;
}

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

.movie-card p {
    min-height: 48px;
    margin: 0 0 14px;
    color: var(--color-muted);
    font-size: 14px;
}

.movie-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.movie-tags span {
    padding: 4px 9px;
    border-radius: 999px;
    color: #065f46;
    background: #d1fae5;
    font-size: 12px;
    font-weight: 800;
}

.movie-card-foot {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
}

.movie-card-foot strong {
    color: var(--color-amber);
    font-size: 20px;
}

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

.category-card,
.category-overview-card {
    padding: 24px;
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.category-count {
    padding: 6px 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-amber-strong), var(--color-green));
    font-size: 12px;
}

.category-card h3,
.category-overview-card h2 {
    margin: 16px 0 8px;
    color: #111827;
    font-size: 24px;
}

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

.category-samples a,
.category-overview-card li a {
    color: var(--color-amber);
    font-weight: 800;
}

.category-overview-card ul {
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.category-overview-card li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}

.category-overview-head {
    display: block;
}

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

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

.ranking-panel {
    position: sticky;
    top: 96px;
    padding: 28px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-card);
}

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

.ranking-list li a {
    display: grid;
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.rank-number,
.table-rank {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-amber-strong), var(--color-green));
    font-size: 12px;
    font-weight: 900;
}

.rank-title {
    font-weight: 800;
}

.rank-score {
    color: var(--color-amber);
    font-weight: 900;
}

.page-hero {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 78px 0 34px;
}

.compact-hero {
    text-align: center;
}

.compact-hero p {
    width: min(760px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.large-search {
    width: min(760px, 100%);
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: 1fr 132px;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.large-search input {
    width: 100%;
    border: 0;
    outline: none;
    padding: 12px 18px;
    background: transparent;
}

.large-search button {
    border-radius: 999px;
}

.filter-bar {
    margin-bottom: 26px;
    padding: 18px;
    display: grid;
    grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(140px, 1fr)) auto auto;
    gap: 12px;
    align-items: end;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow-soft);
}

.filter-bar label {
    display: grid;
    gap: 6px;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
}

.filter-bar input,
.filter-bar select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 9px 12px;
    background: #ffffff;
    outline: none;
}

.filter-bar input:focus,
.filter-bar select:focus,
.large-search input:focus,
.nav-search input:focus {
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.22);
}

.filter-bar button {
    min-height: 44px;
    padding: 8px 14px;
    border-radius: 12px;
    color: #92400e;
    background: #fef3c7;
}

.filter-count {
    margin: 0;
    color: var(--color-muted);
    font-weight: 900;
    white-space: nowrap;
}

.empty-filter-message,
.search-summary {
    padding: 20px;
    border-radius: var(--radius-md);
    color: var(--color-muted);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--shadow-soft);
}

.table-wrap {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow-card);
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.ranking-table th,
.ranking-table td {
    padding: 15px 16px;
    border-bottom: 1px solid #f3f4f6;
    text-align: left;
}

.ranking-table th {
    color: #92400e;
    background: #fffbeb;
    font-size: 13px;
}

.ranking-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
}

.ranking-title img {
    width: 58px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
    background: #78350f;
}

.breadcrumb {
    width: min(1180px, calc(100% - 32px));
    margin: 28px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 800;
}

.breadcrumb a {
    color: var(--color-amber);
}

.detail-hero,
.player-section,
.detail-content {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.detail-hero {
    padding: 42px 0;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
}

.detail-poster {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
    aspect-ratio: 3 / 4;
    background: linear-gradient(135deg, #78350f, #064e3b);
}

.detail-poster img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-info h1 {
    font-size: clamp(36px, 6vw, 64px);
}

.detail-one-line {
    font-size: 18px;
}

.detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.detail-meta-grid span {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 20px rgba(217, 119, 6, 0.08);
}

.detail-meta-grid strong {
    display: block;
    color: var(--color-muted);
    font-size: 12px;
}

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

.player-section {
    padding: 28px;
    border-radius: var(--radius-xl);
    background: rgba(17, 24, 39, 0.96);
    box-shadow: var(--shadow-card);
}

.player-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

.player-heading h2 {
    color: #ffffff;
}

.source-chip {
    padding: 8px 14px;
    color: #111827;
    background: #fbbf24;
}

.video-shell {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #020617;
    aspect-ratio: 16 / 9;
}

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

.player-start {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 170px;
    height: 170px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(245, 158, 11, 0.9);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.player-start span {
    font-size: 42px;
    line-height: 1;
}

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

.player-status {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 14px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    color: #d1d5db;
    background: rgba(2, 6, 23, 0.66);
    font-size: 13px;
}

.detail-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding-top: 42px;
}

.story-panel {
    padding: 26px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-soft);
}

.profile-list {
    margin: 0;
}

.profile-list div {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
}

.profile-list dt {
    color: var(--color-muted);
    font-weight: 900;
}

.profile-list dd {
    margin: 0;
}

.profile-list a {
    color: var(--color-amber);
    font-weight: 900;
}

.site-footer {
    margin-top: 72px;
    background: #111827;
    color: #d1d5db;
}

.footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 44px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-logo {
    color: #ffffff;
}

.footer-inner p {
    max-width: 620px;
    color: #9ca3af;
}

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

.footer-links a {
    color: #fbbf24;
    font-weight: 800;
}

[hidden],
.is-filter-hidden {
    display: none !important;
}

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

    .two-column-section,
    .detail-content {
        grid-template-columns: 1fr;
    }

    .ranking-panel {
        position: static;
    }

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

@media (max-width: 860px) {
    .nav-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 72px;
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 18px;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: var(--shadow-card);
    }

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

    .nav-search {
        width: 100%;
    }

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

    .stats-strip,
    .category-grid,
    .category-overview-grid,
    .detail-hero {
        grid-template-columns: 1fr 1fr;
    }

    .detail-hero {
        align-items: start;
    }

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

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

@media (max-width: 680px) {
    .site-nav,
    .content-section,
    .page-hero,
    .detail-hero,
    .player-section,
    .detail-content,
    .breadcrumb {
        width: min(100% - 24px, 1180px);
    }

    .hero,
    .hero-content {
        min-height: 560px;
    }

    .hero-content {
        padding-top: 82px;
        padding-bottom: 130px;
    }

    .hero-actions,
    .large-search,
    .filter-bar,
    .stats-strip,
    .category-grid,
    .category-overview-grid,
    .detail-hero,
    .detail-meta-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        display: grid;
        width: 100%;
    }

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

    .stats-strip {
        margin-top: -24px;
    }

    .stats-strip div {
        padding: 18px;
    }

    .large-search {
        border-radius: 22px;
    }

    .large-search button {
        min-height: 46px;
    }

    .detail-poster {
        max-width: 320px;
        margin: 0 auto;
    }

    .player-section {
        padding: 16px;
    }

    .player-start {
        width: 126px;
        height: 126px;
    }

    .player-status {
        font-size: 12px;
    }
}
