/* =============================================================================
   COVEREDGEEKLY CONTENT HUBS — SHARED HERO FOUNDATION
   Lists, Quizzes, Reviews and Trailers share one hero contract. Individual hub
   styles own only deliberate differences such as title treatment and controls.
   ============================================================================= */

.ls .geekly-hub-hero,
.qd .geekly-hub-hero,
.vb .geekly-hub-hero,
.gk-trailer-vault .geekly-hub-hero,
.gr .geekly-hub-hero {
    --gk-hub-hero-accent: var(--clr-brand);
    --gk-hub-hero-eyebrow: #f2bbc0;
    --gk-hub-hero-paper: #f7f3ec;
    --gk-hub-hero-copy: #d1c9d0;
    --gk-hub-hero-surface: #100f14;
    --gk-hub-hero-border: rgba(247, 243, 236, 0.12);
    --gk-hub-search-width: 580px;
    --gk-hub-search-height: 52px;
    --gk-hub-search-radius: 14px;
    --gk-hub-search-border: rgba(247, 243, 236, 0.24);
    --gk-hub-search-border-hover: rgba(247, 243, 236, 0.42);
    --gk-hub-search-fill: rgba(9, 8, 12, 0.56);
    --gk-hub-search-fill-focus: rgba(18, 15, 21, 0.9);
}

.ls .geekly-hub-hero { --gk-hub-hero-accent: var(--ls-red); }
.qd .geekly-hub-hero { --gk-hub-hero-accent: var(--qd-red); }
.vb .geekly-hub-hero { --gk-hub-hero-accent: var(--vb-red); }
.gk-trailer-vault .geekly-hub-hero { --gk-hub-hero-accent: var(--gk-trailer-red); }
.gr .geekly-hub-hero {
    --gk-hub-hero-accent: #e8b743;
    --gk-hub-hero-eyebrow: #ffe6a6;
    --gk-hub-hero-paper: #f8f4eb;
    --gk-hub-hero-copy: #d2cbc3;
    --gk-hub-hero-surface: #100f11;
    --gk-hub-hero-border: rgba(232, 183, 67, 0.28);
}

/* Shared full-width atmospheric surface. */
.geekly-hub-hero {
    overflow: clip;
    border-block-end: 1px solid var(--gk-hub-hero-border);
    background:
        radial-gradient(circle at 88% 5%, color-mix(in srgb, var(--gk-hub-hero-accent) 17%, transparent), transparent 31rem),
        linear-gradient(90deg, color-mix(in srgb, var(--gk-hub-hero-accent) 9%, transparent), transparent 56%),
        var(--gk-hub-hero-surface);
}

.geekly-hub-hero .geekly-hub-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(100% - 32px, 1420px);
    min-height: clamp(272px, 31vw, 390px);
    align-items: end;
    gap: 48px;
    margin: 0 auto;
    padding: clamp(44px, 6vw, 82px) 0 clamp(38px, 5vw, 64px);
}

.geekly-hub-hero .geekly-hub-hero__copy {
    min-width: 0;
    max-width: 840px;
}

.geekly-hub-hero .geekly-hub-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--gk-hub-hero-eyebrow);
    font-family: var(--font-display);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.geekly-hub-hero .geekly-hub-hero__title {
    margin: 14px 0 0;
    color: var(--gk-hub-hero-paper);
    font-family: var(--font-display);
    font-size: clamp(4.2rem, 8.5vw, 8rem);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.76;
    text-transform: uppercase;
}

.geekly-hub-hero .geekly-hub-hero__title em {
    color: var(--gk-hub-hero-accent);
}

/* One subtitle treatment and one optical title-to-copy gap across all hubs. */
.geekly-hub-hero .geekly-hub-hero__subtitle {
    max-width: 35.5rem;
    margin: clamp(22px, 2.2vw, 26px) 0 0;
    color: var(--gk-hub-hero-copy);
    font-family: var(--font-body);
    font-size: clamp(0.93rem, 1.4vw, 1.06rem);
    font-weight: 520;
    line-height: 1.55;
}

/* One shared, accessible search control. Hub-specific markup hooks remain. */
.geekly-hub-hero .geekly-hub-hero__search {
    position: relative;
    display: block;
    width: min(100%, var(--gk-hub-search-width));
    min-height: var(--gk-hub-search-height);
    box-sizing: border-box;
    margin: 24px 0 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--gk-hub-search-border);
    border-radius: var(--gk-hub-search-radius);
    background: var(--gk-hub-search-fill);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.geekly-hub-hero__search:hover {
    border-color: var(--gk-hub-search-border-hover);
}

.geekly-hub-hero__search:focus-within {
    border-color: color-mix(in srgb, var(--gk-hub-hero-accent) 90%, #fff);
    background: var(--gk-hub-search-fill-focus);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--gk-hub-hero-accent) 16%, transparent), 0 12px 28px rgba(0, 0, 0, 0.18);
}

.geekly-hub-hero__search input {
    width: 100%;
    min-width: 0;
    height: var(--gk-hub-search-height);
    box-sizing: border-box;
    padding: 0 18px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--gk-hub-hero-paper);
    font: 600 0.94rem/1.2 var(--font-body);
    outline: 0;
}

.geekly-hub-hero__search input::placeholder {
    color: #b9afb8;
    opacity: 1;
}

.geekly-hub-hero__search button[type="submit"] {
    position: absolute;
    top: 50%;
    left: 15px;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #d4cbd3;
    cursor: pointer;
    line-height: 0;
    transform: translateY(calc(-50% + 1px));
}

.geekly-hub-hero__search button[type="submit"] svg {
    display: block;
    width: 18px;
    height: 18px;
    transform: translateY(0.5px);
}

.geekly-hub-hero__search button[type="submit"]:hover {
    color: #fff;
}

.geekly-hub-hero__search button[type="submit"]:focus-visible {
    outline: 2px solid #f7f3ec;
    outline-offset: 2px;
}

.gk-trailer-vault .geekly-hub-hero__search input {
    padding-right: 48px;
}

.gk-trailer-vault .geekly-hub-hero__search-clear {
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(247, 243, 236, 0.1);
}

.gk-trailer-vault .geekly-hub-hero__search-clear:focus-visible {
    outline: 2px solid #f7f3ec;
    outline-offset: 2px;
}

.geekly-hub-hero .geekly-hub-hero__count {
    align-self: end;
    margin: 0 0 2px;
    padding: 7px 0 7px 20px;
    border-left: 2px solid var(--gk-hub-hero-accent);
}

.geekly-hub-hero__count strong {
    color: var(--gk-hub-hero-paper);
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 5vw, 5.1rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.78;
}

@media (max-width: 760px) {
    .geekly-hub-hero {
        min-height: 0;
    }

    .geekly-hub-hero .geekly-hub-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        width: min(100% - 30px, 620px);
        min-height: 0;
        align-items: start;
        gap: 26px;
        padding: 34px 0 31px;
    }

    .geekly-hub-hero .geekly-hub-hero__title {
        font-size: clamp(3.55rem, 17.2vw, 4.75rem);
        line-height: 0.8;
    }

    .geekly-hub-hero .geekly-hub-hero__subtitle {
        margin-top: 18px;
        font-size: 0.875rem;
    }

    .geekly-hub-hero .geekly-hub-hero__search {
        width: 100%;
        min-height: 50px;
        margin-top: 22px;
    }

    .geekly-hub-hero__search input {
        height: 50px;
        font-size: 0.92rem;
    }

    .geekly-hub-hero .geekly-hub-hero__count {
        justify-self: start;
        margin: 0;
        padding: 4px 0 4px 14px;
    }

    .geekly-hub-hero__count strong {
        font-size: 3.7rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .geekly-hub-hero *,
    .geekly-hub-hero *::before,
    .geekly-hub-hero *::after {
        transition-duration: 0.01ms !important;
    }
}

/* Legacy hub selectors remain temporarily for title-specific treatments. These
   contract selectors keep shared subtitle, field and count values authoritative. */
.geekly-hub-hero .geekly-hub-hero__copy > p.geekly-hub-hero__subtitle {
    max-width: 35.5rem;
    margin: clamp(22px, 2.2vw, 26px) 0 0;
    color: var(--gk-hub-hero-copy);
    font-family: var(--font-body);
    font-size: clamp(0.93rem, 1.4vw, 1.06rem);
    font-weight: 520;
    line-height: 1.55;
}

.geekly-hub-hero .geekly-hub-hero__search input {
    height: var(--gk-hub-search-height);
    padding: 0 18px;
    font: 600 0.94rem/1.2 var(--font-body);
}

.geekly-hub-hero .geekly-hub-hero__search button[type="submit"] {
    width: 22px;
    height: 22px;
}

.geekly-hub-hero .geekly-hub-hero__count strong {
    color: var(--gk-hub-hero-paper);
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 5vw, 5.1rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.78;
}

@media (max-width: 760px) {
    .geekly-hub-hero .geekly-hub-hero__copy > p.geekly-hub-hero__subtitle {
        margin-top: 18px;
        font-size: 0.875rem;
    }

    .geekly-hub-hero .geekly-hub-hero__search input {
        height: 50px;
        font-size: 0.92rem;
    }

    .geekly-hub-hero .geekly-hub-hero__count strong {
        font-size: 3.7rem;
    }
}

/* The Trailers field retains clearance for its separate clear-search action. */
.gk-trailer-vault .geekly-hub-hero__search input {
    padding-right: 48px;
}


/* Shared live-content spotlight. Scope deliberately excludes Trailers and Rankings. */
.ls .geekly-hub-hero .geekly-hub-hero__inner,
.qd .geekly-hub-hero .geekly-hub-hero__inner,
.vb .geekly-hub-hero .geekly-hub-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    grid-template-areas:
        'copy spotlight'
        'search spotlight';
    column-gap: clamp(40px, 5vw, 88px);
    row-gap: 0;
}

.ls .geekly-hub-hero__copy,
.qd .geekly-hub-hero__copy,
.vb .geekly-hub-hero__copy {
    grid-area: copy;
}

.ls .geekly-hub-hero__search,
.qd .geekly-hub-hero__search,
.vb .geekly-hub-hero__search {
    grid-area: search;
    margin: 24px 0 0;
}

.ls .geekly-hub-hero .geekly-hub-hero__spotlight,
.qd .geekly-hub-hero .geekly-hub-hero__spotlight,
.vb .geekly-hub-hero .geekly-hub-hero__spotlight {
    position: relative;
    z-index: 0;
    display: grid;
    grid-area: spotlight;
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    min-height: 342px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--gk-hub-hero-paper) 18%, transparent);
    border-radius: 19px;
    background: #17151b;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    color: var(--gk-hub-hero-paper);
    isolation: isolate;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ls .geekly-hub-hero__spotlight::after,
.qd .geekly-hub-hero__spotlight::after,
.vb .geekly-hub-hero__spotlight::after {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 38%;
    height: 3px;
    border-radius: 0 19px 0 4px;
    background: var(--gk-hub-hero-accent);
    box-shadow: 0 0 16px color-mix(in srgb, var(--gk-hub-hero-accent) 55%, transparent);
    content: '';
}

.ls .geekly-hub-hero__spotlight:focus-visible,
.qd .geekly-hub-hero__spotlight:focus-visible,
.vb .geekly-hub-hero__spotlight:focus-visible {
    outline: 3px solid var(--gk-hub-hero-paper);
    outline-offset: 4px;
}

.ls .geekly-hub-hero__spotlight-art,
.qd .geekly-hub-hero__spotlight-art,
.vb .geekly-hub-hero__spotlight-art {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: var(--gk-hub-hero-surface);
}

.ls .geekly-hub-hero__spotlight-art::after,
.qd .geekly-hub-hero__spotlight-art::after,
.vb .geekly-hub-hero__spotlight-art::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 43%, rgba(16, 15, 20, 0.68) 100%);
    content: '';
    pointer-events: none;
}

.ls .geekly-hub-hero__spotlight-art picture,
.ls .geekly-hub-hero__spotlight-image,
.qd .geekly-hub-hero__spotlight-art picture,
.qd .geekly-hub-hero__spotlight-image,
.vb .geekly-hub-hero__spotlight-art picture,
.vb .geekly-hub-hero__spotlight-image {
    display: block;
    width: 100%;
    height: 100%;
}

.ls .geekly-hub-hero__spotlight-image,
.qd .geekly-hub-hero__spotlight-image,
.vb .geekly-hub-hero__spotlight-image {
    object-fit: cover;
    object-position: center;
    transition: transform 260ms ease;
}

.ls .geekly-hub-hero__spotlight-fallback,
.qd .geekly-hub-hero__spotlight-fallback,
.vb .geekly-hub-hero__spotlight-fallback {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 74% 34%, color-mix(in srgb, var(--gk-hub-hero-accent) 35%, transparent), transparent 32%),
        linear-gradient(135deg, #302630, #17141a);
}

.ls .geekly-hub-hero__spotlight-meta,
.qd .geekly-hub-hero__spotlight-meta,
.vb .geekly-hub-hero__spotlight-meta {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 17px;
    display: flex;
    max-width: calc(100% - 34px);
    align-items: center;
    gap: 7px;
    color: var(--gk-hub-hero-paper);
    font-family: var(--font-display);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.115em;
    line-height: 1;
    text-transform: uppercase;
}

.ls .geekly-hub-hero__spotlight-meta i,
.qd .geekly-hub-hero__spotlight-meta i,
.vb .geekly-hub-hero__spotlight-meta i {
    display: block;
    width: 18px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--gk-hub-hero-accent);
    box-shadow: 0 0 10px color-mix(in srgb, var(--gk-hub-hero-accent) 62%, transparent);
}

.ls .geekly-hub-hero__spotlight-meta b::before,
.qd .geekly-hub-hero__spotlight-meta b::before,
.vb .geekly-hub-hero__spotlight-meta b::before {
    content: ' · ';
}

.ls .geekly-hub-hero__spotlight-copy,
.qd .geekly-hub-hero__spotlight-copy,
.vb .geekly-hub-hero__spotlight-copy {
    display: grid;
    align-content: start;
    gap: 11px;
    padding: 18px 20px 17px;
}

.ls .geekly-hub-hero__spotlight-title,
.qd .geekly-hub-hero__spotlight-title,
.vb .geekly-hub-hero__spotlight-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--gk-hub-hero-paper);
    font-family: var(--font-display);
    font-size: clamp(1.66rem, 2.25vw, 2.16rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.9;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ls .geekly-hub-hero__spotlight-detail,
.qd .geekly-hub-hero__spotlight-detail,
.vb .geekly-hub-hero__spotlight-detail {
    display: -webkit-box;
    min-height: 2.85em;
    overflow: hidden;
    color: var(--gk-hub-hero-copy);
    font-family: var(--font-body);
    font-size: 0.83rem;
    font-weight: 500;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ls .geekly-hub-hero__spotlight-action,
.qd .geekly-hub-hero__spotlight-action,
.vb .geekly-hub-hero__spotlight-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    color: var(--gk-hub-hero-accent);
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.ls .geekly-hub-hero__spotlight-action b,
.qd .geekly-hub-hero__spotlight-action b,
.vb .geekly-hub-hero__spotlight-action b {
    font-family: var(--font-body);
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.65;
    transition: transform 180ms ease;
}

/* Reuses the established Reviews hex-score label and its score colour scale. */
.vb .geekly-hub-hero__spotlight-score.vb-latest__score {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 12px;
    display: grid;
    width: 72px;
    aspect-ratio: 1.15 / 1;
    align-content: center;
    justify-items: center;
    gap: 2px;
    text-align: center;
}

.vb .geekly-hub-hero__spotlight-score.vb-latest__score::after {
    inset: 2px;
}

.vb .geekly-hub-hero__spotlight-score.vb-latest__score > span {
    display: block;
    order: -1;
    margin: 0;
    color: var(--vb-paper);
    font-family: var(--font-display);
    font-size: 0.49rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
}

.vb .geekly-hub-hero__spotlight-score.vb-latest__score strong {
    color: var(--vb-score);
    font-size: 2.05rem;
    letter-spacing: -0.055em;
    line-height: 0.72;
}

.vb .geekly-hub-hero__spotlight-score.vb-latest__score small {
    font-size: 0.65em;
    letter-spacing: -0.035em;
}

@media (hover: hover) and (pointer: fine) {
    .ls .geekly-hub-hero__spotlight:hover,
    .qd .geekly-hub-hero__spotlight:hover,
    .vb .geekly-hub-hero__spotlight:hover {
        box-shadow: 0 30px 58px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.09);
        transform: translateY(-4px);
    }

    .ls .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-image,
    .qd .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-image,
    .vb .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-image {
        transform: scale(1.035);
    }

    .ls .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-action b,
    .qd .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-action b,
    .vb .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-action b {
        transform: translateX(4px);
    }
}

.ls .geekly-hub-hero__inner.is-searching,
.qd .geekly-hub-hero__inner.is-searching,
.vb .geekly-hub-hero__inner.is-searching {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        'copy'
        'search';
    gap: 0;
}

@media (max-width: 860px) {
    .ls .geekly-hub-hero .geekly-hub-hero__inner,
    .qd .geekly-hub-hero .geekly-hub-hero__inner,
    .vb .geekly-hub-hero .geekly-hub-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            'copy'
            'spotlight'
            'search';
        align-items: stretch;
        gap: 22px;
    }

    .ls .geekly-hub-hero .geekly-hub-hero__inner.is-searching,
    .qd .geekly-hub-hero .geekly-hub-hero__inner.is-searching,
    .vb .geekly-hub-hero .geekly-hub-hero__inner.is-searching {
        grid-template-areas:
            'copy'
            'search';
        gap: 0;
    }

    .ls .geekly-hub-hero__search,
    .qd .geekly-hub-hero__search,
    .vb .geekly-hub-hero__search {
        margin: 0;
    }

    .ls .geekly-hub-hero .geekly-hub-hero__spotlight,
    .qd .geekly-hub-hero .geekly-hub-hero__spotlight,
    .vb .geekly-hub-hero .geekly-hub-hero__spotlight {
        grid-template-columns: minmax(142px, 0.72fr) minmax(0, 1fr);
        grid-template-rows: minmax(166px, 1fr);
        min-height: 166px;
        border-radius: 16px;
    }

    .ls .geekly-hub-hero__spotlight-art,
    .qd .geekly-hub-hero__spotlight-art,
    .vb .geekly-hub-hero__spotlight-art {
        min-height: 100%;
    }

    .ls .geekly-hub-hero__spotlight-copy,
    .qd .geekly-hub-hero__spotlight-copy,
    .vb .geekly-hub-hero__spotlight-copy {
        align-content: center;
        gap: 8px;
        padding: 17px 18px;
    }

    .ls .geekly-hub-hero__spotlight-title,
    .qd .geekly-hub-hero__spotlight-title,
    .vb .geekly-hub-hero__spotlight-title {
        font-size: clamp(1.38rem, 4.25vw, 1.8rem);
        -webkit-line-clamp: 2;
    }

    .ls .geekly-hub-hero__spotlight-detail,
    .qd .geekly-hub-hero__spotlight-detail,
    .vb .geekly-hub-hero__spotlight-detail {
        min-height: 0;
        font-size: 0.77rem;
    }

    .vb .geekly-hub-hero__spotlight-score.vb-latest__score {
        right: 11px;
        bottom: 10px;
        width: 63px;
    }

    .vb .geekly-hub-hero__spotlight-score.vb-latest__score strong {
        font-size: 1.78rem;
    }
}

@media (max-width: 460px) {
    .ls .geekly-hub-hero .geekly-hub-hero__spotlight,
    .qd .geekly-hub-hero .geekly-hub-hero__spotlight,
    .vb .geekly-hub-hero .geekly-hub-hero__spotlight {
        grid-template-columns: minmax(118px, 0.55fr) minmax(0, 1fr);
        min-height: 158px;
    }

    .ls .geekly-hub-hero__spotlight-meta,
    .qd .geekly-hub-hero__spotlight-meta,
    .vb .geekly-hub-hero__spotlight-meta {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
        gap: 5px;
        font-size: 0.58rem;
        line-height: 0.98;
    }

    .ls .geekly-hub-hero__spotlight-meta i,
    .qd .geekly-hub-hero__spotlight-meta i,
    .vb .geekly-hub-hero__spotlight-meta i {
        width: 13px;
    }

    .ls .geekly-hub-hero__spotlight-copy,
    .qd .geekly-hub-hero__spotlight-copy,
    .vb .geekly-hub-hero__spotlight-copy {
        padding: 15px 14px;
    }

    .ls .geekly-hub-hero__spotlight-title,
    .qd .geekly-hub-hero__spotlight-title,
    .vb .geekly-hub-hero__spotlight-title {
        font-size: 1.32rem;
    }

    .ls .geekly-hub-hero__spotlight-detail,
    .qd .geekly-hub-hero__spotlight-detail,
    .vb .geekly-hub-hero__spotlight-detail {
        font-size: 0.73rem;
    }

    .ls .geekly-hub-hero__spotlight-action,
    .qd .geekly-hub-hero__spotlight-action,
    .vb .geekly-hub-hero__spotlight-action {
        font-size: 0.62rem;
    }
}


@media (max-width: 460px) {
    .ls .geekly-hub-hero__spotlight-title {
        -webkit-line-clamp: 3;
    }
}


/* Trailer extension of the shared live-content spotlight. Its archive grid remains trailer-specific. */
.gk-trailer-vault .geekly-hub-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    grid-template-areas:
        'copy spotlight'
        'search spotlight';
    column-gap: clamp(40px, 5vw, 88px);
    row-gap: 0;
}

.gk-trailer-vault .geekly-hub-hero__copy { grid-area: copy; }

.gk-trailer-vault .geekly-hub-hero__search {
    grid-area: search;
    margin: 24px 0 0;
}

.gk-trailer-vault .geekly-hub-hero__spotlight {
    position: relative;
    z-index: 0;
    display: grid;
    grid-area: spotlight;
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    min-height: 342px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--gk-hub-hero-paper) 18%, transparent);
    border-radius: 19px;
    background: #17151b;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    color: var(--gk-hub-hero-paper);
    isolation: isolate;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gk-trailer-vault .geekly-hub-hero__spotlight[hidden] { display: none !important; }

.gk-trailer-vault .geekly-hub-hero__spotlight::after {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 38%;
    height: 3px;
    border-radius: 0 19px 0 4px;
    background: var(--gk-hub-hero-accent);
    box-shadow: 0 0 16px color-mix(in srgb, var(--gk-hub-hero-accent) 55%, transparent);
    content: '';
}

.gk-trailer-vault .geekly-hub-hero__spotlight:focus-visible {
    outline: 3px solid var(--gk-hub-hero-paper);
    outline-offset: 4px;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-art {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: var(--gk-hub-hero-surface);
}

.gk-trailer-vault .geekly-hub-hero__spotlight-art::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 43%, rgba(16, 15, 20, 0.68) 100%);
    content: '';
    pointer-events: none;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-art picture,
.gk-trailer-vault .geekly-hub-hero__spotlight-image {
    display: block;
    width: 100%;
    height: 100%;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-image {
    object-fit: cover;
    object-position: center;
    transition: transform 260ms ease;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-fallback {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 74% 34%, color-mix(in srgb, var(--gk-hub-hero-accent) 35%, transparent), transparent 32%),
        linear-gradient(135deg, #302630, #17141a);
}

.gk-trailer-vault .geekly-hub-hero__spotlight-meta {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 17px;
    display: flex;
    max-width: calc(100% - 34px);
    align-items: center;
    gap: 7px;
    color: var(--gk-hub-hero-paper);
    font-family: var(--font-display);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.115em;
    line-height: 1;
    text-transform: uppercase;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-meta i {
    display: block;
    width: 18px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--gk-hub-hero-accent);
    box-shadow: 0 0 10px color-mix(in srgb, var(--gk-hub-hero-accent) 62%, transparent);
}

.gk-trailer-vault .geekly-hub-hero__spotlight-meta b::before { content: ' · '; }

.gk-trailer-vault .geekly-hub-hero__spotlight-copy {
    display: grid;
    align-content: start;
    gap: 11px;
    padding: 18px 20px 17px;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--gk-hub-hero-paper);
    font-family: var(--font-display);
    font-size: clamp(1.66rem, 2.25vw, 2.16rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.9;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-detail {
    display: -webkit-box;
    min-height: 2.85em;
    overflow: hidden;
    color: var(--gk-hub-hero-copy);
    font-family: var(--font-body);
    font-size: 0.83rem;
    font-weight: 500;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    color: var(--gk-hub-hero-accent);
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.gk-trailer-vault .geekly-hub-hero__spotlight-action b {
    font-family: var(--font-body);
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.65;
    transition: transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .gk-trailer-vault .geekly-hub-hero__spotlight:hover {
        box-shadow: 0 30px 58px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.09);
        transform: translateY(-4px);
    }

    .gk-trailer-vault .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-image { transform: scale(1.035); }
    .gk-trailer-vault .geekly-hub-hero__spotlight:hover .geekly-hub-hero__spotlight-action b { transform: translateX(4px); }
}

.gk-trailer-vault .geekly-hub-hero__inner.is-searching {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        'copy'
        'search';
    gap: 0;
}

@media (max-width: 860px) {
    .gk-trailer-vault .geekly-hub-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            'copy'
            'spotlight'
            'search';
        align-items: stretch;
        gap: 22px;
    }

    .gk-trailer-vault .geekly-hub-hero__inner.is-searching {
        grid-template-areas:
            'copy'
            'search';
        gap: 0;
    }

    .gk-trailer-vault .geekly-hub-hero__search { margin: 0; }

    .gk-trailer-vault .geekly-hub-hero__spotlight {
        grid-template-columns: minmax(142px, 0.72fr) minmax(0, 1fr);
        grid-template-rows: minmax(166px, 1fr);
        min-height: 166px;
        border-radius: 16px;
    }

    .gk-trailer-vault .geekly-hub-hero__spotlight-art { min-height: 100%; }

    .gk-trailer-vault .geekly-hub-hero__spotlight-copy {
        align-content: center;
        gap: 8px;
        padding: 17px 18px;
    }

    .gk-trailer-vault .geekly-hub-hero__spotlight-title {
        font-size: clamp(1.38rem, 4.25vw, 1.8rem);
        -webkit-line-clamp: 2;
    }

    .gk-trailer-vault .geekly-hub-hero__spotlight-detail {
        min-height: 0;
        font-size: 0.77rem;
    }
}

@media (max-width: 460px) {
    .gk-trailer-vault .geekly-hub-hero__spotlight {
        grid-template-columns: minmax(118px, 0.55fr) minmax(0, 1fr);
        min-height: 158px;
    }

    .gk-trailer-vault .geekly-hub-hero__spotlight-meta {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
        gap: 5px;
        font-size: 0.58rem;
        line-height: 0.98;
    }

    .gk-trailer-vault .geekly-hub-hero__spotlight-meta i { width: 13px; }
    .gk-trailer-vault .geekly-hub-hero__spotlight-copy { padding: 15px 14px; }
    .gk-trailer-vault .geekly-hub-hero__spotlight-title { font-size: 1.32rem; }
    .gk-trailer-vault .geekly-hub-hero__spotlight-detail { font-size: 0.73rem; }
    .gk-trailer-vault .geekly-hub-hero__spotlight-action { font-size: 0.62rem; }
}
