/* Contact Us — heading, a full-width embedded support form, phone line beneath.

   The form itself is served cross-origin from the support site: this file can
   size and place the box, but nothing here reaches the form's own styling. */

.tt-contact {
	padding-bottom: 100px;
}

.tt-contact__title {
	margin: 0;
	padding: 80px 20px 0;
	font-family: var(--wp--preset--font-family--oswald, "Oswald", sans-serif) !important;
	font-weight: 600 !important;
	font-size: 52px;
	line-height: 1.05;
	text-transform: uppercase;
	color: var(--wp--preset--color--ink, #141412) !important;
}

.tt-contact__title::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	margin: 20px auto 0;
	background: var(--wp--preset--color--red, #cf2026);
}

/* Matches the live site: a 740px container (.container--tiny there) with the
   iframe at 100% of it. The form inside is capped at 830px by the support
   theme's #primary, so at this width it fills the frame and its scrollbar sits
   right against the form instead of stranded out at the viewport edge. */
.tt-contact__frame {
	max-width: 740px;
	margin: 56px auto 0;
	padding-inline: 20px;
}

.tt-contact__iframe {
	display: block;
	width: 100%;
	height: 800px;
	border: 0;
}

.tt-contact__phone {
	max-width: 680px;
	margin: 32px auto 0;
	padding-inline: 20px;
	font-family: var(--wp--preset--font-family--barlow, "Barlow", sans-serif);
	font-size: 16px;
	line-height: 1.6;
	color: var(--wp--preset--color--ink, #141412);
}

.tt-contact__phone a {
	color: var(--wp--preset--color--red, #cf2026) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.tt-contact__phone a:hover {
	color: var(--wp--preset--color--ink, #141412) !important;
}

/* ---- Mobile (≤767px) ----------------------------------------------------- */
@media (max-width: 767px) {
	.tt-contact {
		padding-bottom: 64px;
	}

	.tt-contact__title {
		padding-top: 48px;
		font-size: 36px;
	}

	.tt-contact__frame {
		margin-top: 40px;
		padding-inline: 0;
	}

}
