/* Final interaction, compatibility and resilience pass. */

::selection {
    color: var(--brand-ink);
    background: rgba(145, 216, 204, 0.46);
}

.brand-head-actions,
.home-template .gh-head-actions.brand-head-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    min-width: 44px;
}

.brand-launch-note {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 18px;
    color: var(--brand-ink-soft);
    font-size: 1.25rem;
    font-weight: 750;
    line-height: 1.35;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid var(--brand-line);
    border-radius: 15px;
}

.brand-button,
.text-link,
.investigation-card-link,
.investigation-card-title a,
.featured-investigation-copy h2 a,
.gh-head-menu .nav a,
.gh-foot-menu .nav a {
    text-decoration: none;
}

.brand-button:focus-visible,
.text-link:focus-visible,
.investigation-card-link:focus-visible {
    outline-offset: 5px;
}

.investigation-card,
.featured-investigation,
.home-about-inner {
    content-visibility: auto;
    contain-intrinsic-size: 420px;
}

.home-hero,
.brand-article-hero,
.brand-page-hero,
.brand-archive-hero {
    content-visibility: visible;
}

.investigation-card-title,
.featured-investigation-copy h2,
.section-heading h2,
.home-about-copy h2 {
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.investigation-card-image,
.featured-investigation-media img,
.brand-article-feature img,
.brand-page-feature img {
    background: var(--brand-gradient);
}

.gh-head-logo img,
.home-hero-wordmark,
.gh-foot-brand img,
.home-about-mark img,
.brand-about-mark img {
    object-fit: contain;
}

@supports not (backdrop-filter: blur(1px)) {
    .gh-head {
        background: rgba(247, 251, 254, 0.98);
    }
}

@media (hover: none) {
    .brand-button:hover,
    .investigation-card:hover,
    .featured-investigation-media:hover img,
    .investigation-card:hover .investigation-card-image,
    .brand-share-button:hover,
    .brand-author-social a:hover {
        transform: none;
    }
}

@media (max-width: 767px) {
    .brand-head-actions,
    .home-template .gh-head-actions.brand-head-actions {
        position: absolute;
        right: 58px;
        z-index: 4;
    }

    .brand-launch-note {
        width: 100%;
        min-height: 46px;
        justify-content: center;
        text-align: center;
    }
}

@media (forced-colors: active) {
    .brand-button,
    .brand-search-button,
    .brand-share-button,
    .investigation-card,
    .featured-investigation-media,
    .home-about-inner,
    .brand-article-feature img,
    .brand-page-feature img {
        border: 1px solid CanvasText;
        box-shadow: none;
    }

    .section-kicker::before {
        background: CanvasText;
    }
}
