:root {
	--tsc-navy: #0b1f3a;
	--tsc-navy-2: #132d50;
	--tsc-blue: #2d5f91;
	--tsc-red: #b42335;
	--tsc-red-dark: #8e1727;
	--tsc-cream: #f7f4ee;
	--tsc-white: #ffffff;
	--tsc-ink: #172033;
	--tsc-muted: #5f6878;
	--tsc-line: #d9dee7;
	--tsc-shadow: 0 18px 50px rgba(11, 31, 58, 0.12);
	--tsc-radius: 20px;
	--tsc-wrap: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--tsc-white);
	color: var(--tsc-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.65;
}

body,
button,
input {
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	max-width: 100%;
}


/* Genesis Sample front-page reset */
.front-page .site-inner,
.front-page .content-sidebar-wrap {
	max-width: none;
	margin: 0;
	padding: 0;
}

.front-page .content {
	float: none;
	width: 100%;
	padding: 0;
}

.front-page .site-inner .wrap {
	max-width: none;
}

.front-page .entry {
	margin: 0;
	padding: 0;
}

.front-page .entry-content {
	margin: 0;
}

.front-page .sidebar {
	display: none;
}

.tsc-local .tsc-kicker {
	color: #f1c4ca;
}

.tsc-local .tsc-kicker::before {
	background: #f1c4ca;
}

.tsc-article-card h3 a {
	color: inherit;
	text-decoration: none;
}

a {
	color: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

.tsc-skip-link {
	position: absolute;
	left: 12px;
	top: -100px;
	z-index: 9999;
	background: var(--tsc-white);
	color: var(--tsc-navy);
	padding: 12px 18px;
	border-radius: 8px;
	font-weight: 800;
}

.tsc-skip-link:focus {
	top: 12px;
}

.tsc-wrap {
	width: min(calc(100% - 40px), var(--tsc-wrap));
	margin-inline: auto;
}

.tsc-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--tsc-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tsc-kicker::before {
	content: "";
	width: 30px;
	height: 3px;
	border-radius: 999px;
	background: var(--tsc-red);
}

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

.tsc-section-heading h2 {
	margin: 0;
	color: var(--tsc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.15rem, 5vw, 3.7rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.tsc-section-heading p:last-child {
	margin: 18px 0 0;
	color: var(--tsc-muted);
	font-size: 1.08rem;
}

.tsc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 12px 22px;
	border: 2px solid transparent;
	border-radius: 10px;
	background: var(--tsc-red);
	color: var(--tsc-white);
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tsc-button:hover {
	background: var(--tsc-red-dark);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(180, 35, 53, 0.22);
}

.tsc-button--outline {
	border-color: rgba(255, 255, 255, 0.72);
	background: transparent;
}

.tsc-button--outline:hover {
	border-color: var(--tsc-white);
	background: var(--tsc-white);
	color: var(--tsc-navy);
}

.tsc-button--navy {
	background: var(--tsc-navy);
}

.tsc-button--navy:hover {
	background: var(--tsc-navy-2);
}

.tsc-button:focus-visible,
.tsc-location-card a:focus-visible,
.tsc-link-arrow:focus-visible {
	outline: 3px solid #f4c451;
	outline-offset: 3px;
}

/* Hero */
.tsc-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(11, 31, 58, 0.98), rgba(19, 45, 80, 0.93)),
		radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.16), transparent 30%);
	color: var(--tsc-white);
}

.tsc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.07;
	background-image:
		linear-gradient(30deg, transparent 24%, #fff 25%, #fff 26%, transparent 27%, transparent 74%, #fff 75%, #fff 76%, transparent 77%),
		linear-gradient(150deg, transparent 24%, #fff 25%, #fff 26%, transparent 27%, transparent 74%, #fff 75%, #fff 76%, transparent 77%);
	background-size: 90px 52px;
	pointer-events: none;
}

.tsc-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	align-items: center;
	gap: 62px;
	min-height: 670px;
	padding-block: 82px;
}

.tsc-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.tsc-hero__eyebrow::before {
	content: "★";
	color: #f3c85d;
}

.tsc-hero h1 {
	max-width: 760px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.2rem, 6.5vw, 6rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.tsc-hero h1 span {
	color: #f2c8cd;
}

.tsc-hero__copy {
	max-width: 680px;
	margin: 25px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.04rem, 2vw, 1.2rem);
}

.tsc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 31px;
}

.tsc-hero__microcopy {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	margin-top: 27px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.83rem;
	font-weight: 800;
}

.tsc-hero__microcopy span::before {
	content: "✓";
	margin-right: 7px;
	color: #9ed2aa;
}

.tsc-hero__visual {
	position: relative;
}

.tsc-hero__frame {
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	background: var(--tsc-white);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
	transform: rotate(1.5deg);
}

.tsc-hero__frame img {
	width: 100%;
	height: 535px;
	object-fit: cover;
	object-position: center;
}

.tsc-hero__badge {
	position: absolute;
	left: -42px;
	bottom: 42px;
	width: 158px;
	padding: 20px;
	border: 5px solid rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	background: var(--tsc-red);
	color: var(--tsc-white);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	font-size: 0.8rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-7deg);
}

.tsc-hero__badge strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.3rem;
	line-height: 0.95;
}

/* Trust strip */
.tsc-trust {
	position: relative;
	z-index: 5;
	margin-top: -1px;
	background: var(--tsc-cream);
	border-bottom: 1px solid var(--tsc-line);
}

.tsc-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.tsc-trust__item {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 25px 22px;
	border-right: 1px solid var(--tsc-line);
}

.tsc-trust__item:last-child {
	border-right: 0;
}

.tsc-trust__icon {
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--tsc-white);
	color: var(--tsc-red);
	box-shadow: 0 7px 18px rgba(11, 31, 58, 0.08);
	font-weight: 950;
}

.tsc-trust__item strong {
	display: block;
	color: var(--tsc-navy);
	font-size: 0.9rem;
	line-height: 1.25;
}

.tsc-trust__item span:last-child {
	display: block;
	margin-top: 3px;
	color: var(--tsc-muted);
	font-size: 0.74rem;
	line-height: 1.35;
}

/* Locations */
.tsc-locations {
	padding: 105px 0;
	background: var(--tsc-white);
}

.tsc-location-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.tsc-location-card {
	position: relative;
	overflow: hidden;
	min-height: 250px;
	padding: 30px;
	border: 1px solid var(--tsc-line);
	border-radius: var(--tsc-radius);
	background: linear-gradient(145deg, #fff, #f8f9fb);
	box-shadow: 0 10px 32px rgba(11, 31, 58, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tsc-location-card:hover {
	border-color: rgba(45, 95, 145, 0.42);
	box-shadow: var(--tsc-shadow);
	transform: translateY(-4px);
}

.tsc-location-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 6px;
	background: var(--tsc-red);
}

.tsc-location-card:nth-child(even)::before {
	background: var(--tsc-blue);
}

.tsc-location-card__number {
	display: block;
	margin-bottom: 32px;
	color: rgba(11, 31, 58, 0.12);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 0.75;
}

.tsc-location-card h3 {
	margin: 0;
	color: var(--tsc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	line-height: 1.1;
}

.tsc-location-card p {
	margin: 12px 0 22px;
	color: var(--tsc-muted);
	font-size: 0.9rem;
}

.tsc-location-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--tsc-red);
	font-size: 0.84rem;
	font-weight: 900;
	text-decoration: none;
}

.tsc-location-card a::after,
.tsc-link-arrow::after {
	content: "→";
	transition: transform 180ms ease;
}

.tsc-location-card a:hover::after,
.tsc-link-arrow:hover::after {
	transform: translateX(4px);
}

/* Products */
.tsc-products {
	padding: 105px 0;
	background: var(--tsc-cream);
}

.tsc-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.tsc-product-card {
	position: relative;
	overflow: hidden;
	min-height: 480px;
	border-radius: 22px;
	background: var(--tsc-navy);
	box-shadow: var(--tsc-shadow);
	color: var(--tsc-white);
}

.tsc-product-card img {
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
	transition: transform 500ms ease;
}

.tsc-product-card:hover img {
	transform: scale(1.035);
}

.tsc-product-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 25%, rgba(11, 31, 58, 0.9) 88%);
}

.tsc-product-card__content {
	position: absolute;
	z-index: 2;
	inset: auto 28px 28px;
}

.tsc-product-card__label {
	margin: 0 0 8px;
	color: #f1c4ca;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.tsc-product-card h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1.05;
}

.tsc-product-card p {
	margin: 13px 0 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.88rem;
}

.tsc-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--tsc-white);
	font-size: 0.83rem;
	font-weight: 900;
	text-decoration: none;
}

/* Education */
.tsc-education {
	padding: 105px 0;
	background: var(--tsc-white);
}

.tsc-education__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 68px;
}

.tsc-education__image {
	position: relative;
}

.tsc-education__image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 26px;
	box-shadow: var(--tsc-shadow);
}

.tsc-education__image::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 32px -26px -26px 32px;
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(180, 35, 53, 0.15), rgba(45, 95, 145, 0.16));
}

.tsc-education__content h2 {
	margin: 0;
	color: var(--tsc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 5vw, 3.9rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.tsc-education__content > p {
	color: var(--tsc-muted);
	font-size: 1.02rem;
}

.tsc-resource-list {
	display: grid;
	gap: 12px;
	margin-top: 29px;
}

.tsc-resource {
	display: grid;
	grid-template-columns: 52px 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 17px;
	border: 1px solid var(--tsc-line);
	border-radius: 14px;
	background: var(--tsc-white);
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tsc-resource:hover {
	border-color: rgba(45, 95, 145, 0.4);
	box-shadow: 0 12px 26px rgba(11, 31, 58, 0.08);
	transform: translateX(4px);
}

.tsc-resource__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: var(--tsc-cream);
	color: var(--tsc-red);
	font-size: 1.2rem;
	font-weight: 950;
}

.tsc-resource strong {
	display: block;
	color: var(--tsc-navy);
	font-size: 0.96rem;
}

.tsc-resource span {
	color: var(--tsc-muted);
	font-size: 0.78rem;
}

.tsc-resource b {
	color: var(--tsc-red);
}

/* Local value */
.tsc-local {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background: var(--tsc-navy);
	color: var(--tsc-white);
}

.tsc-local::after {
	content: "★  ★  ★";
	position: absolute;
	right: 4%;
	top: 12%;
	color: rgba(255, 255, 255, 0.07);
	font-size: 8rem;
	letter-spacing: 0.2em;
	transform: rotate(-9deg);
}

.tsc-local__heading {
	position: relative;
	z-index: 2;
	max-width: 820px;
}

.tsc-local__heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 5.3vw, 4.2rem);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.tsc-local__heading p {
	max-width: 740px;
	color: rgba(255, 255, 255, 0.74);
}

.tsc-value-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 48px;
}

.tsc-value-card {
	padding: 29px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(4px);
}

.tsc-value-card__num {
	display: block;
	margin-bottom: 18px;
	color: #efb8c0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.3rem;
	font-weight: 800;
	line-height: 1;
}

.tsc-value-card h3 {
	margin: 0;
	font-size: 1.12rem;
}

.tsc-value-card p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.88rem;
}

/* Articles */
.tsc-articles {
	padding: 105px 0;
	background: var(--tsc-white);
}

.tsc-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.tsc-article-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--tsc-line);
	border-radius: 18px;
	background: var(--tsc-white);
	box-shadow: 0 10px 32px rgba(11, 31, 58, 0.06);
}

.tsc-article-card__media {
	position: relative;
	overflow: hidden;
	height: 230px;
	background: var(--tsc-cream);
}

.tsc-article-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.tsc-article-card:hover img {
	transform: scale(1.04);
}

.tsc-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px;
}

.tsc-article-card__meta {
	margin: 0 0 11px;
	color: var(--tsc-red);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tsc-article-card h3 {
	margin: 0;
	color: var(--tsc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	line-height: 1.22;
}

.tsc-article-card p {
	color: var(--tsc-muted);
	font-size: 0.86rem;
}

.tsc-article-card .tsc-link-arrow {
	margin-top: auto;
	color: var(--tsc-red);
}

/* CTA + footer */
.tsc-cta {
	padding: 80px 0;
	background: var(--tsc-cream);
}

.tsc-cta__box {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 30px;
	padding: 55px;
	border-radius: 24px;
	background:
		linear-gradient(110deg, var(--tsc-red), var(--tsc-red-dark));
	color: var(--tsc-white);
	box-shadow: var(--tsc-shadow);
}

.tsc-cta__box::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -160px;
	width: 360px;
	height: 360px;
	border: 70px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.tsc-cta h2 {
	position: relative;
	z-index: 2;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.1rem, 5vw, 3.5rem);
	line-height: 1.04;
}

.tsc-cta p {
	position: relative;
	z-index: 2;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.8);
}

.tsc-cta__action {
	position: relative;
	z-index: 2;
}

.tsc-footer {
	padding: 58px 0 24px;
	background: #08172c;
	color: rgba(255, 255, 255, 0.72);
}

.tsc-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 0.75fr;
	gap: 50px;
}

.tsc-footer h3 {
	margin: 0 0 14px;
	color: var(--tsc-white);
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tsc-footer p,
.tsc-footer li,
.tsc-footer a {
	font-size: 0.82rem;
}

.tsc-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tsc-footer li + li {
	margin-top: 8px;
}

.tsc-footer a {
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
}

.tsc-footer a:hover {
	color: var(--tsc-white);
}

.tsc-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 42px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.76rem;
}

/* Responsive */
@media (max-width: 1050px) {
	.tsc-menu-toggle {
		display: inline-flex;
	}

	.tsc-header__inner {
		flex-wrap: wrap;
		padding-block: 16px;
	}

	.tsc-nav {
		display: none;
		flex-basis: 100%;
		flex-direction: column;
		align-items: stretch;
		padding: 12px 0 4px;
		border-top: 1px solid var(--tsc-line);
	}

	.tsc-nav.is-open {
		display: flex;
	}

	.tsc-nav a {
		padding: 13px 8px;
	}

	.tsc-hero__inner {
		grid-template-columns: 1fr;
		gap: 48px;
		padding-block: 70px;
	}

	.tsc-hero__copy {
		max-width: 760px;
	}

	.tsc-hero__visual {
		max-width: 720px;
	}

	.tsc-hero__frame img {
		height: 500px;
	}

	.tsc-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tsc-trust__item:nth-child(2) {
		border-right: 0;
	}

	.tsc-trust__item:nth-child(-n+2) {
		border-bottom: 1px solid var(--tsc-line);
	}

	.tsc-location-grid,
	.tsc-product-grid,
	.tsc-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tsc-product-card:last-child,
	.tsc-article-card:last-child {
		grid-column: 1 / -1;
	}

	.tsc-product-card:last-child {
		min-height: 440px;
	}

	.tsc-product-card:last-child img {
		min-height: 440px;
		object-position: center 63%;
	}

	.tsc-education__grid {
		grid-template-columns: 1fr;
	}

	.tsc-education__image {
		max-width: 760px;
	}

	.tsc-education__image img {
		height: 520px;
	}

	.tsc-value-grid {
		grid-template-columns: 1fr;
	}

	.tsc-cta__box {
		grid-template-columns: 1fr;
	}

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

	.tsc-footer__grid > div:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	body {
		font-size: 17px;
	}

	.tsc-wrap {
		width: min(calc(100% - 28px), var(--tsc-wrap));
	}

	.tsc-utility__inner {
		justify-content: center;
		text-align: center;
	}

	.tsc-utility__inner span:last-child {
		display: none;
	}

	.tsc-logo__mark {
		width: 58px;
		height: 48px;
	}

	.tsc-logo__text {
		font-size: 1.16rem;
	}

	.tsc-logo__tagline {
		font-size: 0.54rem;
	}

	.tsc-hero__inner {
		min-height: auto;
		padding-block: 54px;
	}

	.tsc-hero h1 {
		font-size: clamp(2.7rem, 14vw, 4rem);
	}

	.tsc-hero__actions,
	.tsc-hero__actions .tsc-button {
		width: 100%;
	}

	.tsc-hero__frame {
		transform: none;
	}

	.tsc-hero__frame img {
		height: 390px;
	}

	.tsc-hero__badge {
		left: 14px;
		bottom: 14px;
		width: 125px;
		padding: 15px;
		border-width: 4px;
	}

	.tsc-hero__badge strong {
		font-size: 1.8rem;
	}

	.tsc-trust__grid,
	.tsc-location-grid,
	.tsc-product-grid,
	.tsc-article-grid {
		grid-template-columns: 1fr;
	}

	.tsc-trust__item,
	.tsc-trust__item:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--tsc-line);
	}

	.tsc-trust__item:last-child {
		border-bottom: 0;
	}

	.tsc-locations,
	.tsc-products,
	.tsc-education,
	.tsc-articles {
		padding-block: 76px;
	}

	.tsc-product-card:last-child,
	.tsc-article-card:last-child {
		grid-column: auto;
	}

	.tsc-product-card,
	.tsc-product-card:last-child {
		min-height: 430px;
	}

	.tsc-product-card img,
	.tsc-product-card:last-child img {
		min-height: 430px;
	}

	.tsc-education__grid {
		gap: 45px;
	}

	.tsc-education__image img {
		height: 430px;
	}

	.tsc-resource {
		grid-template-columns: 48px 1fr;
	}

	.tsc-resource b {
		display: none;
	}

	.tsc-local {
		padding-block: 76px;
	}

	.tsc-cta {
		padding-block: 60px;
	}

	.tsc-cta__box {
		padding: 36px 25px;
	}

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

	.tsc-footer__grid > div:first-child {
		grid-column: auto;
	}

	.tsc-footer__bottom {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
.tsc-hero__tagline {
	margin: 22px 0 0;
	color: #f2c8cd;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.2rem, 2.2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}
.tsc-hero__copy {
	max-width: 680px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.04rem, 2vw, 1.2rem);
}