/* Hero slider main title */
.hero-slide-title {
	font-size: clamp(2.25rem, 6.5vw, 4.75rem);
	line-height: 1.05;
	letter-spacing: 0.04em;
}

.hero-slide-title span + span {
	margin-top: 0.15em;
}

/* Brothers of Four — site logo */
.site-logo {
	max-height: 52px;
	width: auto;
	height: auto;
	display: block;
}

.header-logo .site-logo {
	max-height: 48px;
}

#footer .site-logo,
.site-logo--footer {
	max-height: 72px;
	max-width: 240px;
	width: auto;
}

/* Capabilities section — Mivon-inspired */
.capabilities-section {
	background: #0a0a0a;
	color: #fff;
}

.capabilities-label {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.capabilities-title {
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
}

.capabilities-cta {
	display: inline-flex;
	align-items: center;
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding-bottom: 0.25rem;
	transition: color 0.3s ease, border-color 0.3s ease;
}

.capabilities-cta:hover {
	color: var(--primary);
	border-color: var(--primary);
}

.capabilities-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 340px;
	padding: 2rem 2rem 5.5rem;
	border-radius: 1.5rem;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
	transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.capabilities-card:hover {
	background: #fff;
	border-color: #fff;
	color: #212529;
	transform: translateY(-4px);
}

.capabilities-card-title {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: inherit;
}

.capabilities-card-text {
	flex: 1;
	font-size: 0.95rem;
	line-height: 1.65;
	margin-bottom: 1.5rem;
	color: rgba(255, 255, 255, 0.72);
	transition: color 0.35s ease;
}

.capabilities-card:hover .capabilities-card-text {
	color: rgba(33, 37, 41, 0.75);
}

.capabilities-card-link {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: color 0.35s ease;
}

.capabilities-card:hover .capabilities-card-link {
	color: var(--primary);
}

.capabilities-card-icon {
	position: absolute;
	right: 1.25rem;
	bottom: -0.5rem;
	font-size: 5.5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.08);
	pointer-events: none;
	transition: color 0.35s ease, transform 0.35s ease;
}

.capabilities-card:hover .capabilities-card-icon {
	color: rgba(13, 144, 130, 0.15);
	transform: scale(1.05);
}

/* Cookie consent banner */
.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	padding: 1rem;
	background: rgba(10, 10, 10, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.25);
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.cookie-consent--hidden {
	transform: translateY(110%);
	opacity: 0;
	pointer-events: none;
}

.cookie-consent__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.cookie-consent__content {
	flex: 1 1 420px;
	color: #fff;
}

.cookie-consent__title {
	font-weight: 700;
	font-size: 1rem;
}

.cookie-consent__text {
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.cookie-consent__text a {
	color: #fff;
	text-decoration: underline;
}

.cookie-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.contact-map-placeholder {
	background: #f4f4f4;
	min-height: 500px;
}
