.report-post-hero__container,.report-post-hero__header{display:flex;flex-direction:column}.report-post-hero__header{gap:var(--space-32);padding:var(--space-32) var(--space-16)}.report-post-hero__back{align-items:center;display:inline-flex;flex-direction:row;gap:var(--space-8);text-decoration:none}.report-post-hero__back-text{color:var(--color-text-400);font-family:var(--font-mono);font-size:var(--font-size-body-14);font-weight:var(--font-weight-regular);line-height:1.5}.report-post-hero__arrow-icon{height:24px;width:24px}.report-post-hero__arrow-bg,.report-post-hero__arrow-path{transition:fill var(--transition-base)}.report-post-hero__back:hover .report-post-hero__arrow-bg{fill:var(--color-primary)}.report-post-hero__back:hover .report-post-hero__arrow-path{fill:#fff}.report-post-hero__back:hover .report-post-hero__back-text{color:var(--color-primary)}.report-post-hero__content{display:flex;flex-direction:column;gap:var(--space-8)}.report-post-hero__type{color:var(--color-primary);font-family:var(--font-mono);font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold);letter-spacing:.5px;line-height:1.5;text-transform:uppercase}.report-post-hero__title{color:var(--color-text-450);font-family:var(--font-sans);font-size:var(--font-size-h2);font-weight:var(--font-weight-medium);line-height:1.1;margin:0}.report-post-hero__description{color:var(--color-text-400);font-family:var(--font-mono);font-size:var(--font-size-body-14);font-weight:var(--font-weight-regular);line-height:1.5;margin:0}.report-post-hero__image-wrapper{border:1px dashed var(--color-stroke-500);overflow:hidden;width:100%}.report-post-hero__image-wrapper img{display:block;height:auto;width:100%}@media (min-width:1190px){.report-post-hero__container{border-bottom:1px dashed var(--color-stroke-500);flex-direction:row}.report-post-hero__header{flex:1;justify-content:space-between;min-height:440px;padding:var(--space-48) var(--space-32)}.report-post-hero__image-wrapper{border:none;border-left:1px dashed var(--color-stroke-500);flex-shrink:0;width:50%}.report-post-hero__image-wrapper img{height:100%;object-fit:cover;width:100%}}