:root {
  --framo-green: #159a54;
  --framo-green-dark: #0b723c;
  --framo-green-deep: #123c27;
  --framo-green-soft: #e8f8ef;
  --framo-ink: #13211a;
  --framo-text: #16201b;
  --framo-muted: #627069;
  --framo-line: #dce6e0;
  --framo-paper: #f7faf8;
  --framo-cream: #f4f1ea;
  --framo-warning: #fff8e8;
  --framo-shadow: 0 20px 60px rgba(17, 61, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--framo-text);
  background: var(--framo-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a, button, input, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }
sup { line-height: 0; }
sup a { color: var(--framo-green-dark); font-weight: 900; text-decoration: underline; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px;
  clip: auto; color: var(--framo-ink); background: white; font-weight: 800;
}

.knowledge-bar { color: #dff9e9; background: #0a4528; font-size: 12px; }
.knowledge-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.knowledge-bar__label {
  padding: 2px 8px; color: #092919; background: #74e3a4; border-radius: 999px;
  font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(20, 50, 34, .09); backdrop-filter: blur(12px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; line-height: 1; letter-spacing: -.035em; }
.brand-mark { position: relative; width: 38px; height: 38px; display: grid; place-items: center; background: var(--framo-green); border-radius: 11px 11px 11px 4px; transform: rotate(-3deg); }
.brand-mark::before {
  content: ""; width: 22px; height: 10px; background: #fff; border-radius: 8px; transform: rotate(-27deg);
  box-shadow: inset 0 0 0 1px rgba(11, 114, 60, .12);
}
.brand-mark::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #a9eac5; }
.brand-name { color: var(--framo-ink); font-size: 23px; }
.brand-name span { color: var(--framo-green); }
.site-navigation { margin-left: auto; }
.menu-list { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.menu-list a { padding: 9px 0 7px; color: #425048; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 750; }
.menu-list a:hover { color: var(--framo-green-dark); border-color: var(--framo-green); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; color: white;
  background: var(--framo-ink); border-radius: 10px; font-size: 14px; font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { background: var(--framo-green-dark); transform: translateY(-1px); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: white; border: 1px solid var(--framo-line); border-radius: 9px; cursor: pointer; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--framo-ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 72px 0 54px; background: linear-gradient(120deg, #f8fbf9 0%, #f1f8f4 55%, #e8f6ee 100%); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -210px; top: -170px; border: 88px solid rgba(21, 154, 84, .08); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--framo-green-dark); font-size: 12px; font-weight: 900; letter-spacing: .095em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; background: var(--framo-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(21, 154, 84, .12); }
.hero h1, .section h2, .safety-card h2, .authority-section h2, .content-header h1, .not-found h1 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.hero h1 { max-width: 690px; margin: 0; color: #102117; font-size: clamp(3.15rem, 5.8vw, 5.45rem); font-weight: 700; line-height: .98; }
.hero-lead { max-width: 660px; margin: 27px 0 0; color: #4f5e55; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 19px; border: 1px solid transparent; border-radius: 11px; font-size: 15px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--framo-green); box-shadow: 0 10px 24px rgba(21, 154, 84, .22); }
.button-primary:hover { background: var(--framo-green-dark); box-shadow: 0 14px 28px rgba(11, 114, 60, .25); }
.button-secondary { color: var(--framo-ink); background: white; border-color: #cedbd3; }
.button-secondary:hover { border-color: var(--framo-green); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; color: #536158; list-style: none; font-size: 13px; font-weight: 700; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof li span { width: 18px; height: 18px; display: grid; place-items: center; color: white; background: var(--framo-green); border-radius: 50%; font-size: 11px; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 24px; margin-top: 27px; padding-top: 22px; color: #69766e; border-top: 1px solid rgba(19, 60, 39, .13); font-size: 12px; line-height: 1.35; }
.article-meta > a, .article-meta > span { display: inline-flex; align-items: center; gap: 9px; }
.article-meta strong { display: block; color: var(--framo-ink); font-size: 13px; }
.article-meta > a:hover strong { color: var(--framo-green-dark); }
.article-meta i { font-style: normal; color: var(--framo-green-dark); font-size: 18px; }
.meta-avatar { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--framo-green-dark); border-radius: 50%; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { content: ""; position: absolute; inset: -17px 18px 16px -17px; z-index: -1; border: 1px solid rgba(21, 154, 84, .35); border-radius: 40px 40px 40px 9px; }
.hero-visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 32px 32px 32px 8px; box-shadow: var(--framo-shadow); }
.hero-visual figcaption { position: absolute; right: -18px; bottom: 24px; width: min(315px, 80%); padding: 18px 20px; color: white; background: rgba(16, 33, 23, .94); border-radius: 14px 4px 14px 14px; box-shadow: 0 14px 35px rgba(0, 0, 0, .18); }
.hero-visual figcaption span { display: block; margin-bottom: 4px; color: #79e2a6; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-visual figcaption strong { font-size: 14px; line-height: 1.45; }

.answer-band { padding: 34px 0; color: white; background: var(--framo-green-deep); }
.answer-grid { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 24px; }
.answer-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #0d502e; background: #78e3a5; border-radius: 17px; font-size: 24px; font-weight: 900; }
.answer-band .eyebrow { margin-bottom: 6px; color: #83e8ad; }
.answer-band h2 { max-width: 860px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2.05rem); line-height: 1.25; letter-spacing: -.025em; }
.answer-band p:not(.eyebrow) { max-width: 900px; margin: 10px 0 0; color: #bfd7c9; font-size: 14px; }
.answer-band .answer-grid > a { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; color: #092d1b; background: #78e3a5; border-radius: 10px; font-size: 13px; font-weight: 850; white-space: nowrap; }
.answer-band .answer-grid > a:hover { background: white; }
.route-strip { position: relative; z-index: 2; padding: 22px 0; background: white; border-bottom: 1px solid var(--framo-line); }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.route-grid > a { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; min-width: 0; padding: 9px 19px; border-right: 1px solid var(--framo-line); }
.route-grid > a:last-child { border-right: 0; }
.route-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--framo-green-dark); background: var(--framo-green-soft); border-radius: 10px; font-size: 20px; font-weight: 900; }
.route-grid > a > b { color: #9daaa2; font-weight: 400; transition: transform .2s ease, color .2s ease; }
.route-grid > a:hover > b { color: var(--framo-green); transform: translateX(3px); }
.route-grid a > span:nth-child(2) { min-width: 0; color: #68756e; font-size: 12px; line-height: 1.35; }
.route-grid strong { display: block; color: var(--framo-ink); font-size: 14px; }

.section { padding: 100px 0; }
.section h2, .safety-card h2, .authority-section h2 { margin: 0; color: var(--framo-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading-row { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading-row > p { margin: 0 0 4px; color: var(--framo-muted); font-size: 15px; }
.wijzer-section { background: #f8fbf9; }
.wijzer-card { overflow: hidden; background: white; border: 1px solid #d7e3dc; border-radius: 24px; box-shadow: 0 22px 64px rgba(22, 65, 42, .09); }
.wijzer-topline { display: grid; grid-template-columns: 1fr minmax(220px, 380px); align-items: center; gap: 28px; padding: 22px 28px; color: #c8ded2; background: var(--framo-green-deep); }
.wijzer-topline > div:first-child { display: flex; flex-direction: column; line-height: 1.35; }
.wijzer-topline span { font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.wijzer-topline strong { color: white; font-size: 15px; }
.progress-track { overflow: hidden; height: 7px; background: rgba(255, 255, 255, .18); border-radius: 99px; }
.progress-track span { display: block; width: 0; height: 100%; background: #78e3a5; border-radius: inherit; transition: width .2s ease; }
.wijzer-form { display: grid; grid-template-columns: repeat(3, 1fr); }
.wijzer-step { min-width: 0; margin: 0; padding: 30px 28px 34px; border: 0; border-right: 1px solid var(--framo-line); }
.wijzer-step:last-child { border-right: 0; }
.wijzer-step legend { float: left; width: 100%; margin: 0; color: var(--framo-ink); font-size: 18px; font-weight: 850; }
.wijzer-step > p { clear: both; min-height: 45px; margin: 7px 0 18px; color: var(--framo-muted); font-size: 13px; line-height: 1.55; }
.choice-tile { display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 10px; min-height: 52px; margin: 8px 0; padding: 11px 12px; color: #425048; background: #f8faf9; border: 1px solid #dce6e0; border-radius: 11px; cursor: pointer; font-size: 13px; font-weight: 700; line-height: 1.4; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.choice-tile:hover { transform: translateY(-1px); border-color: #8bcfa9; background: #f2faf5; }
.choice-tile:has(input:checked) { color: #0b6035; background: #eaf8f0; border-color: var(--framo-green); box-shadow: inset 0 0 0 1px var(--framo-green); }
.choice-tile input { width: 17px; height: 17px; margin: 0; accent-color: var(--framo-green); }
.wijzer-result { min-height: 188px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 28px; color: #8b6b28; background: #fff9eb; border-top: 1px solid #f1ddb0; }
.wijzer-result.is-ready { color: var(--framo-green-dark); background: #eaf8f0; border-color: #c9e9d6; }
.result-icon { width: 48px; height: 48px; display: grid; place-items: center; color: inherit; background: rgba(255, 255, 255, .8); border: 1px solid currentColor; border-radius: 14px; font-weight: 900; }
.result-kicker { display: block; margin-bottom: 4px; color: currentColor; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wijzer-result h3 { margin: 0; color: var(--framo-ink); font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.2; }
.wijzer-result p { max-width: 850px; margin: 8px 0 0; color: #5c6b63; font-size: 14px; }
.wijzer-result ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 15px 0 0; padding: 0; color: #28513a; list-style: none; font-size: 12px; font-weight: 750; }
.wijzer-result li { display: flex; align-items: center; gap: 6px; }
.wijzer-result li::before { content: "✓"; width: 16px; height: 16px; display: grid; place-items: center; color: white; background: var(--framo-green); border-radius: 50%; font-size: 9px; }
.result-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 18px; }
.result-actions[hidden], .wijzer-result ul[hidden] { display: none; }
.result-actions a, .result-actions button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; padding: 8px 12px; border-radius: 9px; font-size: 12px; font-weight: 850; cursor: pointer; }
.result-actions a { color: white; background: var(--framo-green-dark); }
.result-actions button { color: #365143; background: transparent; border: 1px solid #9dcbb0; }
.wijzer-disclaimer { margin: 0; padding: 14px 28px 18px; color: #738078; background: #f8faf9; border-top: 1px solid var(--framo-line); font-size: 11px; }
.wijzer-disclaimer a { color: var(--framo-green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.anatomy-section { background: white; }
.anatomy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: start; }
.section-intro { position: sticky; top: 125px; }
.section-intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--framo-muted); }
.definition-box { margin-top: 28px; padding: 20px; background: var(--framo-green-soft); border-left: 4px solid var(--framo-green); border-radius: 4px 13px 13px 4px; }
.definition-box strong { color: var(--framo-ink); }
.definition-box p { margin: 5px 0 0; color: #56665d; font-size: 13px; }
.anatomy-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.anatomy-cards article { min-height: 195px; padding: 25px; background: #f8faf9; border: 1px solid var(--framo-line); border-radius: 16px; }
.anatomy-cards article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--framo-green-dark); background: var(--framo-green-soft); border-radius: 12px; font-size: 11px; font-weight: 900; }
.anatomy-cards h3 { margin: 19px 0 6px; color: var(--framo-ink); font-size: 17px; }
.anatomy-cards p { margin: 0; color: var(--framo-muted); font-size: 13px; line-height: 1.55; }

.section-soft { background: #edf5f0; border-block: 1px solid #dce9e1; }
.comparison-table { overflow: hidden; background: white; border: 1px solid #d7e3dc; border-radius: 20px; box-shadow: 0 16px 46px rgba(22, 65, 42, .07); }
.comparison-row { display: grid; grid-template-columns: 1.05fr 1.05fr 1.05fr 1.2fr; scroll-margin-top: 110px; }
.comparison-row > * { padding: 20px 18px; border-bottom: 1px solid #e4ebe7; }
.comparison-row:last-child > * { border-bottom: 0; }
.comparison-row strong { color: var(--framo-ink); font-size: 15px; }
.comparison-row span { color: #5d6b63; font-size: 14px; line-height: 1.48; }
.comparison-head { background: var(--framo-green-deep); }
.comparison-head span { color: #dff8e9; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.comparison-note { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 13px; max-width: 890px; margin: 22px auto 0; color: #506158; font-size: 13px; }
.comparison-note > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--framo-green-dark); background: #dff3e7; border-radius: 10px; font-family: Georgia, serif; font-weight: 900; }
.comparison-note p { margin: 0; }
.comparison-note strong { color: var(--framo-ink); }

.application-section { background: white; }
.application-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.application-guide h2 { max-width: 580px; }
.application-guide ol { margin: 32px 0 0; padding: 0; list-style: none; }
.application-guide li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin-bottom: 20px; }
.application-guide li > span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--framo-green); border-radius: 10px; font-size: 13px; font-weight: 900; }
.application-guide li p { margin: 1px 0 0; color: var(--framo-muted); }
.application-guide li strong { display: block; color: var(--framo-ink); }
.source-note { margin: 28px 0 0; padding-top: 20px; color: #718078; border-top: 1px solid var(--framo-line); font-size: 12px; }
.mistakes-panel { padding: 34px; background: var(--framo-cream); border-radius: 22px; }
.mistakes-panel h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
.mistake-list { margin-top: 25px; border-top: 1px solid #d8d1c4; }
.mistake-list details { border-bottom: 1px solid #d8d1c4; }
.mistake-list summary { display: grid; grid-template-columns: 28px 1fr 18px; align-items: center; gap: 10px; padding: 16px 0; color: var(--framo-ink); cursor: pointer; list-style: none; font-size: 14px; font-weight: 850; line-height: 1.35; }
.mistake-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.mistake-list summary span { width: 26px; height: 26px; display: grid; place-items: center; color: #755721; background: #ead9af; border-radius: 8px; font-size: 11px; }
.mistake-list summary b { color: #8e7543; transition: transform .2s ease; }
.mistake-list details[open] summary b { transform: rotate(180deg); }
.mistake-list details p { margin: -3px 0 17px 38px; color: #6e6556; font-size: 13px; }

.professional-section { background: #f0f7f3; border-block: 1px solid #dce9e1; }
.context-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.context-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 30px; background: white; border: 1px solid #d8e4dc; border-radius: 18px; box-shadow: 0 12px 32px rgba(22, 65, 42, .05); }
.context-grid article > span { color: var(--framo-green); font-family: Georgia, serif; font-size: 28px; font-weight: 700; }
.context-grid h3 { margin: 25px 0 10px; color: var(--framo-ink); font-size: 20px; }
.context-grid p { margin: 0; color: var(--framo-muted); font-size: 14px; }
.context-grid small { margin-top: auto; padding-top: 22px; color: var(--framo-green-dark); border-top: 1px solid var(--framo-line); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

.tip-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; }
.albert-card { position: relative; overflow: hidden; min-height: 480px; padding: 66px 50px 44px; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--framo-green-deep); border-radius: 6px 36px 36px 36px; box-shadow: var(--framo-shadow); }
.albert-card::after { content: ""; position: absolute; right: -55px; bottom: -85px; width: 250px; height: 250px; border: 55px solid rgba(111, 226, 158, .14); border-radius: 50%; }
.albert-label { position: absolute; left: 0; top: 0; padding: 12px 24px; color: #0c4328; background: #73e0a0; border-radius: 0 0 15px 0; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quote-mark { position: relative; z-index: 1; height: 54px; color: #76dda1; font-family: Georgia, serif; font-size: 78px; line-height: .9; opacity: .8; }
.albert-card blockquote { position: relative; z-index: 1; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.28; letter-spacing: -.02em; }
.albert-name { position: relative; z-index: 1; margin: 30px 0 0; color: #92e5b4; font-weight: 850; }
.albert-name span { display: block; color: #cfe8d9; font-size: 13px; font-weight: 600; }
.albert-card > a { position: relative; z-index: 1; align-self: flex-start; margin-top: 22px; color: white; border-bottom: 1px solid rgba(255, 255, 255, .4); font-size: 12px; font-weight: 800; }
.albert-principle h2 { font-size: clamp(2.1rem, 3.8vw, 3.45rem); }
.albert-principle > p:not(.eyebrow) { margin: 23px 0 0; color: var(--framo-muted); }
.albert-principle ul { margin: 26px 0 0; padding: 0; list-style: none; }
.albert-principle li { display: flex; gap: 10px; align-items: flex-start; margin: 11px 0; color: #44534a; font-size: 14px; font-weight: 750; }
.albert-principle li span { flex: 0 0 auto; width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--framo-green); border-radius: 50%; font-size: 11px; }

.safety-card { margin-bottom: 100px; padding: 34px 36px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 24px; background: var(--framo-warning); border: 1px solid #f0dca9; border-radius: 18px; scroll-margin-top: 110px; }
.safety-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #7d5510; background: #ffe2a0; border-radius: 14px; font-size: 24px; font-weight: 900; }
.safety-card h2 { font-size: 28px; line-height: 1.2; }
.safety-card p:not(.eyebrow) { margin: 10px 0 0; color: #6b614e; font-size: 14px; }
.safety-card > a { display: inline-flex; align-items: center; padding: 12px 15px; color: #4f3e18; background: white; border: 1px solid #e6d09c; border-radius: 10px; font-size: 13px; font-weight: 850; white-space: nowrap; }
.safety-card sup a { color: #674a13; }

.faq-section { background: white; border-top: 1px solid var(--framo-line); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 88px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--framo-muted); }
.review-note { display: flex; gap: 12px; align-items: center; margin-top: 30px; padding: 16px; color: var(--framo-green-dark); background: var(--framo-green-soft); border-radius: 13px; }
.review-note > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--framo-green-dark); border-radius: 50%; font-size: 11px; font-weight: 900; }
.review-note p { margin: 0; color: #647169; font-size: 12px; line-height: 1.4; }
.review-note strong { display: block; color: var(--framo-ink); font-size: 14px; }
.faq-list { border-top: 1px solid var(--framo-line); }
.faq-list details { border-bottom: 1px solid var(--framo-line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 23px 0; color: var(--framo-ink); cursor: pointer; list-style: none; font-size: 17px; font-weight: 850; }
.faq-list summary span { flex: 0 0 auto; color: var(--framo-green); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(180deg); }
.faq-list details p { margin: -5px 44px 24px 0; color: var(--framo-muted); font-size: 15px; }

.evidence-section { background: #f5f8f6; border-top: 1px solid var(--framo-line); }
.evidence-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 84px; align-items: start; }
.evidence-grid > div > p:not(.eyebrow) { margin: 22px 0; color: var(--framo-muted); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--framo-green-dark); border-bottom: 1px solid #82cfa2; font-size: 13px; font-weight: 850; }
.source-list { margin: 0; padding: 0; list-style: none; }
.source-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--framo-line); scroll-margin-top: 110px; }
.source-list li:first-child { border-top: 1px solid var(--framo-line); }
.source-list li > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--framo-green-dark); background: var(--framo-green-soft); border-radius: 9px; font-size: 12px; font-weight: 900; }
.source-list a { color: var(--framo-ink); font-size: 14px; font-weight: 850; }
.source-list a:hover { color: var(--framo-green-dark); }
.source-list a b { color: var(--framo-green); }
.source-list p { margin: 4px 0 0; color: var(--framo-muted); font-size: 12px; }

.authority-section { padding: 92px 0; color: white; background: #0c2f1e; }
.authority-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.eyebrow-light { color: #79e3a6; }
.authority-section h2 { max-width: 650px; color: white; }
.authority-section p:not(.eyebrow) { max-width: 700px; margin: 22px 0 30px; color: #c8ded2; }
.button-light { color: #092d1b; background: #78e3a5; }
.button-light:hover { background: white; }
.authority-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(199, 236, 214, .2); border-radius: 20px; }
.authority-stats div { min-height: 150px; padding: 24px 20px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid rgba(199, 236, 214, .2); }
.authority-stats div:last-child { border-right: 0; }
.authority-stats strong { color: #7ae4a7; font-family: Georgia, serif; font-size: 27px; }
.authority-stats span { margin-top: 6px; color: #b9d2c4; font-size: 12px; line-height: 1.35; }

.site-footer { padding: 60px 0 24px; color: #c3d5ca; background: #071b11; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr 1fr; gap: 55px; }
.brand-footer .brand-name { color: white; }
.footer-grid p { margin: 15px 0 0; color: #8fab9a; font-size: 13px; line-height: 1.65; }
.footer-grid strong { display: block; margin-bottom: 12px; color: white; font-size: 13px; }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: #a8c4b4; font-size: 13px; }
.footer-grid > div > a:not(.brand):hover, .footer-grid p a:hover { color: #7ae4a7; }
.footer-bottom { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #789484; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 11px; }

/* Author and editorial pages */
.subpage-hero { padding: 82px 0 72px; background: linear-gradient(120deg, #f8fbf9 0%, #edf7f1 100%); border-bottom: 1px solid var(--framo-line); }
.subpage-hero-grid { display: grid; grid-template-columns: 1fr 270px; align-items: center; gap: 80px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 35px; color: #5f6f66; font-size: 12px; font-weight: 800; }
.back-link:hover { color: var(--framo-green-dark); }
.subpage-hero h1 { margin: 0; color: var(--framo-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 7vw, 6.7rem); line-height: .98; letter-spacing: -.045em; }
.subpage-lead { max-width: 780px; margin: 24px 0 0; color: #53635a; font-size: 19px; }
.profile-monogram { aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; background: var(--framo-green-deep); border-radius: 50% 50% 50% 18%; box-shadow: var(--framo-shadow); }
.profile-monogram span { font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.profile-monogram small { margin-top: 10px; color: #83e8ad; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: 280px minmax(0, 720px); justify-content: center; gap: 90px; align-items: start; }
.article-aside { position: sticky; top: 118px; }
.credential-card, .scope-card { padding: 24px; border-radius: 16px; }
.credential-card { color: #3e5a4a; background: var(--framo-green-soft); }
.aside-icon { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--framo-green); border-radius: 11px; font-weight: 900; }
.credential-card strong, .scope-card strong { display: block; margin-top: 12px; color: var(--framo-ink); font-size: 14px; }
.credential-card p, .scope-card p { margin: 6px 0 0; font-size: 12px; line-height: 1.6; }
.scope-card { margin-top: 14px; color: #6a604e; background: #fff8e8; border: 1px solid #f0dca9; }
.article-content h2 { margin: 52px 0 15px; color: var(--framo-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 2.75rem); line-height: 1.12; letter-spacing: -.025em; }
.article-content h2:first-child { margin-top: 0; }
.article-content > p, .article-content section > p { color: #526159; }
.article-content a:not(.article-cta a) { color: var(--framo-green-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-quote { position: relative; margin: 46px 0; padding: 35px 38px 35px 74px; color: white; background: var(--framo-green-deep); border-radius: 6px 20px 20px 20px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.45; }
.article-quote span { position: absolute; left: 27px; top: 26px; color: #78e3a5; font-size: 58px; line-height: 1; }
.check-list { margin: 24px 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 22px 1fr; gap: 11px; margin: 16px 0; color: #58675f; font-size: 14px; }
.check-list li > span { width: 19px; height: 19px; display: grid; place-items: center; color: white; background: var(--framo-green); border-radius: 50%; font-size: 10px; }
.check-list p { margin: 0; }
.check-list strong { display: block; color: var(--framo-ink); }
.article-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; margin-top: 48px; padding: 25px; background: #edf7f1; border: 1px solid #d6e9dd; border-radius: 16px; }
.article-cta strong { color: var(--framo-ink); }
.article-cta p { margin: 4px 0 0; color: var(--framo-muted); font-size: 12px; }
.article-cta > a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; color: white; background: var(--framo-green-dark); border-radius: 9px; font-size: 12px; font-weight: 850; white-space: nowrap; }
.narrow-hero { max-width: 960px; }
.policy-hero h1 { max-width: 850px; font-size: clamp(3.4rem, 6.6vw, 6rem); }
.policy-date { margin: 25px 0 0; color: #718078; font-size: 12px; font-weight: 750; }
.policy-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); justify-content: center; gap: 90px; align-items: start; }
.policy-nav { position: sticky; top: 118px; display: flex; flex-direction: column; padding: 20px; background: #f4f7f5; border: 1px solid var(--framo-line); border-radius: 14px; }
.policy-nav strong { margin-bottom: 11px; color: var(--framo-ink); font-size: 13px; }
.policy-nav a { padding: 7px 0; color: #66746c; font-size: 12px; }
.policy-nav a:hover { color: var(--framo-green-dark); }
.policy-content section { margin-bottom: 65px; scroll-margin-top: 115px; }
.policy-content section:first-child h2 { margin-top: 13px; }
.policy-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--framo-green-dark); background: var(--framo-green-soft); border-radius: 12px; font-size: 13px; font-weight: 900; }
.policy-content ol { padding-left: 22px; color: #526159; }
.policy-content ol li { margin: 13px 0; padding-left: 5px; }
.policy-content ol strong { color: var(--framo-ink); }
.source-policy-list { margin: 22px 0; padding: 0; list-style: none; }
.source-policy-list li { display: flex; align-items: center; gap: 9px; margin: 10px 0; }
.source-policy-list li span { width: 18px; height: 18px; display: grid; place-items: center; color: white; background: var(--framo-green); border-radius: 50%; font-size: 9px; }
.source-policy-list a { color: var(--framo-green-dark); font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.policy-summary { padding: 30px; color: white; background: var(--framo-green-deep); border-radius: 18px; }
.policy-summary strong { color: #7ce5a8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.policy-summary p { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.4; }

/* Standard WordPress content */
.content-main { min-height: 60vh; padding: 86px 0 110px; background: white; }
.content-shell--narrow { max-width: 820px; }
.content-header { margin-bottom: 42px; }
.content-header h1, .not-found h1 { margin: 0; color: var(--framo-ink); font-size: clamp(3rem, 6vw, 5rem); line-height: 1; }
.entry-content { color: #4f5e55; }
.entry-content h2, .entry-content h3 { color: var(--framo-ink); font-family: Georgia, serif; line-height: 1.2; }
.entry-content a { color: var(--framo-green-dark); text-decoration: underline; }
.entry-content img { border-radius: 16px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { padding: 28px; background: #f7faf8; border: 1px solid var(--framo-line); border-radius: 18px; }
.post-card h2 { margin: 6px 0 12px; color: var(--framo-ink); font-family: Georgia, serif; line-height: 1.2; }
.post-meta { margin: 0; color: var(--framo-green-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.not-found p:not(.eyebrow) { max-width: 650px; margin: 24px 0 30px; color: var(--framo-muted); }
.comments-area { margin-top: 60px; padding-top: 35px; border-top: 1px solid var(--framo-line); }

@media (max-width: 1050px) {
  .site-navigation { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 14px 20px 20px; background: white; border-bottom: 1px solid var(--framo-line); box-shadow: 0 18px 30px rgba(17, 61, 38, .10); }
  .site-navigation.is-open { display: block; }
  .menu-list { align-items: stretch; flex-direction: column; gap: 0; }
  .menu-list a { display: block; padding: 11px 2px; }
  .nav-toggle { display: block; margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(3rem, 6.6vw, 4.65rem); }
  .route-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--framo-line); }
  .route-grid > a { background: white; border-right: 0; }
  .answer-grid { grid-template-columns: 58px 1fr; }
  .answer-band .answer-grid > a { grid-column: 2; justify-self: start; }
  .wijzer-form { grid-template-columns: 1fr; }
  .wijzer-step { border-right: 0; border-bottom: 1px solid var(--framo-line); }
  .wijzer-step:last-child { border-bottom: 0; }
  .wijzer-step > p { min-height: 0; }
  .anatomy-grid, .application-layout { gap: 48px; }
  .tip-grid { gap: 46px; }
  .safety-card { grid-template-columns: 54px 1fr; }
  .safety-card > a { grid-column: 2; justify-self: start; }
  .authority-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .article-layout, .policy-layout { gap: 50px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 680px); }
  .knowledge-bar__inner > span:last-child { display: none; }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand-name { font-size: 20px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-cta { padding: 10px 12px; }
  .header-cta span:first-child { display: none; }
  .hero { padding: 54px 0 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: grid; }
  .article-meta { display: grid; }
  .hero-visual figcaption { right: 12px; bottom: 12px; }
  .answer-grid { grid-template-columns: 46px 1fr; gap: 16px; }
  .answer-icon { width: 44px; height: 44px; }
  .answer-band .answer-grid > a { grid-column: 1 / -1; }
  .route-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .section-heading-row { grid-template-columns: 1fr; gap: 12px; }
  .wijzer-topline { grid-template-columns: 1fr; gap: 14px; }
  .wijzer-step { padding: 25px 21px; }
  .wijzer-result { grid-template-columns: 1fr; padding: 23px 21px; }
  .wijzer-result ul { display: grid; }
  .wijzer-disclaimer { padding-inline: 21px; }
  .anatomy-grid, .application-layout, .evidence-grid, .tip-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-intro, .faq-intro { position: static; }
  .anatomy-cards { grid-template-columns: 1fr; }
  .comparison-table { overflow: visible; background: transparent; border: 0; box-shadow: none; border-radius: 0; }
  .comparison-head { display: none; }
  .comparison-row { display: block; margin-bottom: 14px; padding: 18px; background: white; border: 1px solid #d7e3dc; border-radius: 15px; }
  .comparison-row > * { display: block; padding: 7px 0; border: 0; }
  .comparison-row span::before { content: attr(data-label); display: block; margin-bottom: 2px; color: var(--framo-green-dark); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .context-grid { grid-template-columns: 1fr; }
  .context-grid article { min-height: 255px; }
  .mistakes-panel { padding: 27px 22px; }
  .albert-card { min-height: 410px; padding: 62px 30px 34px; }
  .safety-card { margin-bottom: 72px; padding: 28px 24px; grid-template-columns: 1fr; }
  .safety-card > a { grid-column: 1; white-space: normal; }
  .authority-section { padding: 72px 0; }
  .authority-stats { grid-template-columns: 1fr; }
  .authority-stats div { min-height: 110px; border-right: 0; border-bottom: 1px solid rgba(199, 236, 214, .2); }
  .authority-stats div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:nth-child(3) { display: none; }
  .footer-bottom { flex-direction: column; }
  .subpage-hero { padding: 58px 0 55px; }
  .subpage-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .profile-monogram { width: 190px; }
  .article-layout, .policy-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-aside, .policy-nav { position: static; }
  .policy-nav { display: none; }
  .article-cta { grid-template-columns: 1fr; }
  .article-cta > a { justify-self: start; }
  .post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 3rem; }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-band .answer-grid > a { grid-column: 1; }
  .result-actions { display: grid; }
  .result-actions a, .result-actions button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .faq-list details p { margin-right: 0; }
  .article-quote { padding: 68px 25px 28px; }
  .article-quote span { top: 22px; left: 25px; }
  .policy-summary p { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .knowledge-bar, .site-header, .site-footer, .hero-actions, .route-strip, .header-cta { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .section { padding: 28px 0; }
  .hero { padding: 30px 0; background: #fff; }
  .hero-grid, .application-layout, .faq-grid, .evidence-grid { display: block; }
  .hero-visual { max-width: 50%; margin-top: 20px; }
  a { color: #000; text-decoration: underline; }
}

