@font-face {
    font-family: "HWB4 Poppins";
    src: url("fonts/poppins-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "HWB4 Poppins";
    src: url("fonts/poppins-500.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "HWB4 Poppins";
    src: url("fonts/poppins-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

.hwb4-blog {
    --hwb4-navy: #062c5b;
    --hwb4-ink: #0f2238;
    --hwb4-muted: #536273;
    --hwb4-bronze: #80501f;
    --hwb4-warm: #e9deca;
    --hwb4-mist: #f4f7f8;
    --hwb4-white: #ffffff;
    --hwb4-rule: rgba(15, 34, 56, 0.16);
    color: var(--hwb4-ink);
    background: var(--hwb4-white);
    font-family: "HWB4 Poppins", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: clip;
}

.hwb4-blog *,
.hwb4-blog *::before,
.hwb4-blog *::after {
    box-sizing: border-box;
}

.hwb4-blog :where(h1, h2, h3, p, ul, ol) {
    margin-top: 0;
}

.hwb4-blog :where(h1, h2, h3, strong) {
    color: inherit;
    font-family: inherit;
}

.hwb4-blog a {
    color: inherit;
}

.hwb4-shell {
    width: min(1240px, calc(100% - 80px));
    margin-inline: auto;
}

.hwb4-hero {
    position: relative;
    display: grid;
    min-height: 620px;
    isolation: isolate;
    place-items: center;
    background: var(--hwb4-ink);
    color: var(--hwb4-white);
}

.hwb4-hero__media,
.hwb4-hero__shade {
    position: absolute;
    inset: 0;
}

.hwb4-hero__media {
    z-index: -2;
    overflow: hidden;
}

.hwb4-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 57%;
}

.hwb4-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(7, 20, 34, 0.86) 0%, rgba(7, 20, 34, 0.69) 52%, rgba(7, 20, 34, 0.48) 100%),
        linear-gradient(180deg, rgba(4, 14, 26, 0.12) 0%, rgba(4, 14, 26, 0.48) 100%);
}

.hwb4-hero__copy {
    padding-block: 112px;
    text-align: center;
}

.hwb4-hero__copy > * {
    margin-inline: auto;
}

.hwb4-eyebrow,
.hwb4-status {
    margin-bottom: 22px;
    color: var(--hwb4-bronze);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.21em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hwb4-hero .hwb4-eyebrow {
    color: #e2bf8e;
}

.hwb4-hero h1 {
    max-width: 980px;
    margin-bottom: 28px;
    color: var(--hwb4-white);
    font-size: clamp(48px, 5vw, 60px);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.hwb4-hero__summary {
    max-width: 780px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.7;
}

.hwb4-topic-rail {
    border-bottom: 1px solid rgba(128, 80, 31, 0.22);
    background: var(--hwb4-warm);
}

.hwb4-topic-rail__inner {
    display: flex;
    align-items: center;
    min-height: 88px;
    gap: 34px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.hwb4-topic-rail__inner::-webkit-scrollbar {
    display: none;
}

.hwb4-topic-rail__inner strong {
    color: var(--hwb4-bronze);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hwb4-topic-rail__inner span {
    color: var(--hwb4-ink);
    font-size: 14px;
    font-weight: 500;
}

.hwb4-section {
    padding-block: 116px;
}

.hwb4-section--mist {
    background: var(--hwb4-mist);
}

.hwb4-section--warm {
    background: var(--hwb4-warm);
}

.hwb4-section--navy {
    background: var(--hwb4-navy);
    color: var(--hwb4-white);
}

.hwb4-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 64px;
}

.hwb4-section-head h2,
.hwb4-editorial-grid__lead h2,
.hwb4-cta h2,
.hwb4-article-next h2 {
    margin-bottom: 0;
    color: inherit;
    font-size: clamp(36px, 4.1vw, 48px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.14;
}

.hwb4-section-head > p,
.hwb4-editorial-grid__lead > p,
.hwb4-cta p {
    margin-bottom: 0;
    color: var(--hwb4-muted);
    font-size: 17px;
    line-height: 1.8;
}

.hwb4-empty {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    border-top: 1px solid var(--hwb4-rule);
}

.hwb4-empty__intro {
    padding: 62px 72px 62px 0;
}

.hwb4-empty__intro h3 {
    max-width: 600px;
    margin-bottom: 26px;
    font-size: clamp(30px, 3.3vw, 44px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.hwb4-empty__intro > p:last-child {
    max-width: 590px;
    margin-bottom: 0;
    color: var(--hwb4-muted);
    font-size: 17px;
}

.hwb4-resource-list {
    border-left: 1px solid var(--hwb4-rule);
}

.hwb4-resource-list a {
    position: relative;
    display: grid;
    grid-template-columns: 48px 0.8fr 1.2fr;
    align-items: baseline;
    gap: 22px;
    padding: 44px 0 44px 52px;
    border-bottom: 1px solid var(--hwb4-rule);
    text-decoration: none;
    transition: color 220ms ease, transform 220ms ease;
}

.hwb4-resource-list a::after {
    position: absolute;
    right: 4px;
    color: var(--hwb4-bronze);
    content: "↗";
    font-size: 24px;
    top: 38px;
}

.hwb4-resource-list a:hover,
.hwb4-resource-list a:focus-visible {
    color: var(--hwb4-bronze);
    transform: translateX(4px);
}

.hwb4-resource-list span {
    color: var(--hwb4-bronze);
    font-size: 13px;
    letter-spacing: 0.12em;
}

.hwb4-resource-list strong {
    font-size: 18px;
    font-weight: 500;
}

.hwb4-resource-list small {
    color: var(--hwb4-muted);
    font-size: 14px;
    line-height: 1.65;
}

.hwb4-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 110px;
}

.hwb4-editorial-grid__lead {
    position: sticky;
    top: 118px;
    align-self: start;
}

.hwb4-editorial-grid__lead > p {
    max-width: 480px;
    margin-top: 28px;
    color: rgba(15, 34, 56, 0.72);
}

.hwb4-topic-list {
    border-top: 1px solid rgba(128, 80, 31, 0.28);
}

.hwb4-topic-list > div {
    display: grid;
    grid-template-columns: 48px 0.9fr 1.1fr;
    gap: 22px;
    padding-block: 34px;
    border-bottom: 1px solid rgba(128, 80, 31, 0.28);
}

.hwb4-topic-list span {
    color: var(--hwb4-bronze);
    font-size: 13px;
}

.hwb4-topic-list strong {
    font-size: 17px;
    font-weight: 500;
}

.hwb4-topic-list p {
    margin-bottom: 0;
    color: rgba(15, 34, 56, 0.72);
    font-size: 14px;
}

.hwb4-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 64px;
}

.hwb4-cta h2 {
    max-width: 740px;
}

.hwb4-cta p {
    max-width: 720px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.76);
}

.hwb4-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px 30px;
    border: 1px solid var(--hwb4-white);
    border-radius: 6px;
    background: var(--hwb4-white);
    color: var(--hwb4-navy) !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.hwb4-button:hover,
.hwb4-button:focus-visible {
    background: transparent;
    color: var(--hwb4-white) !important;
    transform: translateY(-2px);
}

.hwb4-post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 34px;
}

.hwb4-post-card {
    min-width: 0;
}

.hwb4-post-card:first-child:nth-last-child(n + 3) {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    grid-column: 1 / -1;
    background: var(--hwb4-white);
}

.hwb4-post-card__visual {
    display: block;
    min-height: 330px;
    overflow: hidden;
    background: var(--hwb4-navy);
}

.hwb4-post-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hwb4-post-card__visual:hover img,
.hwb4-post-card__visual:focus-visible img {
    transform: scale(1.025);
}

.hwb4-post-card__visual--text {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--hwb4-navy), var(--hwb4-ink));
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
}

.hwb4-post-card__visual--text span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hwb4-post-card__copy {
    padding-top: 28px;
}

.hwb4-post-card:first-child:nth-last-child(n + 3) .hwb4-post-card__copy {
    align-self: center;
    padding: 44px;
}

.hwb4-post-meta {
    margin-bottom: 14px;
    color: var(--hwb4-bronze);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hwb4-post-card h3 {
    margin-bottom: 18px;
    font-size: clamp(26px, 2.7vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.hwb4-post-card h3 a {
    text-decoration: none;
}

.hwb4-post-card__copy > p:not(.hwb4-post-meta) {
    color: var(--hwb4-muted);
}

.hwb4-text-link {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    color: var(--hwb4-navy) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.hwb4-pagination {
    margin-top: 64px;
}

.hwb4-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hwb4-pagination .page-numbers {
    display: inline-grid;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--hwb4-rule);
    place-items: center;
    text-decoration: none;
}

.hwb4-pagination .current {
    background: var(--hwb4-navy);
    color: var(--hwb4-white);
}

.hwb4-article-hero.has-no-featured-image .hwb4-hero__shade {
    background:
        radial-gradient(circle at 78% 34%, rgba(128, 80, 31, 0.42), transparent 34%),
        linear-gradient(145deg, #062c5b, #0f2238);
}

.hwb4-article-hero .hwb4-hero__copy {
    text-align: left;
}

.hwb4-article-hero .hwb4-hero__copy > * {
    margin-left: 0;
}

.hwb4-article-band {
    border-bottom: 1px solid var(--hwb4-rule);
    background: var(--hwb4-warm);
}

.hwb4-article-band .hwb4-shell {
    padding-block: 30px;
}

.hwb4-breadcrumbs,
.hwb4-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 13px;
}

.hwb4-breadcrumbs {
    margin-bottom: 14px;
}

.hwb4-breadcrumbs a {
    color: var(--hwb4-navy);
}

.hwb4-article-meta {
    color: rgba(15, 34, 56, 0.7);
}

.hwb4-article-layout {
    display: grid;
    grid-template-columns: minmax(210px, 0.28fr) minmax(0, 0.72fr);
    gap: 92px;
    padding-block: 104px 124px;
}

.hwb4-toc {
    position: sticky;
    top: 116px;
    align-self: start;
    padding-top: 22px;
    border-top: 1px solid var(--hwb4-rule);
}

.hwb4-toc > strong {
    display: block;
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hwb4-toc__links {
    display: grid;
    gap: 10px;
}

.hwb4-toc__links:empty {
    display: none;
}

.hwb4-toc__links a {
    color: var(--hwb4-muted);
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
}

.hwb4-toc__links a.is-subsection {
    padding-left: 14px;
}

.hwb4-article-body {
    max-width: 800px;
    min-width: 0;
    color: var(--hwb4-ink);
    font-size: 17px;
}

.hwb4-article-body :where(h2, h3) {
    scroll-margin-top: 116px;
    color: var(--hwb4-ink);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.hwb4-article-body h2 {
    margin: 68px 0 24px;
    font-size: clamp(31px, 3.2vw, 44px);
}

.hwb4-article-body h3 {
    margin: 44px 0 18px;
    font-size: clamp(24px, 2.4vw, 31px);
}

.hwb4-article-body p,
.hwb4-article-body ul,
.hwb4-article-body ol {
    margin-bottom: 24px;
}

.hwb4-article-body img {
    max-width: 100%;
    height: auto;
}

.hwb4-article-body :where(table, pre) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.hwb4-article-next {
    margin-top: 76px;
    padding: 50px;
    background: var(--hwb4-navy);
    color: var(--hwb4-white);
}

.hwb4-article-next h2 {
    font-size: clamp(30px, 3.2vw, 42px);
}

.hwb4-article-next p {
    margin: 20px 0 28px;
    color: rgba(255, 255, 255, 0.76);
}

.hwb4-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}

.hwb4-article-next .hwb4-text-link {
    color: var(--hwb4-white) !important;
}

.hwb4-blog.hwb4-motion-ready [data-hwb4-reveal].is-pending {
    opacity: 0;
    transform: translateY(24px);
}

.hwb4-blog.hwb4-motion-ready [data-hwb4-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (max-width: 1180px) {
    .hwb4-shell {
        width: min(100% - 56px, 1240px);
    }

    .hwb4-section {
        padding-block: 104px;
    }

    .hwb4-section-head,
    .hwb4-editorial-grid {
        gap: 64px;
    }

    .hwb4-empty__intro {
        padding-right: 46px;
    }

    .hwb4-resource-list a {
        grid-template-columns: 42px 1fr;
        padding-left: 42px;
    }

    .hwb4-resource-list small {
        grid-column: 2;
    }
}

@media (max-width: 1024px) {
    .hwb4-section-head,
    .hwb4-empty,
    .hwb4-editorial-grid,
    .hwb4-cta,
    .hwb4-article-layout {
        grid-template-columns: 1fr;
    }

    .hwb4-section-head,
    .hwb4-editorial-grid,
    .hwb4-article-layout {
        gap: 48px;
    }

    .hwb4-empty__intro {
        padding: 52px 0;
    }

    .hwb4-resource-list {
        border-top: 1px solid var(--hwb4-rule);
        border-left: 0;
    }

    .hwb4-resource-list a {
        padding-left: 0;
    }

    .hwb4-editorial-grid__lead,
    .hwb4-toc {
        position: static;
    }

    .hwb4-cta {
        align-items: start;
    }

    .hwb4-cta .hwb4-button {
        justify-self: start;
    }

    .hwb4-post-card:first-child:nth-last-child(n + 3) {
        display: block;
    }

    .hwb4-post-card:first-child:nth-last-child(n + 3) .hwb4-post-card__copy {
        padding: 28px 0 0;
    }

    .hwb4-toc {
        padding-bottom: 28px;
        border-bottom: 1px solid var(--hwb4-rule);
    }
}

@media (max-width: 720px) {
    .hwb4-shell {
        width: min(100% - 40px, 1240px);
    }

    .hwb4-hero {
        min-height: 460px;
    }

    .hwb4-hero__copy {
        padding-block: 76px;
    }

    .hwb4-hero h1 {
        font-size: clamp(36px, 11.5vw, 42px);
    }

    .hwb4-eyebrow,
    .hwb4-status {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .hwb4-topic-rail__inner {
        min-height: 76px;
        gap: 26px;
    }

    .hwb4-section {
        padding-block: 82px;
    }

    .hwb4-section-head {
        margin-bottom: 44px;
    }

    .hwb4-section-head h2,
    .hwb4-editorial-grid__lead h2,
    .hwb4-cta h2,
    .hwb4-article-next h2 {
        font-size: 34px;
    }

    .hwb4-resource-list a,
    .hwb4-topic-list > div {
        grid-template-columns: 38px 1fr;
        gap: 14px;
    }

    .hwb4-resource-list small,
    .hwb4-topic-list p {
        grid-column: 2;
    }

    .hwb4-post-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hwb4-post-card:first-child:nth-last-child(n + 3) {
        grid-column: auto;
    }

    .hwb4-post-card__visual {
        min-height: 260px;
    }

    .hwb4-article-layout {
        padding-block: 76px 88px;
    }

    .hwb4-article-next {
        margin-inline: -20px;
        padding: 38px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hwb4-blog *,
    .hwb4-blog *::before,
    .hwb4-blog *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .hwb4-blog [data-hwb4-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}
