@media (max-width: 1919px) {

    /* hero */
    .hero__humanity-title {
        font-size: 45px;
        max-width: 730px;
    }

    .hero__scrolldown {
        width: 66px;
        height: 66px;
    }

    .hero__scrolldown img {
        width: 14px;
        height: auto;
    }

    /* unite */
    .unite {
        margin-top: 150px;
        padding-bottom: 300px;
        background: url(../assets/img/unite-bg.png) center top 50px / 100% auto no-repeat;
    }

    .unite__divider {
        margin-bottom: 80px;
    }

    .unite__title {
        font-size: 45px;
        max-width: 490px;
        margin-bottom: 250px;
    }

    .unite__cards {
        padding-left: 75px;
        padding-right: 150px;
    }

    .unite__card--right {
        margin-bottom: 300px;
    }

    .unite__card {
        max-width: 269px;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
    }

    .unite__card-text {
        font-size: 13px;
    }

    .unite__card-title {
        font-size: 30px;
    }

    .unite__card--right {
        max-width: 310px;
    }

    /* history */
    .history {
        padding-bottom: 100px;
    }

    .history__title {
        font-size: 45px;
    }

    .history__intro, .history__nav {
        gap: 36px;
    }

    .history__note-text {
        font-size: 12px;
        padding: 15px;
    }

    .history__note {
        gap: 28px;
    }

    .history__note-decor {
        height: 85px;
        width: auto;
    }

    .history__top {
        margin-bottom: 37px;
    }

    .history-card {
        width: 378px;
        height: 540px;
        padding: 22px 22px 37px 32px;
    }

    .history-card__image {
        max-width: 69%;
        height: auto;
    }

    .history-card--north-america .history-card__image {
        max-width: 80%;
    }

    .history-card--eurasia .history-card__image {
        max-width: 350px;
        width: 350px;
        height: auto;
        transform: translateX(-37%);
    }

    .history-card__desc {
        font-size: 14px;
        max-width: 310px;
    }
    
    .history-card__badge {
        font-size: 9px;
        padding: 6px 8px;
    }

    .history-card__region {
        font-size: 11px;
    }

    .history::before {
        height: 450px;
    }

    .history::after {
        top: 100px;
        right: -363px;
        height: 560px;
    }

    .history__pagination {
        margin-top: 52px;
        gap: 30px;
    }

    .history__page {
        font-size: 12px;
    }

    /* planet */
    .planet {
        padding-top: 54px;
        padding-bottom: 80px;
    }

    .planet__title {
        font-size: 75px;
        max-width: 510px;
    }

    .planet__coords {
        font-size: 13px;
        max-width: 70px;
    }

    .planet__top {
        margin-bottom: 440px;
    }

    .planet__desc {
        font-size: 26px;
        max-width: 525px;
    }

    .planet__stats {
        padding-right: 185px;
        gap: 36px;
    }

    .planet__stat-divider {
        margin-right: -185px;
        margin-bottom: 25px;
    }

    .planet__stat-label {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .planet__stat-value {
        font-size: 75px;
    }

    /* Proportions */
    .proportions__content {
        padding: 45px 40px;
    }

    .proportions__title {
        font-size: 75px;
        margin-bottom: 15px;
    }

    .proportions__desc {
        font-size: 16px;
        max-width: 317px;
    }

    .proportions__cards {
        gap: 22px;
    }

    .prop-card {
        width: 290px;
        padding: 17px 26px 28px 28px;
    }

    .prop-card__num {
        font-size: 11px;
    }

    .prop-card__text {
        font-size: 13px;
    }

    .prop-card:first-child .prop-card__text {
        max-width: 223px;
    }

    /* footer */
    .footer {
        margin-top: 22px !important;
    }
}

@media (max-width: 1600px) {
    /* unite */
    .unite {
        margin-top: 100px;
    padding-bottom: 110px;
    background: url(../assets/img/unite-bg.png) center top 50px / 100% auto no-repeat;
    }
}

@media (max-width: 1435px) {
    .unite {
        padding-bottom: 50px;
    }
}

@media (max-width: 1270px) {
    /* planet */
    .planet__stats {
        padding-right: 100px;
    }

    .planet__stat-divider {
        margin-right: -100px;
    }

    .planet__desc {
        font-size: 22px;
        max-width: 441px;
    }

    .unite  {
        padding-bottom: 100px;
    }

    .unite__cards {
        padding-left: 75px;
        padding-right: 0px;
    }
}

@media (max-width: 1024px) {
    .hero__scrolldown {
        display: none;
    }

    .hero {
        padding-bottom: 40px;
        min-height: 0;
    }

    /* planet */
    .planet__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .planet__stats {
        width: 100%;
    }

    .planet__title {
        font-size: 63px;
        max-width: 400px;
    }

    /* unite */
    .unite {
        background-position: center center;
    }
}

@media (max-width: 800px) {
    .proportions__cards {
        display: none;
    }

    .proportions__top {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .proportions__desc {
        color: #fff;
    }
}

@media (max-width: 570px) {
    .hero {
        background: url(../assets/img/humanity-mob-bg.png) center / cover no-repeat;
        padding-bottom: 43px;
        padding-top: 0px;
        border-bottom: 1px dashed rgba(46, 46, 46, 0.25);
        max-height: 870px;
    }

    /* smaller loupe on phones */
    .hero__lens {
        width: 150px;
        height: 150px;
    }

    .hero__humanity-title {
        font-size: 35px;
        max-width: 320px;
        line-height: 94%;
    }

    /* unite */
    .unite__divider {
        display: none;
    }

    .unite {
        margin-top: 120px;
        background: url(../assets/img/unite-mob-bg.png) center top 90px / 100% auto no-repeat;
        padding-bottom: 730px;
        background-size: 100% 100%;
    }

    .unite__title {
        font-size: 30px;
        line-height: 103%;
        max-width: 320px;
        margin-bottom: 600px;
    }

    .unite__cards {
        padding-left: 14px;
        padding-right: 14px;
    }

    .unite__card {
        width: 100%;
        max-width: 100%;
        border-radius: 10px;
        padding: 37px 10px 37px 30px;
    }

    .unite__card-text {
        font-size: 16px;
        line-height: 141%;
    }

    .unite__card--right {
        padding-top: 0px;
        padding-right: 37px;
        margin-bottom: 635px;
        display: flex;
        justify-content: center;
    }

    .unite__card-title {
        text-align: center;
    }

    /* history */
    .history {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .history__top {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .history__note-text {
        font-size: 14px;
        line-height: 136%;
        padding: 20px 37px 17px 24px;
    }

    .history__note {
        gap: 0px;
        position: relative;
    }

    .history__note-decor {
        position: absolute;
        top: -98px;
        right: -71px;
        height: auto;
        width: 80px;
    }

    .history::after {
        top: 93px;
        right: -578px;
        width: 1066px;
        height: 600px;
    }

    .history::before {
        display: none;
    }

    .history__nav {
        display: none;
    }

    .history__title {
        font-size: 60px;
        line-height: 95%;
    }

    /* --- history slider → plain vertical deck --- */
    .history__pagination {
        display: none;
    }

    /* full-bleed swiper: pad to the container edges (14px) */
    .history__swiper {
        padding: 0 14px;
    }

    .history__swiper .swiper-wrapper {
        flex-direction: column;
        gap: 15px;
        transform: none !important;
        height: auto !important;
    }

    .history-card {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        border-radius: 8px;
        padding: 20px 20px 20px 12px;
    }

    .history-card__badge {
        font-size: 10px;
        padding: 5px 17px;
    }

    .history-card__region {
        font-size: 10px;
    }

    /* card order: date/region row → description → map image */
    .history-card__desc {
        order: 2;
        max-width: 100%;
        font-size: 14px;
        line-height: 143%;
        margin-top: 42px;
        margin-left: 10px;
    }

    .history-card__image,
    .history-card--eurasia .history-card__image {
        order: 3;
        position: static;
        left: auto;
        right: auto;
        width: auto;
        max-width: 80%;
        max-height: none;
        height: auto;
        margin: 50px auto 0;
        transform: none;
    }

    .history-card--eurasia .history-card__image {
        max-width: 100% !important;
        position: relative;
        right: -20px;
        top: 0;
    }

    /* planet */
    .planet {
        padding-top: 35px;
        padding-bottom: 55px;
        min-height: 650px;
    }

    .planet__title {
        font-size: 35px;
        line-height: 97%;
        max-width: 210px;
    }

    .planet__coords {
        font-size: 12px;
        line-height: 141%;
    }

    .planet__desc {
        font-size: 20px;
        line-height: 131%;
        max-width: 320px;
    } 

    .planet__stat-label {
        font-size: 18px;
        margin-bottom: 8px;
        max-width: 100%;
    }

    .planet__stats {
        padding-right: 0;
        gap: 33px;
    }

    .planet__stat-value {
        font-size: 50px;
    } 

    .planet__stat-divider {
        margin-bottom: 20px;
    }

    .planet::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 38.48%, rgba(0, 0, 0, 0) 100%);
    }

    /* proportions */
    .proportions__content {
        padding: 30px 0px 0px 33px;
    }

    .proportions__title {
        font-size: 50px;
        line-height: 111%;
        margin-bottom: 0;
    }

    .proportions__top {
        justify-content: flex-start;
        gap: 13px;
    }

    .proportions__desc {
        font-size: 14px;
        line-height: 142%;
        color: #17415e;
        max-width: 280px;
    }

    .proportions {
        min-height: 700px;
        background: url(../assets/img/proportions-mob-modal-bg.png) center / cover no-repeat;
    }

    /* footer */
    .footer {
        margin-top: 0 !important;
    }
}