.bh-access-lock { overflow: hidden !important; }
.bh-access-overlay { position:fixed; inset:0; z-index:9999; display:grid; place-items:center; padding:24px; background:rgba(0,40,44,.72); backdrop-filter:blur(16px); }
.bh-access-card { position:relative; width:min(100%,520px); overflow:hidden; border:1px solid rgba(255,255,255,.22); border-radius:26px; background:#fff; box-shadow:0 34px 100px rgba(0,0,0,.32); color:#28333a; }
.bh-access-accent { height:9px; background:linear-gradient(90deg,#003a40 0 64%,#c66e4e 64%); }
.bh-access-body { padding:42px 42px 36px; }
.bh-access-wordmark { margin:0 0 34px; color:#003a40; font:500 1.35rem/1 "Figtree",system-ui,sans-serif; letter-spacing:-.045em; }
.bh-access-wordmark strong { font-weight:780; }
.bh-access-wordmark i { color:#c66e4e; font-style:normal; font-weight:800; }
.bh-access-kicker { margin:0 0 9px; color:#a8512f; font-size:.7rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.bh-access-card h2 { margin:0; color:#101820; font-size:clamp(2rem,7vw,3rem); line-height:.98; letter-spacing:-.055em; }
.bh-access-card h2 em { color:#003a40; font-family:"Libre Baskerville",Georgia,serif; font-weight:400; }
.bh-access-intro { margin:18px 0 26px; color:#59656c; font-size:1rem; }
.bh-access-form label { display:block; margin-bottom:8px; color:#39434a; font-size:.76rem; font-weight:780; letter-spacing:.08em; text-transform:uppercase; }
.bh-access-row { display:flex; gap:10px; }
.bh-access-row input { min-width:0; flex:1; height:50px; padding:0 15px; border:1px solid #cfd5d8; border-radius:12px; background:#fff; color:#101820; font:inherit; }
.bh-access-row input:focus { border-color:#003a40; outline:3px solid rgba(0,58,64,.12); }
.bh-access-submit { min-width:120px; border:0; border-radius:999px; background:#003a40; color:#fff; cursor:pointer; font:750 .9rem "Figtree",system-ui,sans-serif; }
.bh-access-submit:disabled { cursor:wait; opacity:.65; }
.bh-access-message { min-height:24px; margin:13px 0 0; color:#a13f2d; font-size:.86rem; }
.bh-access-message[data-kind="success"] { color:#0d6658; }
.bh-access-foot { display:flex; justify-content:space-between; gap:18px; margin-top:22px; padding-top:20px; border-top:1px solid #e3e6e9; color:#6b757c; font-size:.78rem; }
.bh-access-foot a { color:#003a40; font-weight:750; }
.bh-access-loader { width:26px; height:26px; margin:8px auto; border:3px solid #d6e4e5; border-top-color:#003a40; border-radius:50%; animation:bh-spin .7s linear infinite; }
@keyframes bh-spin { to { transform:rotate(360deg); } }
@media(max-width:560px){.bh-access-overlay{padding:14px}.bh-access-body{padding:34px 24px 28px}.bh-access-row{flex-direction:column}.bh-access-submit{min-height:48px}.bh-access-foot{flex-direction:column}}
@media(prefers-reduced-motion:reduce){.bh-access-loader{animation:none}}

