:root {
    --color-accent: #087f5b;
    --color-accent-dark: #055c43;
    --color-ink: #17211b;
    --color-muted: #5d6861;
    --color-line: #dce3de;
    --color-tint: #f2f7f4;
    --color-warm: #fff8e7;
    --color-white: #fff;
    --shadow-sm: 0 4px 18px rgba(16, 38, 27, .07);
    --shadow-md: 0 16px 45px rgba(16, 38, 27, .12);
    --radius: 14px;
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--color-ink);
    background: var(--color-white);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: color-mix(in srgb, var(--color-accent) 55%, transparent); text-underline-offset: .18em; }
a:hover { color: var(--color-accent-dark); }
button, input { font: inherit; }
:focus-visible { outline: 3px solid #f3b61f; outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.container--article { width: min(820px, calc(100% - 40px)); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--color-ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.eyebrow { display: inline-block; color: var(--color-accent-dark); font-size: .75rem; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; text-decoration: none; }
.eyebrow--light { color: #c9f4df; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 19px; border: 1px solid var(--color-accent); border-radius: 8px; background: var(--color-accent); color: white; font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.button:hover { color: white; background: var(--color-accent-dark); transform: translateY(-1px); }
.button--small { min-height: 38px; padding: 8px 14px; font-size: .875rem; }
.button--outline { color: var(--color-accent-dark); background: transparent; }
.button--outline:hover { color: white; }
.button--light { border-color: white; background: white; color: var(--color-accent-dark); }
.button--light:hover { background: #e5fff2; color: var(--color-accent-dark); }
.text-link { color: var(--color-accent-dark); font-weight: 750; text-decoration: none; }

.utility-bar { background: #10281f; color: #dcebe4; font-size: .75rem; }
.utility-bar__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar a { color: white; font-weight: 700; }
.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--color-line); background: rgba(255,255,255,.97); }
.header-main { display: grid; min-height: 76px; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--color-ink); font-weight: 850; letter-spacing: -.03em; text-decoration: none; }
.brand:hover { color: var(--color-ink); }
.brand img { width: auto; max-width: 210px; height: 38px; object-fit: contain; }
.brand__mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50% 50% 50% 16%; background: var(--color-accent); color: white; font-size: .78rem; letter-spacing: -.02em; }
.brand__name { font-size: 1.25rem; }
.primary-nav { justify-self: center; }
.primary-nav ul, .site-footer nav ul { display: flex; margin: 0; padding: 0; list-style: none; }
.primary-nav ul { align-items: center; gap: 24px; }
.primary-nav a { font-size: .9rem; font-weight: 700; text-decoration: none; }
.primary-nav .nav-current a, .primary-nav a:hover { color: var(--color-accent-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-button { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 0; background: transparent; color: var(--color-ink); cursor: pointer; }
.search-button svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.nav-toggle { display: none; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 2px; background: currentColor; }

.hero { overflow: hidden; background: linear-gradient(120deg, #edf8f2 0%, #fff 58%, #fff3d4 100%); }
.hero__inner { display: grid; min-height: 500px; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); align-items: center; gap: 70px; padding-block: 72px; }
.hero h1 { max-width: 760px; margin: 14px 0 20px; font-family: var(--font-serif); font-size: clamp(2.7rem, 6vw, 5.4rem); font-weight: 500; letter-spacing: -.055em; line-height: .99; }
.hero__copy > p { max-width: 670px; margin: 0; color: #46534b; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero__actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.hero__trust { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 28px; border: 1px solid #c9ddd2; border-radius: var(--radius); background: rgba(255,255,255,.82); box-shadow: var(--shadow-md); }
.hero__trust::before { position: absolute; inset: -8px 14px auto auto; width: 76px; height: 76px; border-radius: 50%; background: #f5c44b; content: ""; opacity: .22; }
.hero__trust-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--color-accent); color: white; font-weight: 900; }
.hero__trust strong { display: block; font-family: var(--font-serif); font-size: 1.45rem; font-weight: 600; line-height: 1.2; }
.hero__trust p { margin: 10px 0; color: var(--color-muted); }
.hero__trust a { color: var(--color-accent-dark); font-size: .9rem; font-weight: 750; }

.section { padding-block: 72px; }
.section--tint { background: var(--color-tint); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { margin: 7px 0 0; font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--color-muted); }
.post-grid, .featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.featured-grid .post-card:first-child { grid-column: span 2; }
.featured-grid .post-card:first-child .post-card__media { aspect-ratio: 16/8.7; }
.post-card { overflow: hidden; min-width: 0; border: 1px solid var(--color-line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-card__media { display: block; overflow: hidden; aspect-ratio: 16/10; background: #dfece5; text-decoration: none; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-card:hover .post-card__media img { transform: scale(1.025); }
.post-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--color-accent); font-family: var(--font-serif); font-size: 3rem; }
.post-card__body { padding: 22px; }
.post-card__title { margin: 8px 0 10px; font-family: var(--font-serif); font-size: 1.45rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.2; }
.post-card__title a { text-decoration: none; }
.post-card__excerpt { margin: 0 0 18px; color: var(--color-muted); font-size: .94rem; line-height: 1.55; }
.post-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; color: #69736d; font-size: .75rem; }
.post-card__meta a { font-weight: 700; text-decoration: none; }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.topic-card { position: relative; padding: 24px; border: 1px solid var(--color-line); border-radius: var(--radius); background: white; text-decoration: none; transition: border .18s ease, transform .18s ease; }
.topic-card:hover { border-color: var(--color-accent); color: var(--color-ink); transform: translateY(-2px); }
.topic-card__icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: #dff4e8; color: var(--color-accent-dark); font-size: .75rem; font-weight: 850; }
.topic-card h3 { margin: 18px 0 8px; font-family: var(--font-serif); font-size: 1.35rem; line-height: 1.2; }
.topic-card p { min-height: 48px; margin: 0 0 16px; color: var(--color-muted); font-size: .88rem; line-height: 1.5; }
.tools-banner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: center; padding: 44px; border-radius: var(--radius); background: #132a21; color: white; }
.tools-banner h2 { margin: 8px 0 12px; font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.tools-banner__intro p { margin: 0; color: #bed0c7; }
.tools-list { display: grid; gap: 10px; }
.tools-list a { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; padding: 14px 16px; border: 1px solid #3c574b; border-radius: 9px; background: #1b352a; color: white; text-decoration: none; }
.tools-list a:hover { border-color: #8bd6b5; background: #234438; color: white; }
.tools-list span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 7px; background: #dff4e8; color: var(--color-accent-dark); font-size: .72rem; font-weight: 850; }
.tools-list em { font-style: normal; }
.newsletter { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-block: 20px 72px; padding: 42px; border-radius: var(--radius); background: #0a684d; color: white; }
.newsletter h2 { margin: 7px 0; font-family: var(--font-serif); font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.1; }
.newsletter p { max-width: 650px; margin: 0; color: #d6f0e4; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; margin-top: 45px; color: var(--color-muted); font-size: .86rem; text-align: center; }
.pagination > div:last-child { text-align: right; }

.archive-header { padding-block: 72px 45px; border-bottom: 1px solid var(--color-line); }
.breadcrumbs { margin-bottom: 18px; color: var(--color-muted); font-size: .76rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: flex; min-width: 0; align-items: center; }
.breadcrumbs li:not(:last-child)::after { margin-left: 6px; color: #98a49d; content: "/"; }
.breadcrumbs li[aria-current="page"] { overflow: hidden; max-width: 42ch; white-space: nowrap; text-overflow: ellipsis; }
.breadcrumbs a { color: var(--color-accent-dark); font-weight: 700; text-decoration: none; }
.archive-header h1 { max-width: 900px; margin: 10px 0; font-family: var(--font-serif); font-size: clamp(2.6rem, 5vw, 4.7rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.archive-header p { max-width: 720px; margin: 0; color: var(--color-muted); font-size: 1.15rem; }
.author-hero { padding-block: 70px; background: var(--color-tint); }
.author-hero__inner { display: grid; grid-template-columns: 176px minmax(0, 720px); gap: 42px; align-items: center; }
.author-hero img { width: 176px; height: 176px; border: 5px solid white; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.author-hero h1 { margin: 8px 0; font-family: var(--font-serif); font-size: clamp(2.7rem, 5vw, 4.5rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.author-hero p { color: var(--color-muted); }
.author-hero__location { margin: 0; font-weight: 700; }
.author-hero__links { display: flex; flex-wrap: wrap; gap: 16px; font-weight: 700; }

.article-header { padding-top: 62px; padding-bottom: 36px; }
.article-header h1 { margin: 12px 0 20px; font-family: var(--font-serif); font-size: clamp(2.5rem, 6vw, 4.8rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; }
.article-deck { margin: 0 0 28px; color: #47534c; font-size: clamp(1.08rem, 2.1vw, 1.35rem); line-height: 1.52; }
.article-byline { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 20px; border-top: 1px solid var(--color-line); }
.byline-authors { display: flex; flex-wrap: wrap; gap: 14px; }
.byline-author { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.byline-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.byline-author span { display: grid; }
.byline-author small { color: var(--color-muted); font-size: .68rem; line-height: 1.1; text-transform: uppercase; }
.byline-author strong { line-height: 1.25; }
.byline-author em { color: var(--color-muted); font-size: .72rem; font-style: normal; }
.article-dates { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 14px; color: var(--color-muted); font-size: .78rem; }
.fact-check { margin-top: 20px; padding: 11px 14px; border-left: 3px solid var(--color-accent); background: var(--color-tint); color: #3e4a43; font-size: .82rem; }
.fact-check span { color: var(--color-accent); font-weight: 900; }
.disclosure { margin-top: 18px; padding: 12px 0; color: var(--color-muted); font-size: .78rem; line-height: 1.55; }
.article-feature { margin-bottom: 45px; }
.article-feature img { width: 100%; max-height: 680px; border-radius: var(--radius); object-fit: cover; }
.article-feature figcaption { margin-top: 9px; color: var(--color-muted); font-size: .75rem; text-align: center; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0, 720px) 190px; gap: 30px; align-items: start; }
.article-sidebar, .article-rail { position: sticky; top: 26px; }
.toc { padding: 17px 0; border-top: 3px solid var(--color-accent); border-bottom: 1px solid var(--color-line); }
.toc > strong { font-size: .82rem; letter-spacing: .02em; }
.toc ol { margin: 12px 0 0; padding: 0; list-style: none; }
.toc li { margin: 0 0 9px; font-size: .78rem; line-height: 1.4; }
.toc__subitem { padding-left: 12px; }
.toc a { color: var(--color-muted); text-decoration: none; }
.toc a:hover { color: var(--color-accent-dark); }
.rail-card { padding: 18px; border: 1px solid #efd990; border-radius: 10px; background: var(--color-warm); font-size: .78rem; line-height: 1.5; }
.rail-card strong { font-family: var(--font-serif); font-size: 1.02rem; }
.rail-card p { margin: 8px 0 10px; color: #665d44; }
.rail-card a { color: #564915; font-weight: 750; }
.article-content { min-width: 0; font-family: var(--font-serif); font-size: 1.14rem; line-height: 1.82; }
.article-content > * { margin-top: 0; margin-bottom: 1.55em; }
.article-content h2, .article-content h3, .article-content h4 { color: var(--color-ink); font-family: var(--font-sans); letter-spacing: -.028em; line-height: 1.22; scroll-margin-top: 25px; }
.article-content h2 { margin-top: 2.1em; margin-bottom: .65em; font-size: 1.8rem; }
.article-content h3 { margin-top: 1.8em; margin-bottom: .6em; font-size: 1.35rem; }
.article-content a { color: #006a4e; font-weight: 600; }
.article-content blockquote { margin-inline: 0; padding: 20px 24px; border-left: 4px solid var(--color-accent); background: var(--color-tint); font-size: 1.1rem; }
.article-content ul, .article-content ol { padding-left: 1.25em; }
.article-content li { margin-bottom: .45em; }
.article-content hr { margin-block: 2.4em; border: 0; border-top: 1px solid var(--color-line); }
.article-content table { display: block; overflow-x: auto; width: 100%; border-collapse: collapse; font-family: var(--font-sans); font-size: .88rem; }
.article-content th, .article-content td { min-width: 130px; padding: 12px; border: 1px solid var(--color-line); text-align: left; vertical-align: top; }
.article-content th { background: var(--color-tint); }
.article-content pre { overflow-x: auto; padding: 20px; border-radius: 9px; background: #14241d; color: #edf8f2; font-size: .85rem; }
.article-content :not(pre) > code { padding: 2px 5px; border-radius: 4px; background: #eef2ef; font-size: .88em; }
.article-content .kg-width-wide { width: min(1000px, calc(100vw - 40px)); margin-left: 50%; transform: translateX(-50%); }
.article-content .kg-width-full { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.article-content .kg-image-card img, .article-content .kg-gallery-image img { border-radius: 8px; }
.article-content .kg-callout-card { border-radius: 10px; font-family: var(--font-sans); font-size: .96rem; }
.article-content .kg-bookmark-card, .article-content .kg-file-card, .article-content .kg-product-card { font-family: var(--font-sans); }
.article-content .bn-faq { margin-block: 2.5em; font-family: var(--font-sans); }
.article-content .bn-faq > h2 { margin-bottom: .8em; }
.article-content .bn-faq details { margin: 0; border-top: 1px solid var(--color-line); }
.article-content .bn-faq details:last-child { border-bottom: 1px solid var(--color-line); }
.article-content .bn-faq summary { position: relative; padding: 18px 42px 18px 0; color: var(--color-ink); font-size: 1rem; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; }
.article-content .bn-faq summary::-webkit-details-marker { display: none; }
.article-content .bn-faq summary::after { position: absolute; top: 17px; right: 4px; color: var(--color-accent); content: "+"; font-size: 1.35rem; line-height: 1; }
.article-content .bn-faq details[open] summary::after { content: "−"; }
.article-content .bn-faq-answer { padding: 0 32px 17px 0; color: var(--color-muted); font-family: var(--font-serif); }
.article-content .bn-faq-answer > :last-child { margin-bottom: 0; }
.article-footer { padding-block: 60px; }
.author-box { padding: 28px; border: 1px solid var(--color-line); border-radius: var(--radius); background: var(--color-tint); }
.author-box__person { display: grid; grid-template-columns: 88px 1fr; gap: 22px; }
.author-box__image { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; }
.author-box__initial { display: grid; width: 88px; height: 88px; overflow: hidden; place-items: center; border-radius: 50%; background: var(--color-accent); color: white; font-size: 1rem; font-weight: 850; }
.author-box h2 { margin: 4px 0; font-family: var(--font-serif); font-size: 1.65rem; line-height: 1.1; }
.author-box h2 a { text-decoration: none; }
.author-box p { margin: 8px 0; color: var(--color-muted); font-size: .9rem; line-height: 1.6; }
.author-box__role { font-weight: 700; }
.author-box__links { display: flex; gap: 16px; font-size: .82rem; font-weight: 750; }
.article-taxonomy { margin-top: 24px; color: var(--color-muted); font-size: .84rem; }
.related-posts { margin-top: 20px; }
.page-template .article-content { padding-bottom: 75px; }
.error-page { min-height: 62vh; padding-block: 120px; text-align: center; }
.error-page h1 { margin: 10px 0; font-family: var(--font-serif); font-size: clamp(2.7rem, 6vw, 5rem); font-weight: 500; }
.error-page p { color: var(--color-muted); }

.site-footer { padding-top: 60px; background: #10281f; color: #d4dfd9; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 65px; padding-bottom: 50px; }
.brand--footer { color: white; }
.brand--footer:hover { color: white; }
.footer-tagline { max-width: 430px; margin: 18px 0 8px; color: white; font-family: var(--font-serif); font-size: 1.35rem; line-height: 1.35; }
.footer-description { max-width: 450px; color: #aebdb5; font-size: .85rem; }
.footer-heading { margin: 5px 0 17px; color: white; font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer nav ul, .footer-links { display: grid; gap: 9px; padding: 0; list-style: none; }
.site-footer nav a, .footer-links a { color: #d4dfd9; font-size: .86rem; text-decoration: none; }
.site-footer nav a:hover, .footer-links a:hover { color: white; text-decoration: underline; }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid #395046; color: #93a59c; font-size: .72rem; }
.footer-legal p { margin: 0; }

@media (max-width: 1080px) {
    .header-main { grid-template-columns: auto auto 1fr; }
    .nav-toggle { display: grid; justify-self: end; }
    .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: calc(100vh - 76px); overflow: auto; padding: 24px 20px; border-top: 1px solid var(--color-line); background: white; box-shadow: var(--shadow-md); }
    .primary-nav.is-open { display: block; }
    .primary-nav ul { display: grid; gap: 0; }
    .primary-nav li { border-bottom: 1px solid var(--color-line); }
    .primary-nav a { display: block; padding: 13px 4px; font-size: 1rem; }
    .header-actions { grid-column: 2; grid-row: 1; justify-self: end; }
    .nav-toggle { grid-column: 3; grid-row: 1; }
    .hero__inner { grid-template-columns: 1fr; gap: 35px; }
    .hero__trust { max-width: 650px; }
    .topic-grid { grid-template-columns: repeat(2, 1fr); }
    .article-layout { grid-template-columns: 180px minmax(0, 1fr); }
    .article-rail { display: none; }
}

@media (max-width: 760px) {
    .container, .container--article { width: min(100% - 28px, 1180px); }
    .utility-bar__inner span { overflow: hidden; max-width: 70%; white-space: nowrap; text-overflow: ellipsis; }
    .header-main { min-height: 66px; gap: 8px; }
    .brand__name { font-size: 1.05rem; }
    .brand__mark { width: 34px; height: 34px; }
    .brand img { max-width: 150px; height: 32px; }
    .header-actions .button { display: none; }
    .hero__inner { min-height: auto; padding-block: 55px; }
    .hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
    .hero__actions { flex-wrap: wrap; }
    .section { padding-block: 55px; }
    .section-heading { display: block; }
    .section-heading > p { margin-top: 12px; }
    .post-grid, .featured-grid { grid-template-columns: 1fr; }
    .featured-grid .post-card:first-child { grid-column: auto; }
    .topic-grid { grid-template-columns: 1fr; }
    .topic-card p { min-height: 0; }
    .tools-banner { grid-template-columns: 1fr; gap: 28px; padding: 30px 22px; }
    .newsletter { display: block; padding: 30px 24px; }
    .newsletter .button { margin-top: 24px; }
    .archive-header { padding-block: 55px 35px; }
    .author-hero__inner { grid-template-columns: 1fr; gap: 25px; }
    .author-hero img { width: 130px; height: 130px; }
    .article-header { padding-top: 45px; }
    .article-byline { align-items: flex-start; flex-direction: column; }
    .article-dates { justify-content: flex-start; }
    .article-feature { width: 100%; }
    .article-feature img { border-radius: 0; }
    .article-layout { display: block; }
    .article-sidebar { position: static; margin-bottom: 35px; }
    .toc { padding: 16px; border: 1px solid var(--color-line); border-top: 3px solid var(--color-accent); border-radius: 8px; }
    .article-content { font-size: 1.06rem; }
    .article-content .kg-width-wide, .article-content .kg-width-full { width: 100vw; }
    .author-box__person { grid-template-columns: 1fr; }
    .author-box__image, .author-box__initial { width: 72px; height: 72px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-legal { flex-direction: column; gap: 8px; }
    .pagination { grid-template-columns: 1fr 1fr; }
    .pagination > span { grid-column: 1 / -1; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
    .site-header, .site-footer, .article-sidebar, .article-rail, .newsletter, .related-posts, .disclosure { display: none !important; }
    .article-layout { display: block; }
    .article-content { max-width: none; font-size: 11pt; }
    a { color: black; }
}
