.site-footer {
    display: block;
    padding: 55px max(5vw, 24px) 25px;
    background: #102e29;
    color: white;
}
.footer-main {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 45px;
}
.footer-main > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.footer-main b {
    font-size: 12px;
    color: #a9cbc0;
    margin-bottom: 8px;
}
.footer-main a {
    font-size: 12px;
    color: #d7e2de;
}
.footer-main p {
    color: #a9bdb7;
    font-size: 13px;
}
.footer-main .brand span {
    background: white;
    color: #173c36;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff20;
    margin-top: 40px;
    padding-top: 20px;
    color: #8fa9a1;
}
.public-shell {
    max-width: 1160px;
    margin: auto;
    padding: 28px 26px 90px;
}
.breadcrumbs {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 11px;
    color: #687772;
    margin-bottom: 55px;
}
.breadcrumbs a {
    text-decoration: underline;
}
.content-hero {
    max-width: 850px;
    margin-bottom: 75px;
}
.content-hero h1 {
    font: 600 clamp(48px, 6vw, 75px) / 1 "Newsreader";
    margin: 0 0 24px;
}
.content-hero > p {
    font-size: 19px;
    line-height: 1.65;
    color: #536761;
    max-width: 760px;
}
.content-hero .button {
    margin-top: 18px;
}
.content-sections {
    border-top: 1px solid #d9e0d9;
}
.content-sections article {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 42px 0;
    border-bottom: 1px solid #d9e0d9;
}
.content-sections article > span {
    color: #276f5e;
    font-size: 11px;
}
.content-sections h2 {
    font: 600 32px "Newsreader";
    margin: 0 0 10px;
}
.content-sections p {
    color: #536761;
    line-height: 1.7;
    max-width: 800px;
    margin: 0;
}
.public-cta {
    background: #173c36;
    color: white;
    border-radius: 14px;
    padding: 45px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.document-guides {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 55px;
    padding: 60px 0;
    border-bottom: 1px solid #d9e0d9;
}
.document-guides h2 {
    font: 600 34px/1.1 "Newsreader";
    margin: 8px 0 12px;
}
.document-guides p {
    color: #536761;
    line-height: 1.65;
}
.document-guide-links {
    display: grid;
    gap: 10px;
}
.document-guide-links a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 20px;
    padding: 18px 20px;
    border: 1px solid #d9e0d9;
    border-radius: 9px;
    background: #fffefa;
}
.document-guide-links span,
.document-guide-links small {
    color: #276f5e;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.document-guide-links strong {
    grid-column: 1;
    font: 600 19px/1.3 "Newsreader";
}
.document-guide-links small {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
}
.public-cta h2 {
    font: 600 36px "Newsreader";
    margin: 5px 0;
}
.public-cta p {
    color: #b9cbc5;
}
.public-cta .button,
.article-cta .button {
    flex: 0 0 auto;
    border: 1px solid #fffefa;
    background: #fffefa;
    color: #173c36;
    box-shadow: 0 4px 0 #0d2723;
}
.public-cta .button:hover,
.article-cta .button:hover {
    background: #dcebe4;
    color: #173c36;
}
.blog-hero {
    margin-bottom: 45px;
}
.guide-topics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin-bottom: 55px;
}
.guide-topics a {
    min-height: 135px;
    padding: 20px;
    border: 1px solid #d9e0d9;
    border-radius: 10px;
    background: #fffefa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color .2s ease, transform .2s ease;
}
.guide-topics a:hover {
    border-color: #276f5e;
    transform: translateY(-2px);
}
.guide-topics span {
    color: #276f5e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.guide-topics strong {
    font: 600 20px/1.2 "Newsreader";
}
.guide-heading {
    margin-bottom: 22px;
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.article-grid article {
    background: #fffefa;
    border: 1px solid #d9e0d9;
    border-radius: 10px;
    padding: 27px;
    min-height: 285px;
    display: flex;
    flex-direction: column;
}
.article-grid article > div {
    display: flex;
    justify-content: space-between;
    color: #276f5e;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.article-grid h2 {
    font: 600 28px/1.15 "Newsreader";
    margin: 28px 0 12px;
}
.article-grid p {
    color: #687772;
    font-size: 13px;
    line-height: 1.6;
}
.read-more {
    color: #276f5e;
    font-size: 12px;
    font-weight: 700;
    margin-top: auto;
}
.article-shell {
    max-width: 1000px;
    margin: auto;
    padding: 28px 25px 90px;
}
.article-shell > header {
    max-width: 800px;
    margin: 70px auto;
}
.article-category {
    color: #276f5e;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}
.article-shell > header h1 {
    font: 600 clamp(45px, 6vw, 68px) / 1.05 "Newsreader";
    margin: 17px 0 24px;
}
.article-shell > header > p {
    font-size: 19px;
    line-height: 1.6;
    color: #536761;
}
.article-meta {
    display: flex;
    gap: 20px;
    border-top: 1px solid #d9e0d9;
    padding-top: 18px;
    color: #687772;
    font-size: 10px;
}
.article-content {
    max-width: 720px;
    margin: auto;
    background: #fffefa;
    border: 1px solid #e0e3dd;
    border-radius: 10px;
    padding: 48px 60px;
}
.article-intro {
    background: #edf3ed;
    border-left: 3px solid #276f5e;
    padding: 17px;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 42px;
}
.article-toc {
    padding: 22px;
    margin-bottom: 42px;
    border: 1px solid #d9e0d9;
    border-radius: 8px;
    background: #fff;
}
.article-toc > strong {
    font: 600 21px "Newsreader";
}
.article-toc ol {
    margin: 14px 0 0;
    padding-left: 22px;
}
.article-toc li {
    padding: 5px 0;
    color: #536761;
    font-size: 13px;
    line-height: 1.45;
}
.article-toc a {
    text-decoration: underline;
    text-decoration-color: #9fbcb2;
    text-underline-offset: 3px;
}
.article-content section {
    margin: 42px 0;
    scroll-margin-top: 100px;
}
.article-content h2 {
    font: 600 31px "Newsreader";
    margin-bottom: 12px;
}
.article-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #425650;
}
.clair-checks {
    padding: 28px;
    border: 1px solid #bdd5ca;
    border-radius: 10px;
    background: #edf3ed;
}
.clair-checks h2 {
    margin-top: 8px;
}
.clair-checks ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
}
.clair-checks li {
    position: relative;
    padding-left: 22px;
    color: #425650;
    font-size: 13px;
    line-height: 1.5;
}
.clair-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #276f5e;
    font-weight: 700;
}
.clair-checks > a {
    color: #276f5e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.article-cta {
    background: #173c36;
    color: white;
    border-radius: 9px;
    padding: 28px;
    margin-top: 50px;
}
.article-cta h2 {
    margin-top: 0;
}
.article-cta p {
    color: #b9cbc5;
    font-size: 13px;
}
.related {
    max-width: 720px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.related h2 {
    grid-column: 1/-1;
    font: 600 24px "Newsreader";
}
.related a {
    display: flex;
    min-height: 155px;
    padding: 18px;
    border: 1px solid #d9e0d9;
    border-radius: 8px;
    background: #fffefa;
    flex-direction: column;
    gap: 9px;
}
.related a span,
.related a small {
    color: #276f5e;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}
.related a strong {
    font: 600 18px/1.25 "Newsreader";
}
.related a small {
    margin-top: auto;
}
.related .all-guides {
    grid-column: 1/-1;
    min-height: 0;
    display: inline-block;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #276f5e;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}
@media (max-width: 850px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
    }
    .footer-main > div:first-child {
        grid-column: 1/-1;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
    .article-grid {
        grid-template-columns: 1fr;
    }
    .guide-topics,
    .related {
        grid-template-columns: 1fr 1fr;
    }
    .public-cta {
        align-items: flex-start;
        flex-direction: column;
    }
    .document-guides {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .article-content {
        padding: 30px 24px;
    }
    .article-meta {
        flex-wrap: wrap;
    }
    .content-sections article {
        grid-template-columns: 35px 1fr;
    }
}
@media (max-width: 560px) {
    .site-footer {
        padding-inline: 20px;
    }
    .footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .footer-main > div:first-child {
        grid-column: auto;
    }
    .public-shell,
    .article-shell {
        padding-inline: 18px;
    }
    .breadcrumbs {
        margin-bottom: 36px;
        overflow-x: auto;
        white-space: nowrap;
    }
    .content-hero {
        margin-bottom: 52px;
    }
    .content-hero h1,
    .article-shell > header h1 {
        font-size: clamp(38px, 12vw, 50px);
        overflow-wrap: anywhere;
    }
    .content-sections article {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 32px 0;
    }
    .public-cta {
        padding: 30px 24px;
        margin-top: 50px;
    }
    .document-guides {
        padding: 45px 0;
    }
    .document-guide-links a {
        grid-template-columns: 1fr;
    }
    .document-guide-links small {
        grid-column: 1;
        grid-row: auto;
    }
    .public-cta .button {
        width: 100%;
        text-align: center;
    }
    .article-content {
        padding: 26px 18px;
    }
    .guide-topics,
    .related,
    .clair-checks ul {
        grid-template-columns: 1fr;
    }
    .guide-topics a,
    .related a {
        min-height: 120px;
    }
    .clair-checks {
        padding: 22px 18px;
    }
}
