.u-text-center {
	text-align: center !important;
}

.u-mb-0 {
	margin-bottom: 0 !important;
}

@media (max-width: 1120px) {
	.primary-navigation,
	.site-header__cta {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.site-header__inner {
		min-height: 6.4rem;
	}

	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__cta {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 900px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.utility-bar__trust li:nth-child(2) {
		display: none;
	}

	.section-heading,
	.cta-band__inner {
		grid-template-columns: 1fr;
	}

	.section-heading {
	max-width: 74rem;		align-items: start;
	}

	.service-card-grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		min-height: 21rem;
	}

	.trust-strip__grid {
		grid-template-columns: 1fr;
	}

	.trust-item {
		min-height: auto;
		padding-block: 1.25rem;
	}

	.trust-item:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid var(--tt-border);
	}
}

@media (max-width: 680px) {
	body {
		padding-bottom: 4.25rem;
		font-size: 1rem;
	}

	h1 {
		font-size: 2.232rem;
	}

	h2 {
		font-size: 1.92rem;
	}

	.utility-bar__trust li:not(:first-child) {
		display: none;
	}

	.utility-bar__phone {
		margin-left: auto;
	}

	.site-header__inner {
		min-height: 5.6rem;
	}

	.site-brand__logo {
		width: 5.55rem;
	}

	.menu-toggle {
		min-width: 3rem;
		min-height: 3rem;
	}

	.menu-toggle__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.mobile-navigation-panel {
		max-height: calc(100vh - 8.1rem);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.mobile-navigation-panel__actions {
		grid-template-columns: 1fr;
	}

	body.menu-open .mobile-action-bar {
		display: none;
	}

	.hero {
		min-height: 44rem;
	}

	.hero__media img {
		object-position: 58% center;
	}

	.hero__overlay {
		background: linear-gradient(
			90deg,
			rgba(6, 20, 47, 0.97) 0%,
			rgba(6, 20, 47, 0.9) 66%,
			rgba(6, 20, 47, 0.66) 100%
		);
	}

	.hero__inner {
		padding-block: 4.5rem 6rem;
	}

	.hero h1 {
		font-size: clamp(2.412rem, 11.83vw, 3.367rem);
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__actions {
		display: grid;
	}

	.hero__actions .button {
		width: 100%;
	}

	.hero__trust {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.65rem;
		margin-top: 2.25rem;
	}

	.hero__trust strong {
		font-size: 1.2rem;
	}

	.hero__trust span {
		font-size: 0.58rem;
	}

	.hero__scroll-cue,
	.hero__route-lines {
		display: none;
	}

	.section-heading h2 {
		max-width: none;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom-inner {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding-block: 1.25rem;
	}

	.site-footer__legal {
		flex-wrap: wrap;
	}

	.mobile-action-bar {
		position: fixed;
		z-index: 1100;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		min-height: 4.25rem;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		background: var(--tt-navy-950);
		box-shadow: 0 -10px 30px rgba(6, 20, 47, 0.25);
	}

	.mobile-action-bar a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		color: var(--tt-white);
		font-size: 0.82rem;
		font-weight: 700;
		text-decoration: none;
	}

	.mobile-action-bar a:last-child {
		background: var(--tt-gold-500);
		color: var(--tt-navy-950);
	}
}

@media (max-width: 430px) {
	.hero__trust {
		grid-template-columns: 1fr 1fr;
	}

	.hero__trust li:last-child {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}
