/* ============================================================================
   Labocine — Spotlights (main + detail), revamped black-theme OTT / editorial.
   Spotlights are long-form editorial features about science films, so this leans
   "premium magazine": a cinematic hero, a serif reading column with a drop-cap,
   pull-quotes, and an elegant gallery of the films/scenes featured in the piece.
   ALL rules are scoped under `.fx`; shared site CSS is left untouched.
   ============================================================================ */

.fx {
    --fx-nav-h: 56px;
    --fx-bg: #0a0a0b;
    --fx-surface: #141417;
    --fx-surface-2: #1c1c20;
    --fx-surface-3: #26262b;
    --fx-border: rgba(255, 255, 255, 0.10);
    --fx-border-strong: rgba(255, 255, 255, 0.18);
    --fx-text: #f3f3f5;
    --fx-muted: #b9b9c4;
    --fx-muted-2: #8b8b96;
    --fx-accent: #f40000;
    --fx-accent-hover: #ff2b2b;
    --fx-radius: 14px;
    --fx-radius-sm: 10px;
    --fx-maxw: 1320px;
    --fx-read: 72ch;
    --fx-serif: "Georgia", "Iowan Old Style", "Times New Roman", serif;

    background: var(--fx-bg);
    color: var(--fx-text);
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    padding-bottom: 4rem;
}
body.fx-page, html.fx-page { background: #0a0a0b; }
body.fx-page footer { color: #6f6f78; text-align: center; background: #0a0a0b; }

.fx *, .fx *::before, .fx *::after { box-sizing: border-box; }
.fx a { color: inherit; text-decoration: none; }
.fx h1, .fx h2, .fx h3, .fx h4, .fx h5, .fx h6, .fx strong { color: inherit; }
.fx img { max-width: 100%; }
/* long titles / unbreakable strings must never push past the viewport on small screens */
.sp-head__title, .sp-featured__title, .sp-card__title, .sp-hero__title, .sp-mini__title, .sp-feature__title { overflow-wrap: break-word; }

.fx__container { width: 100%; max-width: var(--fx-maxw); margin: 0 auto; padding: 0 24px; }

/* Buttons */
.fx__btn {
    display: inline-flex; align-items: center; gap: 9px;
    height: 48px; padding: 0 24px; border-radius: 999px;
    border: 1px solid var(--fx-border-strong); background: var(--fx-surface-2); color: var(--fx-text);
    font-size: 0.96rem; font-weight: 600; cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.2s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.2s ease;
    white-space: nowrap;
}
.fx__btn:hover { background: var(--fx-surface-3); transform: translateY(-2px); box-shadow: 0 9px 20px -10px rgba(0,0,0,0.85); }
.fx__btn:active { transform: translateY(0) scale(0.97); transition-duration: 0.07s; }
.fx__btn svg { width: 18px; height: 18px; }
.fx__btn--primary { background: var(--fx-accent); border-color: var(--fx-accent); color: #fff; }
.fx__btn--primary:hover { background: var(--fx-accent-hover); border-color: var(--fx-accent-hover); box-shadow: 0 12px 26px -10px rgba(244,0,0,0.7); }

/* ============================================================ MAIN: header */
.sp-head { max-width: var(--fx-maxw); margin: 0 auto; padding: 52px 24px 8px; }
.sp-head__eyebrow {
    display: inline-block; margin-bottom: 14px;
    font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700;
    color: #fff; background: var(--fx-accent); padding: 6px 13px; border-radius: 999px;
}
.sp-head__title { margin: 0; color: #fff; font-weight: 800; letter-spacing: -0.02em; font-size: clamp(2.4rem, 6vw, 4.2rem); line-height: 1.02; }
.sp-head__tagline { margin: 16px 0 0; max-width: 60ch; color: var(--fx-muted); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.6; }

/* ------------------------------------------------ MAIN: featured (latest) */
.sp-featured {
    position: relative; display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch;
    max-width: var(--fx-maxw); margin: 34px auto 8px; gap: 0;
    background: var(--fx-surface); border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius); overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.sp-featured:hover { border-color: var(--fx-border-strong); box-shadow: 0 40px 80px -40px rgba(0,0,0,0.9); }
.sp-featured__media { position: relative; min-height: 340px; overflow: hidden; }
.sp-featured__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.9s cubic-bezier(0.2,0.6,0.2,1); }
.sp-featured:hover .sp-featured__img { transform: scale(1.05); }
.sp-featured__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(20,20,23,0.9) 100%); }
.sp-featured__body { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.sp-featured__tag {
    display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; margin-bottom: 16px;
    font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--fx-accent-hover);
}
.sp-featured__tag::before { content: ""; width: 22px; height: 2px; background: var(--fx-accent); }
.sp-featured__title { margin: 0; color: #fff; font-weight: 800; letter-spacing: -0.015em; font-size: clamp(1.7rem, 3.2vw, 2.8rem); line-height: 1.08;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.sp-featured__excerpt { margin: 16px 0 0; color: var(--fx-muted); font-size: 1.04rem; line-height: 1.65;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.sp-featured__meta { display: flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--fx-muted-2); font-size: 0.9rem; }
.sp-featured__author { color: #e7e7ec; font-weight: 600; }
.sp-featured__dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.6; }
.sp-featured__cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; align-self: flex-start;
    height: 46px; padding: 0 22px; border-radius: 999px; background: var(--fx-accent); color: #fff; font-weight: 700; font-size: 0.92rem;
    transition: background 0.16s ease, transform 0.2s cubic-bezier(0.34,1.4,0.64,1), box-shadow 0.2s ease; }
.sp-featured__cta svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.sp-featured:hover .sp-featured__cta { background: var(--fx-accent-hover); box-shadow: 0 12px 26px -10px rgba(244,0,0,0.7); }
.sp-featured:hover .sp-featured__cta svg { transform: translateX(3px); }

/* ----------------------------------------------------- MAIN: section + grid */
.sp-section { max-width: var(--fx-maxw); margin: 0 auto; padding: 46px 24px 0; }
.sp-section__title { font-size: 1.3rem; font-weight: 700; color: #fff; margin: 0 0 22px; letter-spacing: 0.01em; }
.sp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px 24px; }
.sp-card {
    position: relative; display: flex; flex-direction: column;
    background: var(--fx-surface); border: 1px solid var(--fx-border); border-radius: var(--fx-radius);
    overflow: hidden; transition: transform 0.26s cubic-bezier(0.2,0.7,0.2,1), border-color 0.2s ease, box-shadow 0.26s ease;
}
.sp-card:hover { transform: translateY(-6px); border-color: var(--fx-border-strong); box-shadow: 0 30px 60px -34px rgba(0,0,0,0.95); }
.sp-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--fx-surface-2); }
.sp-card__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.7s cubic-bezier(0.2,0.6,0.2,1); }
.sp-card:hover .sp-card__img { transform: scale(1.07); }
.sp-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.55) 100%); opacity: 0; transition: opacity 0.25s ease; }
.sp-card:hover .sp-card__media::after { opacity: 1; }
.sp-card__count {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #fff;
    background: rgba(10,10,12,0.66); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    border: 1px solid var(--fx-border-strong); padding: 5px 11px; border-radius: 999px;
}
.sp-card__count svg { width: 13px; height: 13px; opacity: 0.9; }
.sp-card__body { padding: 16px 17px 18px; display: flex; flex-direction: column; flex: 1 1 auto; }
.sp-card__title { margin: 0; color: #fff; font-weight: 700; font-size: 1.12rem; line-height: 1.32;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sp-card__meta { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 14px; color: var(--fx-muted-2); font-size: 0.84rem; }
.sp-card__author { color: #d7d7dc; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp-card__dot { flex: 0 0 auto; width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.6; }
.sp-card__date { flex: 0 0 auto; }

/* ------------------------------------------------------- MAIN: pagination */
.sp-pagination { max-width: var(--fx-maxw); margin: 44px auto 0; padding: 0 24px; display: flex; justify-content: center; gap: 12px; }
.sp-pagination__btn {
    display: inline-flex; align-items: center; gap: 9px; height: 46px; padding: 0 22px; border-radius: 999px;
    border: 1px solid var(--fx-border-strong); background: var(--fx-surface-2); color: var(--fx-text); font-weight: 600; font-size: 0.92rem; cursor: pointer;
    transition: background 0.16s ease, transform 0.2s cubic-bezier(0.34,1.4,0.64,1), box-shadow 0.2s ease;
}
.sp-pagination__btn:hover { background: var(--fx-surface-3); transform: translateY(-2px); box-shadow: 0 9px 20px -10px rgba(0,0,0,0.85); }
.sp-pagination__btn:active { transform: translateY(0) scale(0.97); transition-duration: 0.07s; }
.sp-pagination__btn svg { width: 16px; height: 16px; }

.sp-empty { max-width: var(--fx-maxw); margin: 0 auto; padding: 40px 24px; color: var(--fx-muted); font-size: 1.02rem; }

/* ============================================================ DETAIL: hero */
.sp-hero {
    position: relative; min-height: clamp(460px, 78vh, 760px);
    display: flex; align-items: flex-end; overflow: hidden;
    background-size: cover; background-position: center; background-color: #000;
}
.sp-hero::after {
    content: ""; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 24%, transparent 46%, rgba(10,10,11,0.78) 80%, var(--fx-bg) 100%),
        linear-gradient(90deg, rgba(0,0,0,0.55) 0%, transparent 55%);
}
.sp-hero__content { position: relative; z-index: 2; width: 100%; max-width: var(--fx-maxw); margin: 0 auto; padding: 0 24px 54px; }
.sp-hero__eyebrow {
    display: inline-block; margin-bottom: 18px;
    font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700;
    color: #fff; background: var(--fx-accent); padding: 6px 14px; border-radius: 999px;
}
.sp-hero__title {
    margin: 0; color: #fff; font-weight: 800; line-height: 1.04; letter-spacing: -0.02em;
    font-size: clamp(2.2rem, 5.4vw, 4.4rem); text-shadow: 0 4px 36px rgba(0,0,0,0.6); max-width: 20ch;
}
.sp-hero__byline { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 22px; color: #d7d7dc; font-size: 1rem; }
.sp-hero__avatar {
    width: 42px; height: 42px; border-radius: 50%; flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--fx-surface-3); border: 1px solid var(--fx-border-strong); color: #fff; font-weight: 800; font-size: 1rem; text-transform: uppercase;
}
.sp-hero__author { color: #fff; font-weight: 700; }
.sp-hero__dot { width: 3px; height: 3px; border-radius: 50%; background: #d7d7dc; opacity: 0.7; }

/* ---------------------------------------------------- DETAIL: share row */
.sp-share { display: flex; align-items: center; gap: 10px; margin: 26px 0 0; }
.sp-share__label { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fx-muted-2); margin-right: 2px; }
.sp-share__btn {
    width: 42px; height: 42px; border-radius: 50%; flex: 0 0 auto; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--fx-surface-2); border: 1px solid var(--fx-border-strong); color: #e9e9ee;
    transition: background 0.16s ease, border-color 0.16s ease, transform 0.2s cubic-bezier(0.34,1.4,0.64,1), color 0.16s ease;
}
.sp-share__btn:hover { background: var(--fx-surface-3); transform: translateY(-2px) scale(1.04); }
.sp-share__btn:active { transform: scale(0.92); transition-duration: 0.07s; }
.sp-share__btn svg { width: 18px; height: 18px; }
.sp-share__btn--copied { background: #1f7a44; border-color: #1f7a44; color: #fff; }

/* ----------------------------------------- DETAIL: article + companion aside
   Solo (no films/scenes) → a single centred reading column.
   Split (.sp-body--split) → article on the left + a STICKY "In this Spotlight"
   sidebar on the right that stays with you the whole way down the read, so the
   featured films are never buried at the bottom. */
.sp-body { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.sp-body--split { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; }
/* CRITICAL: grid items default to min-width:auto; without this the horizontal-scroll
   "In this Spotlight" rail forces its column ~1000px wide → the whole page overflows on
   mobile (which squashed the hero). min-width:0 lets the column shrink so the rail scrolls. */
.sp-body--split > * { min-width: 0; }
.sp-article {
    min-width: 0; max-width: min(var(--fx-read), 100%); margin: 48px auto 0;
    font-family: var(--fx-serif); color: #e3e3e8; font-size: 1.22rem; line-height: 1.78; letter-spacing: 0.003em;
}
.sp-body--split .sp-article { margin: 48px 0 0; }
.sp-article > *:first-child { margin-top: 0; }
.sp-article p { margin: 0 0 1.5em; }
/* magazine drop-cap on the opening paragraph */
.sp-article > p:first-of-type::first-letter {
    float: left; font-weight: 700; color: #fff; font-size: 3.6em; line-height: 0.82; padding: 0.04em 0.12em 0 0; }
.sp-article h2 { font-family: "Roboto", sans-serif; color: #fff; font-weight: 800; letter-spacing: -0.01em; font-size: 1.7rem; line-height: 1.2; margin: 1.9em 0 0.7em; }
.sp-article h3 { font-family: "Roboto", sans-serif; color: #fff; font-weight: 700; font-size: 1.34rem; line-height: 1.25; margin: 1.7em 0 0.6em; }
.sp-article h4 { font-family: "Roboto", sans-serif; color: #fff; font-weight: 700; font-size: 1.1rem; margin: 1.5em 0 0.5em; }
.sp-article a { color: #fff; text-decoration: underline; text-decoration-color: var(--fx-accent); text-underline-offset: 3px; transition: color 0.15s ease; }
.sp-article a:hover { color: var(--fx-accent-hover); }
.sp-article strong, .sp-article b { color: #fff; }
.sp-article em, .sp-article i { color: #f0f0f4; }
.sp-article ul, .sp-article ol { margin: 0 0 1.5em; padding-left: 1.4em; }
.sp-article li { margin: 0 0 0.5em; }
.sp-article li::marker { color: var(--fx-accent-hover); }
.sp-article blockquote {
    margin: 1.7em 0; padding: 6px 0 6px 26px; border-left: 3px solid var(--fx-accent);
    color: #fff; font-style: italic; font-size: 1.4rem; line-height: 1.5;
}
.sp-article blockquote p:last-child { margin-bottom: 0; }
.sp-article img, .sp-article figure, .sp-article iframe, .sp-article video {
    display: block; max-width: 100%; height: auto; margin: 1.8em auto; border-radius: var(--fx-radius-sm);
}
.sp-article iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.sp-article figure { margin: 1.8em 0; }
.sp-article figure img { margin: 0; }
.sp-article figcaption { font-family: "Roboto", sans-serif; font-size: 0.86rem; color: var(--fx-muted-2); text-align: center; margin-top: 10px; }
.sp-article hr { border: 0; border-top: 1px solid var(--fx-border); margin: 2.2em auto; max-width: 120px; }

/* -------------------------------- DETAIL: "In this Spotlight" companion panel */
.sp-aside { margin-top: 48px; position: sticky; top: calc(var(--fx-nav-h) + 22px); align-self: start; }
.sp-aside__panel { background: var(--fx-surface); border: 1px solid var(--fx-border); border-radius: var(--fx-radius); padding: 16px 14px 10px; box-shadow: 0 24px 50px -40px rgba(0,0,0,0.9); }
.sp-aside__title { display: flex; align-items: center; gap: 9px; font-size: 0.96rem; font-weight: 700; color: #fff; margin: 0 4px 8px; letter-spacing: 0.01em; }
.sp-aside__title::before { content: ""; width: 16px; height: 2px; border-radius: 2px; background: var(--fx-accent); }
.sp-aside__scroll {
    max-height: calc(100vh - var(--fx-nav-h) - 84px); overflow-y: auto; overflow-x: hidden;
    padding: 2px 4px 4px; margin: 0 -2px;
    scrollbar-width: thin; scrollbar-color: var(--fx-surface-3) transparent;
}
.sp-aside__scroll::-webkit-scrollbar { width: 6px; }
.sp-aside__scroll::-webkit-scrollbar-track { background: transparent; }
.sp-aside__scroll::-webkit-scrollbar-thumb { background: var(--fx-surface-3); border-radius: 3px; }
.sp-aside__label { font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--fx-muted-2); margin: 13px 6px 6px; }
.sp-aside__label:first-child { margin-top: 4px; }
.sp-mini { display: grid; grid-template-columns: 108px 1fr; gap: 12px; align-items: center; padding: 7px; border-radius: 10px; transition: background 0.16s ease; }
.sp-mini:hover { background: var(--fx-surface-2); }
.sp-mini__media { position: relative; aspect-ratio: 16/9; border-radius: 8px; overflow: hidden; background: var(--fx-surface-2); }
.sp-mini__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.5s cubic-bezier(0.2,0.6,0.2,1); }
.sp-mini:hover .sp-mini__img { transform: scale(1.08); }
.sp-mini__play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0,0,0,0.32); opacity: 0; transition: opacity 0.2s ease; }
.sp-mini:hover .sp-mini__play { opacity: 1; }
.sp-mini__play svg { width: 24px; height: 24px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6)); }
.sp-mini__body { min-width: 0; }
.sp-mini__title { margin: 0; color: #fff; font-weight: 600; font-size: 0.9rem; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sp-mini__meta { margin: 4px 0 0; color: var(--fx-muted-2); font-size: 0.76rem; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* --------------------------------------------------------- DETAIL: comments */
.sp-comments { max-width: var(--fx-read); margin: 64px auto 0; padding: 0 24px; }
.sp-comments__head { padding-top: 30px; border-top: 1px solid var(--fx-border); }
.sp-comments__title { font-size: 1.15rem; font-weight: 700; color: #fff; margin: 0 0 18px; }
.sp-comments #disqus_thread { color-scheme: dark; }
/* Disqus is currently disabled in the layout → the thread stays empty; hide the section so
   it leaves no dead space. If Disqus is re-enabled it injects content and the section shows. */
.sp-comments:empty,
.sp-comments:has(#disqus_thread:empty) { display: none; }

/* ------------------------------------------------------------- Responsive */
@media (max-width: 980px) {
    /* the split collapses; the films panel moves ABOVE the read as a swipeable rail */
    .sp-body--split { grid-template-columns: 1fr; gap: 0; }
    .sp-body--split .sp-article { margin: 26px auto 0; max-width: var(--fx-read); }
    .sp-aside { order: -1; position: static; margin-top: 40px; }
    .sp-aside__panel { background: transparent; border: 0; box-shadow: none; padding: 0; }
    .sp-aside__scroll {
        max-height: none; overflow-y: visible; overflow-x: auto;
        display: flex; gap: 14px; padding: 6px 4px 12px; margin: 0 -4px;
        scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    }
    .sp-aside__label { display: none; }
    .sp-mini { grid-template-columns: 1fr; gap: 0; padding: 0; width: 210px; flex: 0 0 210px; scroll-snap-align: start; }
    .sp-mini:hover { background: transparent; }
    .sp-mini__body { padding: 9px 2px 0; }
    .sp-mini__play { opacity: 1; background: rgba(0,0,0,0.16); }
}
@media (max-width: 900px) {
    .sp-featured { grid-template-columns: 1fr; }
    .sp-featured__media { min-height: 240px; aspect-ratio: 16 / 9; }
    .sp-featured__media::after { background: linear-gradient(180deg, transparent 45%, rgba(20,20,23,0.92) 100%); }
}
@media (max-width: 768px) {
    .fx__container, .sp-head, .sp-section, .sp-body, .sp-comments, .sp-pagination { padding-left: 16px; padding-right: 16px; }
    .sp-head { padding-top: 36px; }
    .sp-head__title { font-size: clamp(2.2rem, 9vw, 3.2rem); }
    .sp-head__tagline { font-size: 1.02rem; }
    /* inset the featured card so it lines up with the head + grid (16px gutters) */
    .sp-featured { margin: 26px 16px 8px; }
    .sp-featured__body { padding: 22px 18px 26px; }
    .sp-featured__title { font-size: clamp(1.5rem, 6.5vw, 2rem); }
    .sp-featured__cta { height: 48px; }
    .sp-section { padding-top: 36px; }
    /* phones get ONE big editorial card per row; tablets (≳560px) get 2 */
    .sp-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px 16px; }
    .sp-card__body { padding: 13px 13px 14px; }
    .sp-card__title { font-size: 0.98rem; }
    .sp-card__count { top: 9px; left: 9px; font-size: 0.62rem; padding: 4px 9px; }
    .sp-hero { min-height: clamp(380px, 66vh, 560px); }
    .sp-hero__content { padding: 0 16px 36px; }
    .sp-article { font-size: 1.1rem; line-height: 1.72; }
    .sp-body:not(.sp-body--split) .sp-article { margin-top: 30px; }
    .sp-article blockquote { font-size: 1.18rem; }
    /* one prominent film card per view (with a peek of the next) instead of 2 cramped ones */
    .sp-mini { flex: 0 0 auto; width: min(80vw, 300px); }
    .sp-mini__title { font-size: 1rem; }
    .sp-comments { margin-top: 44px; }
}
@media (max-width: 420px) {
    .sp-pagination { flex-wrap: wrap; }
}
