:root {
  --bmbg-ink: #171b18;
  --bmbg-soft: #59615b;
  --bmbg-paper: #f7f4ed;
  --bmbg-white: #fffdf8;
  --bmbg-forest: #173e35;
  --bmbg-coral: #e9644b;
  --bmbg-gold: #d6ab57;
  --bmbg-line: rgba(23, 27, 24, 0.14);
  --bmbg-shell: min(1380px, calc(100vw - 64px));
  --bmbg-shadow: 0 24px 70px rgba(26, 36, 30, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.bmbg-editorial { margin: 0; min-width: 320px; color: var(--bmbg-ink); background: var(--bmbg-paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
body.has-open-menu { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.bmbg-shell { width: var(--bmbg-shell); margin-inline: auto; }
.screen-reader-text { position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; }
.screen-reader-text:focus, .bmbg-skip-link:focus { z-index: 999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: white; background: var(--bmbg-forest); }
.bmbg-skip-link { position: fixed; top: -100px; left: 0; }

.bmbg-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: 92px; border-bottom: 1px solid transparent; transition: background .2s, backdrop-filter .2s, border-color .2s, height .2s; }
.bmbg-header.is-scrolled { height: 76px; border-color: var(--bmbg-line); background: rgba(247,244,237,.88); backdrop-filter: blur(18px) saturate(1.25); }
.admin-bar .bmbg-header { top: 32px; }
.bmbg-header__inner { display: flex; align-items: center; height: 100%; gap: 30px; }
.bmbg-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.bmbg-brand .custom-logo-link { display: block; }
.bmbg-brand .custom-logo { width: auto; max-width: 180px; max-height: 52px; }
.bmbg-brand__mark { display: grid; place-items: center; flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: .78rem; }
.bmbg-brand__name { font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bmbg-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.bmbg-menu li { position: relative; }
.bmbg-menu a { display: block; padding: 14px 0; font-size: .8rem; font-weight: 720; }
.bmbg-menu a::after { position: absolute; right: 100%; bottom: 8px; left: 0; height: 1px; content: ""; background: currentColor; transition: right .2s; }
.bmbg-menu a:hover::after, .bmbg-menu .current-menu-item > a::after { right: 0; }
.bmbg-menu .sub-menu { position: absolute; top: calc(100% - 4px); left: -18px; visibility: hidden; width: 210px; margin: 0; padding: 12px; border: 1px solid var(--bmbg-line); border-radius: 14px; opacity: 0; background: rgba(255,253,248,.96); box-shadow: var(--bmbg-shadow); list-style: none; transform: translateY(8px); transition: opacity .18s, visibility .18s, transform .18s; }
.bmbg-menu li:hover > .sub-menu, .bmbg-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.bmbg-menu .sub-menu a { padding: 10px; border-radius: 8px; }
.bmbg-menu .sub-menu a:hover { background: rgba(23,62,53,.07); }
.bmbg-menu .sub-menu a::after { display: none; }
.bmbg-header__actions { display: flex; align-items: center; gap: 14px; }
.bmbg-host-link { font-size: .78rem; font-weight: 750; }
.bmbg-account-link { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--bmbg-line); border-radius: 50%; }
.bmbg-account-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bmbg-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--bmbg-line); border-radius: 50%; background: transparent; }
.bmbg-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 4px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.bmbg-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.bmbg-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.bmbg-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.bmbg-mobile-menu { position: fixed; z-index: -1; inset: 0; padding: 110px 24px 36px; color: white; background: rgba(20,52,44,.97); backdrop-filter: blur(20px); }
.bmbg-mobile-menu[hidden] { display: none; }
.bmbg-mobile-links, .bmbg-mobile-menu .bmbg-menu { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.bmbg-mobile-links > li > a, .bmbg-mobile-menu .bmbg-menu > li > a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: Georgia, serif; font-size: 2rem; }
.bmbg-mobile-menu .sub-menu { margin: 0; padding-left: 18px; list-style: none; }
.bmbg-mobile-menu .sub-menu a { display: block; padding: 11px 0; color: rgba(255,255,255,.7); }
.bmbg-mobile-menu__actions { position: absolute; right: 24px; bottom: 36px; left: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bmbg-mobile-menu__actions a { padding: 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; text-align: center; font-size: .72rem; font-weight: 750; }

.bmbg-main { min-height: 70vh; }
.bmbg-eyebrow { margin: 0 0 14px; color: var(--bmbg-forest); font-size: .67rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.bmbg-page-hero { position: relative; display: grid; align-items: end; min-height: 550px; padding: 150px 0 80px; overflow: hidden; }
.bmbg-page-hero__image, .bmbg-page-hero__veil { position: absolute; inset: 0; }
.bmbg-page-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.bmbg-page-hero__veil { background: linear-gradient(0deg, rgba(11,28,23,.72), rgba(11,28,23,.06)); }
.bmbg-page-hero__content { position: relative; z-index: 2; }
.bmbg-page-hero.has-image { color: white; }
.bmbg-page-hero.has-image .bmbg-eyebrow { color: #e2c98e; }
.bmbg-page-hero h1, .bmbg-article__header h1, .bmbg-not-found h1 { max-width: 1050px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.bmbg-page-hero--archive { min-height: 430px; padding-bottom: 62px; background: radial-gradient(circle at 80% 30%, rgba(214,171,87,.18), transparent 30%), var(--bmbg-paper); }
.bmbg-page-hero--archive h1 { max-width: 100%; font-size: clamp(3.7rem, 7vw, 7.5rem); }
.bmbg-archive-description { max-width: 700px; margin-top: 22px; color: var(--bmbg-soft); line-height: 1.7; }
.bmbg-missing-app { display: grid; align-items: center; min-height: 100vh; padding: 150px 0 80px; background: radial-gradient(circle at 75% 30%, rgba(214,171,87,.2), transparent 35%), var(--bmbg-paper); }
.bmbg-missing-app h1 { max-width: 900px; margin: 0 0 25px; font-family: Georgia, serif; font-size: clamp(4rem, 9vw, 9rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.bmbg-missing-app p:not(.bmbg-eyebrow) { max-width: 650px; color: var(--bmbg-soft); font-size: 1.05rem; line-height: 1.75; }
.bmbg-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; margin-top: 18px; padding: 0 24px; border-radius: 999px; color: white; background: var(--bmbg-forest); font-size: .78rem; font-weight: 800; }

.bmbg-content { width: min(760px, calc(100vw - 40px)); margin-inline: auto; color: #333a35; font-family: Georgia, "Times New Roman", serif; font-size: 1.13rem; line-height: 1.9; }
.bmbg-content--page { padding-block: 80px 110px; }
.bmbg-content > * { max-width: 100%; }
.bmbg-content h2, .bmbg-content h3, .bmbg-content h4 { color: var(--bmbg-ink); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; }
.bmbg-content h2 { margin: 2em 0 .65em; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.bmbg-content h3 { margin-top: 1.8em; font-size: 2rem; }
.bmbg-content a { color: var(--bmbg-forest); text-decoration: underline; text-underline-offset: 3px; }
.bmbg-content blockquote { margin: 2.2em 0; padding: 10px 0 10px 30px; border-left: 2px solid var(--bmbg-coral); color: var(--bmbg-forest); font-size: 1.45em; line-height: 1.45; }
.bmbg-content figure { margin: 2.5em 0; }
.bmbg-content .alignwide { width: min(1100px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.bmbg-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.bmbg-content table { width: 100%; border-collapse: collapse; font-family: Inter, sans-serif; font-size: .84rem; }
.bmbg-content th, .bmbg-content td { padding: 12px; border-bottom: 1px solid var(--bmbg-line); text-align: left; }

.bmbg-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; padding: 45px 0 110px; }
.bmbg-post-card { overflow: hidden; border-radius: 20px; background: var(--bmbg-white); box-shadow: 0 8px 32px rgba(26,36,30,.07); transition: transform .25s, box-shadow .25s; }
.bmbg-post-card:hover { transform: translateY(-5px); box-shadow: var(--bmbg-shadow); }
.bmbg-post-card__media { overflow: hidden; aspect-ratio: 1.2 / 1; background: #e7e2d7; }
.bmbg-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.bmbg-post-card:hover .bmbg-post-card__media img { transform: scale(1.035); }
.bmbg-post-card__placeholder { display: grid; place-items: center; height: 100%; background: linear-gradient(135deg, #d6dacd, #eee2c9); }
.bmbg-post-card__placeholder span { display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid var(--bmbg-forest); border-radius: 50%; color: var(--bmbg-forest); font-family: Georgia, serif; }
.bmbg-post-card__body { padding: 23px; }
.bmbg-post-card h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.bmbg-post-card__excerpt { color: var(--bmbg-soft); font-size: .8rem; line-height: 1.65; }
.bmbg-post-card__excerpt p { margin-bottom: 18px; }
.bmbg-read-more { color: var(--bmbg-forest); font-size: .72rem; font-weight: 800; }
.bmbg-pagination { grid-column: 1 / -1; padding-top: 35px; }
.bmbg-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.bmbg-pagination .page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; border: 1px solid var(--bmbg-line); border-radius: 50%; }
.bmbg-pagination .current { color: white; background: var(--bmbg-forest); }
.bmbg-content-none { grid-column: 1 / -1; padding: 90px 20px; border: 1px dashed var(--bmbg-line); border-radius: 20px; text-align: center; }
.bmbg-content-none > span { color: var(--bmbg-coral); font-size: 2.2rem; }
.bmbg-content-none h2 { margin: 15px 0; font-family: Georgia, serif; font-size: 2.8rem; font-weight: 400; }
.bmbg-content-none p { color: var(--bmbg-soft); }

.bmbg-article { padding: 160px 0 90px; }
.bmbg-article__header { padding-bottom: 50px; }
.bmbg-article__header h1 { max-width: 1200px; font-size: clamp(4rem, 7.5vw, 8rem); }
.bmbg-article__meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: var(--bmbg-soft); font-size: .74rem; }
.bmbg-article__featured { overflow: hidden; height: min(680px, 70vh); margin-bottom: 70px; border-radius: 28px; }
.bmbg-article__featured img { width: 100%; height: 100%; object-fit: cover; }
.bmbg-article__footer { padding-top: 35px; }
.bmbg-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.bmbg-tags a { padding: 8px 12px; border: 1px solid var(--bmbg-line); border-radius: 999px; text-decoration: none; font-family: Inter, sans-serif; font-size: .68rem; }
.bmbg-post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 40px 0 100px; border-top: 1px solid var(--bmbg-line); font-family: Georgia, serif; font-size: 1.3rem; }
.bmbg-post-navigation > div:last-child { text-align: right; }

.bmbg-search-form { display: flex; overflow: hidden; width: min(620px, 100%); margin-top: 30px; border: 1px solid var(--bmbg-line); border-radius: 999px; background: rgba(255,255,255,.55); }
.bmbg-search-form label { display: flex; flex: 1; }
.bmbg-search-form input { width: 100%; min-height: 54px; padding: 0 20px; border: 0; outline: none; background: transparent; }
.bmbg-search-form button { margin: 5px; padding: 0 21px; border: 0; border-radius: 999px; color: white; background: var(--bmbg-forest); font-size: .74rem; font-weight: 800; }
.bmbg-not-found { position: relative; display: grid; align-items: center; min-height: 85vh; padding: 150px 0 90px; overflow: hidden; }
.bmbg-not-found__shape { position: absolute; right: -8vw; width: 44vw; height: 44vw; border: 1px solid rgba(23,62,53,.18); border-radius: 50%; box-shadow: inset 0 0 0 7vw rgba(214,171,87,.07), inset 0 0 0 14vw rgba(23,62,53,.05); }
.bmbg-not-found__content { position: relative; z-index: 1; }
.bmbg-not-found h1 { max-width: 920px; }
.bmbg-not-found__content > p:not(.bmbg-eyebrow) { max-width: 570px; margin: 28px 0; color: var(--bmbg-soft); line-height: 1.7; }
.bmbg-not-found__actions { display: flex; align-items: center; gap: 18px; }
.bmbg-not-found__actions .bmbg-button { margin: 0; white-space: nowrap; }
.bmbg-not-found__actions .bmbg-search-form { width: 430px; margin: 0; }

.bmbg-footer { padding: 100px 0 28px; color: white; background: var(--bmbg-forest); }
.bmbg-footer .bmbg-eyebrow { color: #dac58f; }
.bmbg-footer__lead { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.15); }
.bmbg-footer__lead h2 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(3.5rem, 6.8vw, 7rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.bmbg-footer__email { padding-bottom: 6px; border-bottom: 1px solid currentColor; color: rgba(255,255,255,.7); font-size: .78rem; }
.bmbg-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 80px; padding: 55px 0; }
.bmbg-footer__brand { display: flex; align-items: flex-start; gap: 18px; }
.bmbg-footer__brand p { max-width: 300px; color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.7; }
.bmbg-footer-menu, .bmbg-footer__legal { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.bmbg-footer-menu a, .bmbg-footer__legal a { color: rgba(255,255,255,.7); font-size: .76rem; }
.bmbg-footer-menu a:hover, .bmbg-footer__legal a:hover { color: white; }
.bmbg-footer__bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 980px) {
  :root { --bmbg-shell: calc(100vw - 40px); }
  .bmbg-desktop-nav, .bmbg-host-link { display: none; }
  .bmbg-menu-toggle { display: block; }
  .bmbg-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bmbg-footer__grid { gap: 35px; }
}

@media (max-width: 760px) {
  :root { --bmbg-shell: calc(100vw - 30px); }
  .admin-bar .bmbg-header { top: 46px; }
  .bmbg-header, .bmbg-header.is-scrolled { height: 72px; }
  .bmbg-brand__mark { width: 39px; height: 39px; }
  .bmbg-brand__name { display: none; }
  .bmbg-account-link { width: 38px; height: 38px; }
  .bmbg-page-hero { min-height: 440px; padding: 120px 0 50px; }
  .bmbg-page-hero h1, .bmbg-article__header h1, .bmbg-not-found h1 { font-size: clamp(3.6rem, 16vw, 5.5rem); }
  .bmbg-page-hero--archive { min-height: 360px; }
  .bmbg-post-grid { grid-template-columns: 1fr; padding-top: 24px; }
  .bmbg-post-card__media { aspect-ratio: 1.35 / 1; }
  .bmbg-content--page { padding-block: 55px 80px; }
  .bmbg-content { font-size: 1rem; }
  .bmbg-content h2 { font-size: 2.8rem; }
  .bmbg-article { padding-top: 120px; }
  .bmbg-article__header { padding-bottom: 34px; }
  .bmbg-article__featured { width: 100%; height: 55vh; min-height: 380px; margin-bottom: 45px; border-radius: 0; }
  .bmbg-post-navigation { grid-template-columns: 1fr; }
  .bmbg-post-navigation > div:last-child { text-align: left; }
  .bmbg-not-found__shape { right: -30vw; width: 85vw; height: 85vw; }
  .bmbg-not-found__actions { align-items: stretch; flex-direction: column; }
  .bmbg-not-found__actions .bmbg-search-form { width: 100%; }
  .bmbg-footer { padding-top: 75px; }
  .bmbg-footer__lead { align-items: flex-start; flex-direction: column; padding-bottom: 45px; }
  .bmbg-footer__lead h2 { font-size: 3.8rem; }
  .bmbg-footer__grid { grid-template-columns: 1fr; gap: 35px; padding: 40px 0; }
}

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

@media (forced-colors: active) {
  .bmbg-header, .bmbg-post-card, .bmbg-button, .bmbg-search-form { border: 1px solid CanvasText; }
}

