:root {
    --bhg-black: #090909;
    --bhg-charcoal: #151515;
    --bhg-panel: #1e1e1e;
    --bhg-gold: #f4b527;
    --bhg-gold-dark: #cf9010;
    --bhg-cream: #f5f2eb;
    --bhg-ink: #171717;
    --bhg-muted: #6e6e6e;
    --bhg-border: #dedbd4;
}

html { scroll-behavior: smooth; }
body { background: #fff; color: var(--bhg-ink); font-family: Inter, Arial, sans-serif; }
a { color: inherit; }
.bhg-skip-link { position: fixed; top: -80px; left: 1rem; z-index: 2000; background: #fff; color: #000; padding: .75rem 1rem; }
.bhg-skip-link:focus { top: 1rem; }
.bhg-notice { background: var(--bhg-gold); color: #080808; font-size: .78rem; font-weight: 700; letter-spacing: .025em; padding: .55rem 0; }
.bhg-nav { background: rgba(9, 9, 9, .97); border-bottom: 1px solid rgba(244,181,39,.28); min-height: 78px; }
.bhg-nav .navbar-brand { display: flex; align-items: center; gap: .9rem; background: transparent; padding: 0; }
.bhg-site-logo { display: block; width: auto; height: 46px; max-width: 200px; object-fit: contain; }
.bhg-footer-logo { display: block; width: auto; height: 64px; max-width: 245px; object-fit: contain; background: transparent; padding: 0; }
.bhg-logo-fallback { color: var(--bhg-gold); font: 700 1.6rem/1 Oswald, sans-serif; letter-spacing: .08em; }
.bhg-nav .nav-link { color: #d9d9d9; font-size: .84rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; padding: 1rem .7rem !important; }
.bhg-nav .nav-link:hover, .bhg-nav .nav-link:focus { color: var(--bhg-gold); }
.bhg-account-trigger { min-height: 52px; gap: .65rem; border: 1px solid rgba(255,255,255,.32); color: #fff; padding: .3rem .75rem .3rem .35rem; text-align: left; }
.bhg-account-trigger:hover, .bhg-account-trigger:focus, .bhg-account-trigger[aria-expanded="true"] { border-color: var(--bhg-gold); color: #fff; background: rgba(255,255,255,.07); }
.bhg-account-trigger:focus-visible { outline: 3px solid rgba(244,181,39,.65); outline-offset: 2px; }
.bhg-account-avatar { width: 38px; height: 38px; flex: 0 0 38px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--bhg-gold); color: #080808; font-weight: 800; }
.bhg-account-identity { display: flex; flex-direction: column; min-width: 0; line-height: 1.15; }
.bhg-account-identity span { color: #aaa; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bhg-account-identity strong { max-width: 150px; overflow: hidden; color: #fff; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.bhg-account-dropdown { min-width: 285px; border: 0; border-top: 3px solid var(--bhg-gold); border-radius: 0; padding: .55rem 0; box-shadow: 0 1rem 2.5rem rgba(0,0,0,.28); }
.bhg-account-dropdown .dropdown-header { color: #6e6e6e; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bhg-account-dropdown .dropdown-item { min-height: 44px; display: flex; align-items: center; padding: .65rem 1rem; font-size: .88rem; font-weight: 600; }
.bhg-account-dropdown .dropdown-item:hover, .bhg-account-dropdown .dropdown-item:focus { background: #f5f2eb; color: #090909; }
.bhg-account-dropdown .dropdown-item:focus-visible { outline: 3px solid rgba(244,181,39,.65); outline-offset: -3px; }
.bhg-account-dropdown .bhg-logout-item { color: #a32020; width: 100%; }
.navbar-toggler { border-color: #777; }
.navbar-toggler-icon { filter: invert(1); }
.btn { border-radius: 0; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.btn-gold { background: var(--bhg-gold); border-color: var(--bhg-gold); color: #070707; }
.btn-gold:hover, .btn-gold:focus { background: #ffca47; border-color: #ffca47; color: #000; }
.btn-outline-gold { border-color: var(--bhg-gold); color: var(--bhg-gold); }
.btn-outline-gold:hover { background: var(--bhg-gold); color: #000; }
.bhg-hero { min-height: 560px; display: grid; align-items: center; position: relative; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.70) 52%, rgba(0,0,0,.28) 100%), url('/assets/img/bhg-hero.jpg') center/cover; }
.bhg-eyebrow { color: var(--bhg-gold); font-size: .75rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.bhg-display, .bhg-section-title { font-family: Oswald, Impact, sans-serif; font-weight: 700; letter-spacing: -.015em; text-transform: uppercase; }
.bhg-display { font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .94; max-width: 850px; }
.bhg-section-title { font-size: clamp(2rem, 4vw, 3.4rem); }
.bhg-lead { max-width: 700px; color: #d7d7d7; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.7; }
.bhg-search { max-width: 780px; display: flex; background: #fff; padding: .45rem; }
.bhg-search .form-control { border: 0; min-height: 50px; box-shadow: none; }
.bhg-section { padding: 5rem 0; }
.bhg-section-cream { background: var(--bhg-cream); }
.bhg-category { display: block; height: 100%; background: #fff; border: 1px solid var(--bhg-border); padding: 1.5rem; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.bhg-category:hover { transform: translateY(-3px); border-color: var(--bhg-gold); }
.bhg-category-icon { color: var(--bhg-gold-dark); font-size: 1.75rem; }
.bhg-category h3 { font: 700 1.25rem Oswald, sans-serif; text-transform: uppercase; margin: 1.25rem 0 .35rem; }
.bhg-category p { color: var(--bhg-muted); margin: 0; font-size: .88rem; }
.listing-card { height: 100%; background: #fff; border: 1px solid var(--bhg-border); position: relative; }
.listing-card-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #eceae5; }
.listing-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.listing-card:hover .listing-card-image img { transform: scale(1.025); }
.listing-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #96928a; font-size: 2.5rem; }
.listing-badge { position: absolute; top: .8rem; left: .8rem; background: #090909; color: #fff; padding: .38rem .65rem; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.listing-card-body { padding: 1.25rem; }
.listing-card-kicker { color: var(--bhg-muted); text-transform: uppercase; letter-spacing: .09em; font-size: .67rem; font-weight: 800; }
.listing-card-title { font: 600 1.18rem/1.25 Oswald, sans-serif; text-transform: uppercase; margin: .45rem 0; }
.listing-card-title a { text-decoration: none; }
.listing-card-price { color: var(--bhg-ink); font-size: 1.25rem; font-weight: 800; }
.bhg-dashboard-listing { display: flex; flex-direction: column; }
.bhg-dashboard-listing .listing-card { height: auto; flex: 1 1 auto; }
.bhg-dashboard-listing-controls { flex: 0 0 auto; }
.bhg-process-card { border-top: 3px solid var(--bhg-gold); padding: 1.75rem; height: 100%; background: #171717; color: #fff; }
.bhg-process-number { color: var(--bhg-gold); font: 700 2.5rem Oswald, sans-serif; }
.bhg-page-header { background: #101010; color: #fff; padding: 3.5rem 0; border-bottom: 4px solid var(--bhg-gold); }
.bhg-panel { border: 1px solid var(--bhg-border); background: #fff; padding: 1.5rem; }
.bhg-identity-badge { display: inline-grid; width: 28px; height: 28px; min-height: 0; flex: 0 0 28px; border: 0; border-radius: 50%; padding: 0; color: #8a5d00; background: transparent; font-size: 1rem; place-items: center; }
.bhg-identity-badge:hover, .bhg-identity-badge:focus { color: #000; background: #f4b527; }
.bhg-identity-badge:focus-visible { outline: 3px solid rgba(244,181,39,.45); outline-offset: 2px; }
.bhg-identity-badge.is-inverse { color: #f4b527; }
.bhg-identity-badge.is-inverse:hover, .bhg-identity-badge.is-inverse:focus { color: #090909; }
.bhg-identity-badge.is-labeled { display: inline-flex; width: auto; height: 34px; gap: .42rem; border: 1px solid #b47a06; border-radius: 999px; padding: .35rem .72rem; color: #18130a; background: #fff4d7; font-size: .72rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.bhg-identity-modal { border: 0; border-top: 5px solid var(--bhg-gold); border-radius: 0; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.3); }
.bhg-identity-modal .modal-header { align-items: flex-start; padding: 1.5rem; }
.bhg-identity-modal .modal-body { padding: 1.5rem; line-height: 1.7; }
.bhg-privacy-list { display: grid; gap: .8rem; margin: 1.25rem 0; padding: 0; list-style: none; }
.bhg-privacy-list li { position: relative; padding-left: 1.6rem; }
.bhg-privacy-list li::before { position: absolute; left: 0; top: .05rem; color: var(--bhg-gold-dark); content: '\F47A'; font-family: bootstrap-icons; }
.bhg-filter { background: var(--bhg-cream); border: 1px solid var(--bhg-border); padding: 1.25rem; }
.form-control, .form-select { border-radius: 0; min-height: 46px; border-color: #c9c5bd; }
.form-control:focus, .form-select:focus { border-color: var(--bhg-gold-dark); box-shadow: 0 0 0 .2rem rgba(244,181,39,.2); }
.bhg-star-input { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: .25rem; }
.bhg-star-input input { position: absolute; opacity: 0; pointer-events: none; }
.bhg-star-input label { color: #c9c5bd; cursor: pointer; font-size: 2rem; line-height: 1; padding: .25rem; }
.bhg-star-input label:hover, .bhg-star-input label:hover ~ label, .bhg-star-input input:checked ~ label { color: var(--bhg-gold-dark); }
.bhg-star-input input:focus-visible + label { outline: 3px solid rgba(244,181,39,.45); outline-offset: 2px; }
.bhg-footer { background: #090909; color: #bdbdbd; padding: 4.5rem 0 1.5rem; }
.bhg-footer a { color: #d5d5d5; display: block; margin-bottom: .65rem; text-decoration: none; }
.bhg-footer a:hover { color: var(--bhg-gold); }
.bhg-footer-title { color: #fff; font: 600 .85rem Oswald, sans-serif; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.bhg-footer-copy { max-width: 500px; line-height: 1.7; }
.bhg-footer address { line-height: 1.7; }
.bhg-disclaimer { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #333; font-size: .78rem; line-height: 1.7; }
.bhg-copyright { border-top: 1px solid #222; margin-top: 1.5rem; padding-top: 1.5rem; font-size: .75rem; }
.pagination { --bs-pagination-border-radius: 0; --bs-pagination-color: #171717; --bs-pagination-active-bg: #171717; --bs-pagination-active-border-color: #171717; }
@media (max-width: 991.98px) { .bhg-nav-actions { align-items: stretch !important; flex-direction: column; padding: 0 0 1rem; } .bhg-account-menu, .bhg-account-trigger { width: 100%; } .bhg-account-dropdown { width: 100%; position: static !important; transform: none !important; margin-top: .35rem !important; } .bhg-account-identity strong { max-width: none; } .bhg-hero { min-height: 500px; } }
@media (max-width: 575.98px) { .bhg-search { display: block; background: transparent; padding: 0; } .bhg-search .form-control { margin-bottom: .5rem; } .bhg-search .btn { width: 100%; } .bhg-section { padding: 3.5rem 0; } .bhg-site-logo { height: 44px; max-width: 165px; } }
