/* Shared full-width page hero (about, contact, gallery). */
.hcb-page-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding: 0;
	min-height: 560px;
}

.hcb-page-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.hcb-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 21, 42, 0.35);
	z-index: 1;
}

.hcb-page-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 24px 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

.hcb-page-hero-main {
	flex: 1;
	min-width: 260px;
	max-width: 560px;
}

.hcb-page-hero-main h1 {
	font-family: Georgia, serif;
	font-size: 38px;
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 10px;
}

.hcb-page-hero-main p {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	line-height: 1.7;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.hcb-page-hero-sidebar {
	background: rgba(247, 244, 239, 0.95);
	border-left: 3px solid #c8001a;
	padding: 22px 26px;
	min-width: 260px;
	max-width: 300px;
	flex-shrink: 0;
}

.hcb-page-hero-sidebar-label {
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
	margin-bottom: 14px;
}

.hcb-page-hero-sidebar-rows {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hcb-page-hero-sidebar-row {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: #555;
	font-weight: 300;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2dfd8;
}

.hcb-page-hero-sidebar-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.hcb-page-hero-sidebar-row b {
	color: #08152a;
	font-weight: 700;
	min-width: 80px;
}

.hcb-page-hero-sidebar-image {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e2dfd8;
}

.hcb-page-hero-sidebar-image img {
	max-width: 100%;
	height: auto;
	display: block;
}
