/*
Theme Name: Foxiz Child
Theme URI: https://sinepop.com
Description: Sinepop için Foxiz child theme.
Author: Sinepop
Template: foxiz
Version: 1.1.6
Text Domain: foxiz-child
*/
/* ==================================================
   SINEPOP LIST HERO V2 — CLEAN FINAL
   Film Listeleri + Dizi Listeleri
================================================== */


/* ==================================================
   HERO ANA YAPI
================================================== */

.single-standard-3 .single-header {
    margin-bottom: 22px;
}

.single-standard-3 .single-header-inner {
    position: relative;

    height: auto !important;
    min-height: 475px !important;
    max-height: none !important;

    padding: 0 !important;

    aspect-ratio: auto !important;

    overflow: hidden;
}


/* Foxiz'in Standard 3 oran katmanını iptal et */
.single-standard-3 .single-header-inner::before {
    content: none !important;
    display: none !important;
    padding: 0 !important;
}


/* ==================================================
   HERO GÖRSELİ
================================================== */

.single-standard-3 .s-feat-holder {
    position: absolute !important;
    inset: 0 !important;

    width: 100%;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 0;
}

.single-standard-3 .s-feat-holder::before,
.single-standard-3 .s-feat-holder::after {
    display: none !important;
}

.single-standard-3 .s-feat-holder img {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;
    max-width: none !important;

    object-fit: cover !important;

    /*
     * HER YAZI İÇİN WORDPRESS'TEN GELEN ODAK
     *
     * Yatay 50 / Dikey 50 = merkez.
     * Dikey 30 = görüntüyü yukarı taşır.
     * Dikey 70 = görüntüyü aşağı taşır.
     */
    object-position:
        var(--sinepop-hero-focus-x, 50%)
        var(--sinepop-hero-focus-y, 50%) !important;

    margin: 0 !important;
}


/* ==================================================
   KARARTMA
================================================== */

.single-standard-3 .single-header-inner::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(7, 8, 10, 0.93) 0%,
            rgba(7, 8, 10, 0.78) 26%,
            rgba(7, 8, 10, 0.46) 48%,
            rgba(7, 8, 10, 0.17) 72%,
            rgba(7, 8, 10, 0.03) 100%
        ),
        linear-gradient(
            0deg,
            rgba(7, 8, 10, 0.88) 0%,
            rgba(7, 8, 10, 0.23) 48%,
            rgba(7, 8, 10, 0.03) 85%
        );
}


/* ==================================================
   HERO İÇERİĞİ
================================================== */

.single-standard-3 .single-header-content {
    position: relative;

    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    max-width: 700px;

    height: auto !important;
    min-height: 475px !important;

    margin: 0;

    padding:
        32px
        0
        34px
        50px !important;

    background: transparent !important;
    box-shadow: none !important;

    transform: translateY(-6px);
}

.single-standard-3 .single-header-content::before,
.single-standard-3 .single-header-content::after {
    display: none !important;
}


/* ==================================================
   BREADCRUMB
================================================== */

.single-standard-3 .breadcrumb-wrap {
    margin: 0 0 12px;

    font-size: 11px;
    line-height: 1.3;

    opacity: 0.66;
}


/* ==================================================
   KATEGORİ
================================================== */

.single-standard-3 .s-cats {
    margin: 0 0 12px;
}

.single-standard-3 .s-cats a {
    padding: 4px 8px;

    background: #ffc400 !important;
    color: #111 !important;

    border-radius: 2px;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;

    letter-spacing: .03em;
}


/* ==================================================
   BAŞLIK
================================================== */

.single-standard-3 .s-title {
    max-width: 680px;

    margin: 0 0 13px;

    font-family: "Poppins", sans-serif !important;

    font-size: clamp(42px, 3.4vw, 53px);
    line-height: 1.34;

    font-weight: 700;
    letter-spacing: -0.025em;
}


/* ==================================================
   KISA AÇIKLAMA
================================================== */

.single-standard-3 .sinepop-hero-desc {
    max-width: 620px;

    margin: 0 0 12px;

    color: rgba(255, 255, 255, .82);

    font-size: 15px;
    line-height: 1.5;
}


/* ==================================================
   META SATIRI
================================================== */

.single-standard-3 .sinepop-hero-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 6px;

    margin-bottom: 4px;
    padding-top: 10px;

    border-top: 1px solid rgba(255, 255, 255, .14);

    color: rgba(255, 255, 255, .88);

    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
}

.single-standard-3 .sinepop-hero-meta-sep {
    color: #ffc400;
}


/* ==================================================
   BAŞLANGIÇ / GİZLİ CEVHER
================================================== */

.single-standard-3 .sinepop-hero-picks {
    display: flex;
    align-items: stretch;

    width: fit-content;
    max-width: 100%;

    margin-top: 14px;

    overflow: hidden;

    background: rgba(15, 16, 18, .76);

    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 9px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.single-standard-3 .sinepop-hero-pick {
    display: flex;
    align-items: center;

    gap: 9px;

    min-width: 195px;

    padding: 7px 11px;
}

.single-standard-3 .sinepop-hero-pick + .sinepop-hero-pick {
    border-left: 1px solid rgba(255,255,255,.10);
}

.single-standard-3 .sinepop-hero-pick-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 26px;

    width: 26px;
    height: 26px;

    border: 1px solid rgba(255,196,0,.38);
    border-radius: 50%;

    color: #ffc400;

    font-size: 11px;
    line-height: 1;
}

.single-standard-3 .sinepop-hero-pick-label {
    display: block;

    margin-bottom: 1px;

    color: rgba(255,255,255,.62);

    font-size: 10px;
    line-height: 1.15;
}

.single-standard-3 .sinepop-hero-pick-title {
    display: block;

    color: #ffc400;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}


/* ==================================================
   CTA
================================================== */

.single-standard-3 .sinepop-hero-actions {
    display: flex;
    align-items: center;

    margin-top: 12px;
}

.single-standard-3 .sinepop-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 34px;

    padding: 0 14px;

    background: #ffc400;
    color: #111 !important;

    border-radius: 999px;

    font-size: 11px;
    line-height: 1;
    font-weight: 800;

    text-decoration: none !important;

    box-shadow: none;

    transition:
        transform .18s ease,
        background-color .18s ease;
}

.single-standard-3 .sinepop-hero-button:hover {
    background: #ffd328;
    color: #111 !important;

    transform: translateY(-1px);
}


#sinepop-list-content {
    scroll-margin-top: 90px;
}


/* ==================================================
   HERO GENİŞLİĞİ
================================================== */

@media (min-width: 1025px) {

    .single-standard-3 .single-header .rb-s-container {
        max-width: 1280px;
    }
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .single-standard-3 .single-header-inner,
    .single-standard-3 .single-header-content {
        min-height: 430px !important;
    }

    .single-standard-3 .single-header-content {
        max-width: 620px;

        padding:
            24px
            24px
            26px !important;

        transform: none;
    }

    .single-standard-3 .s-title {
        font-size: 40px;
    }

    .single-standard-3 .sinepop-hero-pick {
        min-width: 180px;
    }
}


/* ==================================================
   MOBİL
================================================== */

@media (max-width: 767px) {

    .single-standard-3 .single-header {
        margin-bottom: 16px;
    }

    .single-standard-3 .single-header-inner {
        height: auto !important;
        min-height: 0 !important;
    }

    .single-standard-3 .single-header-content {
        height: auto !important;
        min-height: 0 !important;

        max-width: 100%;

        justify-content: flex-end;

        padding:
            72px
            14px
            20px !important;

        transform: none !important;
    }

    /* Mobilde breadcrumb gizli */
    .single-standard-3 .breadcrumb-wrap {
        display: none !important;
    }

    .single-standard-3 .s-cats {
        margin-bottom: 10px;
    }

    .single-standard-3 .s-cats a {
        padding: 5px 8px;

        font-size: 10px;
        line-height: 1;
    }

    .single-standard-3 .s-title {
        max-width: 100%;

        margin-bottom: 10px;

        font-family: "Poppins", sans-serif !important;

        font-size: 30px !important;
        line-height: 1.08 !important;

        font-weight: 700;
        letter-spacing: -0.025em;
    }

    .single-standard-3 .sinepop-hero-desc {
        max-width: 100%;

        margin-bottom: 9px;

        font-size: 13px;
        line-height: 1.42;
    }

    .single-standard-3 .sinepop-hero-meta {
        gap: 5px;

        margin-bottom: 0;
        padding-top: 8px;

        font-size: 10px;
        line-height: 1.35;
    }

    .single-standard-3 .sinepop-hero-picks {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        width: 100%;

        margin-top: 10px;

        border-radius: 9px;
    }

    .single-standard-3 .sinepop-hero-pick {
        width: auto;
        min-width: 0;

        gap: 7px;

        padding: 9px 8px;
    }

    .single-standard-3 .sinepop-hero-pick + .sinepop-hero-pick {
        border-top: 0;
        border-left: 1px solid rgba(255,255,255,.10);
    }

    .single-standard-3 .sinepop-hero-pick-icon {
        flex: 0 0 25px;

        width: 25px;
        height: 25px;

        font-size: 10px;
    }

    .single-standard-3 .sinepop-hero-pick-label {
        margin-bottom: 2px;

        font-size: 9px;
        line-height: 1.15;
    }

    .single-standard-3 .sinepop-hero-pick-title {
        font-size: 12px;
        line-height: 1.2;
    }

    .single-standard-3 .sinepop-hero-actions {
        margin-top: 10px;
    }

    .single-standard-3 .sinepop-hero-button {
        min-height: 35px;

        padding: 0 14px;

        font-size: 10px;
    }
}
/* ==================================================
   SINEPOP HERO — SVG İKON DÜZELTMESİ
================================================== */

.single-standard-3 .sinepop-hero-meta-icon {
    display: inline-block !important;

    width: 15px !important;
    height: 15px !important;

    min-width: 15px !important;
    max-width: 15px !important;

    flex: 0 0 15px !important;

    overflow: visible !important;

    fill: none !important;
    stroke: #ffc400 !important;

    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Foxiz'in SVG iç elemanlarına verdiği fill'i iptal et */
.single-standard-3 .sinepop-hero-meta-icon path,
.single-standard-3 .sinepop-hero-meta-icon rect,
.single-standard-3 .sinepop-hero-meta-icon circle,
.single-standard-3 .sinepop-hero-meta-icon line,
.single-standard-3 .sinepop-hero-meta-icon polyline,
.single-standard-3 .sinepop-hero-meta-icon polygon {
    fill: none !important;
    stroke: #ffc400 !important;

    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


/* Yıldız da dolu değil, çizgi olarak kalsın */
.single-standard-3 .sinepop-hero-meta-star,
.single-standard-3 .sinepop-hero-meta-star path {
    fill: none !important;
    stroke: #ffc400 !important;
}


/* Meta satırının hizası */
.single-standard-3 .sinepop-hero-meta-item {
    display: inline-flex !important;
    align-items: center !important;

    gap: 6px;
}


/* MOBİL */
@media (max-width: 767px) {

    .single-standard-3 .sinepop-hero-meta-icon {
        width: 13px !important;
        height: 13px !important;

        min-width: 13px !important;
        max-width: 13px !important;

        flex-basis: 13px !important;
    }
}
/* ==================================================
   SINEPOP HERO — SADECE GÖRSEL ALT FADE
================================================== */

.single-standard-3 .s-feat-holder::after {
    content: "" !important;
    display: block !important;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 110px;

    pointer-events: none;
    z-index: 2;

    background: linear-gradient(
        to bottom,
        rgba(11, 11, 11, 0) 0%,
        rgba(11, 11, 11, 0.28) 35%,
        rgba(11, 11, 11, 0.72) 72%,
        #0b0b0b 100%
    );
}
/* =========================================================
   SINEPOP — ÖZEL FİLM / DİZİ İNCELEME ŞABLONU
   Yalnızca .sinepop-review-single sayfalarını etkiler
========================================================= */


/* ---------------------------------------------------------
   HERO ANA ALAN
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-header {
    position: relative;
    margin-bottom: 42px;
}

.sinepop-review-single .sinepop-review-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 18px;
    background: #111;
}


/* ---------------------------------------------------------
   HERO GÖRSELİ
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sinepop-review-single .sinepop-review-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sinepop-review-single .sinepop-review-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(0, 0, 0, 0.78) 36%,
            rgba(0, 0, 0, 0.28) 70%,
            rgba(0, 0, 0, 0.10) 100%
        ),
        linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0) 55%
        );
    pointer-events: none;
}


/* ---------------------------------------------------------
   HERO İÇERİĞİ
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: min(720px, 68%);
    min-height: 560px;
    padding: 60px 56px;
}


/* ---------------------------------------------------------
   FİLM / DİZİ İNCELEMESİ ETİKETİ
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 13px;
    border-radius: 5px;
    background: #ef2929;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sinepop-review-single .sinepop-review-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: #fff;
}


/* ---------------------------------------------------------
   BAŞLIK
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-hero-content .entry-title,
.sinepop-review-single .sinepop-review-hero-content h1 {
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(38px, 4.4vw, 66px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.035em;
    text-wrap: balance;
}


/* ---------------------------------------------------------
   TAGLINE
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-hero-content .fw-tagline,
.sinepop-review-single .sinepop-review-hero-content .entry-tagline {
    max-width: 650px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.55;
}


/* ---------------------------------------------------------
   META
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-header-meta {
    margin-top: 4px;
}

.sinepop-review-single .sinepop-review-header-meta,
.sinepop-review-single .sinepop-review-header-meta a,
.sinepop-review-single .sinepop-review-header-meta span {
    color: rgba(255, 255, 255, 0.76);
}


/* ---------------------------------------------------------
   BREADCRUMB
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-hero-content .breadcrumb {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.58);
}

.sinepop-review-single .sinepop-review-hero-content .breadcrumb a {
    color: rgba(255, 255, 255, 0.72);
}


/* ---------------------------------------------------------
   İÇERİK ALANI
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content-wrap {
    margin-top: 0;
}

.sinepop-review-single .sinepop-review-content {
    font-size: 18px;
    line-height: 1.82;
}

.sinepop-review-single .sinepop-review-content .entry-content > p {
    margin-bottom: 1.45em;
}


/* ---------------------------------------------------------
   H2 BAŞLIKLAR
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content .entry-content h2 {
    position: relative;
    margin-top: 54px;
    margin-bottom: 22px;
    padding-left: 18px;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.sinepop-review-single .sinepop-review-content .entry-content h2::before {
    content: "";
    position: absolute;
    top: 0.16em;
    bottom: 0.12em;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: #ef2929;
}


/* ---------------------------------------------------------
   YAZI İÇİ GÖRSELLER
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content .wp-block-image {
    margin-top: 38px;
    margin-bottom: 42px;
}

.sinepop-review-single .sinepop-review-content .wp-block-image img {
    border-radius: 12px;
}


/* ---------------------------------------------------------
   MASAÜSTÜNDE HERO'YU DAHA DERGİSEL GÖSTER
--------------------------------------------------------- */

@media (min-width: 1025px) {

    .sinepop-review-single .sinepop-review-header > .rb-s-container {
        max-width: 1500px;
    }

}


/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 1024px) {

    .sinepop-review-single .sinepop-review-hero {
        min-height: 500px;
    }

    .sinepop-review-single .sinepop-review-hero-content {
        width: 78%;
        min-height: 500px;
        padding: 46px 38px;
    }

}


/* ---------------------------------------------------------
   MOBİL
--------------------------------------------------------- */

@media (max-width: 767px) {

    .sinepop-review-single .sinepop-review-header {
        margin-bottom: 28px;
    }

    .sinepop-review-single .sinepop-review-hero {
        min-height: 500px;
        border-radius: 12px;
    }

    .sinepop-review-single .sinepop-review-hero-media::after {
        background:
            linear-gradient(
                0deg,
                rgba(0, 0, 0, 0.96) 0%,
                rgba(0, 0, 0, 0.82) 38%,
                rgba(0, 0, 0, 0.26) 75%,
                rgba(0, 0, 0, 0.08) 100%
            );
    }

    .sinepop-review-single .sinepop-review-hero-content {
        justify-content: flex-end;
        width: 100%;
        min-height: 500px;
        padding: 30px 24px;
    }

    .sinepop-review-single .sinepop-review-hero-content .entry-title,
    .sinepop-review-single .sinepop-review-hero-content h1 {
        font-size: 36px;
        line-height: 1.05;
    }

    .sinepop-review-single .sinepop-review-kicker {
        margin-bottom: 14px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .sinepop-review-single .sinepop-review-content {
        font-size: 17px;
        line-height: 1.75;
    }

    .sinepop-review-single .sinepop-review-content .entry-content h2 {
        margin-top: 42px;
        padding-left: 14px;
        font-size: 27px;
    }

}
/* =========================================================
   SINEPOP REVIEW — İÇERİK GÖVDESİ
========================================================= */


/* ---------------------------------------------------------
   ANA İÇERİK ALANI
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content {
    font-size: 18px;
    line-height: 1.82;
}

.sinepop-review-single .sinepop-review-content .entry-content {
    max-width: 820px;
}

.sinepop-review-single .sinepop-review-content .entry-content > p {
    margin-bottom: 1.45em;
}


/* ---------------------------------------------------------
   İLK PARAGRAF
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content .entry-content > p:first-child {
    font-size: 20px;
    line-height: 1.72;
}


/* ---------------------------------------------------------
   H2
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content .entry-content h2 {
    position: relative;
    margin-top: 58px;
    margin-bottom: 24px;
    padding-left: 18px;
    font-size: clamp(28px, 2.7vw, 36px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.sinepop-review-single .sinepop-review-content .entry-content h2::before {
    content: "";
    position: absolute;
    top: 0.12em;
    bottom: 0.08em;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: #ef2929;
}


/* ---------------------------------------------------------
   H3
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content .entry-content h3 {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}


/* ---------------------------------------------------------
   YAZI İÇİ GÖRSELLER
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content .wp-block-image {
    margin-top: 42px;
    margin-bottom: 44px;
}

.sinepop-review-single .sinepop-review-content .wp-block-image img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.sinepop-review-single .sinepop-review-content .wp-block-image figcaption {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5;
    opacity: .62;
}


/* ---------------------------------------------------------
   LİNKLER
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content .entry-content p a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}


/* ---------------------------------------------------------
   ALINTILAR
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-content blockquote {
    margin: 42px 0;
    padding: 22px 28px;
    border-left: 4px solid #ef2929;
    background: rgba(255,255,255,.035);
    border-radius: 0 8px 8px 0;
}

.sinepop-review-single .sinepop-review-content blockquote p {
    margin: 0;
    font-size: 20px;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   FİLM BİLGİ KARTI
--------------------------------------------------------- */

.sinepop-review-single .sinepop-review-card {
    margin-top: 52px;
    margin-bottom: 52px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
}

.sinepop-review-single .sinepop-review-card-heading h3 {
    font-size: 28px;
    line-height: 1.15;
}

.sinepop-review-single .sinepop-review-section-label,
.sinepop-review-single .sinepop-review-card .sinepop-review-kicker {
    letter-spacing: .08em;
}


/* ---------------------------------------------------------
   SIDEBAR DENGESİ
--------------------------------------------------------- */

@media (min-width: 1025px) {

    .sinepop-review-single .sinepop-review-content-wrap .content-holder {
        gap: 48px;
    }

}


/* ---------------------------------------------------------
   MOBİL
--------------------------------------------------------- */

@media (max-width: 767px) {

    .sinepop-review-single .sinepop-review-content {
        font-size: 17px;
        line-height: 1.75;
    }

    .sinepop-review-single .sinepop-review-content .entry-content > p:first-child {
        font-size: 18px;
        line-height: 1.72;
    }

    .sinepop-review-single .sinepop-review-content .entry-content h2 {
        margin-top: 44px;
        margin-bottom: 20px;
        padding-left: 14px;
        font-size: 27px;
    }

    .sinepop-review-single .sinepop-review-content .wp-block-image {
        margin-top: 32px;
        margin-bottom: 34px;
    }

    .sinepop-review-single .sinepop-review-card {
        margin-top: 40px;
        margin-bottom: 40px;
    }

}
/* SINEPOP REVIEW — HERO BOYUTUNU SABİTLE */

@media (min-width: 1025px) {

    .sinepop-review-single .sinepop-review-hero {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }

    .sinepop-review-single .sinepop-review-hero-media {
        height: 500px !important;
    }

    .sinepop-review-single .sinepop-review-hero-media img {
        width: 100% !important;
        height: 500px !important;
        object-fit: cover !important;
    }

    .sinepop-review-single .sinepop-review-hero-content {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }
}
/* SINEPOP REVIEW — HERO SON MASAÜSTÜ AYARI */

@media (min-width: 1025px) {

    .sinepop-review-single .sinepop-review-hero-content {
        width: 58% !important;
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;

        padding: 34px 48px 38px !important;

        justify-content: flex-end !important;
        overflow: visible !important;
    }

    .sinepop-review-single .sinepop-review-hero-content .entry-title,
    .sinepop-review-single .sinepop-review-hero-content h1 {
        max-width: 610px !important;

        margin-top: 0 !important;
        margin-bottom: 14px !important;

        font-size: clamp(36px, 3.1vw, 50px) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.035em !important;
    }

    .sinepop-review-single .breadcrumb {
        margin-bottom: 12px !important;
    }

    .sinepop-review-single .sinepop-review-kicker,
    .sinepop-review-single .single-post-tagline {
        margin-bottom: 14px !important;
    }

}
/* SINEPOP REVIEW — HERO / İÇERİK BOŞLUĞU */

.sinepop-review-single .sinepop-review-header {
    margin-bottom: 34px !important;
}

@media (max-width: 767px) {
    .sinepop-review-single .sinepop-review-header {
        margin-bottom: 24px !important;
    }
}
/* =========================================================
   SINEPOP X REVIEW TEMPLATE
   Tamamen bağımsız inceleme tasarımı
========================================================= */

.spx-review-page {
    --spx-bg: #050505;
    --spx-panel: #0b0b0d;
    --spx-panel-2: #111114;
    --spx-border: rgba(255,255,255,.08);
    --spx-text: #f4f4f4;
    --spx-muted: rgba(255,255,255,.68);
    --spx-soft: rgba(255,255,255,.46);
    --spx-red: #ff3b30;

    background: var(--spx-bg);
    color: var(--spx-text);
    padding-bottom: 56px;
}

.spx-review-page * {
    box-sizing: border-box;
}

.spx-review-page a {
    color: inherit;
    text-decoration: none;
}

.spx-shell {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
}

/* ---------------------------------------------------------
   HERO
--------------------------------------------------------- */

.spx-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    margin-bottom: 34px;
    background: #000;
}

.spx-hero__bg {
    position: absolute;
    inset: 0;
}

.spx-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spx-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 36%, rgba(0,0,0,.22) 72%, rgba(0,0,0,.10) 100%),
        linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.64) 100%);
}

.spx-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 40px;
    align-items: end;
    padding: 56px 0 44px;
}

.spx-hero__content {
    max-width: 820px;
}

.spx-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--spx-red);
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.spx-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.spx-title {
    margin: 0 0 14px;
    font-size: clamp(42px, 5vw, 74px);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 800;
    text-wrap: balance;
}

.spx-subtitle {
    max-width: 760px;
    margin: 0 0 18px;
    color: var(--spx-muted);
    font-size: 20px;
    line-height: 1.6;
}

.spx-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(255,255,255,.84);
    font-size: 14px;
    line-height: 1.5;
}

.spx-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 14px;
}

.spx-score__ring {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    border: 10px solid var(--spx-red);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.34);
    box-shadow: inset 0 0 0 8px rgba(255,255,255,.04);
}

.spx-score__number {
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
}

.spx-score__label {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--spx-red);
}

.spx-score__text {
    color: var(--spx-soft);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* ---------------------------------------------------------
   SECTION TITLE
--------------------------------------------------------- */

.spx-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.spx-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.spx-section-title span {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.spx-section-title::before {
    content: "";
    width: 4px;
    height: 20px;
    border-radius: 4px;
    background: var(--spx-red);
}

/* ---------------------------------------------------------
   KUNYE
--------------------------------------------------------- */

.spx-kunye,
.spx-note,
.spx-gallery-section,
.spx-body-section,
.spx-trailer,
.spx-themes,
.spx-facts-card,
.spx-related {
    background: linear-gradient(180deg, rgba(14,14,18,.96), rgba(9,9,11,.96));
    border: 1px solid var(--spx-border);
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 24px;
}

.spx-kunye__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--spx-border);
}

.spx-kunye__item {
    padding: 18px 16px 10px;
    border-right: 1px solid var(--spx-border);
}

.spx-kunye__item:last-child {
    border-right: 0;
}

.spx-kunye__head {
    display: block;
    margin-bottom: 8px;
    color: var(--spx-soft);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.spx-kunye__value {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

/* ---------------------------------------------------------
   EDITOR NOTE
--------------------------------------------------------- */

.spx-note__inner {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: center;
}

.spx-note__quote {
    color: var(--spx-red);
    font-size: 88px;
    line-height: 1;
    font-weight: 800;
}

.spx-note__text {
    color: #f0f0f0;
    font-size: 24px;
    line-height: 1.75;
}

.spx-note__text p {
    margin: 0;
}

.spx-note__author {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
}

.spx-note__author img,
.spx-note__author .avatar {
    border-radius: 50%;
}

.spx-note__author strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.spx-note__author span {
    display: block;
    margin-top: 4px;
    color: var(--spx-soft);
    font-size: 13px;
}

/* ---------------------------------------------------------
   GALLERY
--------------------------------------------------------- */

.spx-gallery {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 14px;
}

.spx-gallery__item {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #121212;
    min-height: 180px;
}

.spx-gallery__item:first-child {
    grid-row: span 2;
    min-height: 376px;
}

.spx-gallery__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* ---------------------------------------------------------
   BODY
--------------------------------------------------------- */

.spx-body-content {
    color: #f2f2f2;
    font-size: 20px;
    line-height: 1.85;
}

.spx-body-content > *:first-child {
    margin-top: 0;
}

.spx-body-content p {
    margin: 0 0 1.45em;
}

.spx-body-content h2 {
    margin: 52px 0 18px;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.08;
    letter-spacing: -.03em;
    font-weight: 800;
}

.spx-body-content h3 {
    margin: 36px 0 14px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
}

.spx-body-content ul,
.spx-body-content ol {
    margin: 0 0 1.4em 1.2em;
}

.spx-body-content blockquote {
    margin: 36px 0;
    padding: 24px 26px;
    border-left: 4px solid var(--spx-red);
    background: rgba(255,255,255,.03);
    border-radius: 0 12px 12px 0;
}

.spx-body-content figure {
    margin: 34px 0 38px;
}

.spx-body-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

.spx-body-content figcaption {
    margin-top: 10px;
    color: var(--spx-soft);
    font-size: 13px;
    line-height: 1.5;
}

/* ---------------------------------------------------------
   TRAILER + THEMES
--------------------------------------------------------- */

.spx-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 24px;
    margin-bottom: 24px;
}

.spx-trailer__box iframe,
.spx-trailer__box video,
.spx-trailer__box embed {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 12px;
}

.spx-trailer__fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    width: 100%;
    border: 1px solid var(--spx-border);
    border-radius: 12px;
    background: rgba(255,255,255,.03);
    color: #fff;
    font-weight: 700;
}

.spx-themes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.spx-theme-card {
    padding: 18px;
    border: 1px solid var(--spx-border);
    border-radius: 14px;
    background: rgba(255,255,255,.02);
}

.spx-theme-card__icon {
    color: var(--spx-red);
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1;
}

.spx-theme-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.spx-theme-card p {
    margin: 0 0 12px;
    color: var(--spx-muted);
    font-size: 15px;
    line-height: 1.7;
}

.spx-theme-card__score {
    color: var(--spx-red);
    font-size: 16px;
    font-weight: 800;
}

/* ---------------------------------------------------------
   FACTS CARD
--------------------------------------------------------- */

.spx-facts-card {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.spx-facts-card__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.spx-facts-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spx-facts-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.spx-facts-card__score {
    color: var(--spx-red);
    font-size: 28px;
    font-weight: 800;
}

.spx-facts-card h2 {
    margin: 0 0 8px;
    font-size: clamp(34px, 3vw, 52px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -.03em;
}

.spx-facts-card__original {
    margin: 0 0 22px;
    color: var(--spx-soft);
    font-size: 17px;
    line-height: 1.6;
}

.spx-facts-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.spx-facts-card__meta div {
    padding: 16px;
    border: 1px solid var(--spx-border);
    border-radius: 12px;
    background: rgba(255,255,255,.02);
}

.spx-facts-card__meta strong {
    display: block;
    margin-bottom: 8px;
    color: var(--spx-soft);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.spx-facts-card__meta span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.spx-age {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.spx-age__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    padding: 9px 12px;
    border-radius: 10px;
    background: var(--spx-red);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.spx-age__text {
    color: var(--spx-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* ---------------------------------------------------------
   RELATED
--------------------------------------------------------- */

.spx-related__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.spx-related__card {
    display: block;
    border: 1px solid var(--spx-border);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,.02);
    transition: transform .18s ease, border-color .18s ease;
}

.spx-related__card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,.16);
}

.spx-related__thumb {
    aspect-ratio: 4 / 5;
    background: #141414;
}

.spx-related__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.spx-related__text {
    padding: 14px;
}

.spx-related__text h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.spx-related__text span {
    color: var(--spx-soft);
    font-size: 13px;
}

/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 1200px) {
    .spx-kunye__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .spx-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .spx-gallery__item:first-child {
        grid-row: auto;
        min-height: 260px;
        grid-column: span 3;
    }

    .spx-related__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .spx-hero {
        min-height: 520px;
    }

    .spx-hero__inner {
        min-height: 520px;
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: end;
    }

    .spx-score {
        align-items: flex-start;
    }

    .spx-note__inner,
    .spx-bottom-grid,
    .spx-facts-card {
        grid-template-columns: 1fr;
    }

    .spx-note__author {
        justify-content: flex-start;
    }

    .spx-themes__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .spx-shell {
        width: min(100%, calc(100% - 24px));
    }

    .spx-hero {
        min-height: 500px;
        margin-bottom: 22px;
    }

    .spx-hero__overlay {
        background:
            linear-gradient(180deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.88) 100%);
    }

    .spx-hero__inner {
        min-height: 500px;
        padding: 28px 0 26px;
    }

    .spx-title {
        font-size: 42px;
        line-height: .98;
    }

    .spx-subtitle {
        font-size: 17px;
    }

    .spx-score__ring {
        width: 132px;
        height: 132px;
    }

    .spx-score__number {
        font-size: 42px;
    }

    .spx-kunye,
    .spx-note,
    .spx-gallery-section,
    .spx-body-section,
    .spx-trailer,
    .spx-themes,
    .spx-facts-card,
    .spx-related {
        padding: 18px;
        border-radius: 14px;
        margin-bottom: 18px;
    }

    .spx-kunye__grid,
    .spx-gallery,
    .spx-themes__grid,
    .spx-related__grid,
    .spx-facts-card__meta {
        grid-template-columns: 1fr;
    }

    .spx-kunye__item {
        border-right: 0;
        border-bottom: 1px solid var(--spx-border);
        padding: 14px 0;
    }

    .spx-kunye__item:last-child {
        border-bottom: 0;
    }

    .spx-gallery__item:first-child {
        grid-column: auto;
        min-height: 220px;
    }

    .spx-note__text {
        font-size: 18px;
        line-height: 1.75;
    }

    .spx-body-content {
        font-size: 18px;
        line-height: 1.8;
    }

    .spx-body-content h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .spx-facts-card h2 {
        font-size: 34px;
    }
}
