.address--section {
	background: var(--color-body-cream);
	text-align: center;
}

.address--container {
	max-width: 700px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.address--title {
	margin: 0 0 18px;
}

/* Address + phone — sans, dark text, centred (matches footer treatment) */
.address--lines,
.address--phone {
	font-family: 'ABC Whyte Inktrap', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: var(--color-text-black);
}

.address--lines {
	font-style: normal;
	margin: 0;
}

.address--phone {
	display: inline-block;
	margin-top: 2px;
	text-decoration: none;
}

.address--phone:hover,
.address--phone:focus {
	color: var(--color-gold);
}

/* Action row — GET DIRECTIONS · SCHEDULE A TOUR */
.address--actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 32px;
}

@media (min-width: 756px) {
	.address--container {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}
