/* Location landing pages — loaded only when a location page renders.
   Ported 1:1 from the approved "Eight-page tree service site" design
   (claude.ai design project, July 2026). Page body uses the design's
   tokens; the site's own header/footer wrap it.

   Tokens: gold #F4B83F · near-black #191B1F · green #395542
           section tint #F0F0F1 · card border #E2E2E4 · body #222222 */

.ut-location-page .site-main {
	margin: 0 !important;
}

.ut-location-page .site-main > section {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(56px, 8vw, 96px) 24px;
}

.ut-location-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.ut-location-wrap--narrow {
	max-width: 900px;
}

.ut-location-page h1,
.ut-location-page h2,
.ut-location-page h3 {
	font-family: 'Squada One', Impact, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #191B1F;
	margin-top: 0;
}

.ut-location-page h2 {
	font-size: clamp(30px, 4.4vw, 48px);
	line-height: 1.02;
	margin: 0 0 24px;
}

.ut-location-page section p {
	font-family: 'News Cycle', Arial, sans-serif;
	color: #222222;
}

.ut-location-copy a {
	color: #1E73BE;
}

.ut-location-copy a:hover {
	color: #395542;
}

/* .ut-btn-gold is defined globally in style.css (site chrome) */

/* ── Hero ── */
.ut-location-page .site-main > .ut-location-hero {
	background-color: #191B1F;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: clamp(480px, 72vh, 720px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* the sticky site header sits in-flow now — no clearance needed */
	padding: 72px 24px;
}

.ut-location-hero__inner {
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.ut-location-hero h1 {
	color: #FFFFFF;
	font-size: clamp(40px, 7.2vw, 96px);
	line-height: 0.95;
	letter-spacing: 0.5px;
	margin: 0;
	text-wrap: balance;
}

.ut-location-page .ut-location-hero p {
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

/* ── Intro ── */
.ut-location-intro {
	background: #FFFFFF;
}

.ut-location-intro p {
	font-size: 17px;
	line-height: 1.75;
	margin: 0 0 18px;
}

.ut-location-intro p:last-child {
	margin-bottom: 0;
}

/* ── Services ── */
.ut-location-services {
	background: #F0F0F1;
}

.ut-location-services h2 {
	margin-bottom: 12px;
}

.ut-location-services__sub {
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 40px;
	max-width: 760px;
}

.ut-location-services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 20px;
}

.ut-location-service-card {
	background: #FFFFFF;
	border: 1px solid #E2E2E4;
	padding: 30px 28px;
	text-decoration: none;
	color: #222222;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: border-color 0.2s ease;
}

.ut-location-service-card:hover {
	border-color: #395542;
}

.ut-location-service-card h3 {
	font-size: 26px;
	margin: 0;
}

.ut-location-service-card p {
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.ut-location-service-card__more {
	color: #395542;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: auto;
}

/* ── Why ── */
.ut-location-why {
	background: #191B1F;
}

.ut-location-why h2 {
	color: #FFFFFF;
	margin-bottom: 44px;
}

.ut-location-why__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 36px 28px;
}

.ut-location-why__item {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ut-location-why__item h3 {
	color: #FFFFFF;
	font-size: 24px;
	margin: 0;
}

.ut-location-page .ut-location-why__item p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

/* ── Proof + map ── */
.ut-location-proof {
	background: #FFFFFF;
}

.ut-location-proof__cols {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 44px;
	align-items: start;
}

.ut-location-proof__copy {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ut-location-proof__copy h2 {
	margin: 0;
}

.ut-location-proof__copy p {
	font-size: 17px;
	line-height: 1.75;
	margin: 0;
}

.ut-location-proof__copy img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.ut-location-testimonial {
	background: #F0F0F1;
	padding: 28px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ut-location-testimonial__stars {
	color: #F4B83F;
	font-size: 18px;
	letter-spacing: 4px;
}

.ut-location-testimonial blockquote {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	font-style: italic;
	color: #4A4E52;
	border: 0;
	padding: 0;
}

.ut-location-testimonial figcaption {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #191B1F;
}

.ut-location-proof__map {
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 1px solid #E2E2E4;
	display: block;
}

/* ── FAQ ── */
.ut-location-faq {
	background: #F0F0F1;
}

.ut-location-faq h2 {
	margin-bottom: 36px;
}

.ut-location-faq__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ut-location-faq__item {
	background: #FFFFFF;
	padding: 26px 28px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ut-location-faq__item h3 {
	font-size: 22px;
	margin: 0;
}

.ut-location-faq__item p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

/* ── Nearby ── */
.ut-location-nearby {
	background: #FFFFFF;
}

.ut-location-page .site-main > .ut-location-nearby {
	padding-top: 56px;
	padding-bottom: 56px;
}

.ut-location-nearby h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.ut-location-nearby__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.ut-location-nearby__chips a {
	border: 1px solid #395542;
	color: #395542;
	text-decoration: none;
	font-family: 'News Cycle', Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 18px;
	transition: background 0.2s ease, color 0.2s ease;
}

.ut-location-nearby__chips a:hover {
	background: #395542;
	color: #FFFFFF;
}

.ut-location-page .ut-location-nearby__note {
	font-size: 15px;
	margin: 0;
	color: #4A4E52;
}

/* ── CTA ── */
.ut-location-cta {
	background: #395542;
	text-align: center;
}

.ut-location-page .site-main > .ut-location-cta {
	padding: clamp(64px, 9vw, 110px) 24px;
}

.ut-location-cta__inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.ut-location-cta h2 {
	color: #FFFFFF;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.02;
	margin: 0;
	text-wrap: balance;
}

/* ── Responsive ── */
@media (max-width: 640px) {
	.ut-location-page .site-main > .ut-location-hero {
		padding-top: 64px;
		padding-bottom: 64px;
		min-height: 420px;
	}
}
