/* ============================================================
   SHORT MOVIE REVIEWS — Single Review Page Styles
   ============================================================ */

body.single-reviews {
    background-color: #0f0e0c;
    color: #e8e4d9;
}

.smr-review-page {
    background-color: #0f0e0c;
    color: #e8e4d9;
    font-family: 'DM Sans', sans-serif;
    min-height: 100vh;
}

/* --- Header --------------------------------------------- */
.smr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 40px 18px;
    border-bottom: 0.5px solid rgba(232,228,217,0.12);
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(15,14,12,0.95);
    backdrop-filter: blur(6px);
}

.smr-logo {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #e8e4d9;
    text-decoration: none;
}

.smr-logo em {
    color: #b8a97a;
    font-style: italic;
}

.smr-nav {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.smr-nav a {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(232,228,217,0.45);
    text-decoration: none;
    transition: color 0.2s ease;
}

.smr-nav a:hover { color: #b8a97a; }

/* --- Breadcrumb bar ------------------------------------- */
.smr-breadcrumb-bar {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 40px 0;
}

.smr-back-link {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(184,169,122,0.55);
    text-decoration: none;
    transition: color 0.2s ease;
    width: fit-content;
    display: inline-block;
}

.smr-back-link:hover { color: #b8a97a; }

/* --- Review Hero ---------------------------------------- */
.smr-review-hero {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    padding: 24px 40px 40px;
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 0.5px solid rgba(232,228,217,0.07);
}

.smr-review-poster {
    width: 220px;
    aspect-ratio: 2 / 3;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.7);
    flex-shrink: 0;
}

.smr-review-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.smr-review-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 6px;
}

.smr-review-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #e8e4d9;
    margin: 0;
}

/* --- Meta: desktop (inline with dots) ------------------- */
.smr-review-meta {
    font-size: 12px;
    color: rgba(232,228,217,0.35);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

.smr-review-meta--desktop {
    display: block;
}

.smr-review-meta--mobile {
    display: none;
}

.smr-meta-sep {
    margin: 0 8px;
    opacity: 0.4;
}

/* --- Meta: mobile (stacked rows) ------------------------ */
.smr-meta-row {
    display: block;
    line-height: 1.8;
}

/* --- Verdict -------------------------------------------- */
.smr-verdict {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(232,228,217,0.5);
    font-style: italic;
    border-left: 2px solid rgba(184,169,122,0.3);
    padding-left: 16px;
    margin: 8px 0 0 0;
    max-width: 46ch;
}

/* --- Linked meta ---------------------------------------- */
.smr-meta-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 0.5px solid rgba(232,228,217,0.2);
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.smr-meta-link:hover {
    color: #b8a97a;
    border-color: rgba(184,169,122,0.5);
}

/* --- Cinematic Still ------------------------------------ */
.smr-still-wrap {
    width: 100%;
    aspect-ratio: 1600 / 840;
    overflow: hidden;
    position: relative;
}

.smr-still-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.smr-still-caption {
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(232,228,217,0.25);
}

/* --- Review Body ---------------------------------------- */
.smr-review-body {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 40px 0;
}

.smr-review-body > p:first-of-type::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 700;
    color: #b8a97a;
    float: left;
    line-height: 0.82;
    margin: 8px 12px 0 0;
}

.smr-review-body p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(232,228,217,0.68);
    margin: 0 0 22px 0;
}

.smr-review-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #e8e4d9;
    margin: 40px 0 16px;
    padding-top: 8px;
    border-top: 0.5px solid rgba(232,228,217,0.08);
}

.smr-review-body blockquote {
    border-left: 2px solid rgba(184,169,122,0.35);
    margin: 28px 0;
    padding: 4px 0 4px 20px;
    font-style: italic;
    color: rgba(232,228,217,0.45);
}

/* --- Bottom section: score + credits -------------------- */
.smr-review-bottom {
    max-width: 680px;
    margin: 32px auto 0;
    padding: 40px 40px 64px;
    border-top: 0.5px solid rgba(232,228,217,0.07);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* --- Score ---------------------------------------------- */
.smr-bottom-score {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.smr-score-label-top {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(232,228,217,0.25);
}

.smr-score-block {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.smr-score-number {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 700;
    color: #b8a97a;
    line-height: 1;
}

.smr-score-denom {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: rgba(184,169,122,0.4);
}

/* --- Credits rows --------------------------------------- */
div.smr-review-credits {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    font-size: 12px !important;
    color: rgba(232,228,217,0.35) !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    border: none !important;
    background: none !important;
}

span.smr-credits-label {
    color: rgba(184,169,122,0.5) !important;
    font-size: 12px !important;
    letter-spacing: 0.08em !important;
    flex-shrink: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

div.smr-review-credits a.smr-meta-link {
    color: rgba(232,228,217,0.35) !important;
    font-size: 12px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-bottom: 0.5px solid rgba(232,228,217,0.2) !important;
    padding-bottom: 1px !important;
    line-height: 1.4 !important;
}

div.smr-review-credits a.smr-meta-link:hover {
    color: #b8a97a !important;
    border-color: rgba(184,169,122,0.5) !important;
}

/* Keep cast names on one line, allow list to wrap */
a.smr-cast-link {
    white-space: nowrap !important;
}

.smr-cast-list {
    display: inline;
}

.smr-cast-sep {
    white-space: normal;
}

/* --- Prev / Next Navigation ----------------------------- */
.smr-post-nav {
    border-top: 0.5px solid rgba(232,228,217,0.07);
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
}

.smr-post-nav-item {
    padding: 28px 40px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: background 0.2s ease;
}

.smr-post-nav-item:hover { background: rgba(232,228,217,0.03); }

.smr-post-nav-item:first-child { border-right: 0.5px solid rgba(232,228,217,0.07); }

.smr-post-nav-direction {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(184,169,122,0.45);
}

.smr-post-nav-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: rgba(232,228,217,0.6);
    line-height: 1.3;
}

.smr-post-nav-item:last-child { text-align: right; }

/* --- Footer --------------------------------------------- */
.smr-footer {
    border-top: 0.5px solid rgba(232,228,217,0.07);
    padding: 22px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.smr-footer-copy {
    font-size: 12px;
    color: rgba(232,228,217,0.18);
}

/* --- Responsive ----------------------------------------- */
@media ( max-width: 768px ) {
    .smr-header,
    .smr-post-nav-item,
    .smr-footer { padding-left: 20px; padding-right: 20px; }

    .smr-breadcrumb-bar { padding-left: 20px; padding-right: 20px; }

    .smr-review-hero {
        grid-template-columns: 140px 1fr;
        gap: 20px;
        padding: 16px 20px 28px;
    }

    .smr-review-poster { width: 140px; }
    .smr-review-title { font-size: 28px; }
    .smr-score-number { font-size: 48px; }
    .smr-nav { display: none; }

    .smr-review-body,
    .smr-review-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .smr-verdict { display: none; }

    .smr-review-meta--desktop { display: none; }
    .smr-review-meta--mobile { display: flex; flex-direction: column; gap: 0; }
}

@media ( max-width: 480px ) {
    .smr-review-hero { grid-template-columns: 120px 1fr; gap: 16px; }
    .smr-review-poster { width: 120px; }
    .smr-review-title { font-size: 22px; }
    .smr-post-nav { grid-template-columns: 1fr; }
    .smr-post-nav-item:first-child { border-right: none; border-bottom: 0.5px solid rgba(232,228,217,0.07); }
    .smr-post-nav-item:last-child { text-align: left; }
}