/* Hero */

#hero .hero-inner .container {
    height: 330px;
}

/* Executive Insights */

#executive-insights {
    padding: 96px 108px;
}

.executive-insights-inner .container {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}

.executive-insights-inner__title {
    margin: 0 0 96px;

    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    color: #1C386B;
}

/* Featured insight */

.featured-insight {
    display: flex;
    flex-direction: row;
    gap: 0 80px;

    text-decoration: none;
    color: inherit;
}

.featured-insight__image {
    position: relative;
    flex-shrink: 0;
    width: 514px;
    height: 312px;
    overflow: hidden;
}

.featured-insight__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    opacity: 0.85;
}

.featured-insight__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(89.86deg, rgba(32, 57, 109, 0.78) 0%, rgba(9, 134, 190, 0.314) 35.11%, rgba(28, 56, 107, 0.157) 99.92%);
}

.featured-insight__content {
    width: 100%;
    max-width: 652px;

    display: flex;
    flex-direction: column;
    gap: 9px 0;
}

.featured-insight__title {
    margin: 0;

    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #1C386B;
}

.featured-insight__author {
    margin: 0;

    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #1C386B;
}

.featured-insight__excerpt {
    margin: 0;
}

.featured-insight__excerpt p {
    margin: 0;

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #1C386B;
}

.featured-insight__read-more {
    margin-top: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #00A8E3;
}

/* Insight cards grid */

.executive-insights-inner {
    max-width: 1310px;
    margin: 0 auto;
}

.executive-insights-inner__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px 146px;

    margin-top: 136px;
}

.insight-card {
    position: relative;
    width: 339px;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    text-decoration: none;
    color: inherit;
}

.insight-card__image {
    position: relative;
    width: 347px;
    height: 298px;
    overflow: hidden;
    margin: 0 auto;
}

.insight-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    opacity: 0.85;
}

.insight-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(89.91deg, rgba(32, 57, 109, 0.78) 0%, rgba(9, 134, 190, 0.314) 35.11%, rgba(28, 56, 107, 0.157) 99.92%);
}

.insight-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px 0;

    padding: 20px 2px 0;
}

.insight-card__title {
    margin: 0;

    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #1C386B;
}

.insight-card__author {
    margin: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #1C386B;
}

.insight-card__meta {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
}

.insight-card__year {
    margin: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #1C386B;
}

.insight-card__read-more {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #00A8E3;
}

/* News section */

#news {
    padding: 77px 108px 64px;
    background: #F2F4F6;
}

.news-inner .container {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}

.news-inner__title {
    margin: 0 0 80px;

    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    color: #1C386B;
}

.news-inner__list {
    display: flex;
    flex-direction: column;
    gap: 78px 0;
}

.news-row {
    display: flex;
    flex-direction: row;
    gap: 0 38px;

    text-decoration: none;
    color: inherit;
}

.news-row__image {
    flex-shrink: 0;
    width: 262px;
    height: 212px;
    overflow: hidden;
    background: #C4C4C4;
}

.news-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-row__separator {
    flex-shrink: 0;
    width: 2px;
    background: #1C386B;
}

.news-row__content {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    max-width: 678px;
}

.news-row__date {
    margin: 0 0 auto;

    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #1C386B;
}

.news-row__title {
    margin: 0;

    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    color: #1C386B;
}

.news-row__excerpt {
    margin: 0;
}

.news-row__excerpt p {
    margin: 0;

    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #1C386B;
}

.news-row__read-more {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #00A8E3;
}

/* News pagination — mirrors filings pagination styling */
.news-inner__pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0 22px;

    margin-top: 32px;
}

.news-inner__pagination:empty {
    display: none;
}

.news-pagination__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
}

.news-pagination__arrow:disabled,
.news-pagination__arrow[aria-disabled="true"] {
    opacity: 0.3;
    cursor: default;
}

.news-pagination__arrow svg {
    width: 8px;
    height: 14px;
}

.news-pagination__info {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    color: #00A8E3;
    text-align: center;
    white-space: nowrap;
}

/* Single insight page */

.single-insight__container {
    position: relative;
    max-width: 797px;
    margin: 0 auto;
    padding: 64px 0 48px;
}

.single-insight__back {
    position: absolute;
    top: 69px;
    left: -113px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 26px;

    cursor: pointer;
}

.single-insight__back svg {
    width: 31px;
    height: 14px;
}

.single-insight__content {
    width: 100%;
}

.single-insight__title {
    max-width: 672px;
    margin: 0;

    font-size: 29px;
    font-weight: 600;
    line-height: 36px;
    color: #1C386B;
}

.single-insight__separator {
    width: 100%;
    height: 2px;
    border: none;
    background: #1C386B;
    margin: 28px 0 30px;
}

.single-insight__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin: 0 0 29px;
}

.single-insight__author {
    font-size: 19px;
    font-weight: 400;
    line-height: 16px;
    color: #1C386B;
}

.single-insight__meta-divider {
    margin: 0 16px;

    font-size: 19px;
    font-weight: 400;
    line-height: 16px;
    color: #1C386B;
}

.single-insight__date {
    font-size: 19px;
    font-weight: 400;
    line-height: 16px;
    color: #1C386B;
}

.single-insight__image {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin: 0 0 29px;
}

.single-insight__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-insight__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(28, 56, 107, 0.95) 0%, rgba(0, 168, 227, 0.2) 71.65%);
}

.single-insight__body {
    display: flex;
    flex-direction: column;
    gap: 28px 0;

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #1C386B;
}

.single-insight__body p {
    margin: 0 0 0;
}

.single-insight__body img {
    max-width: 100%;
    height: auto;
}

.single-insight__body iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9 ;
}

/* Responsive */

@media only screen and (max-width: 1560px) {

    .executive-insights-inner__grid {
        gap: 60px 60px;
    }

    .insight-card {
        width: calc(33.333% - 40px);
    }

    .insight-card__image {
        width: 100%;
    }
}

@media only screen and (max-width: 1480px) {

    .single-insight__container {
        max-width: 745px;
    }
}

@media only screen and (max-width: 1024px) {

    #hero .hero-inner .container {
        height: 388px;
        justify-content: flex-end;
        padding: 88px 0 40px;
    }

    #hero .hero-inner h1 {
        max-width: 300px;
    }

    #executive-insights,
    #news {
        padding: 48px 24px;
    }

    .executive-insights-inner__title,
    .news-inner__title {
        margin: 0 0 24px;

        font-size: 30px;
        line-height: 1.2;
    }

    /* Featured insight - stack */
    .featured-insight {
        flex-direction: column;
        gap: 16px 0;
    }

    .featured-insight__image {
        width: 100%;
        height: 200px;
    }

    .featured-insight__content {
        max-width: 100%;
        gap: 12px 0;
    }

    .featured-insight__title {
        font-size: 20px;
        line-height: 26px;
    }

    .featured-insight__author {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    .featured-insight__excerpt p {
        font-size: 16px;
        line-height: 20px;
    }

    .featured-insight__read-more {
        font-size: 18px;
        line-height: 40px;
    }

    /* Cards grid - horizontal scroll rail */
    .executive-insights-inner__grid {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0 32px;
        margin-top: 50px;

        overflow-x: auto;

        padding-bottom: 8px;
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .insight-card {
        flex-shrink: 0;
        width: 240px;
        scroll-snap-align: start;
    }

    .insight-card__image {
        width: 100%;
        height: 180px;
    }

    .insight-card__content {
        padding: 12px 0 0;
        gap: 6px 0;
    }

    .insight-card__title {
        font-size: 15px;
        line-height: 22px;
    }

    .insight-card__author,
    .insight-card__year,
    .insight-card__read-more {
        font-size: 12px;
        line-height: 16px;
    }

    /* News rows - horizontal (image left, content right) */
    .news-inner__list {
        gap: 40px 0;
    }

    .news-row {
        flex-direction: row;
        gap: 0 14px;
    }

    .news-row__image {
        width: 120px;
        height: auto;
        flex-shrink: 0;
    }

    .news-row__separator {
        width: 1px;
    }

    .news-row__content {
        max-width: 100%;
        gap: 4px 0;
    }

    .news-row__date {
        margin: 0;

        font-size: 14px;
        line-height: 16px;
    }

    .news-row__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .news-row__excerpt {
        display: none;
    }

    .news-row__read-more {
        margin-top: auto;
        font-size: 16px;
        line-height: 18px;
    }

    .news-inner__pagination {
        gap: 0 16px;
        margin-top: 20px;
    }

    .news-pagination__info {
        font-size: 16px;
        line-height: 32px;
    }

    /* Single insight */
    .single-insight__container {
        padding: 128px 24px 0;
    }

    .single-insight__back {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }

    .single-insight__title {
        font-size: 26px;
        line-height: 34px;
    }

    .single-insight__separator {
        margin: 24px 0;
    }

    .single-insight__author,
    .single-insight__meta-divider,
    .single-insight__date {
        font-size: 18px;
    }

    .single-insight__image {
        height: auto;
    }

    .single-insight__body {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 760px) {

    .single-insight__image {
        width: calc(100% + 24px * 2);
        max-width: calc(100% + 24px * 2);
        margin: 0 -24px 32px;
    }
}
