/* base — cleaned component styles, 2026-09-06. */
:root { --bp-accent: #f05423; --bp-accent-dark: #d94011; --bp-ink: #202124; --bp-ink-soft: #383d43; --bp-muted: #6c727a; --bp-line: #e4e7ea; --bp-surface: #f5f6f7; --bp-surface-warm: #faf8f5; --bp-white: #fff; --bp-positive: #6fae2e; --bp-negative: #d54f3f; --bp-shadow: 0 18px 48px rgba(25,31,36,.08); --bp-shadow-soft: 0 8px 24px rgba(25,31,36,.06); --bp-radius: 18px; --bp-radius-sm: 12px; --bp-container: min(1240px, calc(100% - 40px)); --bp-narrow: min(820px, calc(100% - 40px)); --bp-display: "Arial Narrow","Roboto Condensed","Segoe UI",sans-serif; --bp-body: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bp-white); color: var(--bp-ink); font-family: var(--bp-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.bp-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--bp-accent); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.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, .bp-skip-link:focus { clip: auto!important; width: auto; height: auto; left: 12px; top: 12px; background: #fff; color: #111; padding: 10px 14px; z-index: 10000; border-radius: 6px; box-shadow: var(--bp-shadow); }
.bp-skip-link { position: absolute; left: -9999px; }
.bp-container { width: var(--bp-container); margin-inline: auto; }
.bp-container-narrow { width: var(--bp-narrow); margin-inline: auto; }
.bp-main { min-height: 60vh; }
.bp-site-header { position: relative; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(228,231,234,.9); backdrop-filter: blur(18px); }
.bp-header-inner { min-height: 88px; display: grid; grid-template-columns: 250px 1fr auto; gap: 28px; align-items: center; }
.bp-site-branding { min-width: 0; }
.bp-brand { display: inline-flex; align-items: center; max-width: 235px; }
.bp-brand img { width: 100%; height: auto; }
.custom-logo-link { display: inline-flex; max-width: 235px; }
.custom-logo { width: auto; max-height: 58px; }
.bp-navigation { justify-self: center; }
.bp-menu { display: flex; align-items: center; gap: 31px; list-style: none; margin: 0; padding: 0; }
.bp-menu li { position: relative; }
.bp-menu a { display: flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 700; color: var(--bp-ink-soft); }
.bp-menu a:hover, .bp-menu .current-menu-item>a { color: var(--bp-accent); }
.bp-menu .sub-menu { display: none; position: absolute; left: -18px; top: calc(100% + 4px); min-width: 230px; padding: 12px; background: #fff; border: 1px solid var(--bp-line); border-radius: 12px; box-shadow: var(--bp-shadow); list-style: none; }
.bp-menu li:hover>.sub-menu, .bp-menu li:focus-within>.sub-menu { display: block; }
.bp-menu .sub-menu a { min-height: 38px; padding: 0 10px; border-radius: 8px; }
.bp-header-actions { display: flex; align-items: center; gap: 12px; }
.bp-search-toggle { width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; border-radius: 50%; color: var(--bp-ink); }
.bp-search-toggle:hover, .bp-search-toggle:focus-visible { background: var(--bp-surface); color: var(--bp-accent); }
.bp-search-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.bp-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border: 1px solid var(--bp-accent); border-radius: 8px; background: var(--bp-accent); color: #fff; font-weight: 800; font-size: 14px; box-shadow: 0 8px 20px rgba(240,84,35,.18); transition: .2s ease; }
.bp-button:hover, .bp-button:focus-visible { transform: translateY(-1px); background: var(--bp-accent-dark); border-color: var(--bp-accent-dark); color: #fff; box-shadow: 0 12px 28px rgba(240,84,35,.25); }
.bp-menu-toggle { display: none; width: 45px; height: 45px; padding: 11px; border: 0; background: transparent; border-radius: 8px; }
.bp-menu-toggle span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--bp-ink); transition: .2s ease; }
.bp-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bp-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.bp-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.bp-header-search { position: absolute; left: 0; right: 0; top: 100%; padding: 18px 0; background: #fff; border-bottom: 1px solid var(--bp-line); box-shadow: var(--bp-shadow-soft); }
.bp-search-form { display: flex; gap: 10px; width: 100%; max-width: 720px; margin-inline: auto; }
.bp-search-field { width: 100%; min-height: 48px; padding: 0 16px; border: 1px solid #d7dbdf; border-radius: 8px; background: #fff; color: var(--bp-ink); outline: none; }
.bp-search-field:focus { border-color: var(--bp-accent); box-shadow: 0 0 0 3px rgba(240,84,35,.14); }
.bp-search-form button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 8px; background: var(--bp-accent); color: #fff; font-weight: 800; }
.bp-eyebrow { margin: 0 0 14px; color: var(--bp-accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bp-page-header h1 { margin: 0; font-family: var(--bp-display); font-size: clamp(48px,5vw,76px); font-stretch: condensed; letter-spacing: -.035em; line-height: .96; text-transform: uppercase; }
.bp-negative { color: var(--bp-negative)!important; }
.bp-listing-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.bp-listing-grid { grid-template-columns: repeat(3,minmax(0,1fr)); padding-bottom: 40px; }
.bp-article-card, .bp-report-card { min-width: 0; border: 1px solid var(--bp-line); border-radius: var(--bp-radius-sm); background: #fff; overflow: hidden; box-shadow: var(--bp-shadow-soft); transition: .2s ease; }
.bp-article-card:hover, .bp-report-card:hover { transform: translateY(-4px); box-shadow: var(--bp-shadow); }
.bp-card-image { display: block; aspect-ratio: 5/3; overflow: hidden; background: #d9dde0; }
.bp-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bp-article-card:hover .bp-card-image img, .bp-report-card:hover .bp-card-image img { transform: scale(1.035); }
.bp-card-body { padding: 17px 17px 19px; }
.bp-card-category { margin: 0 0 8px; color: var(--bp-accent); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.bp-card-category a { color: inherit; }
.bp-card-body h3, .bp-card-body h2 { margin: 0; font-family: var(--bp-display); font-size: 21px; line-height: 1.08; }
.bp-card-body h3 a:hover, .bp-card-body h2 a:hover { color: var(--bp-accent); }
.bp-card-meta { margin: 13px 0 9px!important; color: #8a9097!important; font-size: 11px!important; }
.bp-card-body>p:last-child { margin: 0; color: var(--bp-muted); font-size: 13px; line-height: 1.55; }
.bp-subscribe { padding: 0 0 45px; }
.bp-subscribe strong { display: block; font-family: var(--bp-display); font-size: 18px; line-height: 1.15; }
.bp-subscribe small { display: block; margin-top: 5px; color: rgba(255,255,255,.78); font-size: 11px; }
.bp-site-footer { padding: 44px 0 0; border-top: 1px solid var(--bp-line); background: #fff; }
.bp-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-top: 1px solid var(--bp-line); color: #92979d; font-size: 11px; }
.bp-footer-bottom p { margin: 0; }
.bp-footer-bottom nav { display: flex; gap: 22px; flex-wrap: wrap; }
.bp-page-header { max-width: 850px; margin-bottom: 42px; }
.bp-page-header h1 { font-size: clamp(43px,6vw,72px); }
.bp-page-header>p:last-child { max-width: 720px; margin: 20px 0 0; color: var(--bp-muted); font-size: 18px; }
.bp-entry-content { font-size: 18px; line-height: 1.82; }
.bp-entry-content>*:first-child { margin-top: 0; }
.bp-entry-content h2, .bp-entry-content h3 { font-family: var(--bp-display); line-height: 1.1; }
.bp-entry-content h2 { margin: 2.4em 0 .8em; font-size: 36px; }
.bp-entry-content h3 { margin: 2em 0 .7em; font-size: 28px; }
.bp-entry-content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; color: var(--bp-accent); }
.bp-entry-content blockquote { margin: 2em 0; padding: 4px 0 4px 28px; border-left: 4px solid var(--bp-accent); color: var(--bp-ink-soft); font-size: 21px; }
.bp-entry-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 15px; }
.bp-entry-content th, .bp-entry-content td { padding: 12px 14px; border: 1px solid var(--bp-line); text-align: left; }
.bp-entry-content th { background: var(--bp-surface); }
.bp-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 40px; }
.bp-tags a { padding: 7px 11px; border-radius: 6px; background: var(--bp-surface); font-size: 12px; }
.bp-comments { margin-top: 55px; padding-top: 40px; border-top: 1px solid var(--bp-line); }
.bp-comment-list { padding-left: 0; list-style: none; }
.bp-comment-list li { padding: 18px 0; border-bottom: 1px solid var(--bp-line); }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--bp-line); border-radius: 8px; }
.form-submit .submit { width: auto; background: var(--bp-accent); color: #fff; border: 0; font-weight: 800; }
.bp-pagination ul { display: flex; justify-content: center; gap: 7px; padding: 0; list-style: none; }
.bp-pagination a, .bp-pagination span { min-width: 39px; height: 39px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--bp-line); border-radius: 7px; font-size: 12px; }
.bp-pagination .current { background: var(--bp-accent); border-color: var(--bp-accent); color: #fff; }
.bp-not-found { text-align: center; padding: 60px 0; }
.bp-not-found .bp-search-form { margin: 30px auto; }
.bp-report-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.bp-report-card .bp-card-body h2 { font-size: 30px; }
.bp-report-card-metrics { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--bp-line); color: var(--bp-muted); font-size: 13px; }
@media (max-width:1100px) {
  .bp-header-inner { grid-template-columns: 220px 1fr auto; gap: 18px; }
  .bp-menu { gap: 18px; }
  .bp-menu a { font-size: 13px; }
  .bp-listing-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:920px) {
  :root { --bp-container: min(100% - 30px,1240px); --bp-narrow: min(100% - 30px,820px); }
  .bp-header-inner { grid-template-columns: 1fr auto auto; min-height: 76px; }
  .bp-site-branding { grid-column: 1; }
  .bp-menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .bp-header-actions { grid-column: 3; grid-row: 1; }
  .bp-header-actions .bp-button { display: none; }
  .bp-navigation { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 14px 15px 22px; background: #fff; border-bottom: 1px solid var(--bp-line); box-shadow: var(--bp-shadow); }
  .bp-navigation.is-open { display: block; }
  .bp-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .bp-menu a { min-height: 48px; padding: 0 14px; border-bottom: 1px solid var(--bp-line); }
  .bp-menu .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 0 20px; }
  .bp-menu .sub-menu a { border-bottom: 0; }
}
@media (max-width:680px) {
  :root { --bp-container: calc(100% - 24px); --bp-narrow: calc(100% - 24px); --bp-radius: 14px; }
  .bp-header-inner { grid-template-columns: 1fr auto auto; gap: 5px; }
  .bp-brand { max-width: 190px; }
  .bp-search-toggle { width: 40px; }
  .bp-menu-toggle { width: 40px; }
  .bp-header-actions { gap: 0; }
  .bp-listing-grid, .bp-report-grid { grid-template-columns: 1fr; }
  .bp-card-body h3 { font-size: 23px; }
  .bp-subscribe { padding-bottom: 28px; }
  .bp-subscribe .bp-button { grid-column: 1/-1; width: 100%; min-width: 0; }
  .bp-footer-bottom { align-items: flex-start; flex-direction: column; }
  .bp-page-header h1 { font-size: 44px; }
  .bp-entry-content { font-size: 17px; }
  .bp-entry-content h2 { font-size: 31px; }
  .bp-entry-content h3 { font-size: 25px; }
}
@media (max-width:410px) {
  .bp-brand { max-width: 160px; }
  .bp-search-form { flex-direction: column; }
  .bp-search-form button { width: 100%; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; scroll-behavior: auto!important; }
}
