/* Collection and special-list pages. Loaded only for collection taxonomy/index and top-250 style lists. */
.sofiya-collection-term-wrap{position:relative;z-index:1;}
.sofiya-collection-term-wrap .sofiya-collection-hero{position:relative;min-height:clamp(420px,58vh,680px);display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;}
.sofiya-collection-term-wrap .single-hero__backdrop,.sofiya-collection-term-wrap .single-hero__backdrop img,.sofiya-collection-term-wrap .single-hero__overlay{position:absolute;inset:0;}
.sofiya-collection-term-wrap .single-hero__backdrop img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(var(--hero-blur,18px)) brightness(var(--hero-dim,.58));transform:scale(1.08);}
.sofiya-collection-term-wrap .single-hero__overlay{background:linear-gradient(180deg,#0205044a 0,#0205049c 48%,#050807 100%),linear-gradient(90deg,#0000009c 0,#00000024 45%,#0000009c 100%);z-index:1;}
.sofiya-collection-term-wrap .single-hero__content{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center;padding-top:calc(var(--header-h,76px) + 24px);padding-bottom:clamp(56px,8vw,96px);}
.sofiya-collection-hero__content{justify-content:center;text-align:center;}
.sofiya-collection-hero__meta{margin-inline:auto;max-width:760px;display:grid;gap:12px;justify-items:center;}
.sofiya-collection-term-wrap .single-hero__title{margin:0;color:#fff;font-weight:1000;line-height:1.12;font-size:clamp(2rem,5vw,4.8rem);letter-spacing:-.045em;text-shadow:0 12px 40px #0000007a;}
.sofiya-collection-term-wrap .single-hero__persian{max-width:760px;color:#ffffffc9;line-height:2;font-size:clamp(.92rem,1.2vw,1.05rem);}
.sofiya-collection-term-wrap .hero-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 16px;border-radius:var(--radius-pill);border:1px solid #ffffff24;background:#ffffff12;color:var(--green,#55be95);font-size:.86rem;font-weight:900;backdrop-filter:blur(var(--blur-xl));-webkit-backdrop-filter:blur(var(--blur-xl));}
.sofiya-collection-term-wrap .hero-content-shell--single{position:relative;z-index:5;margin-top:calc(var(--hero-overlap,120px) * -.48);padding-top:calc(var(--hero-overlap,120px) * .55);}
.sofiya-collection-post-grid,.sofiya-top250-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;}
.sofiya-collection-post-card,.sofiya-top-card{display:grid;gap:8px;margin-bottom:14px;min-width:0;}
.sofiya-collection-post-card__media,.sofiya-top-card__media{display:block;position:relative;border-radius:var(--radius-2xl);overflow:hidden;background:var(--bg,#111);aspect-ratio:2/3;text-decoration:none;color:inherit;box-shadow:0 18px 42px rgba(0,0,0,.22);}
.sofiya-collection-post-card__media img,.sofiya-top-card__media img{width:100%;height:100%;object-fit:cover;display:block;}
.sofiya-collection-post-card__imdb,.sofiya-top-card__imdb{position:absolute;top:10px;left:10px;z-index:2;padding:4px 6px;border-radius:9px;font-size:.7rem;font-weight:600;background:#111d17;color:#ecbc00;box-shadow:0 8px 18px rgba(0,0,0,.2);}
.sofiya-top-card__rank{position:absolute;z-index:2;width:38px;height:38px;border-radius:var(--radius-sm);display:grid;place-items:center;background:var(--green,#55be95);color:#07130f;font-size:.88rem;font-weight:900;left:50%;bottom:10px;transform:translateX(-50%);}
.sofiya-collection-post-card__body,.sofiya-top-card__body{display:grid;gap:6px;min-width:0;}
.sofiya-collection-post-card__genres,.sofiya-top-card__genres{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;min-height:26px;overflow:hidden;}
.sofiya-collection-post-card__genres span,.sofiya-top-card__genres span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:6px;border:1px solid #ffffff14;font-size:.56rem;color:#f1f1f1;background:var(--bg,#111);white-space:nowrap;}
.sofiya-collection-post-card__title,.sofiya-top-card__title{font-weight:800;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:ltr;text-align:center;font-size:.7rem;color:#fff;text-decoration:none;}
.sofiya-collection-post-card__subtitle,.sofiya-top-card__subtitle{color:#ffffffb3;font-size:.64rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sofiya-top-card.is-series-stack,.sofiya-collection-post-card.is-series-stack{position:relative;overflow:visible;isolation:isolate;}
.sofiya-top-card.is-series-stack::before,.sofiya-top-card.is-series-stack::after,.sofiya-collection-post-card.is-series-stack::before,.sofiya-collection-post-card.is-series-stack::after{content:"";position:absolute;top:-7px;right:7%;left:7%;height:100%;z-index:0;pointer-events:none;background-image:var(--sofiya-series-cover);background-size:cover;background-position:center;border-radius:var(--radius-2xl);opacity:.32;box-shadow:0 8px 18px rgba(0,0,0,.24);transition:top .22s ease,right .22s ease,left .22s ease,opacity .22s ease;}
.sofiya-top-card.is-series-stack::after,.sofiya-collection-post-card.is-series-stack::after{top:-13px;right:14%;left:14%;opacity:.2;}
.sofiya-top-card.is-series-stack .sofiya-top-card__media,.sofiya-top-card.is-series-stack .sofiya-top-card__body,.sofiya-collection-post-card.is-series-stack .sofiya-collection-post-card__media,.sofiya-collection-post-card.is-series-stack .sofiya-collection-post-card__body{position:relative;z-index:2;}
.sofiya-top-card.is-series-stack:hover::before,.sofiya-top-card.is-series-stack:hover::after,.sofiya-collection-post-card.is-series-stack:hover::before,.sofiya-collection-post-card.is-series-stack:hover::after{top:0;right:0;left:0;opacity:.14;}
@media (max-width:1199px){.sofiya-collection-post-grid,.sofiya-top250-grid{grid-template-columns:repeat(5,minmax(0,1fr));}}
@media (max-width:991px){.sofiya-collection-post-grid,.sofiya-top250-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;}.sofiya-collection-term-wrap .sofiya-collection-hero{min-height:460px;}}
@media (max-width:767px){.sofiya-collection-post-grid,.sofiya-top250-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}.sofiya-collection-post-card__genres span,.sofiya-top-card__genres span{font-size:.5rem;min-height:20px;padding-inline:7px;}.sofiya-collection-term-wrap .sofiya-collection-hero{min-height:420px;}.sofiya-collection-term-wrap .single-hero__content{padding-bottom:76px;}.sofiya-collection-term-wrap .single-hero__title{font-size:clamp(2rem,12vw,3.4rem);}.sofiya-collection-term-wrap .hero-content-shell--single{margin-top:-72px;padding-top:74px;}}
@media (max-width:640px){.sofiya-top-card.is-series-stack::before,.sofiya-collection-post-card.is-series-stack::before{top:-5px;right:6%;left:6%;}.sofiya-top-card.is-series-stack::after,.sofiya-collection-post-card.is-series-stack::after{top:-10px;right:12%;left:12%;}}
