/* Base and non-JavaScript fallback */
.figuree-home-featured--focus-showcase {
    --focus-accent: var(--figuree-primary, #ff4fa3);
    --focus-global-bg: var(--figuree-site-bg-base, var(--figuree-bg, #050506));
    --focus-header-offset: clamp(104px, 12vh, 124px);
    --focus-stage-gap: clamp(8px, 1vw, 14px);
    background: transparent;
    color: #f8f5f6;
    overflow: clip;
}

.figuree-featured-focus__scroll-track {
    margin: 0 auto;
    max-width: none;
    padding: 0 0 clamp(44px, 6vw, 88px);
}

.figuree-featured-focus__sticky-stage {
    position: relative;
}

.figuree-featured-focus__sticky-stage:focus {
    outline: 0;
}

.figuree-featured-focus__sticky-stage:focus-visible {
    outline: 2px solid var(--focus-accent);
    outline-offset: 5px;
}

.figuree-featured-focus__intro {
    align-items: end;
    margin: 0 auto clamp(14px, 2vh, 22px);
    max-width: none;
    width: 100%;
}

.figuree-home-featured--focus-showcase .figuree-featured-focus__intro > div > span {
    font-size: 10px;
    margin-bottom: 6px;
}

.figuree-home-featured--focus-showcase .figuree-featured-focus__intro h2 {
    font-size: clamp(36px, 4vw, 58px);
    line-height: .92;
    max-width: 720px;
}

.figuree-home-featured--focus-showcase .figuree-featured-focus__intro p {
    display: -webkit-box;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.42;
    margin-top: 8px;
    max-width: 620px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.figuree-featured-focus__cards {
    display: grid;
    gap: clamp(18px, 2vw, 30px);
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

.figuree-featured-focus__card {
    --card-share: 1;
    --card-opacity: 1;
    --artwork-shift: 0%;
    --detail-opacity: 1;
    --font-reveal: 0;
    background: var(--focus-global-bg);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: clamp(8px, .8vw, 12px);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: clamp(460px, 38vw, 700px);
    isolation: isolate;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.figuree-featured-focus__card::after {
    background: linear-gradient(90deg, var(--focus-global-bg) 0%, color-mix(in srgb, var(--focus-global-bg) 90%, transparent) 24%, color-mix(in srgb, var(--focus-global-bg) 48%, transparent) 58%, transparent 100%);
    bottom: 0;
    content: "";
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-2px);
    width: clamp(120px, 18vw, 280px);
    z-index: 2;
}

/* Left content column */
.figuree-featured-focus__content {
    align-content: end;
    display: grid;
    gap: clamp(6px, .8vh, 10px);
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    padding: clamp(24px, 3vw, 44px);
    padding-top: clamp(104px, 10vw, 142px);
    position: relative;
    z-index: 3;
}

.figuree-featured-focus__index {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(88px, 8.8vw, 136px);
    font-weight: 400;
    left: clamp(24px, 3vw, 44px);
    letter-spacing: -.075em;
    line-height: .72;
    pointer-events: none;
    position: absolute;
    top: clamp(26px, 3vw, 42px);
    white-space: nowrap;
    z-index: 4;
}

.figuree-featured-focus__eyebrow {
    display: none;
}

.figuree-featured-focus__content h3 {
    color: #fff;
    display: -webkit-box;
    font-family: var(--figuree-heading-font, inherit);
    font-size: clamp(52px, 5.4vw, 88px);
    font-weight: 680;
    hyphens: none;
    letter-spacing: -.055em;
    line-height: .88;
    margin: 0;
    max-width: 100%;
    max-height: 1.76em;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    text-wrap: balance;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.figuree-featured-focus__subtitle {
    color: var(--focus-accent);
    display: -webkit-box;
    font-size: clamp(11px, .9vw, 14px);
    font-weight: 760;
    letter-spacing: .11em;
    line-height: 1.35;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.figuree-featured-focus__details {
    align-items: end;
    display: grid;
    gap: 12px;
    margin-top: 2px;
    opacity: var(--detail-opacity);
}

.figuree-featured-focus__description {
    color: rgba(255, 255, 255, .7);
    display: -webkit-box;
    font-size: clamp(12px, .9vw, 14px);
    line-height: 1.48;
    margin: 0;
    max-width: 44ch;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.figuree-featured-focus__cta {
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 760;
    gap: 12px;
    justify-self: start;
    letter-spacing: .08em;
    min-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.figuree-featured-focus__cta:focus-visible,
.figuree-featured-focus__navigation button:focus-visible {
    outline: 2px solid var(--focus-accent);
    outline-offset: 3px;
}

.figuree-featured-focus__specimen {
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    font-size: clamp(24px, 2.4vw, 38px);
    letter-spacing: -.035em;
    line-height: .92;
    margin: 4px 0 0;
    min-height: clamp(42px, 4.4vw, 62px);
    overflow: hidden;
    padding-top: 10px;
    position: relative;
}

.figuree-featured-focus__specimen-global,
.figuree-featured-focus__specimen-real {
    display: -webkit-box;
    grid-area: 1 / 1;
    overflow: hidden;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.figuree-featured-focus__specimen-global {
    opacity: calc(1 - var(--font-reveal));
}

.figuree-featured-focus__specimen-real {
    font-family: var(--focus-loaded-font, var(--figuree-heading-font, inherit));
    opacity: 0;
}

.figuree-featured-focus__card.is-font-loaded .figuree-featured-focus__specimen-real {
    opacity: var(--font-reveal);
}

/* Right artwork column */
.figuree-featured-focus__media {
    background: var(--focus-global-bg);
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.figuree-featured-focus__media picture,
.figuree-featured-focus__media img {
    display: block;
    height: 100%;
    width: 100%;
}

.figuree-featured-focus__media img {
    object-fit: cover;
    object-position: calc(50% + var(--artwork-shift)) center;
}

.figuree-featured-focus__media-shade {
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--focus-global-bg) 92%, transparent) 0%, color-mix(in srgb, var(--focus-global-bg) 58%, transparent) 14%, color-mix(in srgb, var(--focus-global-bg) 20%, transparent) 34%, transparent 62%),
        linear-gradient(0deg, color-mix(in srgb, var(--focus-global-bg) 24%, transparent), transparent 22%, transparent 78%, color-mix(in srgb, var(--focus-global-bg) 18%, transparent));
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.figuree-featured-focus__media-fallback {
    align-items: center;
    background:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 78% 20%, rgba(255, 79, 163, .28), transparent 34%),
        #171315;
    background-size: 42px 42px, 42px 42px, auto, auto;
    color: rgba(255, 255, 255, .58);
    display: flex;
    font-size: clamp(54px, 8vw, 126px);
    height: 100%;
    justify-content: center;
    letter-spacing: -.06em;
    line-height: .82;
    overflow: hidden;
    padding: 8%;
    text-align: center;
}

/* Compact progress and controls */
.figuree-featured-focus__navigation {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin: 12px auto 0;
    max-width: none;
    width: 100%;
}

.figuree-featured-focus__count {
    color: rgba(255, 255, 255, .5);
    display: flex;
    font-size: 9px;
    font-weight: 760;
    gap: 6px;
    letter-spacing: .12em;
    margin-right: auto;
}

.figuree-featured-focus__count span:first-child {
    color: var(--focus-accent);
}

.figuree-featured-focus__progress,
.figuree-featured-focus__buttons {
    align-items: center;
    display: flex;
    gap: 6px;
}

.figuree-featured-focus__progress button {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 24px;
    padding: 0;
    position: relative;
    width: clamp(20px, 2.2vw, 34px);
}

.figuree-featured-focus__progress button::after {
    background: rgba(255, 255, 255, .24);
    content: "";
    height: 1px;
    inset: 50% 0 auto;
    position: absolute;
}

.figuree-featured-focus__progress button[aria-current="true"]::after {
    background: var(--focus-accent);
    height: 2px;
}

.figuree-featured-focus__buttons button {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.figuree-featured-focus__buttons button:disabled {
    cursor: default;
    opacity: .32;
}

.figuree-home-featured--focus-showcase.has-single-card .figuree-featured-focus__navigation {
    display: none;
}

/* JavaScript-enhanced track and sticky composition */
.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced):not(.has-single-card) .figuree-featured-focus__scroll-track {
    height: var(--focus-track-height, 550vh);
    padding-bottom: 0;
}

.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__sticky-stage {
    display: grid;
    gap: clamp(8px, 1.2vh, 14px);
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: calc(100svh - var(--focus-header-offset) - 14px);
    min-height: 0;
    position: sticky;
    top: var(--focus-header-offset);
}

.admin-bar .figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__sticky-stage {
    height: calc(100svh - var(--focus-header-offset) - 46px);
    top: calc(var(--focus-header-offset) + 32px);
}

.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__intro,
.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__navigation {
    margin-block: 0;
}

.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__intro {
    padding-bottom: clamp(28px, 3vw, 48px);
}

.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__cards {
    display: flex;
    gap: var(--focus-stage-gap);
    height: 100%;
    max-height: 640px;
    min-height: 0;
    overflow: hidden;
}

.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__card {
    flex-basis: 0;
    flex-grow: var(--card-share);
    height: 100%;
    min-height: 0;
    opacity: var(--card-opacity);
}

.figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__card.is-inactive {
    display: none;
}

.figuree-home-featured--focus-showcase.has-single-card.is-enhanced:not(.is-reduced) .figuree-featured-focus__sticky-stage {
    display: grid;
    height: auto;
    position: relative;
    top: auto;
}

.figuree-home-featured--focus-showcase.has-single-card.is-enhanced:not(.is-reduced) .figuree-featured-focus__card {
    height: clamp(460px, 38vw, 700px);
}

/* Full active state — 100% */
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-active {
    --card-share: 1;
    --card-opacity: 1;
    --detail-opacity: 1;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-active .figuree-featured-focus__specimen {
    display: none;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-active .figuree-featured-focus__cta {
    display: none;
}

/* Contracted active state — approximately 80% */
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current {
    background: var(--focus-global-bg);
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current::after,
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview::after {
    display: none;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__media {
    bottom: 0;
    height: 100%;
    opacity: calc(1 - var(--font-reveal) * 1.8);
    position: absolute;
    right: 0;
    width: clamp(360px, 46vw, 860px);
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__content {
    align-content: center;
    grid-column: 1;
    grid-row: 1;
    grid-template-rows: auto auto auto;
    justify-items: center;
    padding: clamp(28px, 4vw, 58px);
    text-align: center;
    z-index: 3;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__index,
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__content > h3 {
    opacity: calc(1 - var(--font-reveal) * 1.8);
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__content > h3 {
    height: 0;
    margin: 0;
    overflow: hidden;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__subtitle,
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__details {
    opacity: calc(var(--font-reveal) * 1.8);
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__subtitle {
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 1.35vw, 22px);
    font-weight: 520;
    grid-row: 2;
    letter-spacing: 0;
    margin-top: clamp(12px, 1.6vh, 20px);
    text-transform: none;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__details {
    align-items: center;
    gap: clamp(20px, 2.4vh, 30px);
    grid-row: 3;
    justify-items: center;
    margin-top: clamp(16px, 2vh, 24px);
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__description {
    color: rgba(255, 255, 255, .55);
    font-size: clamp(12px, .9vw, 14px);
    line-height: 1.55;
    max-width: 68ch;
    text-align: center;
    -webkit-line-clamp: 2;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__cta {
    background: transparent;
    border: 1px solid var(--figuree-button-secondary-border, rgba(255, 255, 255, .18));
    border-radius: var(--figuree-button-radius, 999px);
    color: var(--figuree-button-secondary-text, #fff) !important;
    font-size: 13px;
    justify-self: center;
    min-height: var(--figuree-button-height, 48px);
    padding: 0 22px;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__cta:hover,
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__cta:focus-visible {
    background: var(--figuree-button-primary-bg, var(--figuree-primary, #ff2d55));
    border-color: var(--figuree-button-primary-bg, var(--figuree-primary, #ff2d55));
    color: var(--figuree-button-primary-text, #fff) !important;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__specimen {
    border: 0;
    display: grid;
    font-size: clamp(76px, 9.5vw, 156px);
    grid-row: 1;
    letter-spacing: -.04em;
    line-height: .86;
    margin: 0;
    min-height: 0;
    opacity: calc(var(--font-reveal) * 1.8);
    padding: 0;
    place-items: center;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__specimen-global,
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__specimen-real {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current:not(.is-font-loaded) .figuree-featured-focus__specimen-global {
    opacity: 1;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current.is-font-loaded .figuree-featured-focus__specimen-global {
    opacity: calc(1 - var(--font-reveal) * 4);
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current.is-font-loaded .figuree-featured-focus__specimen-real {
    opacity: calc(var(--font-reveal) * 1.8);
}

/* Next preview state — approximately 20% */
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview {
    display: block;
    min-width: 0;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__media {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: clamp(360px, 46vw, 860px);
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__media-shade {
    background: linear-gradient(180deg, rgba(18, 16, 17, .3) 0%, rgba(18, 16, 17, .08) 36%, rgba(8, 7, 8, .9) 100%);
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__content {
    align-content: end;
    display: grid;
    gap: 8px;
    height: 100%;
    max-width: none;
    padding: 72px clamp(14px, 1.5vw, 22px) clamp(18px, 2vw, 28px);
    position: relative;
    z-index: 3;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__index {
    font-size: clamp(48px, 5vw, 70px);
    left: clamp(14px, 1.5vw, 22px);
    top: 18px;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__content h3 {
    display: -webkit-box;
    font-size: clamp(22px, 2.2vw, 32px);
    hyphens: none;
    letter-spacing: -.04em;
    line-height: .94;
    max-height: 1.88em;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__subtitle {
    color: rgba(255, 255, 255, .62);
    font-size: 8px;
    letter-spacing: .08em;
    -webkit-line-clamp: 2;
}

.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__eyebrow,
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__details,
.figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__specimen {
    display: none;
}

/* On tall screens the sticky stage follows its content, avoiding a false gap before the next section. */
@media (min-height: 960px) and (min-width: 768px) {
    .figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__sticky-stage {
        align-content: start;
        grid-template-rows: auto auto auto;
        height: auto;
    }

    .figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__cards {
        height: clamp(620px, 62vh, 700px);
    }
}

/* Short-height desktops */
@media (max-height: 850px) and (min-width: 768px) {
    .figuree-home-featured--focus-showcase {
        --focus-header-offset: 104px;
    }

    .figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__sticky-stage {
        gap: 8px;
        height: calc(100svh - var(--focus-header-offset) - 10px);
    }

    .figuree-home-featured--focus-showcase .figuree-featured-focus__intro > div > span {
        font-size: 9px;
        margin-bottom: 4px;
    }

    .figuree-home-featured--focus-showcase .figuree-featured-focus__intro h2 {
        font-size: clamp(32px, 3.6vw, 48px);
    }

    .figuree-home-featured--focus-showcase .figuree-featured-focus__intro p {
        font-size: 12px;
        line-height: 1.3;
        margin-top: 5px;
        -webkit-line-clamp: 1;
    }

    .figuree-featured-focus__content {
        gap: 5px;
        padding: 22px 30px;
        padding-top: 94px;
    }

    .figuree-featured-focus__index {
        font-size: clamp(62px, 7vw, 88px);
        left: 30px;
        top: 24px;
    }

    .figuree-featured-focus__content h3 {
        font-size: clamp(38px, 4vw, 58px);
    }

    .figuree-featured-focus__description {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .figuree-featured-focus__specimen {
        font-size: clamp(21px, 2vw, 30px);
        min-height: 38px;
        padding-top: 7px;
    }

    .figuree-featured-focus__navigation {
        margin-top: 0;
    }

    .figuree-featured-focus__buttons button {
        height: 30px;
        width: 30px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .figuree-featured-focus__card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .figuree-featured-focus__content {
        padding-inline: clamp(22px, 3vw, 34px);
    }

    .figuree-featured-focus__content h3 {
        font-size: clamp(38px, 5vw, 58px);
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current {
        grid-template-columns: 1fr;
    }
}

/* Mobile: dominant card plus restrained next-card peek */
@media (max-width: 767px) {
    .figuree-home-featured--focus-showcase {
        --focus-header-offset: 90px;
        --focus-stage-gap: 7px;
    }

    .figuree-featured-focus__scroll-track {
        padding-inline: 12px;
    }

    .figuree-home-featured--focus-showcase .figuree-featured-focus__intro {
        align-items: end;
        gap: 12px;
    }

    .figuree-home-featured--focus-showcase .figuree-featured-focus__intro h2 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .figuree-home-featured--focus-showcase .figuree-featured-focus__intro p {
        display: none;
    }

    .figuree-home-featured--focus-showcase .figuree-featured-focus__intro a {
        font-size: 9px;
        letter-spacing: .08em;
    }

    .figuree-home-featured--focus-showcase.is-enhanced:not(.is-reduced) .figuree-featured-focus__sticky-stage {
        gap: 8px;
        height: calc(100svh - var(--focus-header-offset) - 10px);
    }

    .figuree-featured-focus__card,
    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0, 58%) minmax(0, 42%);
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current {
        grid-template-rows: 1fr;
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__content {
        padding: 18px;
    }

    .figuree-featured-focus__content,
    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__content {
        grid-column: 1;
        grid-row: 1;
        padding: 84px 20px 18px;
    }

    .figuree-featured-focus__media {
        grid-column: 1;
        grid-row: 2;
    }

    .figuree-featured-focus__media-shade {
        background: linear-gradient(180deg, rgba(18, 16, 17, .66), rgba(18, 16, 17, .06) 38%, rgba(8, 7, 8, .14));
    }

    .figuree-featured-focus__index,
    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__index {
        font-size: clamp(58px, 18vw, 82px);
        left: 20px;
        top: 22px;
    }

    .figuree-featured-focus__content h3,
    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-current .figuree-featured-focus__content h3 {
        display: -webkit-box;
        font-size: clamp(38px, 12vw, 58px);
        max-height: 1.8em;
        overflow: hidden;
        overflow-wrap: normal;
        word-break: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .figuree-featured-focus__description {
        font-size: 11px;
        -webkit-line-clamp: 2;
    }

    .figuree-featured-focus__specimen {
        display: none;
    }

    .figuree-featured-focus__cta {
        min-height: 30px;
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview {
        display: block;
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__content {
        height: 100%;
        padding: 58px 8px 14px;
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__index {
        font-size: 38px;
        left: 8px;
        top: 15px;
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__content h3,
    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__subtitle {
        display: none;
    }

    .figuree-home-featured--focus-showcase.is-enhanced .figuree-featured-focus__card.is-preview .figuree-featured-focus__media {
        height: 100%;
    }

    .figuree-featured-focus__navigation {
        gap: 6px;
    }

    .figuree-featured-focus__count {
        font-size: 8px;
    }

    .figuree-featured-focus__progress {
        gap: 2px;
    }

    .figuree-featured-focus__progress button {
        height: 28px;
        width: clamp(14px, 5vw, 22px);
    }

    .figuree-featured-focus__buttons button {
        height: 36px;
        width: 36px;
    }
}

/* Reduced motion: readable horizontal editorial list, no artificial track */
.figuree-home-featured--focus-showcase.is-reduced .figuree-featured-focus__scroll-track {
    height: auto !important;
    padding-bottom: clamp(44px, 6vw, 88px);
}

.figuree-home-featured--focus-showcase.is-reduced .figuree-featured-focus__sticky-stage {
    display: block;
    height: auto;
    position: static;
}

.figuree-home-featured--focus-showcase.is-reduced .figuree-featured-focus__cards {
    display: grid;
    gap: 24px;
    overflow: visible;
}

.figuree-home-featured--focus-showcase.is-reduced .figuree-featured-focus__card,
.figuree-home-featured--focus-showcase.is-reduced .figuree-featured-focus__card.is-inactive {
    display: grid;
    height: clamp(400px, 34vw, 520px);
    opacity: 1;
}

.figuree-home-featured--focus-showcase.is-reduced .figuree-featured-focus__navigation {
    margin-top: 14px;
    position: static;
}

@media (prefers-reduced-motion: reduce) {
    .figuree-home-featured--focus-showcase * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
