/* Speaking Topics index: light editorial composition. Loaded after legacy inline CSS. */
.topic-hub-page {
    --hub-paper: #fbfaf7;
    --hub-warm: #f1efe9;
    --hub-ink: #1b1d26;
    --hub-muted: #666a76;
    --hub-line: #dfdde5;
    --hub-violet: #554cf2;
    background: var(--hub-paper) !important;
}

.topic-hub-page #body-container,
.topic-hub-page #body-wrapper,
.topic-hub-page #content,
.topic-hub-page #page-content {
    background: var(--hub-paper) !important;
}

.topic-hub-page .page-mast {
    color: var(--hub-ink);
    background: var(--hub-warm);
    border-bottom: 1px solid #e6e2da;
}

.topic-hub-page .page-mast::after {
    display: none;
}

.topic-hub-page .page-mast__inner {
    grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
    width: min(1320px, calc(100% - 56px));
    min-height: 430px;
}

.topic-hub-page .page-mast__copy {
    max-width: 620px;
    padding: 64px 60px 60px 0;
}

.topic-hub-page .topic-breadcrumb {
    margin-bottom: 22px;
    color: #737078 !important;
}

.topic-hub-page .topic-breadcrumb a {
    color: var(--hub-ink) !important;
}

.topic-hub-page .page-mast h1 {
    max-width: 610px;
    margin-bottom: 20px !important;
    color: var(--hub-ink) !important;
    font-size: clamp(52px, 5.2vw, 70px) !important;
    line-height: .98 !important;
    letter-spacing: -.055em;
}

.topic-hub-page .topic-meta {
    max-width: 570px;
    margin: 0 !important;
    color: #565964 !important;
    font-size: 16px;
    line-height: 1.55;
}

.topic-hub-page .page-mast__media {
    position: relative;
    inset: auto;
    z-index: 1;
    min-height: 374px;
    margin: 28px 0;
    overflow: hidden;
    border-radius: 28px;
    background: #dad6cf;
}

.topic-hub-page .page-mast__media img {
    opacity: 1;
    filter: saturate(.82) contrast(.97) brightness(1.04);
    object-position: center 42%;
    transform: scale(1.16);
    transform-origin: 72% 45%;
    transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.topic-hub-page .page-mast:hover .page-mast__media img {
    transform: scale(1.19);
}

.topic-hub-page .page-mast__caption {
    display: none;
}

.topic-hub-page #hub-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
    column-gap: 72px;
    row-gap: 16px;
    max-width: none !important;
    margin: 0 !important;
    padding: 54px 0 48px;
    border-bottom: 1px solid var(--hub-line);
}

.topic-hub-page #hub-intro > p {
    color: #4b4e59 !important;
}

.topic-hub-page #hub-intro > p:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    font-size: 19px !important;
    line-height: 1.62 !important;
}

.topic-hub-page #hub-intro > p:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.topic-hub-page #hub-intro .topic-cta {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0 !important;
}

.topic-hub-page #hub-intro .btn-image {
    min-height: 52px;
    padding: 11px 22px !important;
    border-radius: 999px !important;
    font-size: 15px;
    box-shadow: 0 12px 30px rgba(85, 76, 242, .18);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.topic-hub-page #hub-intro .btn-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(85, 76, 242, .24);
}

.topic-hub-page #hub-intro > p:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0 !important;
    color: #777983 !important;
    font-size: 13px !important;
    line-height: 1.65;
}

.topic-hub-page #current-topics {
    padding-top: 46px;
}

.topic-hub-page #current-topics > h2 {
    max-width: 900px;
    margin: 0 0 9px !important;
    color: var(--hub-ink);
    font-family: inherit;
    font-size: clamp(33px, 3.4vw, 48px);
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.topic-hub-page #current-topics > h2 span {
    color: var(--hub-violet) !important;
    white-space: nowrap;
}

.topic-hub-page #current-topics > .content-byline {
    margin: 0 0 22px !important;
    color: #7d7f89 !important;
}

.topic-hub-page #current-topics > .content-byline a {
    color: var(--hub-violet) !important;
}

.topic-hub-page #current-topics > .source-status {
    max-width: 980px;
    margin: 0 !important;
    padding: 3px 0 3px 16px !important;
    border-left: 3px solid var(--hub-violet) !important;
    color: #626570 !important;
    background: transparent !important;
    font-size: 13px;
    line-height: 1.6;
}

.topic-hub-page #current-topics > .source-status strong {
    color: #4b4e58;
    font-weight: 650;
}

.topic-hub-page .criteria-front {
    margin: 42px 0 48px;
    padding: 42px 0 34px;
}

.topic-hub-page .criteria-front h2 {
    max-width: 790px;
    font-size: clamp(31px, 3.1vw, 43px);
}

.topic-hub-page .criteria-intro {
    margin-bottom: 26px;
}

.topic-hub-page .criterion-button {
    min-height: 104px;
    transition: color 180ms ease, background-color 180ms ease;
}

.topic-hub-page .criteria-detail {
    min-height: 0;
    margin-top: 20px;
}

.topic-hub-page .topic-hub-intro {
    max-width: 760px;
    margin: 0 0 20px;
    color: #5d606b;
}

.topic-hub-page .topic-index-tools {
    margin: 34px 0 28px;
    padding: 14px 0;
    border-top: 1px solid var(--hub-line);
    background: rgba(251, 250, 247, .94);
}

.topic-hub-page .topic-search {
    border-color: #d7d4df;
    background: #fff;
}

.topic-hub-page .resource-links {
    margin: 12px 0 34px !important;
}

.topic-hub-page .resource-links a {
    color: #4c4e58;
    background: transparent;
}

.topic-hub-page #current-topics > h3 {
    margin: 38px 0 6px !important;
    color: #555862;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.topic-hub-page #current-topics ul.portfolio li.item {
    padding: 20px 0 !important;
    transition: padding-left 180ms ease;
}

.topic-hub-page #current-topics ul.portfolio li.item > a {
    height: auto !important;
}

.topic-hub-page #current-topics .view {
    float: none !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
}

.topic-hub-page #current-topics ul.portfolio li.item:hover {
    padding-left: 8px !important;
}

.topic-hub-page #current-topics .view h3 {
    transition: color 180ms ease;
}

.topic-hub-page #current-topics li.item:hover .view h3 {
    color: var(--hub-violet) !important;
}

@media (max-width: 940px) {
    .topic-hub-page .page-mast__inner {
        grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
        min-height: 390px;
    }

    .topic-hub-page .page-mast__copy {
        justify-content: center;
        padding: 48px 38px 48px 0;
    }

    .topic-hub-page .page-mast h1 {
        font-size: clamp(46px, 6vw, 60px) !important;
    }

    .topic-hub-page .page-mast__media {
        min-height: 330px;
    }

    .topic-hub-page #hub-intro {
        column-gap: 38px;
    }
}

@media (max-width: 700px) {
    .topic-hub-page .page-mast__inner {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100% - 30px, 1320px);
        min-height: 0;
    }

    .topic-hub-page .page-mast__copy {
        justify-content: flex-start;
        max-width: none;
        padding: 40px 0 24px;
    }

    .topic-hub-page .topic-breadcrumb {
        margin-bottom: 15px;
    }

    .topic-hub-page .page-mast h1 {
        margin-bottom: 16px !important;
        font-size: clamp(42px, 12vw, 52px) !important;
        line-height: 1 !important;
    }

    .topic-hub-page .topic-meta {
        font-size: 14px;
    }

    .topic-hub-page .page-mast__media {
        position: relative;
        inset: auto;
        min-height: 225px;
        margin: 0 0 22px;
        border-radius: 20px;
    }

    .topic-hub-page .page-mast__media img {
        opacity: 1;
        transform: scale(1.12);
    }

    .topic-hub-page #hub-intro {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 38px 0;
    }

    .topic-hub-page #hub-intro > p:nth-of-type(1),
    .topic-hub-page #hub-intro > p:nth-of-type(2),
    .topic-hub-page #hub-intro > p:nth-of-type(3),
    .topic-hub-page #hub-intro .topic-cta {
        grid-column: 1;
        grid-row: auto;
    }

    .topic-hub-page #hub-intro > p:nth-of-type(1) {
        font-size: 17px !important;
    }

    .topic-hub-page #hub-intro .topic-cta {
        margin-top: 8px !important;
    }

    .topic-hub-page #current-topics {
        padding-top: 38px;
    }

    .topic-hub-page #current-topics > h2 {
        font-size: 34px;
    }

    .topic-hub-page #current-topics > h2 span {
        display: block;
        margin-top: 4px;
        white-space: normal;
    }

    .topic-hub-page .criteria-front {
        margin: 34px 0 40px;
        padding: 34px 0 28px;
    }

    .topic-hub-page .topic-index-tools {
        position: static;
        margin-top: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .topic-hub-page .page-mast__media img,
    .topic-hub-page #current-topics ul.portfolio li.item,
    .topic-hub-page #hub-intro .btn-image {
        transition: none;
    }
}
