/* ================================================================
   Press-specific decorations and section variants
   Loaded after subpage.css
   ================================================================ */


/* ----------------------------------------------------------------
   Hero decorations (mobile)
   ---------------------------------------------------------------- */

.page-subhero__deco > img,
.page-content__deco > img {
    display: none;
}

.page-subhero__deco > .page-subhero__deco-img--stereo,
.page-subhero__deco > .page-subhero__deco-img--circle-3,
.page-subhero__deco > .page-subhero__deco-img--circle-8,
.page-content__deco > .page-content__deco-img--ring-1 {
    display: block;
}

.page-subhero__deco-img--stereo {
    top: 15px;
    left: calc(50% - 224px);
    width: 110px;
}

.page-subhero__deco-img--circle-3 {
    top: 284px;
    left: calc(50% + 91px);
    width: 30.532px;
    transform: rotate(-17.008deg);
}

.page-subhero__deco-img--circle-8 {
    top: 413px;
    left: calc(50% + 86px);
    width: 127.77px;
    transform: rotate(356deg);
}

.page-content__deco-img--ring-1 {
    top: 135px;
    left: calc(50% + 80px);
    width: 85.587px;
    transform: rotate(-165deg);
}

.page-subhero__pentagon {
    margin-top: 0;
    margin-left: 3px;
}

.page-subhero__hero-heading {
    margin-bottom: 16px;
}

.press-media {
    margin-top: 40px;
}

.press-media__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.press-media__list {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(0, 72px));
    gap: 14px;
}

.press-media__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 145%;
    text-transform: capitalize;
    font-feature-settings: normal;
    gap: 1.5px;
}

/* ----------------------------------------------------------------
   Special feature section (image + text)
   ---------------------------------------------------------------- */
.page-sec {
    overflow: visible;
    gap: 40px;
}

.page-sec__image-wrap {
    margin-left: -30px;
    width: 350px;
    flex-shrink: 0;
    margin-top: 3px;
}

.page-sec__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-sec__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-sec__sub-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-content__flow-image-wrap {
    margin-top: 40px;
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
}

/* ----------------------------------------------------------------
   Desktop overrides
   ---------------------------------------------------------------- */
@media (min-width: 1024px) {
    .page-subhero__deco > img,
    .page-content__deco > img {
        display: block;
    }
    
    .page-subhero__deco-img--stereo {
        top: 66px;
        left: calc(50% - 712px);
        width: 184px;
    }
    
    .page-subhero__deco-img--note-2 {
        top: 31px;
        left: calc(50% - 302px);
        width: 43.194px;
        transform: rotate(-12.695deg);
    }

    .page-subhero__deco-img--circle-3 {
        top: 459px;
        left: calc(50% - 242px);
        width: 39.03px;
        transform: none;
    }

    .page-subhero__deco-img--circle-8 {
        top: 382px;
        left: calc(50% - 170px);
        width: 186.741px;
        transform: rotate(13.3deg);
    }
    
    .page-content__deco-img--ring-1 {
        top: 61px;
        left: calc(50% + 475px);
        width: 149.067px;
        transform: rotate(-165deg);
    }
    
    .page-content__deco-img--note-4 {
        top: 29px;
        left: calc(50% - 690px);
        width: 108.609px;
        transform: rotate(-10.84deg);
    }
    
    .page-content__deco-img--circle-2 {
        top: 221px;
        left: calc(50% + 590px);
        width: 62px;
    }
    
    .page-content__deco-img--note-5 {
        top: 146px;
        left: calc(50% - 617px);
        width: 77px;
        height: 79px;
        transform: rotate(-10.225deg);
    }
    
    .page-content__deco-img--note-3 {
        top: 1064px;
        left: calc(50% + 415px);
        width: 92px;
    }
    
    .page-content__deco-img--note-1 {
        top: 1149px;
        left: calc(50% + 495px);
        width: 97px;
    }
    
    .page-content__deco-img--shape-5 {
        top: 1878px;
        left: calc(50% - 662px);
        width: 99px;
    }
    
    .page-content__deco-img--circle-6 {
        top: 1765px;
        left: calc(50% - 588px);
        width: 179.785px;
        transform: rotate(-12.582deg);
    }
    
    .page-content__deco-img--shape-3 {
        top: 1721px;
        left: calc(50% + 540px);
        width: 124px;
    }

    .page-subhero__pentagon {
        margin: 0;
    }

    .page-stats__desc {
        font-feature-settings: 'pwid' on, 'palt' on;
    }
    
    .press-media {
        margin-top: 32px;
        margin-bottom: -4px;
    }
    
    .press-media__title {
        font-size: 24px;
        font-weight: 900;
        line-height: 150%;
        letter-spacing: 0.04em;
    }
    
    .press-media__list {
        margin-top: 8px;
        grid-template-columns: repeat(auto-fill, minmax(0, 114px));
        gap: 36px;
    }

    .page-sec:has(.page-sec__image-wrap) {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 60px;
    }

    .page-sec__image-wrap {
        margin: 0;
        flex: 0 0 612px;
    }

    .page-sec:has(.page-sec__image-wrap) .page-sec__text {
        flex:  0 0 450px;
        gap: 28px;
    }
    
    .page-sec {
        gap: 32px;
    }
    
    .page-sec__text {
        gap: 20px;
    }

    .page-sec__body {
        font-feature-settings: 'pwid' on, 'palt' on;
    }
    
    .page-sec__sub-heading {
        font-size: 24px;
    }
    
    .page-content__flow-image-wrap {
        margin-top: 72px;
        border-radius: 20px;
    }

    .page-content__flow-image {
        width: 100%;
        display: block;
    }
}

