:root {
    --color-pink: #ec4899;
    --color-rose: #f43f5e;
    --color-orange: #fb923c;
    --color-blue: #0ea5e9;
    --color-green: #10b981;
    --color-text: #111827;
    --color-muted: #6b7280;
    --color-soft: #fff1f2;
    --shadow-card: 0 24px 70px rgba(236, 72, 153, 0.16);
    --shadow-hover: 0 30px 80px rgba(244, 63, 94, 0.26);
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--color-text);
    background:
        radial-gradient(circle at top left, rgba(236, 72, 153, 0.14), transparent 34rem),
        linear-gradient(135deg, #fff1f2 0%, #fff7ed 48%, #ecfeff 100%);
}

body.no-scroll {
    overflow: hidden;
}

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

img {
    display: block;
    max-width: 100%;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.18), rgba(251, 146, 60, 0.18));
}

button,
input,
select {
    font: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, rgba(236, 72, 153, 0.96), rgba(244, 63, 94, 0.94), rgba(251, 146, 60, 0.94));
    box-shadow: 0 18px 45px rgba(190, 24, 93, 0.18);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 72px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    color: var(--color-pink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(255, 255, 255, 0.22);
}

.brand-text {
    font-size: 20px;
    white-space: nowrap;
}

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

.nav-link,
.mobile-link {
    color: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    transition: 0.22s ease;
}

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

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
    color: var(--color-pink);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 26px rgba(255, 255, 255, 0.18);
}

.header-search {
    position: relative;
    width: 260px;
}

.header-search input,
.mobile-search input,
.filter-field input,
.filter-field select {
    width: 100%;
    border: 0;
    outline: none;
}

.header-search input {
    height: 42px;
    padding: 0 48px 0 18px;
    color: #fff;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

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

.header-search button {
    position: absolute;
    top: 5px;
    right: 6px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    color: var(--color-pink);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    width: 42px;
    height: 42px;
    border-radius: 12px;
    cursor: pointer;
}

.mobile-panel {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mobile-panel.is-open {
    display: block;
}

.mobile-panel-inner {
    display: grid;
    gap: 10px;
    padding: 14px 0 18px;
}

.mobile-link {
    display: block;
    padding: 12px 14px;
}

.mobile-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.mobile-search input {
    height: 44px;
    padding: 0 14px;
    color: #fff;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
}

.mobile-search button {
    border: 0;
    padding: 0 18px;
    color: var(--color-pink);
    border-radius: 12px;
    background: #fff;
}

.hero-section {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-pink), var(--color-rose), var(--color-orange));
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-media {
    position: absolute;
    inset: 0;
}

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

.hero-gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(190, 24, 93, 0.88), rgba(244, 63, 94, 0.78), rgba(251, 146, 60, 0.68)),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.32), transparent 24rem);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: center;
    gap: 44px;
    min-height: 620px;
    padding-top: 34px;
    padding-bottom: 78px;
}

.hero-copy {
    max-width: 760px;
    color: #fff;
}

.hero-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.hero-copy h1,
.hero-copy h2 {
    margin: 0 0 22px;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.hero-copy p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.8;
}

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

.hero-tags {
    margin-top: 24px;
}

.hero-tags span,
.detail-tags span,
.tag-row span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.hero-tags span {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.22s ease;
}

.btn-primary {
    color: var(--color-pink);
    background: #fff;
    box-shadow: 0 18px 34px rgba(255, 255, 255, 0.28);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(255, 255, 255, 0.36);
}

.btn-ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-2px);
}

.hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 38px 90px rgba(127, 29, 29, 0.32);
    backdrop-filter: blur(18px);
}

.hero-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.hero-card div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px;
    color: #fff;
    border-radius: 22px;
    background: rgba(17, 24, 39, 0.54);
    backdrop-filter: blur(14px);
}

.hero-card strong,
.hero-card span {
    display: block;
}

.hero-card strong {
    font-size: 20px;
    margin-bottom: 6px;
}

.hero-card span {
    color: rgba(255, 255, 255, 0.76);
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transform: translateX(-50%);
}

.hero-dots,
.hero-shortcuts {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-dot {
    width: 34px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    cursor: pointer;
    transition: 0.22s ease;
}

.hero-dot.is-active {
    width: 54px;
    background: #fff;
}

.hero-shortcuts a {
    padding: 9px 14px;
    color: #fff;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

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

.soft-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 241, 242, 0.78));
}

.category-band {
    background: linear-gradient(135deg, rgba(236, 254, 255, 0.72), rgba(255, 241, 242, 0.68));
}

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

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

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

.section-more {
    flex: 0 0 auto;
    color: var(--color-pink);
    font-weight: 800;
}

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

.movie-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.poster-link {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #fce7f3, #ffedd5);
}

.poster-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

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

.poster-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.62));
}

.play-float {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-pink), var(--color-rose));
    box-shadow: 0 14px 30px rgba(236, 72, 153, 0.4);
    opacity: 0;
    transform: translateY(10px);
    transition: 0.24s ease;
}

.movie-card:hover .play-float {
    opacity: 1;
    transform: translateY(0);
}

.movie-card-body {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.movie-card-topline,
.movie-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--color-muted);
    font-size: 13px;
}

.category-pill {
    display: inline-flex;
    max-width: 70%;
    padding: 5px 10px;
    overflow: hidden;
    color: var(--color-pink);
    border-radius: 999px;
    background: #fce7f3;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movie-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.32;
}

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

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

.tag-row span,
.detail-tags span {
    color: #be185d;
    background: #fff1f2;
}

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

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

.category-tile {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    border-radius: 28px;
    padding: 24px;
    color: #fff;
    box-shadow: var(--shadow-card);
    isolation: isolate;
}

.category-tile img,
.category-tile-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.category-tile img {
    object-fit: cover;
    opacity: 0.3;
    transform: scale(1.03);
    transition: 0.35s ease;
    z-index: -2;
}

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

.category-tile-overlay {
    z-index: -1;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.86), rgba(251, 146, 60, 0.76));
}

.category-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 18px;
    font-size: 26px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.category-tile strong,
.category-tile small {
    display: block;
}

.category-tile strong {
    font-size: 24px;
    margin-bottom: 8px;
}

.category-tile small {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
}

.page-hero {
    color: #fff;
    background: linear-gradient(135deg, var(--color-pink), var(--color-rose), var(--color-orange));
}

.small-hero {
    padding: 72px 0 64px;
}

.small-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(36px, 5vw, 58px);
    letter-spacing: -0.04em;
}

.small-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.8;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

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

.filter-panel {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 26px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-card);
}

.filter-panel-large {
    position: sticky;
    top: 88px;
    z-index: 20;
}

.filter-field {
    display: grid;
    gap: 8px;
    min-width: 180px;
}

.grow-field {
    flex: 1 1 auto;
}

.filter-field label {
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 800;
}

.filter-field input,
.filter-field select {
    height: 48px;
    padding: 0 15px;
    border-radius: 16px;
    color: var(--color-text);
    background: #f9fafb;
    box-shadow: inset 0 0 0 1px #e5e7eb;
}

.empty-state {
    margin-top: 24px;
    padding: 34px;
    text-align: center;
    color: var(--color-muted);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
}

.ranking-section {
    background: linear-gradient(135deg, rgba(255, 237, 213, 0.72), rgba(252, 231, 243, 0.64));
}

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

.movie-card-compact {
    display: grid;
    grid-template-columns: 160px 1fr;
    min-height: 168px;
}

.movie-card-compact .poster-link {
    aspect-ratio: auto;
    min-height: 168px;
}

.movie-card-compact .movie-card-body {
    align-content: center;
}

.rank-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--color-pink), var(--color-orange));
    box-shadow: 0 14px 28px rgba(236, 72, 153, 0.34);
    font-weight: 900;
}

.detail-shell {
    padding: 36px 0 20px;
}

.detail-breadcrumb {
    color: var(--color-muted);
}

.detail-breadcrumb a:hover {
    color: var(--color-pink);
}

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

.detail-main,
.detail-side {
    display: grid;
    gap: 24px;
    align-content: start;
}

.player-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #111827;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
    aspect-ratio: 16 / 9;
}

.movie-video {
    display: block;
    width: 100%;
    height: 100%;
    background: #111827;
}

.play-layer {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    color: #fff;
    background:
        radial-gradient(circle at center, rgba(236, 72, 153, 0.24), rgba(15, 23, 42, 0.55)),
        linear-gradient(180deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.72));
    cursor: pointer;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.play-layer span {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    padding-left: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-pink), var(--color-rose));
    box-shadow: 0 28px 60px rgba(236, 72, 153, 0.44);
    font-size: 42px;
}

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

.detail-panel,
.poster-panel,
.side-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-card);
}

.detail-panel {
    padding: clamp(22px, 4vw, 34px);
}

.detail-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.detail-title-row .eyebrow {
    margin-bottom: 8px;
    color: var(--color-pink);
}

.detail-panel h1 {
    margin: 0;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.detail-panel h2 {
    margin: 28px 0 10px;
    font-size: 24px;
}

.detail-panel p {
    color: #374151;
    font-size: 16px;
    line-height: 1.92;
}

.lead-text {
    margin-top: 0;
    color: #111827;
    font-size: 19px;
    font-weight: 700;
}

.detail-tags {
    margin: 18px 0 8px;
}

.poster-panel {
    overflow: hidden;
}

.poster-panel img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.poster-panel div {
    padding: 18px;
}

.poster-panel strong,
.poster-panel span {
    display: block;
}

.poster-panel strong {
    margin-bottom: 6px;
    font-size: 20px;
}

.poster-panel span {
    color: var(--color-muted);
}

.side-card {
    padding: 22px;
}

.side-card h2 {
    margin: 0 0 14px;
    font-size: 22px;
}

.side-link {
    display: block;
    padding: 13px 14px;
    margin-top: 10px;
    color: var(--color-pink);
    border-radius: 16px;
    background: #fff1f2;
    font-weight: 800;
}

.related-section {
    padding-top: 30px;
}

.site-footer {
    color: #f9fafb;
    background: linear-gradient(135deg, #111827, #1f2937 58%, #0f172a);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 30px;
    padding: 52px 0 34px;
}

.footer-brand {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: #f9a8d4;
    font-size: 18px;
}

.site-footer p,
.site-footer a,
.footer-bottom {
    color: #cbd5e1;
}

.site-footer p {
    margin: 0;
    line-height: 1.8;
}

.site-footer a {
    display: block;
    margin: 8px 0;
}

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

.footer-bottom {
    padding: 18px 0 24px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tone-blue .category-tile-overlay,
.small-hero.tone-blue {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.88), rgba(6, 182, 212, 0.78));
}

.tone-green .category-tile-overlay,
.small-hero.tone-green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.88), rgba(5, 150, 105, 0.78));
}

.tone-orange .category-tile-overlay,
.small-hero.tone-orange,
.tone-amber .category-tile-overlay,
.small-hero.tone-amber,
.tone-yellow .category-tile-overlay,
.small-hero.tone-yellow {
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.88), rgba(245, 158, 11, 0.78));
}

.tone-purple .category-tile-overlay,
.small-hero.tone-purple {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.88), rgba(99, 102, 241, 0.78));
}

.tone-cyan .category-tile-overlay,
.small-hero.tone-cyan {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.88), rgba(14, 165, 233, 0.78));
}

.tone-slate .category-tile-overlay,
.small-hero.tone-slate {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(71, 85, 105, 0.78));
}

.tone-emerald .category-tile-overlay,
.small-hero.tone-emerald {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.9), rgba(20, 184, 166, 0.78));
}

.tone-red .category-tile-overlay,
.small-hero.tone-red,
.tone-rose .category-tile-overlay,
.small-hero.tone-rose,
.tone-pink .category-tile-overlay,
.small-hero.tone-pink {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.9), rgba(244, 63, 94, 0.78), rgba(251, 146, 60, 0.7));
}

@media (max-width: 1024px) {
    .header-search {
        display: none;
    }

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

    .hero-card {
        display: none;
    }

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

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

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

    .detail-side {
        grid-template-columns: minmax(0, 280px) 1fr;
    }
}

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

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

    .header-inner {
        min-height: 64px;
    }

    .brand-text {
        font-size: 18px;
    }

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

    .hero-content {
        padding-bottom: 110px;
    }

    .hero-copy h1,
    .hero-copy h2 {
        font-size: clamp(38px, 14vw, 58px);
    }

    .hero-copy p {
        font-size: 17px;
    }

    .hero-controls {
        display: grid;
        justify-items: start;
    }

    .hero-shortcuts {
        flex-wrap: wrap;
    }

    .section-heading,
    .filter-panel,
    .detail-title-row {
        display: grid;
    }

    .filter-field {
        min-width: 0;
    }

    .movie-grid,
    .ranking-grid,
    .category-grid,
    .category-grid-large,
    .footer-grid,
    .detail-side {
        grid-template-columns: 1fr;
    }

    .movie-card-compact {
        grid-template-columns: 120px 1fr;
    }

    .movie-card-compact .poster-link {
        min-height: 160px;
    }

    .detail-play {
        justify-self: start;
    }

    .filter-panel-large {
        position: static;
    }
}

@media (max-width: 480px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .movie-card-compact {
        grid-template-columns: 1fr;
    }

    .movie-card-compact .poster-link {
        aspect-ratio: 16 / 10;
    }

    .play-layer span {
        width: 72px;
        height: 72px;
        font-size: 32px;
    }
}
