/* Brandvisory Blog — gleiche Tokens wie index.html */
:root {
  --navy: #0C1B3F; --navy2: #152650; --ice: #CFE7F1; --lemon: #D8F94B;
  --paper: #FCF9FB; --paper2: #F0EDF2; --muted: #6B7A9F;
  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Hanken Grotesk', system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --wrap: 1200px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: var(--font-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--lemon); color: var(--navy); padding: 8px 14px; border-radius: 99px; z-index: 100; }
.skip:focus { left: 16px; }
:focus-visible { outline: 2px solid var(--lemon); outline-offset: 3px; }

/* Header */
.bh { position: sticky; top: 0; z-index: 50; background: var(--navy); color: #fff; }
.bh__inner { max-width: 1440px; margin: 0 auto; height: 84px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bh__logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.bh__logo-icon { position: relative; width: 34px; height: 34px; border: 1.5px solid rgba(207,231,241,.35); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.bh__logo-icon svg { position: absolute; top: -2px; left: -2px; }
.bh__logo-name { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -.01em; }
.bh__links { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 500; }
.bh__links a { text-decoration: none; color: rgba(255,255,255,.82); transition: color .2s; position: relative; }
.bh__links a:hover, .bh__links a.is-active { color: #fff; }
.bh__links a.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--lemon); }
.bh__social { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(207,231,241,.25); border-radius: 50%; }
/* Menü-Button „Anfrage“: identisch zur Hauptseite (eisblau, Hover: transparent mit Lemon-Rahmen) */
.bh__cta { background: var(--ice); color: var(--navy) !important; border: 1.5px solid transparent; padding: 11.5px 24.5px; border-radius: 8px; font-weight: 600;
  transition: background .28s var(--ease-out), border-color .28s var(--ease-out), color .28s var(--ease-out), transform .28s var(--ease-out); box-shadow: none; }
.bh__cta:hover, .bh__cta:focus-visible { background: transparent; border-color: var(--lemon); color: var(--lemon) !important; transform: translateY(-1px); box-shadow: none; }
.bh__links a.bh__cta::after { display: none; }
.bh__burger { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.bh__burger span { display: block; height: 2px; background: #fff; margin: 5px 0; }
@media (max-width: 960px) {
  .bh__inner { height: 68px; padding: 0 16px; }
  .bh__burger { display: block; }
  .bh__links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy); flex-direction: column; align-items: flex-start; padding: 12px 16px 24px; gap: 16px; font-size: 18px; }
  .bh.is-open .bh__links { display: flex; }
}

/* Blog Hero */
.bhero { max-width: var(--wrap); margin: 0 auto; padding: 88px 32px 40px; }
.bhero__eyebrow, .bcta__eyebrow, .post__tldr-title { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--muted); margin: 0 0 16px; }
.bhero__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 6vw, 80px); line-height: 1.02; letter-spacing: -.03em; margin: 0 0 24px; }
.bhero__title em { font-style: normal; background: linear-gradient(transparent 62%, var(--lemon) 62%, var(--lemon) 92%, transparent 92%); }
.bhero__lead { max-width: 680px; font-size: 19px; color: #3a4768; margin: 0; }

/* Filter */
.bfilter { max-width: var(--wrap); margin: 0 auto; padding: 16px 32px 8px; position: sticky; top: 84px; z-index: 10; background: var(--paper); }
.bfilter__row { display: flex; gap: 12px; }
.bfilter__search { flex: 1; display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--paper2); border-radius: 99px; padding: 0 18px; transition: border-color .2s; }
.bfilter__search:focus-within { border-color: var(--navy); }
.bfilter__search svg { color: var(--muted); flex: none; }
.bfilter__search input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font: inherit; font-size: 16px; padding: 14px 0; color: var(--navy); }
.bfilter__year select { appearance: none; height: 100%; min-height: 52px; font: inherit; font-size: 15px; font-weight: 500; color: var(--navy); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230C1B3F' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 18px center; border: 1.5px solid var(--paper2); border-radius: 99px; padding: 0 44px 0 20px; cursor: pointer; }
.bfilter__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chip { font: inherit; font-size: 14px; font-weight: 500; color: var(--navy); background: transparent; border: 1.5px solid rgba(12,27,63,.14); border-radius: 99px; padding: 8px 16px; cursor: pointer; transition: all .2s var(--ease-out); }
.chip:hover { border-color: var(--navy); }
.chip.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.bfilter__count { font-size: 14px; color: var(--muted); margin: 14px 0 0; }
@media (max-width: 960px) { .bfilter { top: 68px; padding: 12px 16px 4px; } .bhero { padding: 56px 16px 24px; } }
@media (max-width: 560px) { .bfilter { position: static; } .bfilter__row { flex-direction: column; } .bfilter__year select { width: 100%; } }

/* Karten */
.bgrid { max-width: var(--wrap); margin: 0 auto; padding: 24px 32px 48px; display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.bcard { background: #fff; border: 1.5px solid var(--paper2); border-radius: 20px; transition: transform .3s var(--ease-out), border-color .3s, box-shadow .3s; }
.bcard:hover { transform: translateY(-3px); border-color: var(--navy); box-shadow: 0 16px 40px -24px rgba(12,27,63,.35); }
.bcard[hidden] { display: none; }
.bcard__link { display: flex; flex-direction: column; height: 100%; padding: 28px; text-decoration: none; }
.bcard__meta { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); margin: 0 0 18px; }
.bcard__cat { background: var(--ice); color: var(--navy); padding: 3px 10px; border-radius: 99px; font-weight: 600; }
.bcard__title { font-family: var(--font-display); font-weight: 700; font-size: 23px; line-height: 1.2; letter-spacing: -.015em; margin: 0 0 12px; }
.bcard__excerpt { color: #3a4768; font-size: 16px; margin: 0 0 20px; flex: 1; }
.bcard__more { font-size: 14px; font-weight: 600; margin: 0; }
.bcard__more span { display: inline-block; transition: transform .25s var(--ease-out); }
.bcard:hover .bcard__more span { transform: translateX(4px); }
.bempty { max-width: var(--wrap); margin: 0 auto; padding: 24px 32px 64px; color: var(--muted); font-size: 18px; }
@media (max-width: 960px) { .bgrid, .bempty { padding-left: 16px; padding-right: 16px; } }
@media (max-width: 400px) { .bgrid { grid-template-columns: 1fr; } }

/* Artikel */
.post { max-width: 760px; margin: 0 auto; padding: 56px 32px 24px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); margin-bottom: 32px; }
.crumbs a { text-decoration: none; } .crumbs a:hover { color: var(--navy); }
.post__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; font-size: 14px; color: var(--muted); margin: 0 0 20px; }
.post__cat { background: var(--ice); color: var(--navy); padding: 4px 12px; border-radius: 99px; font-weight: 600; text-decoration: none; }
.post__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 5vw, 56px); line-height: 1.06; letter-spacing: -.025em; margin: 0 0 24px; }
.post__lead { font-size: 21px; line-height: 1.55; color: #3a4768; margin: 0 0 40px; }
.post__tldr { background: var(--navy); color: #fff; border-radius: 20px; padding: 28px 32px; margin: 0 0 48px; position: relative; overflow: hidden; }
.post__tldr::before { content: ''; position: absolute; top: 14px; left: 14px; width: 14px; height: 14px; border-top: 2.5px solid var(--lemon); border-left: 2.5px solid var(--lemon); }
.post__tldr-title { color: var(--ice); }
.post__tldr ul { margin: 0; padding-left: 20px; } .post__tldr li { margin: 6px 0; } .post__tldr li::marker { color: var(--lemon); }
.post__body h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3.2vw, 34px); line-height: 1.15; letter-spacing: -.02em; margin: 56px 0 16px; }
.post__body h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1.25; margin: 36px 0 12px; }
.post__body p { margin: 0 0 20px; }
.post__body ul, .post__body ol { padding-left: 22px; margin: 0 0 24px; } .post__body li { margin: 8px 0; }
.post__body strong { font-weight: 700; }
.post__body a { text-decoration-color: var(--lemon); text-decoration-thickness: 3px; text-underline-offset: 3px; font-weight: 600; }
.post__body blockquote { margin: 32px 0; padding: 4px 0 4px 24px; border-left: 4px solid var(--lemon); font-family: var(--font-display); font-size: 23px; line-height: 1.35; font-weight: 600; }
.post__faq { margin: 56px 0 0; }
.post__faq h2 { font-family: var(--font-display); font-weight: 700; font-size: 30px; margin: 0 0 16px; letter-spacing: -.02em; }
.post__faq details { border-top: 1.5px solid var(--paper2); padding: 18px 0; }
.post__faq details:last-child { border-bottom: 1.5px solid var(--paper2); }
.post__faq summary { cursor: pointer; font-weight: 600; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.post__faq summary::after { content: '+'; font-size: 24px; line-height: 1; transition: transform .25s; }
.post__faq details[open] summary::after { transform: rotate(45deg); }
.post__faq summary::-webkit-details-marker { display: none; }
.post__faq details p { margin: 12px 0 0; color: #3a4768; }
.post__tags { margin: 40px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.post__tags a { font-size: 14px; text-decoration: none; color: var(--muted); border: 1px solid var(--paper2); border-radius: 99px; padding: 4px 12px; }
.post__tags a:hover { color: var(--navy); border-color: var(--navy); }
@media (max-width: 960px) { .post { padding: 32px 16px 16px; } .post__lead { font-size: 19px; } .post__tldr { padding: 24px 20px; } }

/* CTA */
.bcta { max-width: var(--wrap); margin: 48px auto 72px; background: var(--navy); color: #fff; border-radius: 28px; padding: 56px; position: relative; overflow: hidden; }
main > .bcta { margin-left: 32px; margin-right: 32px; }
@media (min-width: 1264px) { main > .bcta { margin-left: auto; margin-right: auto; } }
.post .bcta { margin: 56px 0 24px; padding: 40px; }
.bcta::after { content: ''; position: absolute; right: -40px; bottom: -40px; width: 180px; height: 180px; border-right: 3px solid var(--lemon); border-bottom: 3px solid var(--lemon); opacity: .6; }
.bcta__eyebrow { color: var(--ice); }
.bcta__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 16px; max-width: 640px; }
.bcta__text { color: rgba(255,255,255,.78); max-width: 560px; margin: 0 0 28px; }
.bcta__btn { display: inline-flex; gap: 10px; align-items: center; background: var(--lemon); color: var(--navy); text-decoration: none; font-weight: 600; padding: 14px 26px; border-radius: 99px; transition: transform .2s var(--ease-out), background .2s; }
.bcta__btn:hover { background: #e8ff6b; transform: translateY(-2px); }
@media (max-width: 960px) { main > .bcta { margin-left: 16px; margin-right: 16px; } .bcta { padding: 36px 24px; } .post .bcta { padding: 32px 24px; } }

.related { max-width: var(--wrap); margin: 0 auto; padding: 24px 0 0; }
.related__title { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: -.02em; margin: 0; padding: 0 32px; }
@media (max-width: 960px) { .related__title { padding: 0 16px; } }

/* Footer */
.bf { background: var(--navy); color: rgba(255,255,255,.75); font-size: 15px; }
.bf__inner { max-width: var(--wrap); margin: 0 auto; padding: 64px 32px 32px; }
.bf__grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 40px; }
.bf__logo { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: #fff; margin: 0 0 12px; }
.bf__tag { margin: 0 0 8px; } .bf__hash { color: var(--lemon); margin: 0; }
.bf__title { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ice); margin: 0 0 14px; font-weight: 600; }
.bf nav a { display: block; text-decoration: none; margin: 0 0 8px; }
.bf a:hover { color: #fff; }
.bf__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(207,231,241,.15); margin-top: 48px; padding-top: 24px; font-size: 13px; }
.bf__bottom p { margin: 0; } .bf__bottom a { margin-left: 16px; text-decoration: none; }
@media (max-width: 760px) { .bf__grid { grid-template-columns: 1fr; } .bf__inner { padding: 48px 16px 24px; } .bf__bottom a { margin: 0 16px 0 0; } }

/* Autor:in, Inhaltsverzeichnis */
.post__by { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--muted); margin: -16px 0 40px; }
.post__by img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; object-position: top; }
.post__by b { color: var(--navy); font-weight: 600; }
.post__toc { border: 1.5px solid var(--paper2); border-radius: 20px; padding: 24px 28px; margin: 0 0 16px; background: #fff; }
.post__toc-title { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--muted); margin: 0 0 12px; }
.post__toc ol { margin: 0; padding-left: 22px; }
.post__toc li { margin: 6px 0; }
.post__toc a { text-decoration: none; font-weight: 500; }
.post__toc a:hover { text-decoration: underline; text-decoration-color: var(--lemon); text-decoration-thickness: 3px; }
.post__body h2 { scroll-margin-top: 104px; }
.post__faq details p + p { margin-top: 10px; }
.post__author { display: flex; gap: 20px; align-items: flex-start; margin: 56px 0 0; padding: 28px; border-radius: 20px; background: var(--paper2); }
.post__author img, .post__author-b { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; object-position: top; flex: none; }
.post__author-b { display: grid; place-items: center; background: var(--navy); color: var(--lemon); font-family: var(--font-display); font-weight: 800; font-size: 34px; }
.post__author p { margin: 0 0 6px; font-size: 16px; color: #3a4768; }
.post__author-name { font-family: var(--font-display); font-weight: 700; font-size: 20px !important; color: var(--navy) !important; }
.post__author-role { font-size: 14px !important; color: var(--muted) !important; margin-bottom: 10px !important; }
@media (max-width: 560px) { .post__author { flex-direction: column; padding: 22px; } .post__toc { padding: 20px; } }
.bfilter[hidden] { display: none; }
