:root {
    --ash-50: #f8f7f6;
    --ash-100: #efedeb;
    --ash-200: #e4dfdc;
    --ash-400: #a59d93;
    --ash-500: #8f8579;
    --ash-600: #83766d;
    --ash-700: #6d625c;
    --ash-900: #4a4441;
    --fire-50: #fff8f0;
    --fire-100: #ffefd6;
    --fire-500: #ff7a14;
    --fire-600: #f05d00;
    --fire-700: #c94800;
    --ember-50: #fff4f2;
    --ember-100: #fce7e4;
    --ember-600: #cf4332;
    --ember-700: #ad3427;
    --forest-50: #f3f6f3;
    --forest-100: #e3e9e3;
    --forest-500: #5c765c;
    --forest-600: #475e47;
    --white: #ffffff;
    --shadow-soft: 0 18px 55px rgba(74, 68, 65, 0.14);
    --shadow-card: 0 14px 35px rgba(74, 68, 65, 0.11);
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

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

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 28px rgba(74, 68, 65, 0.08);
    backdrop-filter: blur(14px);
}

.nav-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--fire-500), var(--ember-600));
    box-shadow: 0 12px 24px rgba(240, 93, 0, 0.28);
}

.brand-text strong {
    display: block;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--ash-900);
}

.brand-text em {
    display: block;
    margin-top: 2px;
    font-style: normal;
    font-size: 12px;
    color: var(--ash-600);
}

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

.nav-links a,
.mobile-menu a {
    font-weight: 700;
    color: var(--ash-700);
    transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active,
.mobile-menu a:hover,
.mobile-menu a.active {
    color: var(--fire-600);
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border: 1px solid var(--ash-200);
    border-radius: 999px;
    background: var(--white);
}

.header-search input,
.mobile-menu input,
.large-search input,
.filter-panel input,
.filter-panel select {
    border: 0;
    outline: 0;
    color: var(--ash-900);
    background: transparent;
}

.header-search input {
    width: 180px;
    padding: 7px 8px 7px 14px;
}

.header-search button,
.mobile-menu button,
.large-search button {
    border: 0;
    color: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--fire-600), var(--ember-600));
}

.mobile-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    color: var(--ash-700);
    background: transparent;
    font-size: 28px;
}

.mobile-menu {
    display: none;
    padding: 0 20px 18px;
    border-top: 1px solid var(--ash-200);
    background: rgba(255, 255, 255, 0.96);
}

.mobile-menu.is-open {
    display: grid;
    gap: 14px;
}

.mobile-menu form {
    display: flex;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--ash-200);
    border-radius: 999px;
}

.mobile-menu input {
    flex: 1;
    padding-left: 10px;
}

.hero-showcase {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 76px);
    padding: 72px 0 64px;
    background: linear-gradient(135deg, var(--fire-50), var(--ember-50) 48%, var(--ash-100));
}

.hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(24px);
    opacity: 0.45;
    pointer-events: none;
}

.hero-glow-one {
    top: -160px;
    left: -120px;
    background: rgba(255, 122, 20, 0.26);
}

.hero-glow-two {
    right: -130px;
    bottom: -150px;
    background: rgba(71, 94, 71, 0.24);
}

.hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: stretch;
}

.hero-carousel {
    position: relative;
    min-height: 620px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    backdrop-filter: blur(16px);
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.75fr);
    gap: 36px;
    align-items: center;
    padding: clamp(28px, 5vw, 64px);
    opacity: 0;
    transform: scale(1.015);
    pointer-events: none;
    transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--fire-700);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2,
.page-hero h1,
.detail-copy h1 {
    margin: 0;
    color: var(--ash-900);
    font-size: clamp(42px, 7vw, 76px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.hero-copy p {
    width: min(100%, 680px);
    margin: 24px 0 0;
    color: var(--ash-700);
    font-size: 19px;
}

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

.btn-primary,
.btn-secondary,
.btn-small,
.text-link,
.section-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.btn-primary {
    min-height: 46px;
    padding: 0 24px;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fire-600), var(--ember-600));
    box-shadow: 0 14px 28px rgba(240, 93, 0, 0.26);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-small:hover,
.text-link:hover,
.section-more:hover {
    transform: translateY(-2px);
}

.btn-secondary {
    min-height: 46px;
    padding: 0 22px;
    color: var(--fire-700);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 0 0 1px rgba(240, 93, 0, 0.16);
}

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

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

.hero-tags span,
.tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    color: var(--fire-700);
    font-size: 12px;
    font-weight: 800;
    border-radius: 999px;
    background: var(--fire-100);
}

.hero-poster {
    position: relative;
    min-height: 460px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(74, 68, 65, 0.25);
}

.hero-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(74, 68, 65, 0.28));
}

.hero-dots {
    position: absolute;
    left: clamp(28px, 5vw, 64px);
    bottom: 32px;
    display: flex;
    gap: 9px;
    z-index: 5;
}

.hero-dots button {
    width: 34px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: rgba(131, 118, 109, 0.28);
}

.hero-dots button.active {
    background: var(--fire-600);
}

.hero-side {
    display: grid;
    gap: 18px;
}

.hero-search-box,
.hero-rank-box,
.hero-category-pills {
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(16px);
}

.hero-search-box,
.hero-rank-box {
    padding: 22px;
}

.hero-search-box h2 {
    margin: 0 0 14px;
    font-size: 22px;
}

.hero-search-box form,
.large-search {
    display: flex;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(240, 93, 0, 0.14);
    border-radius: 999px;
    background: #fff;
}

.hero-search-box input,
.large-search input {
    flex: 1;
    min-width: 0;
    padding: 11px 12px;
    border: 0;
    outline: 0;
}

.box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.box-title strong {
    font-size: 20px;
}

.box-title a,
.section-more,
.text-link {
    color: var(--fire-600);
    font-weight: 800;
}

.mini-rank-card {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 6px 10px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: rgba(248, 247, 246, 0.9);
    transition: transform 0.2s ease, background 0.2s ease;
}

.mini-rank-card + .mini-rank-card {
    margin-top: 8px;
}

.mini-rank-card:hover {
    transform: translateX(4px);
    background: var(--fire-50);
}

.rank-num {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--fire-600), var(--ember-600));
}

.mini-title {
    overflow: hidden;
    color: var(--ash-900);
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mini-meta {
    color: var(--ash-500);
    font-size: 13px;
}

.hero-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px;
}

.hero-category-pills a {
    padding: 8px 12px;
    color: var(--forest-600);
    border-radius: 999px;
    background: var(--forest-100);
    font-size: 13px;
    font-weight: 800;
}

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

.bg-white {
    background: var(--white);
}

.bg-soft {
    background: linear-gradient(135deg, var(--fire-50), var(--ash-100));
}

.bg-warm {
    background: linear-gradient(135deg, var(--ember-50), var(--fire-50));
}

.bg-gradient-light {
    background: linear-gradient(135deg, var(--fire-50), var(--forest-50));
}

.bg-forest-soft {
    background: linear-gradient(135deg, var(--forest-50), var(--ash-50));
}

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

.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--ash-900);
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.section-title span {
    width: 5px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--fire-600), var(--ember-600));
}

.section-heading p {
    margin: 8px 0 0;
    color: var(--ash-600);
}

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

.listing-grid {
    margin-top: 28px;
}

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

.movie-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 46px rgba(74, 68, 65, 0.18);
}

.movie-card-featured {
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 260px;
}

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

.poster-frame {
    height: 310px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--ash-100), var(--fire-50));
}

.movie-card-featured .poster-frame {
    height: 100%;
}

.poster-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.32s ease;
}

.movie-card:hover .poster-frame img {
    transform: scale(1.05);
}

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

.movie-meta-line {
    margin-bottom: 8px;
    color: var(--ash-500);
    font-size: 13px;
    font-weight: 700;
}

.movie-card h3,
.ranking-card h2,
.category-overview-card h2 {
    margin: 0;
    color: var(--ash-900);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.movie-card p,
.ranking-card p,
.category-overview-card p {
    display: -webkit-box;
    margin: 10px 0 16px;
    overflow: hidden;
    color: var(--ash-600);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

.category-card {
    min-height: 178px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, background 0.2s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    background: #fff;
}

.category-card span {
    color: var(--fire-600);
    font-size: 14px;
    font-weight: 900;
}

.category-card strong {
    display: block;
    margin-top: 14px;
    color: var(--ash-900);
    font-size: 20px;
    line-height: 1.25;
}

.category-card em {
    display: block;
    margin-top: 10px;
    color: var(--ash-600);
    font-style: normal;
    font-size: 14px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--fire-50), var(--ember-50) 48%, var(--ash-100));
}

.compact-hero {
    padding: 64px 0 54px;
}

.page-hero h1 {
    max-width: 900px;
}

.page-hero p {
    max-width: 780px;
    margin: 18px 0 0;
    color: var(--ash-700);
    font-size: 18px;
}

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

.compact-hero .breadcrumb {
    color: var(--ash-600);
}

.breadcrumb a:hover {
    color: var(--fire-600);
}

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

.category-overview-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 22px;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.category-cover {
    height: 160px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--ash-100);
}

.category-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.category-samples a {
    padding: 7px 11px;
    color: var(--forest-600);
    border-radius: 999px;
    background: var(--forest-100);
    font-size: 13px;
    font-weight: 800;
}

.filter-panel {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 180px 180px;
    gap: 14px;
    padding: 14px;
    border-radius: 22px;
    background: var(--ash-50);
    box-shadow: inset 0 0 0 1px var(--ash-200);
}

.filter-panel input,
.filter-panel select {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--ash-200);
}

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

.ranking-list {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.ranking-card {
    position: relative;
    display: grid;
    grid-template-columns: 110px 64px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-card);
}

.ranking-cover {
    height: 132px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--ash-100);
}

.ranking-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ranking-index {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fire-600), var(--ember-600));
    font-size: 22px;
    font-weight: 900;
}

.btn-small {
    min-height: 40px;
    padding: 0 18px;
    color: #fff;
    border-radius: 999px;
    background: var(--forest-600);
}

.search-hero .large-search {
    width: min(100%, 720px);
    margin-top: 28px;
}

.detail-hero {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    color: #fff;
    background: var(--ash-900);
}

.detail-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    filter: saturate(0.95);
}

.detail-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(37, 31, 28, 0.86), rgba(37, 31, 28, 0.35));
}

.detail-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 0;
}

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

.detail-copy h1 {
    color: #fff;
}

.detail-copy p {
    max-width: 780px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
}

.detail-main {
    padding-top: 48px;
}

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

.player-shell {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    background: #111;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.movie-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.52));
    transition: opacity 0.24s ease;
}

.play-overlay span {
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    padding-left: 6px;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fire-600), var(--ember-600));
    box-shadow: 0 16px 34px rgba(240, 93, 0, 0.38);
    font-size: 42px;
}

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

.story-panel,
.info-card {
    margin-top: 24px;
    padding: 28px;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.story-panel h2,
.info-card h2 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.2;
}

.story-panel p {
    margin: 0 0 24px;
    color: var(--ash-700);
    font-size: 17px;
}

.story-panel p:last-child {
    margin-bottom: 0;
}

.poster-card {
    overflow: hidden;
    border-radius: 26px;
    background: var(--ash-100);
    box-shadow: var(--shadow-card);
}

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

.info-card {
    margin-top: 18px;
}

.info-card dl {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px 14px;
    margin: 0 0 22px;
}

.info-card dt {
    color: var(--ash-500);
    font-weight: 800;
}

.info-card dd {
    margin: 0;
    color: var(--ash-900);
    font-weight: 700;
}

.btn-primary.full {
    width: 100%;
}

.site-footer {
    color: var(--ash-100);
    background: var(--ash-900);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 36px;
    padding: 52px 0 34px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.site-footer p {
    margin: 0;
    color: var(--ash-400);
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #fff;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li + li {
    margin-top: 8px;
}

.site-footer a {
    color: var(--ash-400);
}

.site-footer a:hover {
    color: var(--fire-100);
}

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

@media (max-width: 1120px) {
    .hero-layout,
    .detail-grid {
        grid-template-columns: 1fr;
    }

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

    .hero-category-pills {
        grid-column: 1 / -1;
    }

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

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

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

    .mobile-toggle {
        display: block;
    }

    .hero-showcase {
        min-height: auto;
        padding: 38px 0;
    }

    .hero-carousel {
        min-height: 760px;
    }

    .hero-slide {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero-poster {
        min-height: 330px;
        order: -1;
    }

    .hero-side,
    .footer-grid,
    .filter-panel {
        grid-template-columns: 1fr;
    }

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

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

    .category-overview-card,
    .ranking-card {
        grid-template-columns: 96px 1fr;
    }

    .ranking-index {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .ranking-card .btn-small {
        grid-column: 1 / -1;
    }

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

@media (max-width: 560px) {
    .container-custom {
        width: min(100% - 22px, 1280px);
    }

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

    .brand-text em {
        display: none;
    }

    .hero-copy h1,
    .hero-copy h2,
    .page-hero h1,
    .detail-copy h1 {
        font-size: 38px;
    }

    .hero-carousel {
        min-height: 740px;
        border-radius: 24px;
    }

    .hero-slide {
        padding: 22px;
    }

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

    .poster-frame {
        height: 260px;
    }

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

    .section-heading {
        display: block;
    }

    .player-shell {
        border-radius: 18px;
    }
}
