/* ============================================================================
   Labocine — SCENES (/scenes), revamped 2026-09. Scoped under `.sc`.

   The archive holds 380 published scenes. The old page showed eight of them,
   picked at random, and offered no way to reach the other 372 except a search
   box that left the site. Everything needed to browse them properly was
   already in the documents — subject, country, year, whether it can be
   downloaded — so this page is mostly an act of surfacing.

   Same family as My Work, analytics, field notes and Science New Wave: black
   ground, one luminous accent, Poppins, thin borders. The accent here is the
   aqua of a lit slide, because that is what a scene usually is.

   Scenes are moving images, so the page moves: the header plays real footage
   and every card in the grid plays its own scene under the cursor.
   ============================================================================ */

html.sc-page, body.sc-page { background: #05080a !important; }
body.sc-page footer { color: #6d7a80; text-align: center; font-size: 0.78rem; padding: 0 0 26px; }

.sc {
    --sc-nav: 56px;
    --sc-bg: #05080a;
    --sc-surface: rgba(16, 22, 25, 0.72);
    --sc-surface-2: #101619;
    --sc-border: rgba(255, 255, 255, 0.1);
    --sc-border-strong: rgba(255, 255, 255, 0.22);
    --sc-text: #eef3f4;
    --sc-muted: #a8b6ba;
    --sc-muted-2: #78878c;
    --sc-aqua: #3fd8d0;
    --sc-blue: #56b8ff;
    --sc-violet: #a98cff;
    --sc-glow: rgba(63, 216, 208, 0.45);
    --sc-maxw: 1560px;

    position: relative;
    min-height: 100vh;
    background: var(--sc-bg);
    color: var(--sc-text);
    font-family: "Poppins", "Open Sans", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 64px;
}
.sc *, .sc *::before, .sc *::after { box-sizing: border-box; }
.sc [hidden] { display: none !important; }
.sc img { max-width: 100%; }
.sc a { text-decoration: none; color: inherit; }
.sc ::selection { background: rgba(63, 216, 208, 0.3); }

/* styles.css paints every h1-h6 and every <strong> near-black in FuturaStd.
   Colour and family are reset; weight is not, or this selector would outrank
   the component rules that set it. */
.sc h1, .sc h2, .sc h3, .sc h4, .sc h5, .sc h6,
.sc strong, .sc b { color: inherit; font-family: inherit; }

.sc-wrap { width: min(var(--sc-maxw), 100% - 48px); margin-inline: auto; }

.sc-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--sc-aqua); margin: 0 0 14px;
}
.sc-eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: 0.6; }
.sc-h2 {
    margin: 0 0 14px; font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.08;
    font-weight: 800; letter-spacing: -0.02em;
}
.sc-lede { margin: 0 0 22px; max-width: 68ch; color: var(--sc-muted); font-size: 1rem; line-height: 1.72; }
.sc-i { width: 1em; height: 1em; flex: none; }

.sc-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 12px 20px; border-radius: 999px; cursor: pointer;
    border: 1px solid var(--sc-border-strong); background: rgba(255, 255, 255, 0.04);
    color: var(--sc-text); font: inherit; font-size: 0.85rem; font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.sc-btn:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; transform: translateY(-1px); }
.sc-btn--go {
    background: linear-gradient(100deg, var(--sc-aqua), #7ff0e6);
    border-color: transparent; color: #04211f; font-weight: 750;
    box-shadow: 0 12px 34px -14px var(--sc-glow);
}
.sc-btn--go:hover { background: linear-gradient(100deg, #5ce3db, #9df5ed); color: #04211f; }
.sc-btn--sm { padding: 9px 15px; font-size: 0.78rem; }

/* ══════════════════════════════════════════════ HERO ═══════════════════════ */
.sc-hero {
    position: relative; isolation: isolate; overflow: hidden;
    min-height: min(82vh, 720px); display: grid; align-items: center;
    padding: calc(var(--sc-nav) + 32px) 0 46px;
    border-bottom: 1px solid var(--sc-border);
}
.sc-hero__bg { position: absolute; inset: 0; z-index: -3; }
.sc-hero__bg video, .sc-hero__bg img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: 0; transition: opacity 1.1s ease;
}
.sc-hero__bg .is-on { opacity: 1; }
.sc-hero__scrim {
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background:
        radial-gradient(52% 42% at 50% 48%, rgba(5, 8, 10, 0.88) 0%, rgba(5, 8, 10, 0.52) 60%, transparent 100%),
        linear-gradient(180deg, rgba(5, 8, 10, 0.72) 0%, rgba(5, 8, 10, 0.26) 34%, rgba(5, 8, 10, 0.78) 80%, var(--sc-bg) 100%);
}
/* the faint rule of a graticule, so the footage reads as something observed */
.sc-hero__grid {
    position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: 0.22;
    background-image:
        linear-gradient(rgba(63, 216, 208, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(63, 216, 208, 0.18) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(70% 60% at 50% 50%, transparent 30%, #000 100%);
    mask-image: radial-gradient(70% 60% at 50% 50%, transparent 30%, #000 100%);
}

.sc-hero__inner { position: relative; text-align: center; }
.sc-mark { width: min(400px, 72%); margin: 0 auto 16px; display: block; }
.sc-hero__def {
    margin: 0 auto; max-width: 62ch; font-size: clamp(1rem, 1.8vw, 1.22rem);
    line-height: 1.6; color: var(--sc-text); font-weight: 500;
}
.sc-hero__def b { color: var(--sc-aqua); font-weight: 700; }

.sc-search { margin: 22px auto 0; max-width: 620px; position: relative; }
.sc-search .sc-i {
    position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
    width: 18px; height: 18px; color: var(--sc-muted-2); pointer-events: none;
}
.sc-in {
    width: 100%; padding: 15px 18px 15px 48px; border-radius: 999px;
    border: 1px solid var(--sc-border-strong); background: rgba(8, 12, 14, 0.78);
    backdrop-filter: blur(10px);
    color: var(--sc-text); font: inherit; font-size: 0.95rem;
}
.sc-in::placeholder { color: var(--sc-muted-2); }
.sc-in:focus { outline: none; border-color: var(--sc-aqua); box-shadow: 0 0 0 3px rgba(63, 216, 208, 0.16); }

.sc-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 20px auto 0; }
.sc-stat {
    padding: 11px 18px; border-radius: 13px; text-align: center;
    border: 1px solid var(--sc-border); background: rgba(10, 15, 17, 0.6);
    backdrop-filter: blur(9px);
}
.sc-stat b { display: block; font-size: 1.24rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.sc-stat i {
    display: block; margin-top: 5px; font-style: normal; font-size: 0.62rem;
    font-weight: 650; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sc-muted-2);
}
/* what is playing behind the words */
.sc-hero__now {
    position: absolute; left: 0; right: 0; bottom: 18px; z-index: 2;
    display: flex; justify-content: center;
}
.sc-now {
    display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px;
    border-radius: 999px; font-size: 0.72rem; color: var(--sc-muted);
    border: 1px solid var(--sc-border); background: rgba(8, 12, 14, 0.7);
    backdrop-filter: blur(8px);
}
.sc-now b { color: var(--sc-text); font-weight: 640; }
.sc-now__dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--sc-aqua);
    box-shadow: 0 0 0 0 var(--sc-glow); animation: sc-pulse 2.4s ease-out infinite;
}
@keyframes sc-pulse {
    0% { box-shadow: 0 0 0 0 rgba(63, 216, 208, 0.55); }
    70% { box-shadow: 0 0 0 9px rgba(63, 216, 208, 0); }
    100% { box-shadow: 0 0 0 0 rgba(63, 216, 208, 0); }
}

/* ══════════════════════════════════════ MOST WATCHED ═══════════════════════
   A record of what the archive is actually watching, not an editor's pick.
   These play by themselves once they are on screen — the page's promise is
   moving images, so the first thing under the header moves. */
.sc-hot { padding: 46px 0 2px; }
.sc-hot__h { display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.sc-hot__h .sc-h2 { margin: 0; }
.sc-hot__n { margin: 0 0 3px; font-size: 0.84rem; color: var(--sc-muted-2); }
.sc-hot__n b { color: var(--sc-aqua); font-weight: 700; }

.sc-rail {
    display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr);
    gap: 13px; overflow-x: auto; overflow-y: hidden; padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}
.sc-rail::-webkit-scrollbar { height: 6px; }
.sc-rail::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 99px; }
.sc-hit {
    scroll-snap-align: start; position: relative; display: block;
    border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 10;
    border: 1px solid var(--sc-border); background: #0d1316;
    transition: border-color 0.22s ease, transform 0.22s ease;
}
.sc-hit:hover { border-color: var(--sc-aqua); transform: translateY(-3px); }
.sc-hit__still, .sc-hit__vid {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.sc-hit__vid { opacity: 0; transition: opacity 0.5s ease; }
.sc-hit__vid.is-on { opacity: 1; }
.sc-hit__grad {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(5, 8, 10, 0.1) 30%, rgba(5, 8, 10, 0.88) 100%);
}
.sc-hit__b { position: absolute; inset: auto 0 0; padding: 14px 15px; }
.sc-hit__t {
    margin: 0 0 5px; font-size: 0.92rem; font-weight: 700; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sc-hit__m { display: flex; align-items: center; gap: 8px; font-size: 0.72rem; color: var(--sc-muted); }
.sc-hit__rank {
    position: absolute; top: 10px; left: 10px; z-index: 2;
    min-width: 26px; height: 26px; padding: 0 8px; border-radius: 999px;
    display: grid; place-items: center; font-size: 0.7rem; font-weight: 800;
    background: var(--sc-aqua); color: #04211f;
}

/* the count, used on the rail and on the grid cards */
.sc-eye { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.sc-eye .sc-i { width: 13px; height: 13px; opacity: 0.75; }
.sc-eye b { font-weight: 700; color: var(--sc-text); }

/* ══════════════════════════════════════ SHARE ═════════════════════════════ */
/* Both buttons live in one row rather than being positioned individually —
   a card may have one, the other or both, and laying them out with :has()
   would have made the arrangement depend on selector support. */
.sc-acts {
    position: absolute; top: 8px; right: 8px; z-index: 3;
    display: flex; gap: 6px;
    opacity: 0; transition: opacity 0.2s ease;
}
.sc-card:hover .sc-acts, .sc-acts:focus-within { opacity: 1; }
.sc-acts button {
    width: 32px; height: 32px; border-radius: 50%; cursor: pointer;
    display: grid; place-items: center; color: #fff;
    background: rgba(5, 8, 10, 0.66); border: 1px solid var(--sc-border);
    backdrop-filter: blur(6px); transition: background 0.2s ease, color 0.2s ease;
}
.sc-acts button:hover { background: var(--sc-aqua); color: #04211f; border-color: transparent; }

.sc-toast {
    position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 18px);
    z-index: 5000; padding: 11px 20px; border-radius: 999px;
    background: #0d1316; border: 1px solid var(--sc-aqua); color: var(--sc-text);
    font-size: 0.84rem; font-weight: 600; box-shadow: 0 18px 50px -16px rgba(0, 0, 0, 0.9);
    opacity: 0; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease;
}
.sc-toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ══════════════════════════════════════ WHAT A SCENE IS ════════════════════ */
.sc-what { padding: 52px 0 4px; }
.sc-what__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.sc-what__c {
    padding: 22px 21px; border-radius: 16px;
    border: 1px solid var(--sc-border); background: var(--sc-surface);
}
.sc-what__ic {
    display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px;
    margin-bottom: 12px; color: var(--sc-aqua);
    background: rgba(63, 216, 208, 0.12); border: 1px solid rgba(63, 216, 208, 0.26);
}
.sc-what__ic .sc-i { width: 17px; height: 17px; }
.sc-what__t { margin: 0 0 6px; font-size: 0.98rem; font-weight: 700; }
.sc-what__d { margin: 0; font-size: 0.86rem; color: var(--sc-muted); line-height: 1.66; }

/* ══════════════════════════════════════ BROWSE ═════════════════════════════ */
.sc-browse { padding: 52px 0 0; scroll-margin-top: calc(var(--sc-nav) + 16px); }

.sc-bar {
    position: sticky; top: var(--sc-nav); z-index: 20;
    /* sticky needs an opaque ground or the grid reads through it */
    background: rgba(5, 8, 10, 0.94); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--sc-border);
    padding: 11px 0; margin-bottom: 20px;
}
.sc-bar__in { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.sc-find { position: relative; flex: 1 1 240px; min-width: 190px; }
.sc-find .sc-i {
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
    width: 16px; height: 16px; color: var(--sc-muted-2); pointer-events: none;
}
.sc-find input {
    width: 100%; padding: 11px 14px 11px 39px; border-radius: 999px;
    border: 1px solid var(--sc-border); background: var(--sc-surface-2);
    color: var(--sc-text); font: inherit; font-size: 0.85rem;
}
.sc-find input::placeholder { color: var(--sc-muted-2); }
.sc-find input:focus { outline: none; border-color: var(--sc-aqua); }

.sc-sel {
    padding: 11px 34px 11px 14px; border-radius: 999px; cursor: pointer;
    border: 1px solid var(--sc-border); background: var(--sc-surface-2);
    color: var(--sc-text); font: inherit; font-size: 0.82rem; font-weight: 600;
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%2378878c' stroke-width='2'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center;
}
.sc-sel:focus { outline: none; border-color: var(--sc-aqua); }
.sc-sel option { background: #101619; color: #eef3f4; }

.sc-clear {
    padding: 11px 14px; border-radius: 999px; cursor: pointer;
    border: 1px solid transparent; background: none;
    color: var(--sc-muted-2); font: inherit; font-size: 0.8rem;
}
.sc-clear:hover { color: var(--sc-text); }
.sc-tally { margin-left: auto; font-size: 0.8rem; color: var(--sc-muted-2); white-space: nowrap; }
.sc-tally b { color: var(--sc-text); font-weight: 700; }

/* the subjects, as a scrolling rail of chips */
.sc-chips {
    display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none;
    padding: 2px 0 9px; margin-bottom: 15px;
}
.sc-chips::-webkit-scrollbar { display: none; }
.sc-chip {
    flex: none; padding: 8px 14px; border-radius: 999px; cursor: pointer; white-space: nowrap;
    border: 1px solid var(--sc-border); background: var(--sc-surface-2);
    color: var(--sc-muted); font: inherit; font-size: 0.78rem; font-weight: 620;
    transition: all 0.18s ease;
}
.sc-chip:hover { color: var(--sc-text); border-color: var(--sc-border-strong); }
.sc-chip.is-on { background: var(--sc-aqua); border-color: transparent; color: #04211f; }
.sc-chip i { font-style: normal; opacity: 0.6; margin-left: 5px; font-size: 0.72em; }

/* ---- the grid ---- */
.sc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sc-card {
    position: relative; display: flex; flex-direction: column;
    border-radius: 16px; overflow: hidden;
    border: 1px solid var(--sc-border); background: var(--sc-surface);
    transition: border-color 0.22s ease, transform 0.22s ease;
}
.sc-card:hover, .sc-card:focus-within { border-color: var(--sc-aqua); transform: translateY(-4px); }
.sc-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0d1316; }
.sc-card__still, .sc-card__vid {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.sc-card__vid { opacity: 0; transition: opacity 0.4s ease; }
.sc-card__vid.is-on { opacity: 1; }
.sc-card__still { transition: transform 0.6s ease; }
.sc-card:hover .sc-card__still { transform: scale(1.04); }

.sc-card__tags { position: absolute; top: 10px; left: 10px; display: flex; gap: 5px; z-index: 2; }
.sc-flag {
    padding: 4px 9px; border-radius: 999px; font-size: 0.6rem; font-weight: 750;
    letter-spacing: 0.1em; text-transform: uppercase;
    background: rgba(5, 8, 10, 0.72); backdrop-filter: blur(6px);
    border: 1px solid var(--sc-border);
}
.sc-card__time {
    position: absolute; right: 10px; bottom: 10px; z-index: 2;
    padding: 4px 9px; border-radius: 999px; font-size: 0.66rem; font-weight: 650;
    background: rgba(5, 8, 10, 0.72); backdrop-filter: blur(6px);
    border: 1px solid var(--sc-border);
}
.sc-card__b { padding: 14px 15px 15px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.sc-card__t {
    margin: 0; font-size: 0.93rem; font-weight: 680; line-height: 1.35;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sc-card__by { font-size: 0.76rem; color: var(--sc-muted-2); }
.sc-card__by a:hover { color: var(--sc-aqua); }
.sc-card__meta {
    margin-top: auto; padding-top: 9px; display: flex; gap: 8px; align-items: center;
    font-size: 0.7rem; color: var(--sc-muted-2);
}
.sc-card__meta span:not(:last-child)::after { content: " ·"; }

/* add-to-playlist, one button per card and one dialog for the page */


.sc-more { display: flex; justify-content: center; margin-top: 24px; }
.sc-empty {
    grid-column: 1 / -1; padding: 56px 20px; text-align: center;
    color: var(--sc-muted-2); font-size: 0.9rem;
}
.sc-empty b { display: block; color: var(--sc-text); font-size: 1rem; margin-bottom: 6px; }

/* ══════════════════════════════════════ SUBMIT ═════════════════════════════ */
.sc-cta {
    margin-top: 52px; padding: 40px 34px; border-radius: 22px; text-align: center;
    border: 1px solid var(--sc-border);
    background:
        radial-gradient(70% 120% at 50% 0%, rgba(63, 216, 208, 0.14), transparent 66%),
        var(--sc-surface-2);
}
.sc-cta h2 { margin: 0 0 12px; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; letter-spacing: -0.02em; }
.sc-cta p { margin: 0 auto 22px; max-width: 58ch; color: var(--sc-muted); line-height: 1.72; }
.sc-cta__acts { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; }

/* ══════════════════════════════════════ PLAYLIST DIALOG ════════════════════
   One dialog for the page. The old grid rendered a full modal for every card,
   so eight scenes meant eight copies of the same list in the DOM. */
.sc-modal {
    position: fixed; inset: 0; z-index: 4000; display: none;
    align-items: center; justify-content: center; padding: 24px;
    background: rgba(3, 5, 6, 0.86); backdrop-filter: blur(10px);
}
.sc-modal.is-open { display: flex; }
.sc-modal__box {
    width: min(440px, 100%); max-height: 82vh; overflow-y: auto;
    border-radius: 20px; padding: 24px 24px 20px;
    border: 1px solid var(--sc-border); background: #0d1316;
    box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.95);
}
.sc-modal__h { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 4px; }
.sc-modal__t { margin: 0; font-size: 1.05rem; font-weight: 750; }
.sc-modal__s { margin: 0 0 18px; font-size: 0.8rem; color: var(--sc-muted-2); }
.sc-modal__x {
    margin-left: auto; width: 32px; height: 32px; border-radius: 50%; cursor: pointer;
    display: grid; place-items: center; color: var(--sc-text); flex: none;
    border: 1px solid var(--sc-border); background: rgba(255, 255, 255, 0.05);
}
.sc-modal__x:hover { background: rgba(255, 255, 255, 0.14); }
.sc-pl {
    display: flex; align-items: center; gap: 12px; padding: 11px 13px;
    border-radius: 12px; cursor: pointer; border: 1px solid transparent;
}
.sc-pl:hover { background: rgba(255, 255, 255, 0.05); border-color: var(--sc-border); }
.sc-pl input { accent-color: var(--sc-aqua); width: 17px; height: 17px; cursor: pointer; }
.sc-pl span { font-size: 0.88rem; }
.sc-modal__msg {
    margin: 12px 0 0; font-size: 0.8rem; color: var(--sc-aqua); min-height: 1.2em;
}
.sc-modal__none { padding: 18px 4px; font-size: 0.86rem; color: var(--sc-muted-2); }

/* ══════════════════════════════════════ RESPONSIVE ═════════════════════════
   After the rules they override: at equal specificity, source order decides. */
@media (max-width: 1240px) {
    .sc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
    .sc-wrap { width: calc(100% - 34px); }
    .sc-grid { grid-template-columns: repeat(2, 1fr); }
    .sc-what__grid { grid-template-columns: 1fr; }
    .sc-tally { margin-left: 0; width: 100%; }
}
@media (max-width: 620px) {
    .sc-hero { min-height: auto; padding-top: calc(var(--sc-nav) + 34px); }
    .sc-hot__h { gap: 4px; }
    /* Pinned to the bottom of the header it lands on top of the stats once the
       hero content is tall enough — which it always is on a phone. Let it sit
       in the flow instead. */
    .sc-hero__now { position: static; margin-top: 16px; padding: 0 17px; }
    .sc-now { font-size: 0.68rem; }
    .sc-bar__in { gap: 7px; }
    .sc-sel { flex: 1 1 44%; }
    .sc-cta { padding: 32px 22px; }
    /* on a phone there is no cursor to hover with, so the buttons are always up */
    .sc-acts { opacity: 1; }
    .sc-rail { grid-auto-columns: minmax(240px, 1fr); }
}

@media (max-width: 480px) {
    .sc-grid { grid-template-columns: 1fr; }
    .sc-stat { flex: 1 1 42%; }
}

@media (prefers-reduced-motion: reduce) {
    .sc * { animation: none !important; transition: none !important; }
    .sc-card:hover, .sc-hit:hover { transform: none; }
    .sc-card:hover .sc-card__still { transform: none; }
}
