/* Shared Sofiya hero slider CSS. Used by home and archive term hero sliders. */
.sfx-hero {
    position: relative;
    margin-top: calc(var(--header-h) * -1);
    min-height: clamp(720px,72vh,840px);
    overflow: hidden;
    background: #1e3229
}.sfx-bg,.sfx-bg img,.sfx-bg picture,.sfx-slide,.sfx-track,.sfx-viewport {
    width: 100%;
    height: 100%
}.sfx-viewport {
    position: relative;
    min-height: inherit
}.sfx-track {
    position: relative;
    min-height: inherit
}.sfx-slide {
    position: absolute;
    inset: 0;
    min-height: inherit;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s ease, visibility .55s ease
}.sfx-slide.is-active {
    opacity: 1;
    visibility: visible
}.sfx-bg {
    position: absolute;
    inset: 0
}.sfx-bg img,.sfx-bg picture {
    display: block;
    object-fit: cover
}.sfx-grad {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 62% 74% at 88% 88%, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.52) 34%, rgba(0, 0, 0, 0.33) 60%, rgba(0,0,0,0) 82%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(5,8,7,.1) 38%, rgba(0,0,0,0) 72%);
}.sfx-content {
    position: relative;
    z-index: 2;
    width: min(1440px,calc(100% - 24px));
    max-width: none;
    margin-inline: auto;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-block: clamp(120px,18vh,220px) 90px;
    text-align: right
}.sfx-panel {
    width: min(420px,100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}.sfx-kicker {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 22px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.57);
    color: #303030;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.5
}.sfx-logo {
    max-width: min(28vw,160px);
    max-height: 130px;
    object-fit: contain;
    object-position: right center;
    margin: 2px 0 4px;
    filter: drop-shadow(0 10px 25px #00000059)
}.sfx-title {
    margin: 0;
    font-size: clamp(1.65rem,3vw,2.8rem);
    font-weight: 1000;
    line-height: 1.04;
    max-width: 420px;
    text-transform: uppercase;
    letter-spacing: -.035em
}.sfx-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: 0.64rem;
    font-weight: 400;
}.sfx-meta span:not(.sfx-age)::after {
    content: "•";
    margin-inline-start: 7px;
    color: rgba(255,255,255,.55)
}.sfx-meta span:nth-last-child(2)::after,
.sfx-meta span:last-child::after {
    content: none
}.sfx-age {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 6px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.82);
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    line-height: 1
}.sfx-sub {
    max-width: 420px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 13px;
    font-weight: 400;
}.sfx-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px
}.sfx-cta {
    min-width: 148px;
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: #050505;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 36px rgba(0,0,0,.32)
}.sfx-bookmark .sofiya-favorite-btn {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    box-shadow: 0 12px 32px rgba(0,0,0,.28);
    display: inline-grid;
    place-items: center;
    padding: 0;
    gap: 0;
    min-width: 46px;
    line-height: 1;
    transform: none;
    transform-origin: center
}.sfx-bookmark .sofiya-favorite-btn__icon,
.sfx-bookmark .sofiya-favorite-btn svg {
    display: block;
    width: 18px;
    height: 18px
}.sfx-bookmark .sofiya-favorite-btn__icon {
    display: grid;
    place-items: center
}.sfx-controls {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 28px;
    z-index: 4;
    width: min(1440px,calc(100% - 24px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}.sfx-arrow {
    width: 30px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: #1a2b24c9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px #00000073;
    transition: transform .2s ease, background .2s ease, color .2s ease
}.sfx-arrow:hover {
    transform: translateY(-1px);
    background: #4ead88;
    color: #050505
}.sfx-arrow span {
    font-size: 2rem;
    line-height: 1
}.sfx-dots-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}.sfx-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #1a2b24c9;
    box-shadow: 0 12px 30px #00000029
}.sfx-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #ffffff61;
    cursor: pointer;
    transition: width .24s ease, background .24s ease, transform .24s ease
}.sfx-dot:hover {
    transform: scale(1.08)
}.sfx-dot.is-active {
    width: 30px;
    background: var(--green)
}.sfx-progress {
    display: none
}@media (max-width: 738px) {.sfx-hero {
        min-height:76vh
    }.sfx-grad {
        background:
            radial-gradient(ellipse at center bottom, rgba(0,0,0,.64) 0%, rgba(0,0,0,.34) 36%, rgba(0,0,0,0) 72%),
            linear-gradient(0deg, rgba(5,8,7,.42) 0%, rgba(5,8,7,.10) 34%, rgba(0,0,0,0) 72%)
    }.sfx-content {
        justify-content: flex-end;
        padding-block: 130px 88px;
        text-align: center;
        align-items: center
    }.sfx-panel {
        align-items: center;
        width: min(88vw,340px);
        gap: 8px
    }.sfx-kicker {
        min-height: 20px;
        font-size: 10px;
        padding: 2px 7px
    }.sfx-logo {
        max-width: min(52vw,150px);
        max-height: 86px;
        object-position: center
    }.sfx-title {
        font-size: clamp(1.3rem,7vw,2.05rem);
        max-width: 100%;
        text-align: center
    }.sfx-meta {
        justify-content: center;
        font-size: 10.5px;
        gap: 5px
    }.sfx-meta span:not(.sfx-age)::after {
        margin-inline-start: 5px
    }.sfx-sub {
        font-size: 11.8px;
        max-width: 100%;
        line-height: 1.72
    }.sfx-actions {
        gap: 8px;
        margin-top: 4px
    }.sfx-cta {
        min-width: 132px;
        height: 42px;
        padding: 0 18px;
        font-size: 13px
    }.sfx-bookmark .sofiya-favorite-btn {
        width: 42px;
        height: 42px;
        min-width: 42px
    }.sfx-controls {
        bottom: 24px;
        gap: 10px
    }.sfx-arrow {
        width: 42px;
        height: 42px
    }.sfx-dots {
        padding: 12px 14px;
        gap: 8px
    }}.sfx-hero,.single-hero {
    position: sticky;
    top: 0;
    z-index: 0;
    overflow: clip
}.sfx-hero {
    min-height: calc(var(--vh) * 100);
    min-height: 100svh
}.sfx-slide,.sfx-track,.sfx-viewport {
    min-height: inherit
}.sfx-content {
    padding-block: calc(var(--header-offset) + clamp(18px,5vw,54px)) clamp(88px,13vw,150px)
}.sfx-title {
    font-size: clamp(1.8rem,4vw,4.4rem);
    line-height: 1.15;
    max-width: min(12ch,100%)
}.sfx-sub {
    font-size: 7.rem;
    max-width: min(58ch,100%)
}.sfx-logo {
    max-width: min(28vw,160px);
    max-height: clamp(50px,9vw,92px);
}.sfx-controls {
    right: clamp(16px,4vw,46px);
    left: clamp(16px,4vw,46px);
    bottom: calc(max(84px,var(--safe-bottom)) + 8px)
}.sfx-hero+.archive-shell--home,.sfx-hero+.sfc-section,.sfx-hero~.archive-shell--home,.sfx-hero~.sfc-section,.single-hero+.single-body {
    position: relative;
    z-index: 3;
    margin-top: calc(var(--hero-overlap) * -1);
    border-top-left-radius: var(--hero-radius);
    border-top-right-radius: var(--hero-radius)
}.sfx-hero+.archive-shell--home,.sfx-hero+.sfc-section,.sfx-hero~.archive-shell--home,.sfx-hero~.sfc-section {
    background: linear-gradient(180deg,#050505e0,#050505 180px);
    box-shadow: 0 -24px 60px #0000003d;
    padding-top: calc(var(--hero-overlap) + 14px)
}@media (min-width: 1441px) {.sfx-content {
        width: min(1680px,calc(100% - 48px))
    }}@media (max-width: 1199px) {.sfx-content {
        padding-bottom: clamp(82px,10vw,112px)
    }}@media (max-width: 991px) {.sfx-hero,.single-hero {
        min-height: calc(var(--vh) * 100);
        min-height: 100svh
    }.sfx-content {
        width: min(100%,calc(100% - 20px));
        align-content: end;
        padding-block: calc(var(--header-offset) + 16px) calc(116px + var(--safe-bottom))
    }.sfx-title {
        font-size: clamp(1.45rem,7vw,2.25rem);
        max-width: 100%
    }.sfx-sub {
        font-size: .82rem
    }.sfx-logo {
        max-width: min(56vw,220px);
    }.sfx-controls {
        bottom: calc(12px + var(--safe-bottom));
        right: 12px;
        left: 12px
    }.sfx-hero+.archive-shell--home,.sfx-hero+.sfc-section,.sfx-hero~.archive-shell--home,.sfx-hero~.sfc-section,.single-body {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px
    }}@media (max-width: 767px) {.sfx-content {
        padding-bottom: calc(110px + var(--safe-bottom))
    }}.sfx-hero,.single-hero {
    will-change: transform
}.sfx-hero::after,.single-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: #000;
    opacity: var(--hero-scroll-darken);
    transition: opacity .18s linear
}.sfx-bg img,.sfx-bg picture,.sfx-grad,.single-hero__backdrop,.single-hero__backdrop img,.single-hero__overlay {
    transition: filter .18s linear, transform .18s linear, opacity .18s linear
}.sfx-slide.is-active .sfx-bg img,.single-hero__backdrop img {
    filter: blur(var(--hero-blur)) brightness(var(--hero-dim));
    transform: scale(calc(1 + (var(--hero-scroll-progress) * .045)))
}.sfx-grad,.single-hero__overlay {
    opacity: calc(1 - (var(--hero-scroll-progress) * .08))
}.sfx-content,.sfx-controls,.single-hero__content {
    opacity: var(--hero-content-opacity);
    transform: translate3d(0,var(--hero-content-shift),0);
    transition: opacity .18s linear, transform .18s linear
}.sfx-hero {
    isolation: isolate
}.sfx-hero+.archive-shell--home,.sfx-hero+.sfc-section,.sfx-hero~.archive-shell--home,.sfx-hero~.sfc-section,.single-hero+.single-body {
    margin-top: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    padding-top: 0;
}.sfx-controls {
    justify-content: flex-start;
    pointer-events: none
}.sfx-thumbs {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: #09110e70;
    border: 1px solid #ffffff1a;
    box-shadow: 0 16px 40px #00000047;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: min(100%,520px)
}.sfx-thumbs::-webkit-scrollbar {
    display: none
}.sfx-thumb {
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: #ffffff0f;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    opacity: .68;
    transform: scale(.93);
    transition: transform .24s ease, opacity .24s ease, box-shadow .24s ease, border-radius .24s ease;
    box-shadow: inset 0 0 0 1px #ffffff14
}.sfx-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 2px #ffffff14;
    transition: box-shadow .24s ease
}.sfx-thumb:focus-visible,.sfx-thumb:hover {
    opacity: .92;
    transform: translateY(-1px) scale(.985);
    outline: 0
}.sfx-thumb.is-active {
    opacity: 1;
    transform: scale(1.02);
    box-shadow: 0 14px 28px #00000052
}.sfx-thumb.is-active::after {
    box-shadow: inset 0 0 0 2px #55be95f2
}.sfx-thumb img {
    display: block;
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    min-height: 54px;
    max-height: 54px;
    object-fit: cover
}.sfx-thumb__fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 6px;
    font-size: .68rem;
    line-height: 1.45;
    color: #fff;
    text-align: center
}@media (max-width: 991px) {.sfx-content {
        padding-top:calc(var(--header-offset) + 6px);
        padding-bottom: calc(118px + var(--safe-bottom))
    }.sfx-controls {
        justify-content: center
    }.sfx-thumbs {
        max-width: min(100%,calc(100vw - 24px));
        gap: 8px;
        padding: 8px 10px
    }.sfx-thumb {
        width: 54px;
        height: 54px;
        border-radius: 16px
    }}@media (max-width: 767px) {.sfx-hero {
        min-height:100svh
    }.sfx-content {
        justify-content: center;
        padding-block: calc(var(--header-offset) + 2px) calc(156px + var(--safe-bottom));
        transform: translate3d(0,calc(var(--hero-content-shift) - 20px),0)
    }.sfx-title {
        margin-bottom: 8px
    }.sfx-sub {
        margin-bottom: 8px;
    }.sfx-controls {
        bottom: calc(10px + var(--safe-bottom));
        left: 10px;
        right: 10px
    }.sfx-grad {
        background:
            radial-gradient(ellipse 92% 58% at 50% 88%, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.64) 38%, rgba(0, 0, 0, 0.43) 66%, rgba(0,0,0,0) 88%), linear-gradient(0deg, rgba(5,8,7,.34) 0%, rgba(5,8,7,.1) 42%, rgba(0,0,0,0) 76%);
    }.sfx-thumbs {
        width: 100%;
        justify-content: flex-start
    }}.sfx-hero {
    isolation: isolate
}.sfx-slide {
    transition: opacity .72s cubic-bezier(.22,.61,.36,1), visibility .72s cubic-bezier(.22,.61,.36,1)
}.sfx-slide .sfx-bg img {
    transform: scale(1.065);
    transition: transform 1.15s cubic-bezier(.22,.61,.36,1), filter .28s linear
}.sfx-slide.is-active .sfx-bg img {
    filter: blur(var(--hero-blur)) brightness(var(--hero-dim));
    transform: scale(calc(1 + (var(--hero-scroll-progress) * .045)))
}.sfx-content {
    text-align: right;
    align-items: flex-start;
    justify-content: flex-end
}.sfx-content>* {
    opacity: 0;
    transform: translate3d(0,22px,0);
    transition: opacity .5s ease, transform .7s cubic-bezier(.22,.61,.36,1)
}.sfx-slide.is-active .sfx-content>* {
    opacity: 1;
    transform: translate3d(0,0,0)
}.sfx-slide.is-active .sfx-content>:first-child {
    transition-delay: .08s
}.sfx-slide.is-active .sfx-content>:nth-child(2) {
    transition-delay: .14s
}.sfx-slide.is-active .sfx-content>:nth-child(3) {
    transition-delay: .2s
}.sfx-slide.is-active .sfx-content>:nth-child(4) {
    transition-delay: .26s
}.sfx-controls {
    right: 0;
    left: 0;
    transform: none;
    width: min(520px,calc(100% - 24px));
    max-width: 520px;
    margin-inline: auto;
    justify-content: center;
    pointer-events: none
}.sfx-thumbs {
    direction: rtl;
    margin-inline: auto;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 5px;
    gap: 8px;
    background: #25252585;
    border: 1px solid #ffffff1f;
    box-shadow: 0 20px 50px #00000047;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity
}.sfx-thumb {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    opacity: .72;
    box-shadow: inset 0 0 0 1px #ffffff14;
    scroll-snap-align: center
}.sfx-thumb__progress {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible
}.sfx-thumb__progress rect {
    fill: none;
    stroke: var(--green);
    stroke-width: 4;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    opacity: 0
}.sfx-thumb.is-active {
    opacity: 1;
    transform: translateY(-1px) scale(1);
}.sfx-thumb.is-active .sfx-thumb__progress rect {
    opacity: 1;
    animation: sfxThumbProgress var(--sfx-duration,5800ms) linear forwards
}.sfx-slider.is-paused .sfx-thumb.is-active .sfx-thumb__progress rect {
    animation-play-state: paused
}.sfx-thumb img {
    transition: transform .35s ease;
    filter: none
}.sfx-thumb.is-active img,.sfx-thumb:focus-visible img,.sfx-thumb:hover img {
    transform: scale(1.045);
    filter: none
}.sfx-thumb__fallback {
    direction: rtl
}@media (min-width: 1600px) {.sfx-title {
        font-size: clamp(2rem,3.4vw,4.8rem);
        max-width: 11ch
    }.sfx-sub {
        max-width: 60ch
    }.sfx-controls {
        bottom: max(94px,calc(var(--safe-bottom) + 16px));
        max-width: 520px
    }.sfx-thumbs {
        max-width: 520px;
        padding: 5px;
        gap: 8px
    }.sfx-thumb {
        width: 54px;
        height: 54px;
    }}@media (min-width: 2200px) {.sfx-thumbs {
        max-width: 520px
    }.sfx-thumb {
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }}@media (max-width: 991px) {.sfx-controls {
        bottom:calc(10px + var(--safe-bottom));
        right: 0;
        left: 0;
        transform: none;
        max-width: min(520px,calc(100vw - 20px))
    }.sfx-thumbs {
        width: 100%;
        min-width: 0;
        max-width: min(520px,calc(100vw - 20px));
        justify-content: flex-start
    }}@media (max-width: 767px) {.sfx-content {
        justify-content:flex-end;
        align-items: center;
        text-align: center;
        padding-block: calc(var(--header-offset) + 4px) calc(148px + var(--safe-bottom))
    }.sfx-content>* {
        transform: translate3d(0,16px,0);
        margin-bottom: 20px;
    }.sfx-controls {
        bottom: calc(90px + var(--safe-bottom));
        max-width: calc(100vw - 16px)
    }.sfx-thumbs {
        width: min(520px,calc(100vw - 16px));
        max-width: min(520px,calc(100vw - 16px));
        padding: 8px 10px;
        gap: 8px
    }.sfx-thumb {
        width: 52px;
        height: 52px;
        border-radius: 15px
    }}.sfx-bg img.sofiya-dominant-placeholder,.sfx-bg img.sofiya-dominant-placeholder:not(.is-loaded),.sfx-bg img.sofiya-dominant-placeholder.is-loaded,.single-hero__backdrop img.sofiya-dominant-placeholder,.single-hero__backdrop img.sofiya-dominant-placeholder:not(.is-loaded),.single-hero__backdrop img.sofiya-dominant-placeholder.is-loaded{filter:blur(var(--hero-blur)) brightness(var(--hero-dim))}.sfx-hero+.sfw-section{margin-top:clamp(16px,2.2vw,30px)}@media (max-width:640px) {.sfx-hero+.sfw-section{margin-top:14px}}
