/* A quiet editorial layout: open columns, fine rules and a restrained type scale. */
:root {
  --ink: #24352e;
  --green: #174c3c;
  --paper: #fcfcfa;
  --muted: #5f6b64;
  --line: #d4dbd4;
  --soft: #eff2ec;
  --accent: #885136;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { color: var(--green); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
p { margin-bottom: 1.15em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.16; }
h1 { font-size: clamp(2.8rem, 5vw, 4.6rem); letter-spacing: -.043em; }
h2 { font-size: clamp(2rem, 3.1vw, 2.65rem); letter-spacing: -.035em; margin-bottom: 24px; }
h3 { font-size: 1.5rem; letter-spacing: -.02em; margin-bottom: 12px; }
::selection { background: #d9e5d5; color: #143a2c; }
.wrap { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 48px; }
.section { padding-block: 88px; }
.section-label, .eyebrow { display: block; font: 500 .875rem/1.4 var(--sans); color: var(--accent); margin-bottom: 21px; }
.skip { position: absolute; top: -90px; left: 20px; z-index: 50; padding: 12px 18px; background: var(--green); color: white; }
.skip:focus { top: 12px; color: white; }

/* The masthead and navigation */
.header { background: var(--paper); }
.head-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; }
.head-inner::after { position: absolute; content: ''; height: 1px; background: var(--ink); bottom: 0; left: 48px; right: 48px; }
.brand { display: inline-flex; align-items: center; gap: 19px; text-decoration: none; flex-shrink: 0; }
.brand-mark { color: var(--green); font: 48px/1 var(--serif); letter-spacing: -.08em; padding-right: 19px; border-right: 1px solid var(--line); }
.brand-name { font-size: .9rem; line-height: 1.4; font-weight: 550; letter-spacing: -.025em; }
.brand-name small { display: block; color: var(--muted); font-size: .75rem; font-weight: 400; letter-spacing: 0; margin-top: 5px; }
.nav { display: flex; align-items: center; gap: 26px; font-size: .875rem; }
.nav a { text-decoration: none; white-space: nowrap; padding-block: 10px; }
.nav a:hover { text-decoration: underline; }
.menu-button { display: none; background: none; border: 1px solid var(--line); padding: 8px 13px; cursor: pointer; color: var(--ink); font-size: .875rem; }
.text-link { display: inline-flex; gap: 18px; align-items: baseline; font-size: .9rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid currentColor; padding-block: 4px; }
.text-link:hover { border-bottom-width: 2px; padding-bottom: 3px; }
.button { display: inline-flex; gap: 20px; background: var(--green); color: white; text-decoration: none; padding: 14px 21px; font-size: .9rem; }
.button:hover { color: white; background: #103b2e; }
.buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-block: 26px; }

/* Front page */
.hero { padding-top: 24px; }
.hero-meta { display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; color: var(--muted); margin-bottom: 42px; }
.hero-meta > span { letter-spacing: .09em; text-transform: uppercase; color: var(--green); }
.hero-meta a { text-decoration: none; }
.hero-meta a:hover { text-decoration: underline; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 64px; align-items: center; }
.hero-copy { min-width: 0; padding-block: 5px 14px; }
.hero h1 { font-size: clamp(2.9rem, 4.95vw, 4.1rem); line-height: 1.09; margin-bottom: 28px; hyphens: none; overflow-wrap: normal; }
.hero h1 > span { color: var(--green); }
.hero h1 > span { display: block; }
.entry-links { display: flex; flex-wrap: wrap; gap: 12px 25px; font-size: .875rem; margin-top: 25px; }
.entry-links a { color: var(--green); }
.hero-layout > *, .foundation-layout > *, .preparation > *, .faq-layout > *, .section-head > *, .footer-grid > * { min-width: 0; }
.hero h1, .foundation h2, .article-hero h1 { overflow-wrap: normal; }
.article a, .source-inline a { overflow-wrap: normal; }
.hero-text { font-size: 1.25rem; line-height: 1.55; max-width: 550px; margin-bottom: 17px; letter-spacing: -.015em; }
.hero-intro { max-width: 520px; font-size: .96rem; color: var(--muted); line-height: 1.65; margin-bottom: 22px; }
.hero-link { gap: 32px; }
.hero-visual { margin: 0; align-self: center; }
.hero-visual img { width: 100%; height: 402px; object-fit: cover; object-position: center 49%; }
.hero-visual figcaption { color: var(--muted); font-size: .75rem; margin-top: 9px; text-align: right; }
.hero-footnote { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 45px; padding-block: 18px; display: flex; gap: 50px; align-items: baseline; font-size: .8125rem; color: var(--muted); }
.hero-footnote > span { white-space: nowrap; color: var(--green); font-weight: 500; }
.hero-footnote p { margin: 0; }
.topic-section { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 66px; align-items: start; }
.section-aside { padding-top: 8px; }
.section-aside h2 { font-size: 2.6rem; margin-bottom: 22px; }
.section-aside p { font-size: .94rem; color: var(--muted); max-width: 240px; }
.section-aside .text-link { font-size: .875rem; margin-top: 13px; gap: 14px; }
.topic-index { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 35px; }
.topic-index li { min-width: 0; border-top: 1px solid var(--line); }
.topic-index a { display: flex; gap: 17px; padding-block: 24px 27px; text-decoration: none; height: 100%; }
.topic-number { color: var(--accent); font-size: .75rem; padding-top: 6px; font-variant-numeric: tabular-nums; }
.topic-index h3 { font-size: 1.42rem; line-height: 1.25; margin-bottom: 9px; overflow-wrap: normal; hyphens: none; }
.topic-index p { font-size: .875rem; color: var(--muted); margin: 0; line-height: 1.6; }
.topic-index a:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .17em; }
.foundation { background: var(--green); color: #fff; padding-block: 72px; }
.foundation-layout { display: grid; grid-template-columns: 1fr 1.18fr; gap: 100px; }
.foundation .section-label { color: #c0d0b8; }
.foundation h2 { font-size: 2.8rem; margin-bottom: 30px; }
.foundation .text-link { color: white; }
.foundation .prose { color: #e2e9df; font-size: .96rem; }
.foundation .lead { font-family: var(--serif); font-size: 1.55rem; line-height: 1.45; color: white; margin-bottom: 24px; letter-spacing: -.018em; }
.foundation .source-inline, .foundation .source-inline a { color: #c6d6c4; }
.foundation .prose > :last-child { margin-bottom: 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 34px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 340px; color: var(--muted); font-size: .925rem; margin: 0; }
.table-wrap { position: relative; overflow-x: auto; border-top: 2px solid var(--green); border-bottom: 1px solid var(--line); }
table { border-collapse: collapse; text-align: left; width: 100%; font-size: .9rem; line-height: 1.6; }
th, td { vertical-align: top; padding: 19px 22px; border-bottom: 1px solid var(--line); }
thead th { background: var(--soft); color: var(--green); font-weight: 600; }
tbody th { font-weight: 500; width: 25%; }
tbody tr:last-child > * { border-bottom: 0; }
.table-note { margin: 15px 0 0; }
.notice-small { font-size: .8125rem; color: var(--muted); }
.preparation { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-top: 0; padding-bottom: 88px; }
.preparation-intro { background: var(--soft); padding: 36px; }
.preparation-intro h2 { font-size: 2.4rem; }
.preparation-intro > p { font-size: .95rem; color: var(--muted); }
.preparation-intro .text-link { margin-top: 7px; }
.preparation-points > div { padding-block: 23px; border-top: 1px solid var(--line); }
.preparation-points h3 { font-size: 1.4rem; margin-bottom: 11px; }
.preparation-points p { font-size: .95rem; color: var(--muted); margin: 0; }
.preparation-points > div:first-child { padding-top: 22px; border-color: var(--green); }
.preparation-points > div:last-child { padding-bottom: 0; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; border-top: 1px solid var(--line); }
.faq-layout > div:first-child > p { max-width: 310px; font-size: .94rem; color: var(--muted); }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 23px 35px 23px 0; position: relative; font-weight: 500; line-height: 1.55; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 3px; top: 21px; font-size: 1.4rem; font-weight: 300; color: var(--green); }
.faq details[open] summary::after { content: '−'; }
.faq details > div { padding: 0 30px 23px 0; color: var(--muted); font-size: .95rem; }
.faq details > div p:last-child { margin-bottom: 0; }
.editorial-strip { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding-block: 36px 70px; }
.editorial-strip h2 { font-size: 1.7rem; max-width: 310px; }
.editorial-strip p { font-size: .9rem; color: var(--muted); }
.editorial-strip .section-label { margin-bottom: 12px; }

/* Long-form guides */
.breadcrumbs { padding-top: 26px; display: flex; flex-wrap: wrap; gap: 11px; color: var(--muted); font-size: .8125rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.article-hero { padding-block: 48px 36px; }
.article-hero .eyebrow { margin-bottom: 19px; }
.article-hero h1 { font-size: clamp(2.6rem, 4.6vw, 4.05rem); max-width: 1050px; margin-bottom: 27px; hyphens: none; overflow-wrap: normal; text-wrap: balance; }
.article-hero .dek { font-size: 1.18rem; line-height: 1.7; max-width: 800px; color: var(--muted); margin-bottom: 27px; }
.meta { display: flex; gap: 10px 24px; flex-wrap: wrap; align-items: baseline; color: var(--muted); font-size: .8125rem; border-top: 1px solid var(--line); padding-top: 20px; }
.print-button { border: 0; padding: 0; text-decoration: underline; text-underline-offset: .22em; background: none; font-size: inherit; color: var(--muted); cursor: pointer; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 72px; justify-content: space-between; align-items: start; padding-block: 24px 60px; }
.toc { position: sticky; top: 30px; font-size: .875rem; padding-top: 22px; border-top: 1px solid var(--green); }
.toc strong { font-size: .875rem; font-weight: 600; }
.toc ol { padding-left: 18px; margin-block: 21px 23px; color: var(--muted); }
.toc li { padding: 0 0 12px 4px; line-height: 1.55; }
.toc a { text-decoration: none; }
.toc a:hover, .toc a[aria-current] { color: var(--green); text-decoration: underline; }
.toc .back-link { display: block; border-top: 1px solid var(--line); padding-top: 17px; font-size: .8125rem; }
.article { min-width: 0; }
.article p, .article li { line-height: 1.85; }
.article h2 { font-size: 2.05rem; line-height: 1.25; margin-bottom: 22px; }
.article h3 { font-family: var(--sans); font-size: 1.08rem; font-weight: 600; line-height: 1.5; letter-spacing: 0; margin-top: 28px; margin-bottom: 12px; }
.article section { margin-bottom: 55px; scroll-margin-top: 22px; }
.article ul, .article ol { padding-left: 23px; }
.article li { padding-left: 3px; margin-bottom: 10px; }
.article a { color: var(--green); }
.quick-answer { border-top: 2px solid var(--green); border-bottom: 1px solid var(--line); padding: 22px 0 27px; margin-bottom: 43px; }
.quick-answer .eyebrow { color: var(--green); margin-bottom: 12px; font-weight: 600; }
.quick-answer p { margin: 0; }
.callout { background: var(--soft); border-left: 2px solid var(--green); padding: 23px 27px; margin-block: 28px; }
.callout strong { display: block; margin-bottom: 8px; }
.callout p:last-child { margin-bottom: 0; }
.source-inline { font-size: .8125rem; color: var(--muted); margin-block: 20px 24px; }
.sources { border-top: 1px solid var(--green); padding-top: 27px; }
.sources h2 { font-family: var(--sans); font-size: 1.05rem; font-weight: 600; letter-spacing: 0; }
.sources ol { font-size: .875rem; }
.source-note { font-size: .8125rem; color: var(--muted); }
.checklist { list-style: square; padding-left: 23px !important; }
.checklist li::marker { color: var(--green); }
.article .faq summary { font-size: 1rem; }
.article .faq details > div { font-size: 1rem; }
.related { background: var(--soft); padding-block: 56px 66px; }
.related h2 { font-size: 2.3rem; }
.related .eyebrow { margin-bottom: 13px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.topic-card { text-decoration: none; display: flex; flex-direction: column; padding-top: 23px; border-top: 1px solid #aabaaa; }
.card-top { font-size: .8125rem; color: var(--muted); margin-bottom: 14px; }
.topic-card h3 { font-size: 1.65rem; line-height: 1.25; hyphens: none; overflow-wrap: normal; }
.topic-card p { font-size: .9rem; color: var(--muted); margin-bottom: 23px; }
.card-bottom { margin-top: auto; display: inline-flex; gap: 18px; font-size: .875rem; }
.topic-card:hover h3, .topic-card:hover .card-bottom { text-decoration: underline; }
.reading-progress { height: 2px; background: var(--green); position: fixed; top: 0; left: 0; z-index: 30; transform-origin: left; width: 100%; transform: scaleX(0); }
.legal .article-layout { grid-template-columns: 1fr; max-width: 900px; }
.legal .article { max-width: 800px; }
.pending { border-left: 2px solid #ae7132; background: #fff5e7; padding: 16px 22px; color: #704512; }

/* Colophon */
.footer { background: #173b30; color: white; padding-block: 52px 25px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr .8fr; gap: 45px; }
.footer .brand { align-items: start; gap: 0; flex-direction: column; }
.footer .brand-mark { color: white; border: 0; font-size: 52px; padding: 0; margin-bottom: 18px; }
.footer .brand-name { color: white; font-size: .9rem; }
.footer .brand-name small { color: #c6d3c5; }
.footer p { color: #c6d3c5; max-width: 285px; font-size: .8125rem; margin-top: 20px; }
.footer h2 { font: 500 .875rem/1.5 var(--sans); letter-spacing: 0; margin-bottom: 19px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 10px; line-height: 1.5; }
.footer li a { color: #dce5db; text-decoration: none; font-size: .875rem; }
.footer a:hover { color: white; text-decoration: underline; }
.footer-bottom { border-top: 1px solid #496255; margin-top: 39px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; color: #c6d3c5; }
.no-js .menu-button, .no-js .print-button { display: none; }

@media (max-width: 1100px) {
  .wrap { padding-inline: 32px; }
  .head-inner::after { left: 32px; right: 32px; }
  .head-inner { gap: 22px; }
  .nav { gap: 19px; }
  .brand { gap: 14px; }
  .brand-mark { padding-right: 14px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 29%; gap: 40px; }
  .hero-visual img { height: 360px; }
  .topic-section { grid-template-columns: 220px minmax(0, 1fr); gap: 42px; }
  .topic-index { column-gap: 26px; }
  .topic-index a { gap: 12px; }
  .topic-index h3 { font-size: 1.32rem; }
  .foundation-layout, .preparation { gap: 65px; }
  .faq-layout, .editorial-strip { gap: 65px; }
  .article-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 55px; }
  .footer-grid { gap: 27px; }
}
@media (max-width: 980px) {
  .nav { gap: 15px; }
  .brand-name { font-size: .8125rem; }
  .brand-name small { font-size: .75rem; }
  .brand-mark { font-size: 42px; }
  .hero h1 { font-size: 3rem; }
  .hero-text { font-size: 1.15rem; }
  .topic-section { grid-template-columns: 1fr; gap: 36px; }
  .section-aside { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .section-aside .section-label { grid-column: 1/-1; }
  .section-aside h2 { grid-row: span 2; margin: 0; }
  .section-aside p { max-width: 320px; margin-bottom: 10px; }
  .section-aside .text-link { justify-self: start; margin-top: 0; }
  .topic-index h3 { font-size: 1.55rem; }
  .foundation h2 { font-size: 2.3rem; }
  .section-head { align-items: start; gap: 35px; }
  .section-head > p { max-width: 290px; padding-top: 39px; }
  .preparation { gap: 40px; }
  .preparation-intro { padding: 28px; }
  .preparation-intro h2 { font-size: 2rem; }
  .topic-grid { gap: 25px; }
}
@media (max-width: 860px) {
  .head-inner { min-height: 88px; flex-wrap: wrap; gap: 0 20px; }
  .head-inner .brand-name { font-size: .9rem; }
  .menu-button { display: block; }
  .nav { width: 100%; display: none; padding-bottom: 18px; }
  .nav.open, .no-js .nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav a { padding-block: 12px; border-top: 1px solid var(--line); }
  .article-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 8px; }
  .toc { position: static; }
  .toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin-bottom: 6px; }
  .toc .back-link { display: none; }
  .footer-grid { grid-template-columns: 1.25fr 1fr; gap: 35px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}
@media (max-width: 680px) {
  .wrap { padding-inline: 22px; }
  .head-inner::after { left: 22px; right: 22px; }
  .section { padding-block: 57px; }
  .hero { padding-top: 20px; }
  .hero-meta { margin-bottom: 32px; font-size: .75rem; }
  .hero-meta a { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 23px; }
  .hero h1 { font-size: clamp(2.5rem, 7.35vw, 3.2rem); margin-bottom: 24px; }
  .hero-text { max-width: 540px; font-size: 1.15rem; }
  .hero-intro { max-width: 500px; }
  .hero-visual img { height: 260px; object-position: center 59%; }
  .hero-visual figcaption { margin-top: 7px; }
  .hero-footnote { margin-top: 28px; gap: 7px; flex-direction: column; padding-block: 17px; }
  .hero-footnote > span { white-space: normal; }
  .section-aside { display: block; }
  .section-aside h2 { font-size: 2.35rem; margin-bottom: 19px; }
  .section-aside h2 br { display: none; }
  .section-aside p { max-width: 420px; }
  .section-aside .text-link { margin-top: 10px; }
  .topic-index { column-gap: 24px; }
  .topic-index a { padding-block: 20px 23px; gap: 11px; }
  .topic-index h3 { font-size: 1.35rem; }
  .topic-number { padding-top: 3px; }
  .topic-index p { font-size: .875rem; }
  .foundation { padding-block: 52px; }
  .foundation-layout { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .foundation h2 { font-size: 2.4rem; margin-bottom: 24px; }
  .foundation h2 br { display: none; }
  .foundation .lead { font-size: 1.45rem; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head > p { max-width: 480px; margin-top: 22px; padding-top: 0; }
  .table-wrap table { min-width: 540px; }
  th, td { padding: 15px 17px; }
  .preparation { grid-template-columns: 1fr; gap: 30px; padding-top: 0; padding-bottom: 55px; }
  .preparation-intro { padding: 29px; }
  .preparation-intro h2 { font-size: 2.25rem; }
  .preparation-points > div { padding-block: 23px; }
  .faq-layout, .editorial-strip { grid-template-columns: 1fr; gap: 24px; }
  .faq-layout > div:first-child > p { max-width: 460px; }
  .faq summary { font-size: 1rem; }
  .editorial-strip { padding-block: 6px 52px; gap: 6px; }
  .editorial-strip h2 { max-width: 420px; font-size: 1.8rem; }
  .article-hero { padding-block: 33px 28px; }
  .article-hero h1 { font-size: clamp(2.2rem, 6.6vw, 2.85rem); line-height: 1.15; }
  .article-hero .dek { font-size: 1.05rem; margin-bottom: 25px; }
  .article-layout { padding-bottom: 30px; }
  .article h2 { font-size: 1.85rem; hyphens: none; }
  .article section { margin-bottom: 43px; }
  .quick-answer { margin-bottom: 35px; }
  .meta { gap: 8px 20px; }
  .topic-grid { grid-template-columns: 1fr; gap: 27px; }
  .topic-card { padding-top: 21px; }
  .topic-card h3 { font-size: 1.6rem; }
  .topic-card p { margin-bottom: 17px; }
  .related { padding-block: 45px; }
  .related h2 { font-size: 2.1rem; }
  .footer { padding-block: 40px 22px; }
  .footer-grid { gap: 32px 24px; }
}
@media (max-width: 440px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 20px; }
  .head-inner::after { left: 20px; right: 20px; }
  .head-inner { min-height: 83px; column-gap: 12px; }
  .head-inner .brand { gap: 12px; }
  .head-inner .brand-mark { font-size: 37px; padding-right: 12px; }
  .head-inner .brand-name { font-size: .8rem; max-width: 170px; }
  .head-inner .brand-name small { font-size: .75rem; }
  .menu-button { padding: 8px 10px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-visual img { height: 230px; }
  .topic-index { grid-template-columns: 1fr; }
  .topic-index h3 { font-size: 1.55rem; }
  .topic-index a { gap: 20px; }
  .topic-number { padding-top: 6px; }
  .topic-index p { max-width: 320px; }
  .toc ol { grid-template-columns: 1fr; }
  .callout { padding: 20px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer .brand { flex-direction: row; align-items: center; gap: 21px; }
  .footer .brand-mark { margin: 0; }
  .footer p { max-width: 350px; }
}
@media (max-width: 360px) {
  .head-inner .brand-name { max-width: 125px; }
  .head-inner .brand-name small { display: none; }
  .head-inner .brand-mark { font-size: 35px; }
  .head-inner .brand { gap: 9px; }
  .head-inner .brand-mark { padding-right: 9px; }
  .hero h1 { font-size: 2.4rem; }
  .footer .brand { align-items: start; flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media print {
  body { background: white; font-size: 11pt; color: black; }
  .header, .toc, .related, .footer, .reading-progress, .print-button, .skip, .hero-visual, .buttons { display: none !important; }
  .wrap { padding: 0; max-width: none; }
  .article-layout { display: block; padding: 20px 0; }
  .article-hero { padding: 10px 0; }
  .article-hero h1 { font-size: 28pt; }
  .article h2 { font-size: 20pt; }
  .article section { margin-bottom: 25px; }
  .article a { color: black; }
  details > div { display: block !important; }
  h2, h3 { break-after: avoid; }
  table, .callout, .quick-answer { break-inside: avoid; }
  .table-wrap table { min-width: 0; }
  .source-note { font-size: 9pt; }
  .foundation { background: white; color: black; }
  .foundation .prose, .foundation .lead, .foundation .source-inline a, .foundation .text-link { color: black; }
}

/* Explanations and practical worksheets */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.article-jump { margin: -7px 0 26px; font-size: .9rem; }
.article-jump a { color: var(--green); }
.article-jump span { margin-left: 14px; }
.calculator { margin-block: 25px 35px; }
.model-label { font-size: .8125rem; color: var(--accent); font-weight: 600; letter-spacing: .015em; }
.calc-form { margin-block: 24px; }
.calc-form fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.calc-form legend { font-size: 1rem; font-weight: 600; margin-bottom: 17px; padding: 0; }
.calc-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 25px; }
.calc-field { display: flex; flex-direction: column; justify-content: start; font-size: .9rem; gap: 8px; line-height: 1.55; }
.calc-field input, .calc-field select { width: 100%; min-width: 0; background: white; color: var(--ink); border: 1px solid #9eada0; border-radius: 0; padding: 12px 13px; font: 1rem/1.4 var(--sans); }
.calc-field small { color: var(--muted); font-size: .8125rem; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.calc-actions { display: flex; flex-wrap: wrap; gap: 15px 24px; align-items: center; margin-block: 25px 18px; }
.calc-actions .button { border: 0; cursor: pointer; }
.plain-button { border: 0; padding: 8px 0; cursor: pointer; text-decoration: underline; text-underline-offset: .2em; background: none; color: var(--green); font-size: .875rem; }
.calc-result { padding: 26px; background: var(--soft); border-top: 2px solid var(--green); margin-block: 22px; }
.calc-result > :last-child { margin-bottom: 0; }
.calc-result .table-wrap { border-top: 1px solid #adbaad; margin-block: 20px; }
.calc-result th, .calc-result td { font-size: .85rem; padding: 13px; }
.calc-result tbody th { width: auto; }
.calc-result strong { white-space: nowrap; }
.result-kicker { font-size: .85rem; font-weight: 600; color: var(--green); margin-bottom: 10px; }
.calc-error { padding: 14px 18px; border-left: 2px solid var(--accent); background: #f7f0e9; font-size: .9rem; }
.calculation-method { margin-top: 23px; font-size: .9rem; }
.calculation-method summary { cursor: pointer; color: var(--green); text-decoration: underline; text-underline-offset: .2em; padding-block: 9px; }
.calculation-method > div { margin-top: 14px; }
.tool-privacy { font-size: .8125rem; color: var(--muted); margin-top: 22px; }
.refund-bar { display: flex; width: 100%; height: 40px; background: #dfe5dc; margin: 23px 0 16px; }
.refund-segment { height: 100%; }
.part-0 { background: #728995; }
.part-1 { background: var(--green); }
.part-2 { background: #ac7754; }
.refund-legend { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 0 0 25px; }
.refund-legend dt { font-size: .8125rem; }
.refund-legend dd { font-size: 1.25rem; font-family: var(--serif); margin: 4px 0 0; }
.refund-legend > div { border-top: 3px solid var(--green); padding-top: 8px; }
.refund-legend > div:first-child { border-color: #728995; }
.refund-legend > div:last-child { border-color: #ac7754; }
.explanation { margin: 28px 0; }
.explanation figcaption { font-size: .8125rem; line-height: 1.6; color: var(--muted); margin-top: 15px; }
.article .process { list-style: none; padding: 0; margin-block: 28px; }
.article .process li { display: flex; gap: 22px; margin: 0; padding: 23px 0; border-top: 1px solid var(--line); }
.process-step { color: var(--accent); font: 1.4rem/1.4 var(--serif); flex: 0 0 30px; padding-top: 1px; }
.article .process h3 { margin: 0 0 8px; font-size: 1.08rem; }
.article .process p { margin: 0; font-size: .95rem; }
.process li > div { min-width: 0; }
.outcome-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 30px; background: var(--soft); padding: 25px; margin-bottom: 24px; }
.outcome-list strong { font-size: .95rem; }
.outcome-list p { font-size: .875rem; margin: 8px 0 0; }
.receipt { background: white; border: 1px solid var(--line); padding: 28px; }
.receipt dl { margin: 15px 0 0; }
.receipt dl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 28px; padding-block: 13px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.receipt dt { min-width: 0; }
.receipt dd { margin: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.receipt .receipt-total { font-weight: 600; color: var(--green); }
.receipt dl > div:last-child { border-bottom: 0; }
.waiting-chart { padding-block: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.waiting-chart > div { display: grid; grid-template-columns: 155px minmax(0,1fr) 90px; gap: 17px; align-items: center; margin-block: 16px; font-size: .875rem; }
.waiting-chart > div > div { width: 100%; background: #e6ebe3; height: 22px; }
.waiting-chart i { display: block; height: 100%; background: var(--green); }
.waiting-chart strong { font-size: .8125rem; font-weight: 500; }
.editable-comparison { min-width: 610px; }
.editable-comparison th, .editable-comparison td { padding: 13px 14px; }
.editable-comparison tbody th { font-size: .875rem; width: 27%; }
.editable-comparison td { width: 36.5%; }
.editable-comparison textarea { display: block; min-width: 0; width: 100%; min-height: 82px; padding: 10px; border: 1px solid #acb8ac; background: #fff; border-radius: 0; resize: vertical; color: var(--ink); font: 16px/1.5 var(--sans); }
.editable-comparison textarea::placeholder { color: #687269; opacity: 1; }
.comparison-workspace form { margin-top: 25px; }
.print-value { display: none; }
.download-list { border-block: 1px solid var(--line); display: flex; flex-direction: column; margin-block: 26px; }
.download-list a { font-size: .9rem; padding-block: 15px; }
.download-list a + a { border-top: 1px solid var(--line); }
.coverage-map { margin-top: 48px; padding-top: 30px; border-top: 1px solid #769284; }
.coverage-map > div:first-child { background: #315f4d; padding: 18px 23px; display: flex; flex-wrap: wrap; gap: 8px 35px; font-size: .9rem; }
.coverage-map > div:first-child span { color: #dce7db; }
.coverage-map > p { margin-block: 18px 13px; font-size: .8125rem; color: #dce7db; }
.coverage-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.coverage-options a { display: block; padding-block: 13px; border-top: 1px solid #91a897; color: white; font-size: .875rem; }
.market-section { padding-top: 5px; }
.market-figure { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 70px; border-top: 1px solid var(--line); padding-top: 38px; }
.market-figure > * { min-width: 0; }
.market-figure h2 { hyphens: none; overflow-wrap: normal; }
.market-figure h2 { font-size: 2rem; }
.market-figure p { font-size: .95rem; }
.market-figure .notice-small, .market-figure .source-inline { font-size: .8125rem; }
.funding-bar { height: 45px; display: flex; margin-top: 48px; }
.funding-bar span:first-child { background: var(--green); }
.funding-bar span:last-child { background: #ac7754; }
.funding-legend { display: flex; justify-content: space-between; gap: 25px; margin-block: 15px 23px; }
.funding-legend > div { display: flex; gap: 12px; align-items: baseline; }
.funding-legend dt { font-size: .875rem; }
.funding-legend dd { font: 1.5rem/1.3 var(--serif); margin: 0; }
.no-js .calc-form, .no-js [data-export-comparison], .no-js [data-print-comparison] { display: none; }
.price-dateline { color: var(--muted); font-size: .875rem; }
.price-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-block: 24px 36px; font-size: .875rem; }
.price-links a { text-underline-offset: 4px; }
.tariff-amount { white-space: nowrap; font-variant-numeric: tabular-nums; }
#preisorientierung h3 { margin-top: 38px; scroll-margin-top: 110px; }
#preisorientierung h4 { font-size: 1rem; margin-block: 25px 12px; }
#preisorientierung .table-wrap { margin-block: 22px; }
@media (min-width:861px) and (max-width:1100px) {
  .head-inner { flex-wrap: wrap; min-height: 124px; padding-block: 17px 10px; gap: 8px; }
  .nav { width: 100%; justify-content: space-between; gap: 15px; }
}
@media (max-width:680px) {
  .calc-fields { grid-template-columns: 1fr; gap: 20px; }
  .calc-result { padding: 22px 18px; }
  .calc-result .table-wrap { margin-inline: 0; }
  .calc-result .table-wrap table { min-width: 460px; }
  .refund-legend { gap: 10px; }
  .refund-legend dd { font-size: 1.1rem; }
  .outcome-list { grid-template-columns: 1fr; }
  .receipt { padding: 21px; }
  .receipt dl > div { display: block; }
  .receipt dd { margin-top: 4px; }
  .waiting-chart > div { grid-template-columns: minmax(0,1fr) 85px; gap: 8px 12px; }
  .waiting-chart > div > span { grid-column: 1/-1; }
  .market-figure { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .funding-bar { margin-top: 5px; }
  .coverage-options { grid-template-columns: 1fr; gap: 0; }
  .coverage-map > div:first-child { display: block; }
  .coverage-map > div:first-child span { display: block; margin-top: 8px; }
  .article-jump { margin-top: 0; }
}
@media print {
  .calc-form, .calc-actions, .article-jump, .tool-privacy { display: none !important; }
  .calc-result { padding: 12px 0; background: white; }
  .calc-result .table-wrap table { min-width: 0; }
  .comparison-workspace textarea { display: none; }
  .print-value { display: block; white-space: pre-wrap; overflow-wrap: normal; font-size: 10pt; }
  .editable-comparison { min-width: 0; table-layout: fixed; }
  .print-comparison .article > *:not(#angebotsmatrix) { display: none !important; }
  .print-comparison .article-hero .dek, .print-comparison .meta, .print-comparison .breadcrumbs { display: none; }
  .print-comparison .comparison-workspace > p, .print-comparison [data-comparison-status] { display: none; }
  .print-comparison .table-wrap, .print-comparison table { break-inside: auto; }
  .print-comparison tr { break-inside: avoid; }
  .print-comparison thead { display: table-header-group; }
}

/* Schmale Screens: Überschriften so weit verkleinern, dass lange Komposita
   ("Krankenversicherung", "Wahlarztversicherung") in eine Zeile passen, ohne
   im Wort zu brechen und ohne die Seite waagrecht zu dehnen. */
@media (max-width: 440px) {
  .hero h1 { font-size: 2rem; }
  .article-hero h1 { font-size: 1.95rem; }
  .foundation h2 { font-size: 1.8rem; }
  .foundation .lead { font-size: 1.3rem; }
  .section-aside h2 { font-size: 1.8rem; }
  .preparation-intro h2 { font-size: 1.8rem; }
  .related h2 { font-size: 1.75rem; }
  .editorial-strip h2 { font-size: 1.6rem; }
  .article h2 { font-size: 1.65rem; }
  .topic-card h3 { font-size: 1.4rem; }
  .topic-index h3 { font-size: 1.35rem; }
}
