.bvh-footer{
	background:#14120F; color:#b5ad9f; position:relative; overflow:hidden;
	font-family:"Be Vietnam Pro", system-ui, -apple-system, sans-serif;
}
.bvh-footer::before{
	content:""; position:absolute; top:0; left:0; right:0; height:2px;
	background:linear-gradient(90deg, transparent, #B28E4B 35%, #C9A85E 50%, #B28E4B 65%, transparent);
	opacity:.55;
}
.bvh-footer::after{
	content:""; position:absolute; top:-220px; left:50%; transform:translateX(-50%);
	width:760px; height:560px;
	background:radial-gradient(circle, rgba(178,142,75,.10), transparent 65%);
	pointer-events:none;
}
.bvh-footer__wrap{
	position:relative; z-index:1; max-width:980px; margin:0 auto;
	padding:clamp(36px,4vw,52px) 40px 24px;
}
.bvh-footer__main{
	display:grid; grid-template-columns:1fr auto 1fr; align-items:center;
	gap:clamp(28px,5vw,64px);
}
.bvh-footer__vline{ width:1px; align-self:stretch; background:rgba(255,255,255,.08); }
.bvh-footer__wordmark{
	font-family:"Playfair Display", Georgia, serif; font-size:clamp(24px,2.6vw,28px); font-weight:600;
	letter-spacing:.01em; color:#fff; text-decoration:none; display:inline-block;
}
.bvh-footer__dot{ color:#C9A85E; }
.bvh-footer__about{
	font-size:13.5px; color:#8d8576; margin:14px 0 0; max-width:380px; line-height:1.65;
}
.bvh-footer__eyebrow{
	font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:#C9A85E; font-weight:600;
}
.bvh-footer__phone{
	font-family:"Playfair Display", Georgia, serif; font-size:clamp(20px,2.2vw,24px); color:#fff;
	white-space:nowrap; text-decoration:none; display:inline-block; letter-spacing:.01em;
	margin-top:7px; transition:color .3s;
}
.bvh-footer__phone:hover{ color:#C9A85E; }
.bvh-footer__hours{ font-size:13px; margin:8px 0 0; color:#8d8576; }
.bvh-footer__addr{ font-size:12.5px; margin:14px 0 0; line-height:1.7; color:#b5ad9f; }
.bvh-footer__addr span{ display:inline-flex; align-items:flex-start; gap:8px; }
.bvh-footer__addr svg{ width:14px; height:14px; flex:0 0 auto; margin-top:2px; color:#B28E4B; }
.bvh-footer__bottom{
	margin-top:clamp(26px,3vw,34px); padding-top:18px;
	border-top:1px solid rgba(255,255,255,.08); font-size:12px; color:#6f685b; text-align:center;
}
@media (max-width:680px){
	.bvh-footer__wrap{ padding-left:28px; padding-right:28px; text-align:center; }
	.bvh-footer__main{ grid-template-columns:1fr; gap:26px; }
	.bvh-footer__vline{ width:60%; height:1px; align-self:auto; margin:0 auto; }
	.bvh-footer__about{ margin-left:auto; margin-right:auto; }
	.bvh-footer__addr span{ justify-content:center; }
}
