/*
  SzczecinTut Step 14: readable article title + guide menu polish.
  Keeps newspaper serif style, but makes long mobile headlines less crowded.
  Does not touch share buttons, ads, comments or guides logic.
*/

.clean-article-title {
    font-weight: 760 !important;
    line-height: 1.10 !important;
    letter-spacing: -0.028em !important;
    max-width: 980px !important;
    text-wrap: balance;
}

.clean-article-meta {
    margin-top: 10px !important;
}

.clean-article-lead {
    display: none !important;
}

@media (max-width: 760px) {
    .clean-article-title {
        font-size: clamp(34px, 9.2vw, 42px) !important;
        line-height: 1.10 !important;
        letter-spacing: -0.026em !important;
        font-weight: 760 !important;
        margin-bottom: 14px !important;
    }
}

@media (max-width: 420px) {
    .clean-article-title {
        font-size: clamp(32px, 9vw, 39px) !important;
        line-height: 1.11 !important;
    }
}
