/* ==================================================
   CONTACT SHARED
   ================================================== */

.contact-eyebrow {
	margin: 0 0 8px;

	color: var(--color-primary);

	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07em;

	text-transform: uppercase;
}

.contact-section-heading {
	max-width: 680px;

	margin-bottom: 22px;
}

.contact-section-heading h2 {
	margin-bottom: 7px;

	font-size:
		clamp(
			1.5rem,
			2.4vw,
			1.9rem
		);
}

.contact-section-heading > p:last-child {
	margin: 0;

	font-size: 14px;
}


/* ==================================================
   HERO
   ================================================== */

.contact-hero {
	padding: 42px 0;

	background:
		var(--color-surface);

	border-bottom:
		1px solid
		var(--color-border-soft);
}

.contact-hero-grid {
	display: grid;

	grid-template-columns:
		minmax(0, 1.1fr)
		minmax(300px, 0.9fr);

	align-items: center;

	gap: 36px;
}

.contact-hero-content h1 {
	max-width: 680px;

	margin-bottom: 12px;

	font-size:
		clamp(
			2rem,
			3vw,
			2.5rem
		);
}

.contact-hero-description {
	max-width: 650px;

	margin-bottom: 18px;

	font-size: 15px;
}

.contact-hero-actions {
	display: flex;
	flex-wrap: wrap;

	gap: 8px;
}

.contact-hero-panel {
	padding: 22px;

	background:
		var(--color-secondary);

	color:
		var(--color-white);

	border-top:
		4px solid
		var(--color-primary);

	border-radius:
		var(--radius-md);
}

.contact-panel-label {
	display: block;

	margin-bottom: 7px;

	color:
		rgba(
			255,
			255,
			255,
			0.7
		);

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;

	text-transform: uppercase;
}

.contact-hero-panel h2 {
	margin-bottom: 7px;

	color:
		var(--color-white);

	font-size: 21px;
}

.contact-hero-panel p {
	margin: 0;

	color:
		rgba(
			255,
			255,
			255,
			0.76
		);

	font-size: 14px;
}


/* ==================================================
   BRANCHES
   ================================================== */

.contact-branches-section {
	padding: 46px 0;

	background:
		var(--color-white);
}

.contact-branches-grid {
	display: grid;

	grid-template-columns:
		repeat(
			3,
			minmax(0, 1fr)
		);

	gap: 16px;
}

.contact-branch-card {
	display: flex;
	flex-direction: column;

	min-width: 0;

	padding: 20px;

	background:
		var(--color-white);

	border:
		1px solid
		var(--color-border-soft);

	border-radius:
		var(--radius-md);

	box-shadow:
		var(--shadow-card);
}

.contact-branch-header {
	display: grid;

	grid-template-columns:
		42px
		minmax(0, 1fr);

	align-items: center;

	gap: 12px;

	padding-bottom: 15px;

	border-bottom:
		1px solid
		var(--color-border-soft);
}

.contact-branch-number {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 42px;
	height: 42px;

	background:
		var(--color-primary);

	color:
		var(--color-white);

	border-radius: 7px;

	font-size: 12px;
	font-weight: 700;
}

.contact-branch-label {
	display: block;

	margin-bottom: 2px;

	color:
		var(--color-muted);

	font-size: 10px;
	font-weight: 700;

	letter-spacing: 0.06em;

	text-transform: uppercase;
}

.contact-branch-header h3 {
	margin: 0;

	font-size: 19px;
}

.contact-branch-details {
	display: grid;

	gap: 14px;

	padding: 18px 0;
}

.contact-branch-detail {
	display: grid;

	grid-template-columns:
		36px
		minmax(0, 1fr);

	align-items: start;

	gap: 10px;
}

.contact-branch-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 36px;
	height: 36px;

	background:
		var(--color-surface);

	color:
		var(--color-primary);

	border-radius: 6px;
}

.contact-branch-icon svg {
	width: 18px;
	height: 18px;

	fill: none;

	stroke:
		currentColor;

	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-branch-detail > div > span {
	display: block;

	margin-bottom: 2px;

	color:
		var(--color-muted);

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;

	text-transform: uppercase;
}

.contact-branch-detail a {
	overflow-wrap: anywhere;

	color:
		var(--color-heading);

	font-size: 13px;
	font-weight: 600;
}

.contact-branch-detail a:hover {
	color:
		var(--color-primary);
}

.contact-branch-detail p {
	margin: 0;

	font-size: 13px;
	line-height: 1.55;
}

.contact-branch-actions {
	display: flex;
	flex-wrap: wrap;

	gap: 7px;

	margin-top: auto;

	padding-top: 15px;

	border-top:
		1px solid
		var(--color-border-soft);
}

.contact-branch-actions .btn svg,
.contact-map-button svg {
	width: 14px;
	height: 14px;

	fill: none;
	stroke: currentColor;

	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}


/* ==================================================
   BUSINESS HOURS
   ================================================== */

.contact-hours-section {
	padding: 0 0 42px;

	background:
		var(--color-white);
}

.contact-hours-card {
	display: flex;

	align-items: center;

	gap: 13px;

	padding: 17px 20px;

	background:
		var(--color-surface);

	border:
		1px solid
		var(--color-border-soft);

	border-radius:
		var(--radius-md);
}

.contact-hours-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	flex: 0 0 auto;

	width: 40px;
	height: 40px;

	background:
		var(--color-primary);

	color:
		var(--color-white);

	border-radius: 7px;
}

.contact-hours-icon svg {
	width: 20px;
	height: 20px;

	fill: none;
	stroke:
		var(--color-white);

	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-hours-card > div > span {
	display: block;

	margin-bottom: 2px;

	color:
		var(--color-muted);

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;

	text-transform: uppercase;
}

.contact-hours-card p {
	margin: 0;

	color:
		var(--color-heading);

	font-size: 14px;
	font-weight: 600;
}


/* ==================================================
   MAPS
   ================================================== */

.contact-maps-section {
	padding: 44px 0;

	background:
		var(--color-surface);

	border-top:
		1px solid
		var(--color-border-soft);
}

.contact-maps-grid {
	display: grid;

	grid-template-columns:
		repeat(
			3,
			minmax(0, 1fr)
		);

	gap: 16px;
}

.contact-map-card {
	overflow: hidden;

	background:
		var(--color-white);

	border:
		1px solid
		var(--color-border-soft);

	border-radius:
		var(--radius-md);
}

.contact-map-card-heading {
	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 12px;

	padding: 15px 17px;
}

.contact-map-card-heading h3 {
	margin: 0;

	font-size: 17px;
}

.contact-map-card-heading a {
	font-size: 12px;
	font-weight: 700;
}

.contact-map {
	overflow: hidden;

	border-top:
		1px solid
		var(--color-border-soft);
}

.contact-map iframe {
	display: block;

	width: 100%;
	height: 250px;

	border: 0;
}


/* ==================================================
   OPTIONAL PAGE CONTENT
   ================================================== */

.contact-extra-section {
	padding: 38px 0;

	background:
		var(--color-white);
}

.contact-extra-content {
	max-width: 820px;
}

.contact-extra-content h2 {
	font-size: 25px;
}

.contact-extra-content h3 {
	font-size: 19px;
}


/* ==================================================
   FINAL CTA
   ================================================== */

.contact-final-cta {
	padding: 30px 0;

	background:
		var(--color-secondary);

	color:
		var(--color-white);
}

.contact-final-cta-inner {
	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 24px;
}

.contact-final-cta h2 {
	margin-bottom: 5px;

	color:
		var(--color-white);

	font-size: 25px;
}

.contact-final-cta p {
	max-width: 660px;

	margin: 0;

	color:
		rgba(
			255,
			255,
			255,
			0.74
		);

	font-size: 14px;
}

.contact-final-actions {
	display: flex;
	flex: 0 0 auto;

	flex-wrap: wrap;

	gap: 8px;
}


/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 1023px) {

	.contact-branches-grid,
	.contact-maps-grid {
		grid-template-columns:
			repeat(
				2,
				minmax(0, 1fr)
			);
	}

}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 767px) {

	.contact-hero {
		padding: 34px 0;
	}

	.contact-hero-grid,
	.contact-branches-grid,
	.contact-maps-grid {
		grid-template-columns: 1fr;
	}

	.contact-hero-grid {
		gap: 24px;
	}

	.contact-hero-content h1 {
		font-size: 30px;
	}

	.contact-section-heading h2 {
		font-size: 24px;
	}

	.contact-branches-section,
	.contact-maps-section {
		padding: 36px 0;
	}

	.contact-branches-grid,
	.contact-maps-grid {
		gap: 12px;
	}

	.contact-map iframe {
		height: 230px;
	}

	.contact-final-cta-inner {
		align-items: flex-start;

		flex-direction: column;
	}

	.contact-final-cta h2 {
		font-size: 22px;
	}

}