.editorial-hero{
    padding-top:60px;
    padding-bottom:65px;
    background:#f8fafb;
    border-bottom:1px solid #dfe5ea;
}

.editorial-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);
    gap:70px;
    align-items:center;
    margin-top:34px;
}

.editorial-hero-copy{
    min-width:0;
}

.editorial-series{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    margin-bottom:22px;
    color:#a7854c;
    font-size:10px;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.editorial-series-separator{
    color:#aab5bd;
}

.editorial-hero h1{
    max-width:900px;
    margin:0;
}

.editorial-hero .insight-detail-lead{
    max-width:780px;
}

.editorial-meta-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px 24px;
    margin-top:29px;
    padding-top:20px;
    border-top:1px solid #dce3e8;
}

.editorial-meta-item{
    display:grid;
    gap:3px;
    color:#738390;
    font-size:10px;
}

.editorial-meta-item strong{
    color:#314a60;
    font-size:9px;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.editorial-word-count{
    align-self:end;
}

.editorial-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:22px;
}

.editorial-action{
    min-height:38px;
    padding:8px 13px;
    border:1px solid #cfd9e1;
    border-radius:5px;
    background:#fff;
    color:#285789;
    font:inherit;
    font-size:10px;
    font-weight:800;
    cursor:pointer;
}

.editorial-action:hover{
    border-color:#285789;
    background:#f3f7fa;
}

.editorial-featured-image{
    height:430px;
    margin:0;
    overflow:hidden;
    border:1px solid #d8e0e6;
    background:#e8edf1;
}

.editorial-featured-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.editorial-body{
    padding-top:80px;
}

.editorial-layout{
    display:grid;
    grid-template-columns:minmax(0,800px) 310px;
    gap:80px;
    align-items:start;
    justify-content:space-between;
}

.editorial-sidebar{
    min-width:0;
}

.editorial-sidebar-sticky{
    position:sticky;
    top:105px;
    display:grid;
    gap:15px;
}

.editorial-side-card{
    border:1px solid #dbe2e7;
    background:#fff;
    padding:21px;
}

.editorial-side-kicker{
    display:block;
    margin-bottom:14px;
    color:#285789;
    font-size:9px;
    font-weight:900;
    letter-spacing:.11em;
}

.editorial-toc{
    display:grid;
}

.editorial-toc a{
    display:grid;
    grid-template-columns:24px 1fr;
    gap:8px;
    padding:10px 0;
    border-top:1px solid #edf0f2;
    color:#516576;
    text-decoration:none;
    font-size:11px;
    line-height:1.45;
}

.editorial-toc a:first-child{
    border-top:0;
}

.editorial-toc a span{
    color:#b1915b;
    font-size:9px;
    font-weight:800;
}

.editorial-toc a.active{
    color:#102b4d;
    font-weight:800;
}

.editorial-toc-empty{
    color:#8b98a3;
    font-size:10px;
    line-height:1.5;
}

.editorial-key-points{
    display:grid;
    gap:9px;
}

.editorial-key-point{
    position:relative;
    margin:0;
    padding-left:14px;
    color:#546878;
    font-size:10px;
    line-height:1.5;
}

.editorial-key-point::before{
    content:"";
    position:absolute;
    left:0;
    top:.55em;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#b1915b;
}

.editorial-contact-card{
    border-top:3px solid #b1915b;
    background:#f7f9fa;
}

.editorial-contact-card h3{
    margin:0 0 12px;
    color:#102b4d;
    font-family:Georgia,'Times New Roman',serif;
    font-size:22px;
    font-weight:400;
    line-height:1.3;
}

.editorial-contact-card p{
    color:#6d7e8b;
    font-size:11px;
    line-height:1.65;
}

.editorial-contact-card a{
    color:#285789;
    font-size:10px;
    font-weight:800;
    text-decoration:none;
}

.insight-editorial-content h2,
.insight-editorial-content h3{
    scroll-margin-top:115px;
}

.editorial-end-cta{
    margin-top:85px;
    padding:64px 0;
    background:#102b4d;
    color:#fff;
}

.editorial-end-cta-grid{
    display:grid;
    grid-template-columns:1fr .85fr;
    gap:80px;
    align-items:center;
}

.editorial-end-cta .eyebrow{
    color:#d5c29e;
}

.editorial-end-cta h2{
    margin:10px 0 0;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:40px;
    font-weight:400;
    line-height:1.2;
}

.editorial-end-cta p{
    color:#d2dde5;
    line-height:1.75;
}

.editorial-end-button{
    display:inline-flex;
    min-height:42px;
    align-items:center;
    margin-top:8px;
    padding:9px 15px;
    background:#fff;
    color:#102b4d;
    text-decoration:none;
    font-size:10px;
    font-weight:800;
}

.editorial-more{
    margin-top:0;
}

.editorial-copy-feedback{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:50;
    padding:10px 14px;
    border-radius:5px;
    background:#102b4d;
    color:#fff;
    font-size:11px;
    box-shadow:0 8px 25px rgba(14,37,61,.18);
}

@media(max-width:1100px){
    .editorial-hero-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .editorial-featured-image{
        height:410px;
    }

    .editorial-layout{
        grid-template-columns:minmax(0,1fr) 280px;
        gap:45px;
    }
}

@media(max-width:860px){
    .editorial-layout{
        grid-template-columns:1fr;
    }

    .editorial-sidebar-sticky{
        position:static;
        grid-template-columns:1fr 1fr;
    }

    .editorial-contact-card{
        grid-column:1/-1;
    }

    .editorial-end-cta-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
}

@media(max-width:620px){
    .editorial-hero{
        padding-top:45px;
        padding-bottom:45px;
    }

    .editorial-hero-grid{
        margin-top:25px;
    }

    .editorial-featured-image{
        height:250px;
    }

    .editorial-meta-row{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .editorial-word-count{
        display:none;
    }

    .editorial-actions{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
    }

    .editorial-action{
        padding-left:6px;
        padding-right:6px;
    }

    .editorial-body{
        padding-top:55px;
    }

    .editorial-sidebar-sticky{
        grid-template-columns:1fr;
    }

    .editorial-contact-card{
        grid-column:auto;
    }

    .editorial-end-cta{
        margin-top:55px;
        padding:50px 0;
    }

    .editorial-end-cta h2{
        font-size:32px;
    }
}

@media print{
    .institutional-header,
    .aca-global-footer,
    .editorial-actions,
    .editorial-sidebar,
    .editorial-end-cta,
    .editorial-more,
    .insight-back{
        display:none!important;
    }

    .editorial-hero{
        background:#fff;
        border:0;
        padding:20px 0 30px;
    }

    .editorial-hero-grid,
    .editorial-layout{
        display:block;
    }

    .editorial-featured-image{
        height:auto;
        max-height:380px;
        margin-top:25px;
    }

    .editorial-featured-image img{
        height:auto;
    }

    .editorial-body{
        padding-top:25px;
    }
}
