.tsm-site {
	--tsm-ink: #151515;
	--tsm-gold: #d89a31;
	--tsm-gold-deep: #b87d1d;
	--tsm-cream: #f7f3ec;
	--tsm-line: #e8dfd3;
	--tsm-muted: #655f57;
	width: 100%;
	color: var(--tsm-ink);
	font-family: Manrope, Roboto, sans-serif;
}

.tsm-site *,
.tsm-site *::before,
.tsm-site *::after {
	box-sizing: border-box;
}

body.parent-pageid-29509 .sidebar,
body.page-id-29507 .sidebar,
body.page-id-29509 .sidebar,
body.page-id-34917 .sidebar,
body.page-id-1453 .sidebar {
	display: none !important;
}

body.parent-pageid-29509 .content,
body.page-id-29507 .content,
body.page-id-29509 .content,
body.page-id-34917 .content,
body.page-id-1453 .content {
	width: 100% !important;
	float: none !important;
}

body.parent-pageid-29509 .content_wrap,
body.page-id-29507 .content_wrap,
body.page-id-29509 .content_wrap,
body.page-id-34917 .content_wrap,
body.page-id-1453 .content_wrap {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

body.parent-pageid-29509 .page_content_wrap,
body.page-id-29507 .page_content_wrap,
body.page-id-29509 .page_content_wrap,
body.page-id-34917 .page_content_wrap,
body.page-id-1453 .page_content_wrap {
	padding: 0 !important;
}

body.parent-pageid-29509 .post_content,
body.page-id-29507 .post_content,
body.page-id-29509 .post_content,
body.page-id-34917 .post_content,
body.page-id-1453 .post_content {
	width: 100% !important;
}

.tsm-shell {
	width: min(1180px, calc(100% - 36px));
	margin-inline: auto;
}

.tsm-hero {
	--tsm-hero-image: none;
	position: relative;
	isolation: isolate;
	min-height: clamp(500px, 66vh, 700px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #171717 var(--tsm-hero-image) center/cover no-repeat;
}

.tsm-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(10, 10, 10, .88), rgba(10, 10, 10, .35) 65%, rgba(10, 10, 10, .2)),
		linear-gradient(0deg, rgba(10, 10, 10, .7), transparent 55%);
}

.tsm-hero__inner {
	padding-block: clamp(70px, 10vw, 125px);
	color: #fff;
}

.tsm-eyebrow,
.tsm-heading > span,
.tsm-cta__inner > div > span,
.tsm-contact-card > span,
.tsm-contact-grid article > span {
	display: inline-block;
	color: var(--tsm-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.tsm-hero h1 {
	max-width: 820px;
	margin: 13px 0 18px;
	color: #fff;
	font: 800 clamp(44px, 7vw, 82px)/.98 Manrope, Roboto, sans-serif !important;
	letter-spacing: -.055em;
	text-transform: none;
}

.tsm-hero p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.7;
}

.tsm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.tsm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 21px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease;
}

.tsm-btn:hover {
	transform: translateY(-2px);
}

.tsm-btn--gold {
	background: var(--tsm-gold);
	color: #151515 !important;
	box-shadow: 0 14px 30px rgba(216, 154, 49, .28);
}

.tsm-btn--ghost {
	border: 1px solid rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	backdrop-filter: blur(8px);
}

.tsm-trust {
	position: relative;
	z-index: 3;
	margin-top: -32px;
}

.tsm-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--tsm-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(32, 25, 18, .1);
}

.tsm-trust__grid > div {
	padding: 22px 24px;
	border-right: 1px solid var(--tsm-line);
}

.tsm-trust__grid > div:last-child {
	border-right: 0;
}

.tsm-trust strong,
.tsm-trust span {
	display: block;
}

.tsm-trust strong {
	margin-bottom: 5px;
	color: var(--tsm-ink);
	font-size: 25px;
	line-height: 1;
}

.tsm-trust span {
	color: var(--tsm-muted);
	font-size: 12px;
	font-weight: 700;
}

.tsm-section {
	padding-block: clamp(70px, 9vw, 118px);
}

.tsm-section--soft {
	background: var(--tsm-cream);
}

.tsm-section--ink {
	color: #fff;
	background:
		radial-gradient(circle at 90% 15%, rgba(216, 154, 49, .18), transparent 28%),
		#171717;
}

.tsm-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.tsm-heading h2,
.tsm-cta h2 {
	margin: 10px 0 14px;
	color: var(--tsm-ink);
	font: 800 clamp(32px, 4.5vw, 54px)/1.05 Manrope, Roboto, sans-serif !important;
	letter-spacing: -.045em;
	text-transform: none;
}

.tsm-heading p {
	margin: 0;
	color: var(--tsm-muted);
	font-size: 16px;
	line-height: 1.75;
}

.tsm-heading--light h2,
.tsm-section--ink h2,
.tsm-section--ink h3 {
	color: #fff;
}

.tsm-heading--light p {
	color: rgba(255, 255, 255, .7);
}

.tsm-split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	align-items: start;
	gap: clamp(38px, 7vw, 90px);
}

.tsm-lead {
	margin: 0 0 18px;
	color: var(--tsm-ink);
	font-size: clamp(19px, 2.3vw, 24px);
	font-weight: 700;
	line-height: 1.55;
}

.tsm-site p {
	line-height: 1.75;
}

.tsm-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}

.tsm-checks li {
	position: relative;
	padding: 14px 14px 14px 42px;
	border: 1px solid var(--tsm-line);
	border-radius: 14px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.tsm-checks li::before {
	content: "✓";
	position: absolute;
	left: 14px;
	top: 13px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(216, 154, 49, .15);
	color: var(--tsm-gold-deep);
}

.tsm-contact-card {
	padding: clamp(27px, 4vw, 40px);
	border-radius: 26px;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(216, 154, 49, .14), transparent 50%),
		#171717;
	box-shadow: 0 24px 60px rgba(25, 20, 15, .16);
}

.tsm-contact-card h3 {
	margin: 11px 0 12px;
	color: #fff;
	font: 800 clamp(25px, 3vw, 35px)/1.1 Manrope, Roboto, sans-serif !important;
	text-transform: none;
}

.tsm-contact-card p {
	color: rgba(255, 255, 255, .7);
}

.tsm-contact-card a {
	display: block;
	margin-top: 12px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 13px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.tsm-contact-card a:first-of-type {
	background: var(--tsm-gold);
	color: #151515;
}

.tsm-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.tsm-process article,
.tsm-values article {
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 20px;
	background: rgba(255, 255, 255, .05);
}

.tsm-process article > span,
.tsm-values article > span {
	display: inline-grid;
	place-items: center;
	min-width: 35px;
	height: 27px;
	padding-inline: 8px;
	border-radius: 999px;
	background: rgba(216, 154, 49, .15);
	color: var(--tsm-gold);
	font-size: 11px;
	font-weight: 800;
}

.tsm-process h3,
.tsm-values h3 {
	margin: 18px 0 9px;
	font: 800 19px/1.25 Manrope, Roboto, sans-serif !important;
	text-transform: none;
}

.tsm-process p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
}

.tsm-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.tsm-service-card {
	overflow: hidden;
	border: 1px solid var(--tsm-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(35, 27, 18, .07);
	transition: transform .25s ease, box-shadow .25s ease;
}

.tsm-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 50px rgba(35, 27, 18, .13);
}

.tsm-service-card__image {
	display: block;
	height: 220px;
	overflow: hidden;
}

.tsm-service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.tsm-service-card:hover img {
	transform: scale(1.04);
}

.tsm-service-card__body {
	padding: 23px;
}

.tsm-service-card__body > span {
	color: var(--tsm-gold);
	font-size: 11px;
	font-weight: 800;
}

.tsm-service-card h3 {
	margin: 9px 0;
	font: 800 22px/1.2 Manrope, Roboto, sans-serif !important;
	text-transform: none;
}

.tsm-service-card h3 a {
	color: var(--tsm-ink);
	text-decoration: none;
}

.tsm-service-card p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 69px;
	margin: 0 0 15px;
	color: var(--tsm-muted);
	font-size: 13px;
}

.tsm-text-link {
	color: var(--tsm-ink) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.tsm-values {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.tsm-values article {
	border-color: var(--tsm-line);
	background: #fff;
	box-shadow: 0 12px 32px rgba(35, 27, 18, .06);
}

.tsm-values p {
	margin: 0;
	color: var(--tsm-muted);
	font-size: 13px;
}

.tsm-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 210px;
	gap: 14px;
}

.tsm-gallery__item {
	position: relative;
	min-height: 0 !important;
	border-radius: 18px !important;
	overflow: hidden;
	box-shadow: none !important;
}

.tsm-gallery__item--lead {
	grid-column: span 2;
	grid-row: span 2;
}

.tsm-gallery__item img {
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover;
}

.tsm-gallery__item::after {
	content: "";
	position: absolute;
	inset: 50% 0 0;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .68));
}

.tsm-gallery__item span {
	position: absolute;
	z-index: 2;
	left: 14px;
	right: 14px;
	bottom: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.tsm-project-group + .tsm-project-group {
	margin-top: 80px;
	padding-top: 70px;
	border-top: 1px solid var(--tsm-line);
}

.tsm-project-group__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 24px;
}

.tsm-project-group__head h2 {
	margin: 0 0 8px;
	font: 800 clamp(28px, 4vw, 42px)/1.1 Manrope, Roboto, sans-serif !important;
	text-transform: none;
}

.tsm-project-group__head p {
	max-width: 720px;
	margin: 0;
	color: var(--tsm-muted);
}

.tsm-project-group__head > a {
	flex: 0 0 auto;
	color: var(--tsm-ink);
	font-weight: 800;
	text-decoration: none;
}

.tsm-cta {
	padding-block: clamp(60px, 8vw, 90px);
	color: #fff;
	background: var(--tsm-gold);
}

.tsm-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
}

.tsm-cta__inner > div > span {
	color: rgba(21, 21, 21, .65);
}

.tsm-cta h2 {
	max-width: 720px;
	margin-bottom: 9px;
	font-size: clamp(33px, 5vw, 57px) !important;
}

.tsm-cta p {
	margin: 0;
	color: rgba(21, 21, 21, .7);
}

.tsm-cta .tsm-actions {
	flex: 0 0 auto;
	margin: 0;
}

.tsm-cta .tsm-btn--gold {
	background: #151515;
	color: #fff !important;
}

.tsm-cta .tsm-btn--ghost {
	border-color: rgba(21, 21, 21, .28);
	color: #151515 !important;
}

.tsm-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 60px;
}

.tsm-contact-grid article {
	padding: 27px;
	border: 1px solid var(--tsm-line);
	border-radius: 20px;
	background: #fff;
}

.tsm-contact-grid h3 {
	margin: 12px 0 8px;
	font: 800 20px/1.3 Manrope, Roboto, sans-serif !important;
	text-transform: none;
}

.tsm-contact-grid h3 a {
	color: var(--tsm-ink);
	text-decoration: none;
}

.tsm-contact-grid p {
	margin: 0;
	color: var(--tsm-muted);
	font-size: 13px;
}

.tsm-contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: stretch;
}

.tsm-contact-layout > div {
	padding: clamp(25px, 4vw, 40px);
	border: 1px solid var(--tsm-line);
	border-radius: 24px;
	background: var(--tsm-cream);
}

.tsm-contact-layout input,
.tsm-contact-layout textarea {
	width: 100%;
	border: 1px solid var(--tsm-line);
	border-radius: 12px;
	background: #fff;
}

.tsm-contact-layout input[type="submit"] {
	border: 0;
	background: var(--tsm-gold);
	color: #151515;
	font-weight: 800;
}

.tsm-map {
	padding: 0 !important;
	overflow: hidden;
}

.tsm-map iframe {
	width: 100%;
	height: 100%;
	min-height: 560px;
	border: 0;
}

.tsm-home-story .tsm-trust {
	margin-top: 0;
	padding-top: 35px;
}

@media (max-width: 980px) {
	.tsm-trust__grid,
	.tsm-process,
	.tsm-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tsm-split,
	.tsm-contact-layout {
		grid-template-columns: 1fr;
	}

	.tsm-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tsm-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.tsm-shell {
		width: min(100% - 22px, 1180px);
	}

	.tsm-hero {
		min-height: 520px;
	}

	.tsm-hero h1 {
		font-size: clamp(40px, 13vw, 58px) !important;
	}

	.tsm-trust {
		margin-top: -20px;
	}

	.tsm-trust__grid,
	.tsm-service-grid,
	.tsm-process,
	.tsm-contact-grid {
		grid-template-columns: 1fr;
	}

	.tsm-trust__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--tsm-line);
	}

	.tsm-trust__grid > div:last-child {
		border-bottom: 0;
	}

	.tsm-checks {
		grid-template-columns: 1fr;
	}

	.tsm-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 150px;
		gap: 9px;
	}

	.tsm-gallery__item--lead {
		grid-column: span 2;
		grid-row: span 2;
	}

	.tsm-project-group__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.tsm-actions,
	.tsm-cta .tsm-actions {
		width: 100%;
	}

	.tsm-btn {
		flex: 1 1 100%;
	}

	.tsm-map iframe {
		min-height: 380px;
	}
}
