/*
===========================================================
OTKF — CZYTELNA STRONA POJEDYNCZEJ AKTUALNOŚCI
===========================================================
*/

.article-premium-page{
    background:#f3f7f5;
}

.article-premium{
    position:relative;
    padding:62px 0 110px;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 0%,rgba(8,112,90,.08),transparent 28%),
        linear-gradient(180deg,#f3f7f5 0%,#f7f9f8 42%,#ffffff 100%);
}

.article-premium::before{
    content:"";
    position:absolute;
    top:-280px;
    right:-230px;
    width:650px;
    height:650px;
    border:1px solid rgba(7,84,66,.06);
    border-radius:50%;
    box-shadow:
        0 0 0 95px rgba(7,84,66,.018),
        0 0 0 190px rgba(7,84,66,.012);
    pointer-events:none;
}

.article-premium-container{
    position:relative;
    z-index:2;
    width:min(1180px,calc(100% - 40px));
}

.article-premium-breadcrumb{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:34px;
    padding:0 15px;
    border:1px solid rgba(6,61,49,.11);
    border-radius:12px;
    color:#075442;
    background:rgba(255,255,255,.82);
    box-shadow:0 9px 24px rgba(5,43,34,.05);
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    backdrop-filter:blur(10px);
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.article-premium-breadcrumb span{
    color:#ff6426;
    font-size:17px;
}

.article-premium-breadcrumb:hover{
    transform:translateY(-2px);
    background:#fff;
    box-shadow:0 14px 30px rgba(5,43,34,.09);
}

.article-premium-header{
    max-width:960px;
    margin-bottom:38px;
}

.article-premium-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:17px;
    color:#08705a;
    font-size:10px;
    font-weight:800;
    letter-spacing:.15em;
    text-transform:uppercase;
}

.article-premium-kicker::before{
    content:"";
    width:28px;
    height:2px;
    border-radius:99px;
    background:#ff6426;
}

.article-premium-header h1{
    max-width:1050px;
    margin:0;
    color:#062f27;
    font-family:"Space Grotesk","Inter",sans-serif;
    font-size:clamp(42px,5.7vw,74px);
    line-height:1.01;
    letter-spacing:-.055em;
    overflow-wrap:anywhere;
}

.article-premium-lead{
    max-width:800px;
    margin:23px 0 0;
    color:#60726b;
    font-size:18px;
    line-height:1.72;
}

.article-premium-meta{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:24px;
    padding:8px 12px;
    border:1px solid rgba(6,61,49,.1);
    border-radius:999px;
    color:#587068;
    background:#fff;
    box-shadow:0 8px 20px rgba(5,43,34,.04);
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
}

.article-premium-meta-icon{
    color:#ff6426;
    font-size:15px;
}

.article-premium-cover{
    position:relative;
    width:100%;
    max-height:650px;
    margin:0;
    overflow:hidden;
    border-radius:27px;
    background:#dce7e3;
    box-shadow:0 25px 65px rgba(4,45,35,.16);
}

.article-premium-cover::after{
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(255,255,255,.2);
    border-radius:inherit;
    pointer-events:none;
}

.article-premium-cover img{
    width:100%;
    max-height:650px;
    display:block;
    object-fit:cover;
    object-position:center;
}

.article-premium-body{
    position:relative;
    z-index:3;
    width:min(900px,calc(100% - 80px));
    margin:-58px auto 0;
    padding:50px 58px 36px;
    border:1px solid rgba(6,61,49,.09);
    border-radius:25px;
    color:#273c35;
    background:#fff;
    box-shadow:
        0 24px 70px rgba(4,45,35,.13),
        inset 0 1px 0 rgba(255,255,255,.8);
}

.article-premium-content{
    color:#334740;
    font-size:17px;
    line-height:1.9;
    overflow-wrap:anywhere;
}

.article-premium-content > *:first-child{
    margin-top:0;
}

.article-premium-content > *:last-child{
    margin-bottom:0;
}

.article-premium-content p{
    margin:0 0 1.45em;
}

.article-premium-content p + p{
    margin-top:.15em;
}

.article-premium-content h2,
.article-premium-content h3,
.article-premium-content h4{
    color:#063d31;
    font-family:"Space Grotesk","Inter",sans-serif;
    line-height:1.2;
    letter-spacing:-.025em;
}

.article-premium-content h2{
    margin:1.7em 0 .7em;
    font-size:30px;
}

.article-premium-content h3{
    margin:1.55em 0 .65em;
    font-size:23px;
}

.article-premium-content h4{
    margin:1.4em 0 .55em;
    font-size:19px;
}

.article-premium-content ul,
.article-premium-content ol{
    margin:1.2em 0 1.6em;
    padding-left:1.4em;
}

.article-premium-content li{
    margin-bottom:.6em;
    padding-left:.25em;
}

.article-premium-content li::marker{
    color:#ff6426;
}

.article-premium-content a{
    color:#08705a;
    font-weight:800;
    text-decoration-thickness:1px;
    text-underline-offset:3px;
}

.article-premium-content blockquote{
    margin:1.7em 0;
    padding:20px 24px;
    border-left:4px solid #ff6426;
    border-radius:0 15px 15px 0;
    color:#21443a;
    background:#eef5f2;
    font-size:18px;
    line-height:1.75;
}

.article-premium-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    margin-top:44px;
    padding-top:27px;
    border-top:1px solid rgba(6,61,49,.1);
}

.article-premium-footer > div{
    display:flex;
    flex-direction:column;
}

.article-premium-footer small{
    color:#899791;
    font-size:9px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.article-premium-footer strong{
    margin-top:4px;
    color:#063d31;
    font-size:14px;
}

.article-premium-back{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 18px;
    border-radius:12px;
    color:#fff;
    background:#075442;
    box-shadow:0 12px 26px rgba(7,84,66,.18);
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}

.article-premium-back span{
    font-size:17px;
}

.article-premium-back:hover{
    transform:translateY(-2px);
    background:#ff6426;
    box-shadow:0 15px 30px rgba(255,100,38,.22);
}

.article-premium-not-found{
    min-height:65vh;
    display:flex;
    align-items:center;
}

.article-premium-empty{
    max-width:620px;
    margin:auto;
    padding:55px 35px;
    border:1px solid rgba(6,61,49,.09);
    border-radius:24px;
    background:#fff;
    box-shadow:0 20px 55px rgba(4,45,35,.09);
    text-align:center;
}

.article-premium-empty > span{
    color:#ff6426;
    font:800 13px "Space Grotesk","Inter",sans-serif;
    letter-spacing:.16em;
}

.article-premium-empty h1{
    margin:10px 0;
    color:#063d31;
    font-size:42px;
}

.article-premium-empty p{
    margin-bottom:25px;
    color:#697a74;
}

/* TABLET */

@media(max-width:900px){

    .article-premium{
        padding-top:48px;
    }

    .article-premium-body{
        width:calc(100% - 42px);
        margin-top:-38px;
        padding:40px 38px 31px;
    }
}

/* MOBILE */

@media(max-width:620px){

    .article-premium{
        padding:34px 0 75px;
    }

    .article-premium::before{
        display:none;
    }

    .article-premium-container{
        width:calc(100% - 22px);
    }

    .article-premium-breadcrumb{
        min-height:39px;
        margin-bottom:25px;
        padding:0 12px;
        font-size:11px;
    }

    .article-premium-header{
        margin-bottom:25px;
        padding:0 3px;
    }

    .article-premium-kicker{
        margin-bottom:13px;
        font-size:8px;
    }

    .article-premium-header h1{
        font-size:clamp(35px,10.5vw,47px);
        line-height:1.03;
    }

    .article-premium-lead{
        margin-top:16px;
        font-size:14px;
        line-height:1.65;
    }

    .article-premium-meta{
        margin-top:17px;
        font-size:9px;
    }

    .article-premium-cover{
        max-height:430px;
        border-radius:18px;
    }

    .article-premium-cover img{
        max-height:430px;
        min-height:230px;
        object-fit:cover;
    }

    .article-premium-body{
        width:calc(100% - 14px);
        margin:-18px auto 0;
        padding:29px 21px 22px;
        border-radius:18px;
    }

    .article-premium-content{
        font-size:15px;
        line-height:1.82;
    }

    .article-premium-content p{
        margin-bottom:1.35em;
    }

    .article-premium-content h2{
        font-size:25px;
    }

    .article-premium-content h3{
        font-size:20px;
    }

    .article-premium-content blockquote{
        padding:17px 18px;
        font-size:15px;
    }

    .article-premium-footer{
        align-items:flex-start;
        flex-direction:column;
        margin-top:32px;
        padding-top:22px;
    }

    .article-premium-back{
        width:100%;
    }
}
