.movie-page {
    padding: 36px 0 60px;
    background:
        radial-gradient(circle at top left, rgba(217, 90, 43, 0.06), transparent 28%),
        linear-gradient(180deg, #fbf4ee 0%, #f8f1ea 100%);
}

.movie-hero {
    display: grid;
    grid-template-columns: 220px 1fr 320px;
    gap: 24px;
    align-items: start;
    margin-bottom: 30px;
}

.movie-poster,
.movie-poster-fallback,
.movie-main-column,
.movie-stat-card,
.movie-menu-card {
    border-radius: 28px;
    border: 1px solid #ead9cf;
    box-shadow: 0 14px 28px rgba(90, 58, 36, 0.06);
}

.movie-poster {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background: #f2e7df;
}

.movie-poster-fallback {
    display: grid;
    place-items: end start;
    height: 320px;
    padding: 18px;
    background: linear-gradient(160deg, #2f1e19 0%, #6e3020 55%, #dc6830 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.movie-main-column {
    padding: 28px;
    background: linear-gradient(180deg, #fffaf6 0%, #fff4ec 100%);
}

.movie-kicker-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.movie-kicker,
.movie-status-pill,
.movie-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: 800;
}

.movie-kicker {
    padding: 10px 14px;
    background: #fff4ec;
    border: 1px solid #f0d7c8;
    color: #985333;
    font-size: 13px;
}

.movie-status-pill {
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #ead9cf;
    color: #6a5b54;
    font-size: 12px;
}

.movie-title {
    margin: 0;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #181311;
}

.movie-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
    color: #6d5d56;
    font-size: 14px;
    font-weight: 800;
}

.movie-overview {
    margin: 18px 0 0;
    color: #5e514b;
    font-size: 18px;
    line-height: 1.8;
}

.movie-tag-group {
    margin-top: 22px;
}

.movie-tag-label {
    color: #a15f40;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.movie-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.movie-tag {
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ead9cf;
    color: #8b4a30;
    font-size: 13px;
}

.movie-tag-accent {
    background: #fff3eb;
    border-color: #efd1c0;
}

.movie-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.movie-stat-card {
    padding: 22px;
    background: linear-gradient(180deg, #2d1c19 0%, #241715 60%, #1b1211 100%);
    color: #fff;
    border-color: #3a2823;
    box-shadow:
        0 20px 50px rgba(32, 21, 19, 0.35),
        0 0 0 1px rgba(255,255,255,0.03) inset;
}

.movie-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.movie-stat-grid div,
.movie-meta-list div {
    background: rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 14px;
}

.movie-stat-grid strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 6px;
}

.movie-stat-grid span,
.movie-meta-list span {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.movie-meta-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.movie-meta-list strong {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
}

.movie-section {
    margin-top: 12px;
}

.movie-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 18px;
}

.movie-section-kicker {
    color: #a15f40;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    font-weight: 900;
}

.movie-section-head h2 {
    margin: 8px 0 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #181311;
}

.movie-menu-grid {
    display: grid;
    gap: 18px;
}

.movie-menu-card {
    background: #fff;
    padding: 20px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.movie-menu-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(90, 58, 36, 0.08);
}

.movie-menu-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.movie-menu-card h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.movie-menu-card h3 a {
    color: #181311;
}

.movie-menu-meta {
    margin-top: 8px;
    color: #796a62;
    font-size: 14px;
    font-weight: 700;
}

.movie-menu-note {
    margin: 16px 0 0;
    color: #5f524b;
    font-size: 16px;
    line-height: 1.8;
}

.movie-menu-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f0dfd6;
    color: #5a4d47;
    font-size: 13px;
    font-weight: 800;
}

.movie-empty-state {
    padding: 20px;
    border-radius: 20px;
    background: #fff6f0;
    border: 1px solid #efd8cc;
    color: #6d5b53;
}

@media (max-width: 1200px) {
    .movie-hero {
        grid-template-columns: 220px 1fr;
    }

    .movie-side-column {
        grid-column: 1 / -1;
    }
}

@media (max-width: 860px) {
    .movie-hero {
        grid-template-columns: 1fr;
    }

    .movie-poster,
    .movie-poster-fallback {
        max-width: 280px;
        height: 380px;
    }

    .movie-menu-top,
    .movie-section-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .movie-page {
        padding: 22px 0 46px;
    }

    .movie-main-column,
    .movie-stat-card {
        padding: 20px;
        border-radius: 24px;
    }

    .movie-title {
        font-size: 34px;
    }

    .movie-overview {
        font-size: 16px;
    }

    .movie-stat-grid {
        grid-template-columns: 1fr 1fr;
    }
}