:root{
  --bh-ink:#1d2b22; --bh-ink-soft:#4a5a4f; --bh-paper:#f6f4ec; --bh-card:#fffdf7;
  --bh-line:#ddd8c6; --bh-accent:#2e5c3c; --bh-accent-2:#8a7a4c; --bh-shadow:0 1px 2px rgba(29,43,34,.08);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bh-paper);color:var(--bh-ink);
  font:16px/1.62 "Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif}
a{color:var(--bh-accent);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.bh-shell{max-width:1080px;margin:0 auto;padding:0 22px}
.bh-topbar{background:var(--bh-ink);color:#e8ecdf;font-size:13px;letter-spacing:.02em}
.bh-topbar .bh-shell{display:flex;gap:20px;justify-content:space-between;padding-top:7px;padding-bottom:7px;flex-wrap:wrap}
.bh-topbar a{color:#cfe0c6}
.bh-head{border-bottom:1px solid var(--bh-line);background:#fffdf7}
.bh-head .bh-shell{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:18px;padding-bottom:18px;flex-wrap:wrap}
.bh-brand{display:flex;align-items:center;gap:12px}
.bh-brand svg{width:38px;height:38px;flex:none}
.bh-brand b{display:block;font-size:20px;letter-spacing:.01em}
.bh-brand i{display:block;font-style:normal;font-size:12px;color:var(--bh-ink-soft);letter-spacing:.14em;text-transform:uppercase}
.bh-nav{display:flex;gap:22px;font-size:15px}
.bh-nav a{color:var(--bh-ink);padding-bottom:3px;border-bottom:2px solid transparent}
.bh-nav a.is-here{border-color:var(--bh-accent);color:var(--bh-accent)}
.bh-hero{margin:26px 0 34px;border:1px solid var(--bh-line);background:#fff}
.bh-hero img{width:100%;height:340px;object-fit:cover;filter:saturate(.95)}
.bh-hero-txt{padding:24px 26px}
.bh-hero-txt h1{margin:0 0 10px;font-size:31px;line-height:1.22;font-weight:600}
.bh-hero-txt p{margin:0;max-width:62ch;color:var(--bh-ink-soft)}
.bh-cols{display:grid;grid-template-columns:1fr 288px;gap:32px;align-items:start}
@media(max-width:820px){.bh-cols{grid-template-columns:1fr}.bh-hero img{height:220px}}
h1.bh-title{font-size:29px;margin:26px 0 8px;font-weight:600}
h2{font-size:22px;font-weight:600;margin:30px 0 12px}
h3{font-size:17px;font-weight:600;margin:0 0 6px}
.bh-lead{font-size:17px;color:var(--bh-ink-soft)}
.bh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:18px;margin:16px 0 6px}
.bh-item{background:var(--bh-card);border:1px solid var(--bh-line);box-shadow:var(--bh-shadow)}
.bh-item img{height:154px;width:100%;object-fit:cover}
.bh-item .bh-body{padding:13px 15px 16px}
.bh-item p{margin:4px 0 0;font-size:14px;color:var(--bh-ink-soft)}
.bh-tag{display:inline-block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--bh-accent-2);border:1px solid var(--bh-line);padding:2px 7px;margin-bottom:7px}
.bh-side{border-left:3px solid var(--bh-accent);padding-left:18px;font-size:14.5px}
.bh-side dl{margin:0 0 20px}
.bh-side dt{font-weight:600;margin-top:11px}
.bh-side dd{margin:0;color:var(--bh-ink-soft)}
.bh-figure{margin:20px 0;border:1px solid var(--bh-line)}
.bh-figure figcaption{padding:9px 13px;font-size:13px;color:var(--bh-ink-soft);background:#fffdf7}
.bh-table{width:100%;border-collapse:collapse;font-size:14.5px;margin:14px 0}
.bh-table th,.bh-table td{border-bottom:1px solid var(--bh-line);padding:9px 8px;text-align:left}
.bh-table th{font-weight:600;color:var(--bh-ink-soft);font-size:13px;letter-spacing:.05em;text-transform:uppercase}
.bh-note{background:#eef1e4;border:1px solid var(--bh-line);padding:15px 17px;margin:22px 0;font-size:15px}
.bh-foot{margin-top:46px;border-top:1px solid var(--bh-line);background:#fffdf7}
.bh-foot .bh-shell{display:flex;justify-content:space-between;gap:26px;flex-wrap:wrap;padding-top:22px;padding-bottom:26px;font-size:13.5px;color:var(--bh-ink-soft)}
.bh-foot b{display:block;color:var(--bh-ink);margin-bottom:5px;font-size:14px}
form.bh-form{display:grid;gap:12px;max-width:440px;margin-top:14px}
.bh-form label{font-size:13.5px;color:var(--bh-ink-soft)}
.bh-form input,.bh-form textarea{width:100%;padding:9px 10px;border:1px solid var(--bh-line);background:#fff;font:inherit;font-size:14.5px}
.bh-form button{justify-self:start;background:var(--bh-accent);color:#fff;border:0;padding:10px 22px;font:inherit;font-size:15px;cursor:pointer}
