.insights-home-page {
    --insights-home-ink: #102b45;
    --insights-home-ink-deep: #071f34;
    --insights-home-teal: #075f62;
    --insights-home-teal-dark: #064b4e;
    --insights-home-teal-soft: #e8f1ee;
    --insights-home-paper: #fbfaf5;
    --insights-home-paper-deep: #f2f0e8;
    --insights-home-line: #d7ddd8;
    --insights-home-muted: #50687b;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--insights-home-ink);
    background: var(--insights-home-paper);
    font-family: Arial, Helvetica, sans-serif;
}

.insights-home-page *,
.insights-home-page *::before,
.insights-home-page *::after {
    box-sizing: border-box;
}

.insights-home-shell {
    width: min(1180px, calc(100% - 112px));
    margin-inline: auto;
}

.insights-home-skip {
    width: 1px;
    height: 1px;
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1000;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip-path: inset(50%);
    color: #fff;
    background: var(--insights-home-ink-deep);
    white-space: nowrap;
}

.insights-home-skip:focus {
    width: auto;
    height: auto;
    overflow: visible;
    padding: 10px 14px;
    clip-path: none;
}

.insights-home-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--insights-home-line);
    background: rgba(251, 250, 245, 0.97);
}

.insights-home-header__inner {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.insights-home-brand {
    display: inline-flex;
    flex: 0 0 auto;
}

.insights-home-brand img,
.insights-home-footer__brand img {
    display: block;
    width: 132px;
    height: auto;
}

.insights-home-nav {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2.3vw, 30px);
    font-size: 0.84rem;
}

.insights-home-nav a {
    position: relative;
    color: var(--insights-home-ink);
    font-weight: 650;
    text-decoration: none;
}

.insights-home-nav__active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    height: 2px;
    background: var(--insights-home-teal);
}

.insights-home-button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 15px;
    border: 1px solid var(--insights-home-teal-dark);
    border-radius: 5px;
    color: var(--insights-home-teal-dark);
    background: transparent;
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.insights-home-button--primary {
    color: #fff !important;
    background: var(--insights-home-teal-dark);
}

.insights-home-button:hover {
    color: #fff;
    background: var(--insights-home-ink-deep);
}

.insights-home-hero {
    overflow: hidden;
    border-bottom: 1px solid var(--insights-home-line);
    background: #f8f6ee;
}

.insights-home-hero__inner {
    min-height: 300px;
    position: relative;
    display: grid;
    align-items: center;
    overflow: visible;
}

.insights-home-hero__copy {
    width: 56%;
    position: relative;
    z-index: 2;
    padding: 20px 0 16px;
}

.insights-home-kicker {
    margin: 0 0 8px;
    color: var(--insights-home-teal);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.insights-home-hero h1,
.insights-home-section h2,
.insights-home-topic-strip h2,
.insights-home-card h3,
.insights-home-footer h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.insights-home-hero h1 {
    margin: 0;
    color: var(--insights-home-ink-deep);
    font-size: clamp(2.75rem, 4.2vw, 3.85rem);
    line-height: 0.98;
}

.insights-home-hero__summary {
    max-width: 590px;
    margin: 10px 0 14px;
    color: var(--insights-home-muted);
    font-size: clamp(0.94rem, 1.25vw, 1.08rem);
    line-height: 1.42;
}

.insights-home-hero__art {
    position: absolute;
    z-index: 0;
    inset: 0 calc((100vw - 100%) / -2) 0 0;
}

.insights-home-hero__art::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #f8f6ee 0%, rgba(248, 246, 238, 0.94) 36%, rgba(248, 246, 238, 0.08) 64%, rgba(248, 246, 238, 0) 100%);
    pointer-events: none;
}

.insights-home-hero__art img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.insights-home-search {
    max-width: 640px;
    min-height: 44px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding-left: 15px;
    border: 1px solid #aab8b6;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 25px rgba(16, 43, 69, 0.07);
}

.insights-home-search > i {
    color: var(--insights-home-teal);
    font-size: 1.35rem;
}

.insights-home-search input {
    min-width: 0;
    height: 42px;
    border: 0;
    outline: 0;
    color: var(--insights-home-ink);
    background: transparent;
    font: inherit;
}

.insights-home-search button {
    min-width: 104px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: -1px -1px -1px 0;
    border: 1px solid var(--insights-home-teal-dark);
    border-radius: 0 5px 5px 0;
    color: #fff;
    background: var(--insights-home-teal-dark);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.insights-home-facts {
    min-height: 58px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    margin-top: 11px;
    border-top: 1px solid rgba(16, 43, 69, 0.12);
}

.insights-home-facts > a {
    min-width: 0;
    min-height: 44px;
    display: grid;
    grid-template-columns: 27px auto;
    grid-template-rows: auto auto;
    align-content: center;
    padding: 6px 9px;
    border-right: 1px solid var(--insights-home-line);
    color: var(--insights-home-ink);
    text-decoration: none;
}

.insights-home-facts > a:first-child {
    padding-left: 0;
}

.insights-home-facts > a:last-child {
    border-right: 0;
}

.insights-home-facts i {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--insights-home-teal);
    font-size: 1.45rem;
}

.insights-home-facts strong {
    color: var(--insights-home-ink-deep);
    font-size: 0.82rem;
    line-height: 1.2;
}

.insights-home-facts span {
    overflow-wrap: anywhere;
    color: var(--insights-home-muted);
    font-size: 0.66rem;
    line-height: 1.35;
}

.insights-home-hero__slogan {
    position: absolute;
    z-index: 2;
    right: clamp(18px, 3.5vw, 50px);
    bottom: 28px;
    margin: 0;
    color: #fff;
    font-size: clamp(0.92rem, 1.3vw, 1.12rem);
    font-weight: 650;
    letter-spacing: 0.04em;
    line-height: 1.28;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(3, 23, 33, 0.72);
}

.insights-home-hero__slogan::after {
    content: "";
    width: 54px;
    height: 2px;
    display: block;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.82);
}

.insights-home-topic-strip {
    border-bottom: 1px solid var(--insights-home-line);
    background: #f8f6ee;
}

.insights-home-topic-strip__inner {
    min-height: 70px;
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding-block: 10px;
}

.insights-home-topic-strip__heading h2 {
    margin: 0 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0;
}

.insights-home-topic-strip__heading a,
.insights-home-section__heading > a,
.insights-home-text-link {
    color: var(--insights-home-teal-dark);
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
}

.insights-home-topic-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 9px;
    min-width: 0;
    overflow-x: auto;
    padding: 3px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.insights-home-topic-list::-webkit-scrollbar {
    display: none;
}

.insights-home-topic-rail {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.insights-home-topic-list a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 7px 12px;
    border: 1px solid #cfdbd7;
    border-radius: 999px;
    color: var(--insights-home-ink);
    background: var(--insights-home-teal-soft);
    font-size: 0.76rem;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.insights-home-topic-list span {
    color: var(--insights-home-muted);
    font-size: 0.66rem;
}

.insights-home-topic-strip__empty {
    margin: 0;
    color: var(--insights-home-muted);
}

.insights-home-topic-next {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--insights-home-teal-dark);
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
}

.insights-home-topic-next:disabled {
    opacity: 0.3;
    cursor: default;
}

.insights-home-section {
    padding: clamp(24px, 2.6vw, 34px) 0 0;
}

.insights-home-section--intents {
    padding-bottom: clamp(24px, 2.6vw, 34px);
    border-bottom: 1px solid var(--insights-home-line);
    background: #fff;
}

.insights-home-feature-news {
    padding-block: clamp(22px, 2.6vw, 32px);
    background: var(--insights-home-paper);
}

.insights-home-section--latest {
    padding-block: clamp(26px, 3vw, 38px);
    border-top: 1px solid var(--insights-home-line);
    border-bottom: 1px solid var(--insights-home-line);
    background: #fff;
}

.insights-home-section__heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.insights-home-section__heading--stacked {
    margin-bottom: 11px;
}

.insights-home-section__heading-copy {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(32px, 1fr);
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
}

.insights-home-section__heading-copy::after {
    content: "";
    height: 1px;
    background: var(--insights-home-line);
}

.insights-home-section__heading--stacked .insights-home-section__heading-copy::after {
    content: none;
}

.insights-home-section__heading-copy p {
    grid-column: 1 / -1;
}

.insights-home-section__heading h2,
.insights-home-illiquids h2 {
    margin: 0;
    color: var(--insights-home-ink-deep);
    font-size: clamp(1.65rem, 2.25vw, 2.15rem);
    line-height: 1.08;
}

.insights-home-section__heading p {
    margin: 5px 0 0;
    color: var(--insights-home-muted);
    font-size: 0.9rem;
}

.insights-home-intents {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.insights-home-intents > a {
    min-width: 0;
    min-height: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 12px 13px;
    border: 1px solid var(--insights-home-line);
    border-radius: 6px;
    color: var(--insights-home-ink);
    background: rgba(255, 255, 255, 0.68);
    text-align: center;
    text-decoration: none;
}

.insights-home-intents i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    border-radius: 50%;
    color: var(--insights-home-teal);
    background: var(--insights-home-teal-soft);
    font-size: 1.45rem;
}

.insights-home-intents strong {
    max-width: 180px;
    color: var(--insights-home-ink-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.18;
}

.insights-home-intents > a > span {
    margin-top: 7px;
    color: var(--insights-home-muted);
    font-size: 0.72rem;
    line-height: 1.35;
}

.insights-home-intents em {
    margin-left: 3px;
    color: var(--insights-home-teal-dark);
    font-size: inherit;
    font-style: normal;
    font-weight: 750;
}

.insights-home-section__heading > a {
    flex: 0 0 auto;
    margin-top: 8px;
}

.insights-home-feature-news__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.78fr) minmax(310px, 1fr);
    gap: 14px;
    align-items: stretch;
}

.insights-home-feature,
.insights-home-newsletter {
    min-width: 0;
}

@media (min-width: 821px) {
    .insights-home-feature > .insights-home-card,
    .insights-home-feature > .insights-home-preparing {
        height: 100%;
    }
}

.insights-home-newsletter .newsletter-signup {
    width: 100%;
    height: 100%;
    min-height: 380px;
    display: grid;
    align-content: start;
    gap: 10px 14px;
    margin: 0;
    padding: clamp(18px, 1.8vw, 24px);
    border-radius: 5px;
    box-shadow: none;
}

.insights-home-newsletter .newsletter-signup h2 {
    font-family: Georgia, "Times New Roman", serif;
    margin-bottom: 8px;
    font-size: clamp(1.55rem, 2vw, 1.9rem);
    font-weight: 400;
}

.insights-home-newsletter .newsletter-signup__row {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
}

.insights-home-newsletter .newsletter-signup__row button {
    width: auto;
    min-width: 104px;
    padding-inline: 13px;
}

.insights-home-newsletter .newsletter-signup--home {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "intro illustration"
        "form form"
        "benefits benefits";
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__intro {
    grid-area: intro;
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__eyebrow {
    margin-bottom: 7px;
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__intro p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.42;
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__field label {
    margin-bottom: 5px;
    font-size: 0.76rem;
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__row input,
.insights-home-newsletter .newsletter-signup--home .newsletter-signup__row button {
    min-height: 40px;
    padding-block: 9px;
    border-radius: 4px;
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__consent {
    gap: 7px;
    margin-top: 9px;
    font-size: 0.72rem;
    line-height: 1.36;
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__note {
    margin-top: 7px;
    font-size: 0.7rem;
    line-height: 1.4;
}

.newsletter-signup__illustration {
    grid-area: illustration;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    justify-self: end;
    border-radius: 50%;
    color: var(--insights-home-teal-dark);
    background: #dce7e4;
    font-size: 2.2rem;
}

.insights-home-newsletter .newsletter-signup--home .newsletter-signup__form {
    grid-area: form;
}

.newsletter-signup__benefits {
    grid-area: benefits;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 6px 10px;
    margin: 0;
    padding: 0;
    color: var(--insights-home-muted);
    font-size: 0.72rem;
    list-style: none;
}

.newsletter-signup__benefits li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.newsletter-signup__benefits i {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: var(--insights-home-teal-dark);
    background: #d7e8e3;
    font-size: 0.84rem;
}

.insights-home-preparing {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid #153c4a;
    border-radius: 8px;
    color: #fff;
    background: var(--insights-home-ink-deep);
}

.insights-home-preparing h3 {
    max-width: 640px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.75rem, 2.8vw, 2.35rem);
    font-weight: 400;
    line-height: 1.04;
}

.insights-home-preparing > p:not(.insights-home-kicker) {
    max-width: 540px;
    margin: 18px 0;
    color: rgba(255, 255, 255, 0.8);
}

.insights-home-preparing .insights-home-text-link {
    color: #d8f3eb;
}

.insights-home-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.insights-home-card {
    min-width: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--insights-home-line);
    border-radius: 7px;
    background: #fff;
}

.insights-home-card__media {
    position: relative;
    z-index: 0;
}

.insights-home-card__media > a,
.insights-home-card__media--fallback img {
    width: 100%;
    height: 100%;
    display: block;
}

.insights-home-card__media--fallback img {
    object-fit: cover;
}

.insights-home-card .insight-cover {
    max-width: none;
    margin: 0;
    border: 0;
    background: #e9eee9;
}

.insights-home-card .insight-cover__image {
    position: relative;
    color: transparent;
    font-size: 0;
}

.insights-home-card .insight-cover__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #e9eee9;
}

.insights-home-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 14px 13px 13px;
}

.insights-home-card__eyebrow {
    align-self: flex-start;
    color: var(--insights-home-teal);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

.insights-home-card h3 {
    margin: 7px 0 0;
    color: var(--insights-home-ink-deep);
    font-size: clamp(1rem, 1.35vw, 1.3rem);
    line-height: 1.17;
    overflow-wrap: anywhere;
}

.insights-home-card h3 a {
    color: inherit;
    text-decoration: none;
}

.insights-home-card__summary {
    margin: 13px 0 0;
    color: var(--insights-home-muted);
    font-size: 0.84rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.insights-home-card__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.insights-home-card__topics a {
    padding: 4px 7px;
    border: 1px solid #d5dfda;
    border-radius: 4px;
    color: var(--insights-home-ink);
    background: var(--insights-home-teal-soft);
    font-size: 0.67rem;
    line-height: 1.2;
    text-decoration: none;
}

.insights-home-card__footer {
    display: grid;
    align-items: end;
    gap: 9px;
    margin-top: auto;
    padding-top: 12px;
    color: var(--insights-home-muted);
    font-size: 0.72rem;
}

.insights-home-card__read {
    color: var(--insights-home-teal-dark);
    font-weight: 750;
    text-decoration: none;
}

.insights-home-card--latest,
.insights-home-card--library {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
}

.insights-home-card--latest .insights-home-card__body,
.insights-home-card--library .insights-home-card__body {
    min-height: 0;
}

.insights-home-card--latest .insights-home-card__media,
.insights-home-card--latest .insight-cover,
.insights-home-card--latest .insight-cover__link {
    aspect-ratio: 5 / 2;
}

.insights-home-card--latest .insights-home-card__media {
    background: #dce8e5 url("/images/insights/insights-latest-default.svg") center / cover no-repeat;
}

.insights-home-card--library .insights-home-card__media,
.insights-home-card--library .insight-cover,
.insights-home-card--library .insight-cover__link {
    aspect-ratio: 4 / 1;
}

.insights-home-card--library .insights-home-card__media {
    background: #e8e1d2 url("/images/insights/insights-library-default.svg") center / cover no-repeat;
}

.insights-home-card--latest .insight-cover__image,
.insights-home-card--library .insight-cover__image {
    height: 100%;
}

.insights-home-card--latest .insights-home-card__topics,
.insights-home-card--library .insights-home-card__topics {
    margin-top: 0;
}

.insights-home-card--featured {
    min-height: 380px;
    display: grid;
    color: #fff;
    background: var(--insights-home-ink-deep);
}

.insights-home-card--featured .insights-home-card__media,
.insights-home-card--featured .insight-cover,
.insights-home-card--featured .insight-cover__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.insights-home-card--featured .insights-home-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 31, 43, 0.96) 0%, rgba(5, 31, 43, 0.76) 52%, rgba(5, 31, 43, 0.2) 100%);
    pointer-events: none;
}

.insights-home-card--featured .insights-home-card__body {
    width: min(88%, 660px);
    position: relative;
    z-index: 2;
    justify-content: flex-start;
    padding: clamp(22px, 2.6vw, 30px);
}

.insights-home-card--featured h3 {
    color: #fff;
    font-size: clamp(1.7rem, 2.3vw, 2.2rem);
    line-height: 1.06;
}

.insights-home-card--featured .insights-home-card__eyebrow,
.insights-home-card--featured .insights-home-card__read {
    color: #c7eee5;
}

.insights-home-card--featured .insights-home-card__summary,
.insights-home-card--featured .insights-home-card__footer {
    color: rgba(255, 255, 255, 0.86);
}

.insights-home-card--featured .insights-home-card__summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.insights-home-card__footer--featured {
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    justify-content: start;
    margin-top: 4px;
}

.insights-home-card__footer--featured .insights-home-card__topics {
    margin-top: 0;
}

.insights-home-card--featured .insights-home-card__topics a {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(6, 55, 60, 0.72);
}

.insights-home-inline-empty {
    padding: 24px;
    border: 1px solid var(--insights-home-line);
    color: var(--insights-home-muted);
    background: #fff;
}

.insights-home-illiquids {
    min-height: clamp(250px, 22vw, 310px);
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    border: 1px solid #cfc9bb;
    border-radius: 8px;
    background: #efe7d8;
}

.insights-home-illiquids__copy {
    width: 42%;
    position: relative;
    z-index: 2;
    padding: 26px 28px;
}

.insights-home-illiquids__copy > p:not(.insights-home-kicker) {
    margin: 8px 0 13px;
    color: var(--insights-home-muted);
    font-size: 0.8rem;
    line-height: 1.42;
}

.insights-home-illiquids__art {
    position: absolute;
    z-index: 0;
    inset: 0;
}

.insights-home-illiquids__art img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.insights-home-section--library {
    background: var(--insights-home-paper);
    padding-bottom: clamp(32px, 4vw, 46px);
}

.insights-home-card-grid--library.insights-home-card-grid--count-1 {
    grid-template-columns: minmax(280px, 430px);
}

.insights-home-card-grid--library.insights-home-card-grid--count-2 {
    grid-template-columns: repeat(2, minmax(280px, 420px));
}

.insights-home-card-grid--library.insights-home-card-grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insights-need-hero {
    padding-block: clamp(44px, 7vw, 82px);
    border-bottom: 1px solid var(--insights-home-line);
    background: linear-gradient(115deg, #f4f1e7 0%, #fff 72%);
}

.insights-need-hero__inner {
    max-width: 960px;
}

.insights-need-back {
    display: inline-block;
    margin-bottom: 32px;
    color: var(--insights-home-teal-dark);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.insights-need-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--insights-home-ink-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.insights-need-hero__inner > p:last-child {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--insights-home-muted);
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.6;
}

.insights-need-start {
    padding-block: clamp(34px, 5vw, 62px);
    background: #fff;
}

.insights-need-start__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
    align-items: start;
    gap: clamp(28px, 6vw, 72px);
}

.insights-need-start h2,
.insights-need-next h2 {
    margin: 0;
    color: var(--insights-home-ink-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 400;
    line-height: 1.1;
}

.insights-need-checklist {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: need-step;
}

.insights-need-checklist li {
    min-height: 42px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: var(--insights-home-muted);
    line-height: 1.5;
    counter-increment: need-step;
}

.insights-need-checklist li::before {
    content: counter(need-step);
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--insights-home-teal-dark);
    background: var(--insights-home-teal-soft);
    font-weight: 800;
}

.insights-need-next {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid #cbd8d3;
    border-radius: 8px;
    background: #edf2ea;
}

.insights-need-next > p:not(.insights-home-kicker) {
    margin: 15px 0 22px;
    color: var(--insights-home-muted);
    line-height: 1.55;
}

.insights-need-reading {
    padding-block: clamp(34px, 5vw, 58px);
    border-top: 1px solid var(--insights-home-line);
}

.insights-need-reading__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insights-home-footer {
    border-top: 1px solid var(--insights-home-line);
    background: #fff;
}

.insights-home-footer__grid {
    min-height: 146px;
    display: grid;
    grid-template-columns: minmax(330px, 1.5fr) minmax(130px, 0.7fr) minmax(150px, 0.8fr) minmax(170px, auto);
    align-items: start;
    gap: clamp(28px, 5vw, 72px);
    padding-block: 26px;
}

.insights-home-footer__brand p {
    margin: 0 0 0 22px;
    padding-left: 22px;
    border-left: 1px solid var(--insights-home-line);
    color: var(--insights-home-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.insights-home-footer__brand {
    display: flex;
    align-items: center;
}

.insights-home-footer__group {
    display: grid;
    gap: 7px;
}

.insights-home-footer__group strong {
    margin-bottom: 2px;
    color: var(--insights-home-ink-deep);
    font-size: 0.76rem;
}

.insights-home-footer a {
    color: var(--insights-home-ink);
    font-size: 0.78rem;
    text-decoration: none;
}

.insights-home-footer__meta {
    display: grid;
    justify-items: end;
    text-align: right;
    gap: 10px;
    color: var(--insights-home-muted);
    font-size: 0.74rem;
}

.insights-home-page a:hover,
.insights-home-page a:focus-visible {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.insights-home-page a:focus-visible,
.insights-home-page button:focus-visible,
.insights-home-page input:focus-visible {
    outline: 3px solid #b65e12 !important;
    outline-offset: 3px;
}

.insights-home-search:focus-within {
    border-color: var(--insights-home-teal);
}

.insights-home-intents > a:hover,
.insights-home-topic-list a:hover,
.insights-home-card h3 a:hover,
.insights-home-card__topics a:hover,
.insights-home-card__read:hover,
.insights-home-section__heading > a:hover,
.insights-home-text-link:hover,
.insights-home-footer a:hover {
    color: var(--insights-home-teal-dark);
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .insights-home-shell {
        width: min(100% - 112px, 1180px);
    }

    .insights-home-feature-news__grid {
        grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.9fr);
    }

    .insights-home-card--featured .insights-home-card__body {
        width: 84%;
    }
}

@media (max-width: 820px) {
    .insights-home-header__inner {
        min-height: 60px;
    }

    .insights-home-nav > a:first-child {
        display: none;
    }

    .insights-home-hero__copy {
        width: 62%;
    }

    .insights-home-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-block: 8px;
    }

    .insights-home-facts > a,
    .insights-home-facts > a:first-child {
        padding: 10px 16px;
    }

    .insights-home-facts > a:nth-child(2) {
        border-right: 0;
    }

    .insights-home-topic-strip__inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .insights-home-topic-strip__heading {
        display: block;
    }

    .insights-home-feature-news__grid {
        grid-template-columns: 1fr;
    }

    .insights-home-intents,
    .insights-home-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-home-card-grid--library.insights-home-card-grid--count-1 {
        grid-template-columns: minmax(280px, 430px);
    }

    .insights-need-start__grid {
        grid-template-columns: 1fr;
    }

    .insights-home-newsletter .newsletter-signup {
        min-height: 0;
    }

    .insights-home-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .insights-home-footer__meta {
        grid-column: 1 / -1;
        justify-items: start;
    }
}

@media (max-width: 700px) {
    .insights-home-shell {
        width: min(100% - 28px, 1180px);
    }

    .insights-home-header__inner {
        gap: 16px;
    }

    .insights-home-brand img {
        width: 108px;
    }

    .insights-home-nav {
        gap: 13px;
    }

    .insights-home-nav__active,
    .insights-home-nav > a:nth-child(3) {
        display: none;
    }

    .insights-home-nav__active::after {
        content: none;
    }

    .insights-home-nav .insights-home-button {
        min-height: 38px;
        padding: 8px 11px;
        font-size: 0.72rem;
    }

    .insights-home-hero__inner {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        overflow: visible;
    }

    .insights-home-hero__copy {
        width: 100%;
        padding: 28px 0 18px;
    }

    .insights-home-hero h1 {
        font-size: clamp(2.55rem, 12.5vw, 3.5rem);
    }

    .insights-home-hero__art {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        position: relative;
        inset: auto;
        order: 2;
        overflow: hidden;
        border: 1px solid var(--insights-home-line);
        border-radius: 7px 7px 0 0;
    }

    .insights-home-hero__art::after {
        content: none;
    }

    .insights-home-hero__slogan {
        right: 20px;
        bottom: 22px;
    }

    .insights-home-search {
        grid-template-columns: 26px minmax(0, 1fr) 52px;
        padding-left: 12px;
    }

    .insights-home-search button {
        min-width: 52px;
        padding: 0;
    }

    .insights-home-search button span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .insights-home-intents {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-home-intents > a {
        min-height: 148px;
    }

    .insights-home-section__heading {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }

    .insights-home-card--featured {
        min-height: 0;
    }

    .insights-home-card--featured .insights-home-card__body {
        width: 100%;
        padding: 24px 20px;
    }

    .insights-home-card__footer--featured {
        grid-template-columns: auto auto;
    }

    .insights-home-card__footer--featured .insights-home-card__topics {
        grid-column: 1 / -1;
    }

    .insights-home-newsletter .newsletter-signup--home {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "intro illustration"
            "form form"
            "benefits benefits";
    }

    .insights-home-card--featured .insights-home-card__media::after {
        background: linear-gradient(0deg, rgba(5, 31, 43, 0.98) 0%, rgba(5, 31, 43, 0.72) 62%, rgba(5, 31, 43, 0.15) 100%);
    }

    .insights-home-card--featured h3 {
        font-size: clamp(1.6rem, 7vw, 2.1rem);
    }

    .insights-home-illiquids {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .insights-home-illiquids__copy {
        width: 100%;
        padding: 24px 20px 18px;
    }

    .insights-home-illiquids__art {
        width: 100%;
        height: auto;
        aspect-ratio: 860 / 701;
        position: relative;
        inset: auto;
        order: 2;
    }

    .insights-home-footer__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .insights-home-footer__meta {
        grid-column: auto;
    }
}

@media (max-width: 520px) {
    .insights-home-card-grid,
    .insights-home-intents {
        grid-template-columns: 1fr;
    }

    .insights-home-card-grid--library.insights-home-card-grid--count-1,
    .insights-home-card-grid--library.insights-home-card-grid--count-2,
    .insights-home-card-grid--library.insights-home-card-grid--count-3 {
        grid-template-columns: 1fr;
    }

    .insights-home-facts > a,
    .insights-home-facts > a:first-child,
    .insights-home-facts > a:nth-child(2) {
        padding: 10px 8px;
        border-right: 1px solid var(--insights-home-line);
        border-bottom: 1px solid var(--insights-home-line);
    }

    .insights-home-facts > a:nth-child(even) {
        border-right: 0;
    }

    .insights-home-facts > a:nth-child(n + 3) {
        border-bottom: 0;
    }

    .insights-home-intents > a {
        min-height: 0;
        align-items: start;
        padding: 20px;
        text-align: left;
    }

    .insights-home-intents strong {
        max-width: none;
    }

    .insights-home-intents em {
        padding-top: 8px;
    }

    .insights-home-card--latest,
    .insights-home-card--library {
        min-height: 0;
    }

    .newsletter-signup__illustration {
        width: 82px;
        height: 82px;
        font-size: 2.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .insights-home-page *,
    .insights-home-page *::before,
    .insights-home-page *::after {
        scroll-behavior: auto !important;
    }
}
