/* Renovation service pages. Токены — из глобальных цветов Elementor-кита сайта. */
.bhr-service{
	--bhr-bg:#0C1218;
	--bhr-bg-2:#10161D;
	--bhr-text:#E3E3E3;
	--bhr-text-2:#CCCCCC;
	--bhr-accent:#B79D70;
	--bhr-line:#48585D;
	background:var(--bhr-bg);
	color:var(--bhr-text);
	font-family:"Gotham Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	font-weight:300;
}
.bhr-service h1,.bhr-service h2,.bhr-service h3{
	font-family:"Cormorant Infant",Georgia,serif;
	font-weight:300;
	color:var(--bhr-text);
	letter-spacing:.01em;
}
.bhr-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.bhr-service section{padding:80px 0}
.bhr-service section + section{border-top:1px solid rgba(72,88,93,.35)}

/* hero */
.bhr-hero{
	background:var(--bhr-bg-2) center/cover no-repeat;
	padding:120px 0 96px;
	text-align:left;
}
.bhr-crumbs{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--bhr-text-2);margin-bottom:24px}
.bhr-crumbs a{color:var(--bhr-text-2);text-decoration:none}
.bhr-crumbs a:hover{color:var(--bhr-accent)}
.bhr-crumbs span{margin:0 8px}
.bhr-crumbs .current{margin:0;color:var(--bhr-accent)}
.bhr-hero h1{font-size:clamp(40px,6vw,72px);line-height:1.05;margin:0 0 20px;max-width:16ch}
.bhr-hero-sub{font-size:clamp(17px,2vw,21px);line-height:1.6;color:var(--bhr-text-2);max-width:60ch;margin:0 0 36px}
.bhr-hero-cta{display:flex;flex-wrap:wrap;gap:14px}
.bhr-price{margin:24px 0 0;font-size:14px;letter-spacing:.06em;color:var(--bhr-text-2)}

.bhr-btn{
	display:inline-block;padding:16px 34px;background:var(--bhr-accent);color:#0C1218;
	font-size:13px;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;
	transition:background .2s ease,color .2s ease;
}
.bhr-btn:hover{background:#CBB489;color:#0C1218}
.bhr-btn-ghost{background:transparent;color:var(--bhr-text);border:1px solid var(--bhr-line)}
.bhr-btn-ghost:hover{background:transparent;border-color:var(--bhr-accent);color:var(--bhr-accent)}

/* body copy */
.bhr-body{background:var(--bhr-bg)}
.bhr-body .bhr-wrap{max-width:820px}
.bhr-body h2{font-size:clamp(28px,3.4vw,40px);margin:56px 0 18px;line-height:1.15}
.bhr-body h2:first-child{margin-top:0}
.bhr-body h3{font-size:22px;margin:32px 0 12px}
.bhr-body p{font-size:17px;line-height:1.75;color:var(--bhr-text-2);margin:0 0 18px}
.bhr-body ul,.bhr-body ol{margin:0 0 22px;padding-left:20px;color:var(--bhr-text-2)}
.bhr-body li{font-size:17px;line-height:1.7;margin-bottom:10px}
.bhr-body a{color:var(--bhr-accent)}
.bhr-body strong{color:var(--bhr-text);font-weight:500}

/* process */
.bhr-process{background:var(--bhr-bg-2)}
.bhr-process h2,.bhr-why h2,.bhr-faq h2,.bhr-form h2,.bhr-related h2{
	font-size:clamp(28px,3.4vw,42px);margin:0 0 40px;
}
.bhr-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:32px}
.bhr-steps li{border-top:1px solid var(--bhr-line);padding-top:20px}
.bhr-step-num{display:block;font-size:13px;letter-spacing:.14em;color:var(--bhr-accent);margin-bottom:12px}
.bhr-steps h3{font-size:22px;margin:0 0 8px}
.bhr-steps p{font-size:15px;line-height:1.65;color:var(--bhr-text-2);margin:0}

/* why */
.bhr-why-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:28px}
.bhr-why-grid li{padding:26px;background:var(--bhr-bg-2);border:1px solid rgba(72,88,93,.4)}
.bhr-why-grid strong{display:block;font-weight:500;margin-bottom:10px;color:var(--bhr-text)}
.bhr-why-grid span{font-size:15px;line-height:1.65;color:var(--bhr-text-2)}

/* faq */
.bhr-faq{background:var(--bhr-bg-2)}
.bhr-faq-list{max-width:900px}
.bhr-faq details{border-bottom:1px solid rgba(72,88,93,.5);padding:20px 0}
.bhr-faq summary{cursor:pointer;font-size:19px;line-height:1.4;list-style:none;color:var(--bhr-text);display:flex;justify-content:space-between;gap:20px}
.bhr-faq summary::-webkit-details-marker{display:none}
.bhr-faq summary::after{content:"+";color:var(--bhr-accent);font-size:22px;line-height:1}
.bhr-faq details[open] summary::after{content:"–"}
.bhr-faq details div{padding-top:14px;font-size:16px;line-height:1.7;color:var(--bhr-text-2);max-width:75ch}
.bhr-faq details div p{margin:0 0 12px}

/* form */
.bhr-form-lead{font-size:17px;line-height:1.7;color:var(--bhr-text-2);max-width:60ch;margin:0 0 18px}
.bhr-form-contacts{margin:0 0 34px;display:flex;flex-wrap:wrap;gap:24px}
.bhr-form-contacts a{color:var(--bhr-accent);text-decoration:none;font-size:18px}
.bhr-form-embed{max-width:820px}

/* related */
.bhr-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.bhr-card{display:block;padding:28px;background:var(--bhr-bg-2);border:1px solid rgba(72,88,93,.4);text-decoration:none;transition:border-color .2s ease}
.bhr-card:hover{border-color:var(--bhr-accent)}
.bhr-card-title{display:block;font-family:"Cormorant Infant",Georgia,serif;font-size:24px;color:var(--bhr-text);margin-bottom:8px}
.bhr-card-sub{display:block;font-size:14px;line-height:1.6;color:var(--bhr-text-2)}
.bhr-back{margin:32px 0 0}
.bhr-back a{color:var(--bhr-accent);text-decoration:none;font-size:13px;letter-spacing:.12em;text-transform:uppercase}

@media (max-width:768px){
	.bhr-service section{padding:56px 0}
	.bhr-hero{padding:88px 0 64px}
	.bhr-hero-cta{gap:10px}
	.bhr-btn{padding:14px 24px}
}
