:root {
	--bg-color: #ffffff;
	--text-color: #1a1a1a;
	--accent-color: #a0a0a0;
}

body {
	font-family: 'Inter', sans-serif;
	background-color: var(--bg-color);
	color: var(--text-color);
	line-height: 1.8;
}

h1,
h2,
h3,
.navbar-brand {font-family: 'Playfair Display', serif; letter-spacing: -0.5px;}
.navbar {padding-top: 2rem; padding-bottom: 2rem; background: white;}
.navbar-brand {font-size: 1.8rem; font-weight: 600;}

.nav-link {
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--text-color) !important;
padding: 0 1.5rem !important;
}

.navbar-toggler:focus {box-shadow: none;}
.hero-section {padding: 15vh 0;}
.business-unit-item {border-top: 1px solid #eee; padding: 4rem 0; transition: background 0.3s;}
.business-unit-item:last-child {border-bottom: 1px solid #eee;}
.business-unit-item:hover {background-color: #fafafa;}

.unit-number {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	color: #ccc;
	margin-bottom: 1rem;
	display: block;
}

.btn-link-custom {
	color: var(--text-color);
	text-decoration: none;
	border-bottom: 1px solid var(--text-color);
	padding-bottom: 3px;
	transition: opacity 0.3s;
}

.btn-link-custom:hover {opacity: 0.6; color: var(--text-color);}

footer {
	padding: 5rem 0;
	margin-top: 5rem;
	border-top: 1px solid #eee;
	font-size: 0.85rem;
	color: #616161;
}