body.case-study-trw {
	--trw-ink: var(--main-gray);
	--trw-graphite: var(--medium-gray);
	--trw-steel: var(--light-gray);
	--trw-line: #ededed;
	--trw-line-strong: #d8d8d8;
	--trw-panel: #f7f7f7;
	--trw-section-gap: 3.5rem;
	--trw-section-pad: 3rem;
	animation: trw-case-study-fade-in 360ms ease-out both !important;
	background: var(--white);
	overflow-x: hidden;
}

@keyframes trw-case-study-fade-in {
	from {
		opacity: 0.86;
	}

	to {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.case-study-trw {
		animation: none !important;
		opacity: 1 !important;
	}
}

body.case-study-trw .com-detail-page {
	background: var(--white);
	overflow-x: hidden;
}

@supports (overflow: clip) {
	body.case-study-trw,
	body.case-study-trw .com-detail-page {
		overflow-x: clip;
	}
}

body.case-study-trw .hero.page-container {
	margin-bottom: -1rem;
}

body.case-study-trw .hero.page-container .hero-img {
	aspect-ratio: 16 / 7;
	height: auto;
	max-height: 500px;
	object-fit: cover;
	object-position: center 38%;
}

body.case-study-trw .commercial-content {
	align-items: stretch;
	background: var(--white);
	background-image: none;
	border: 1px solid var(--trw-line-strong);
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	gap: clamp(1.9rem, 2.5vw, 2.5rem);
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.98fr);
	margin-top: 3.5rem;
	margin-bottom: 5rem;
	padding: clamp(1.25rem, 1.75vw, 1.65rem);
}

body.case-study-trw .commercial-content .content {
	align-content: start;
	display: grid;
	flex: 1 1 56%;
	gap: 0;
	max-width: none;
	min-height: 0;
	padding: clamp(1.8rem, 2.35vw, 2.35rem) clamp(1.05rem, 1.45vw, 1.35rem) clamp(1.35rem, 1.65vw, 1.55rem) clamp(0.85rem, 1vw, 1rem);
}

body.case-study-trw .commercial-content .commercial-title {
	color: var(--trw-ink);
	font-size: clamp(2.6rem, 3.75vw, 4.05rem);
	letter-spacing: normal;
	line-height: 0.97;
	margin: 0 0 1.45rem;
	max-width: 13.4ch;
	text-wrap: balance;
}

body.case-study-trw .commercial-content .commercial-type {
	color: var(--trw-graphite);
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 1.15rem;
	order: -1;
	text-transform: uppercase;
}

body.case-study-trw .commercial-content .commercial-body {
	color: var(--trw-ink);
	font-size: clamp(1.08rem, 1.28vw, 1.24rem);
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	max-width: 30rem;
}

body.case-study-trw .trw-project-scope {
	align-content: stretch;
	align-self: stretch;
	background: #f4f4f2;
	background-image: none;
	border: 1px solid var(--trw-line-strong);
	border-radius: 4px;
	box-shadow: none;
	display: grid;
	flex: 1 1 34%;
	gap: 0;
	grid-template-columns: 1fr;
	grid-template-rows: auto repeat(4, minmax(0, 1fr));
	margin-top: 0;
	min-width: 19rem;
	padding: clamp(2.3rem, 2.95vw, 2.85rem) clamp(2.05rem, 2.55vw, 2.45rem);
}

body.case-study-trw .trw-scope-header {
	border-bottom: 1px solid var(--trw-line-strong);
	grid-column: 1 / -1;
	margin-bottom: 0.2rem;
	padding-bottom: 1.25rem;
}

body.case-study-trw .trw-scope-signal {
	align-content: center;
	color: var(--trw-ink);
	display: grid;
	gap: 0.4rem;
	margin-top: 0;
}

body.case-study-trw .trw-scope-signal strong {
	display: block;
	font-size: clamp(1.9rem, 2.45vw, 2.55rem);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.06;
}

body.case-study-trw .trw-scope-signal span {
	color: var(--trw-graphite);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.15;
	max-width: none;
}

body.case-study-trw .trw-scope-item {
	align-content: center;
	border-bottom: 1px solid var(--trw-line);
	display: grid;
	min-height: 5.1rem;
	padding: 1rem 0 0.95rem;
}

body.case-study-trw .trw-scope-item--wide {
	grid-column: auto;
}

body.case-study-trw .trw-scope-item span,
body.case-study-trw .trw-section-kicker {
	color: var(--trw-steel);
	display: block;
	font-size: 0.78rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

body.case-study-trw .trw-scope-item strong {
	color: var(--trw-ink);
	display: block;
	font-size: 1rem;
	line-height: 1.32;
}

body.case-study-trw .trw-case-study {
	background: var(--white);
	color: var(--trw-ink);
	overflow: hidden;
}

body.case-study-trw .trw-section {
	border-top: 1px solid var(--trw-line-strong);
	padding-top: var(--trw-section-pad);
}

body.case-study-trw .trw-section + .trw-section {
	margin-top: 4.5rem;
}

body.case-study-trw .trw-section-head {
	display: grid;
	gap: var(--trw-section-gap);
	grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
	margin-bottom: 1.45rem;
}

body.case-study-trw .trw-section-head--compact {
	display: block;
	margin-bottom: 1.8rem;
	max-width: 36rem;
}

body.case-study-trw .trw-section h2 {
	color: var(--trw-ink);
	font-size: clamp(2rem, 2.9vw, 3.1rem);
	letter-spacing: normal;
	line-height: 1.04;
	margin: 0;
	text-wrap: balance;
}

body.case-study-trw .trw-section h3 {
	color: var(--trw-ink);
	font-size: clamp(1.08rem, 1.25vw, 1.2rem);
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.18;
	margin: 0;
}

body.case-study-trw .trw-body-copy,
body.case-study-trw .trw-support-row p,
body.case-study-trw .trw-note p {
	color: var(--trw-graphite);
	font-size: 0.98rem;
	line-height: 1.55;
}

body.case-study-trw .trw-body-copy {
	max-width: 42rem;
}

body.case-study-trw .trw-support-matrix {
	border-top: 1px solid var(--trw-line);
}

body.case-study-trw .trw-support-section {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 4vw, 4.5rem);
	grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
}

body.case-study-trw .trw-support-section .trw-section-head--compact {
	margin: 0;
	max-width: 27rem;
	padding-top: 0.15rem;
}

body.case-study-trw .trw-support-strip {
	border-left: 1px solid var(--trw-line-strong);
	border-top: 1px solid var(--trw-line-strong);
	counter-reset: trw-support;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

body.case-study-trw .trw-support-strip li {
	align-items: center;
	border-bottom: 1px solid var(--trw-line-strong);
	border-right: 1px solid var(--trw-line-strong);
	counter-increment: trw-support;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 7.5rem;
	padding: 1.2rem 1.25rem;
}

body.case-study-trw .trw-support-strip li::before {
	color: var(--trw-steel);
	content: counter(trw-support, decimal-leading-zero);
	font-size: 0.76rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

body.case-study-trw .trw-support-strip li strong {
	align-self: center;
	color: var(--trw-ink);
	display: block;
	font-size: clamp(1.08rem, 1.25vw, 1.2rem);
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.18;
	max-width: none;
}

body.case-study-trw .trw-support-row {
	align-items: start;
	border-bottom: 1px solid var(--trw-line);
	display: grid;
	gap: 1.4rem;
	grid-template-columns: minmax(10rem, 0.4fr) minmax(0, 0.72fr) minmax(0, 0.78fr);
	padding: 1.1rem 0;
}

body.case-study-trw .trw-support-row p {
	margin-bottom: 0;
}

body.case-study-trw .trw-evidence-grid {
	align-items: stretch;
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.case-study-trw .trw-evidence-grid figure {
	margin: 0;
}

body.case-study-trw .trw-evidence-grid img {
	aspect-ratio: 16 / 9;
	border: 1px solid var(--trw-line);
	border-radius: 4px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.case-study-trw .trw-ground-section,
body.case-study-trw .trw-fit-section {
	margin-left: auto;
	margin-right: auto;
}

body.case-study-trw .trw-ground-section {
	padding-top: clamp(2.6rem, 4.1vw, 3.9rem);
}

body.case-study-trw .trw-ground-header,
body.case-study-trw .trw-fit-header {
	margin-bottom: 1.6rem;
	max-width: 42rem;
}

body.case-study-trw .trw-ground-header h2,
body.case-study-trw .trw-fit-header h2 {
	color: var(--trw-ink);
	font-size: clamp(2rem, 2.9vw, 3.1rem);
	letter-spacing: normal;
	line-height: 1.04;
	margin: 0;
	max-width: 18ch;
	text-wrap: balance;
}

body.case-study-trw .trw-ground-header p,
body.case-study-trw .trw-fit-header p {
	color: var(--trw-graphite);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.52;
	margin: 0.85rem 0 0;
	max-width: 42rem;
}

body.case-study-trw .trw-ground-band {
	align-items: stretch;
	background: #f4f4f0;
	background-image: none;
	border: 1px solid var(--trw-line-strong);
	border-radius: 4px;
	box-shadow: none;
	display: grid;
	gap: clamp(1.4rem, 2vw, 2rem);
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
	overflow: hidden;
}

body.case-study-trw .trw-ground-media {
	display: flex;
	min-width: 0;
}

body.case-study-trw .trw-ground-media img {
	background: #ddd8cd;
	display: block;
	flex: 1 1 auto;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

body.case-study-trw .trw-ground-copy {
	align-content: start;
	display: grid;
	gap: 1.5rem;
	padding: clamp(1.5rem, 2.2vw, 2rem);
}

body.case-study-trw .trw-ground-copy > p {
	color: var(--trw-ink);
	font-size: clamp(1.05rem, 1.18vw, 1.18rem);
	line-height: 1.58;
	margin: 0;
	max-width: 29rem;
}

body.case-study-trw .trw-ground-points {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.case-study-trw .trw-ground-points li {
	border-top: 1px solid rgba(30, 30, 30, 0.1);
	display: grid;
	gap: 0.35rem;
	padding: 1rem 0;
}

body.case-study-trw .trw-ground-points li:last-child {
	border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

body.case-study-trw .trw-ground-points span {
	color: var(--trw-ink);
	font-size: clamp(1.08rem, 1.25vw, 1.2rem);
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.18;
}

body.case-study-trw .trw-fit-card h3 {
	color: var(--trw-ink);
	font-size: clamp(1.08rem, 1.3vw, 1.22rem);
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.1;
}

body.case-study-trw .trw-ground-points strong {
	color: var(--trw-graphite);
	display: block;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.55;
	max-width: 28rem;
}

body.case-study-trw .trw-fit-card p {
	color: #5f5a52;
	display: block;
	font-size: 0.97rem;
	font-weight: 400;
	line-height: 1.46;
	max-width: 28rem;
}

body.case-study-trw .trw-fit-section {
	background: transparent;
	isolation: isolate;
	padding-bottom: clamp(3.5rem, 5.4vw, 5.25rem);
	padding-top: clamp(4rem, 5.8vw, 5.65rem);
	position: relative;
}

body.case-study-trw .trw-fit-section::before {
	background: var(--trw-panel);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

body.case-study-trw .trw-fit-header {
	margin-bottom: 1.25rem;
	max-width: 34rem;
}

body.case-study-trw .trw-fit-header h2 {
	font-size: clamp(1.9rem, 2.45vw, 2.55rem);
	line-height: 1.06;
	max-width: none;
}

body.case-study-trw .trw-fit-header p {
	color: #5f5a52;
	font-size: 1.01rem;
	line-height: 1.56;
	margin-top: 0.55rem;
	max-width: 32rem;
}

body.case-study-trw .trw-fit-grid {
	display: grid;
	gap: 0.95rem 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.case-study-trw .trw-fit-card {
	align-content: start;
	background: var(--white);
	background-image: none;
	border: 1px solid var(--trw-line-strong);
	border-radius: 4px;
	box-shadow: none;
	display: grid;
	gap: 0.4rem;
	padding: 1.05rem 1.15rem 1rem;
}

body.case-study-trw .trw-fit-card h3 {
	margin: 0;
}

body.case-study-trw .trw-fit-card p {
	margin: 0;
}

body.case-study-trw .trw-planning-notes {
	border-top: 1px solid var(--trw-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.case-study-trw .trw-note {
	border-bottom: 1px solid var(--trw-line);
	min-height: 11rem;
	padding: 1rem 1.4rem 1rem 0;
}

body.case-study-trw .trw-note h3 {
	margin-bottom: 0.75rem;
}

body.case-study-trw .trw-note p {
	margin-bottom: 0;
}

body.case-study-trw .featured-works .trw-more-works-grid {
	display: grid;
	gap: 2rem 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: visible;
	padding-top: 2rem;
}

body.case-study-trw .featured-works .trw-more-works-grid .default-carousel-cell {
	margin-right: 0;
	min-height: 0;
	width: auto;
}

body.case-study-trw .featured-works .trw-more-works-grid .default-carousel-cell a {
	display: block;
}

body.case-study-trw .featured-works .trw-more-works-grid .default-carousel-cell .about-img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.case-study-trw .featured-works .trw-more-works-grid .default-carousel-cell h2 {
	font-size: var(--h3-mobiles-fsize);
	font-weight: bold;
	line-height: 1.35;
	margin: 0.85rem 0 0;
	opacity: 1;
	text-align: left;
	width: auto;
}

@media screen and (max-width: 1180px) {
	body.case-study-trw .commercial-content {
		grid-template-columns: 1fr;
	}

	body.case-study-trw .commercial-content .content {
		padding: 2.4rem 2rem 2rem;
	}

	body.case-study-trw .trw-project-scope {
		align-content: start;
		align-self: stretch;
		gap: 0 1.25rem;
		grid-auto-rows: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		min-width: 0;
	}

	body.case-study-trw .trw-scope-item--wide {
		grid-column: 1 / -1;
	}

	body.case-study-trw .trw-ground-band {
		grid-template-columns: 1fr;
	}

	body.case-study-trw .trw-ground-media {
		display: block;
	}

	body.case-study-trw .trw-ground-media img {
		aspect-ratio: 4 / 3;
		height: auto;
		min-height: 0;
	}

	body.case-study-trw .trw-fit-header {
		max-width: none;
	}
}

@media screen and (max-width: 900px) {
	body.case-study-trw .commercial-content {
		margin-top: 3rem;
		margin-bottom: 3.5rem;
		padding: clamp(1.25rem, 1.75vw, 1.65rem);
		grid-template-columns: 1fr;
	}

	body.case-study-trw .trw-section-head,
	body.case-study-trw .trw-support-row,
	body.case-study-trw .trw-evidence-grid,
	body.case-study-trw .trw-planning-notes,
	body.case-study-trw .trw-ground-header,
	body.case-study-trw .trw-fit-header,
	body.case-study-trw .trw-ground-band,
	body.case-study-trw .trw-fit-grid {
		grid-template-columns: 1fr;
	}

	body.case-study-trw .trw-support-section {
		gap: 1.7rem;
		grid-template-columns: 1fr;
	}

	body.case-study-trw .trw-support-section .trw-section-head--compact {
		max-width: 36rem;
	}

	body.case-study-trw .trw-project-scope {
		margin-top: 0;
		min-width: 0;
	}

	body.case-study-trw .trw-section {
		padding-top: var(--trw-section-pad);
	}

	body.case-study-trw .trw-section + .trw-section {
		margin-top: 3.5rem;
	}

	body.case-study-trw .trw-ground-media img {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	body.case-study-trw .trw-note {
		min-height: 0;
		padding-right: 0;
	}

	body.case-study-trw .featured-works .trw-more-works-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 850px) {
	body.case-study-trw .featured-works .section-title {
		display: block !important;
	}

	body.case-study-trw .commercial-content.page-container {
		padding: var(--paid-mobile-panel-padding, 1.25rem);
	}

	body.case-study-trw .trw-case-study > .page-container {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	body.case-study-trw .hero.page-container {
		padding-left: 0;
		padding-right: 0;
	}

	body.case-study-trw .commercial-content .commercial-title {
		font-size: clamp(2.1rem, 10vw, 2.9rem);
		line-height: 0.98;
		max-width: none;
	}

	body.case-study-trw .commercial-content .content {
		padding: var(--paid-mobile-panel-padding, 1.25rem);
	}

	body.case-study-trw .trw-body-copy,
	body.case-study-trw .trw-support-row p,
	body.case-study-trw .trw-note p {
		font-size: var(--h6-fsize);
		font-weight: 400;
		line-height: normal;
	}

	body.case-study-trw .commercial-content .commercial-body {
		font-size: clamp(1.08rem, 1.28vw, 1.24rem);
		line-height: 1.6;
	}

	body.case-study-trw .trw-section h2 {
		font-size: clamp(1.5rem, 7vw, 2.1rem);
		line-height: 1.04;
	}

	body.case-study-trw .trw-support-row {
		gap: 0.5rem;
	}

	body.case-study-trw .trw-support-row h3 {
		margin-bottom: 0.25rem;
	}

	body.case-study-trw .trw-ground-copy {
		gap: 1.15rem;
		padding: 1.25rem;
	}

	body.case-study-trw .trw-fit-card,
	body.case-study-trw .trw-fit-card:nth-child(2n) {
		padding: 1.05rem 1.15rem 1rem;
	}
}

@media screen and (max-width: 620px) {
	body.case-study-trw .commercial-content {
		margin-top: 2rem;
		margin-bottom: 3.5rem;
	}

	body.case-study-trw .trw-scope-item {
		min-height: 0;
		padding-right: 0;
	}

	body.case-study-trw .trw-project-scope {
		grid-template-columns: 1fr;
		padding: var(--paid-mobile-panel-padding, 1.25rem);
	}

	body.case-study-trw .trw-scope-item--wide {
		grid-column: auto;
	}

	body.case-study-trw .trw-support-strip {
		grid-template-columns: 1fr;
	}

	body.case-study-trw .trw-section {
		padding-top: 2.6rem;
	}

	body.case-study-trw .trw-support-row {
		padding: 1rem 0;
	}

	body.case-study-trw .featured-works .trw-more-works-grid {
		grid-template-columns: 1fr;
	}
}

/*
 * TRW reference-led intro and production-support module.
 * These rules intentionally follow the user-supplied editorial comp while
 * leaving the later evidence, planning, fit, and related-work sections intact.
 */
body.case-study-trw .trw-reference-module {
	background: var(--white);
	border: 1px solid var(--trw-line-strong);
	border-radius: 0;
	box-sizing: border-box;
	margin-bottom: 5rem;
	margin-top: 3.5rem;
	overflow: hidden;
	padding: 0;
}

body.case-study-trw .trw-intro {
	border-bottom: 1px solid var(--trw-line-strong);
	display: grid;
	grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
	min-height: 43rem;
}

body.case-study-trw .trw-intro-copy {
	border-right: 1px solid var(--trw-line-strong);
	padding: clamp(3.5rem, 4.4vw, 4.25rem) clamp(3rem, 3.8vw, 3.65rem) clamp(5.25rem, 6vw, 6.25rem);
}

body.case-study-trw .trw-intro-eyebrow {
	align-items: center;
	color: var(--trw-graphite);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76rem;
	font-weight: 700;
	gap: 0.65rem;
	letter-spacing: 0.11em;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

body.case-study-trw .trw-intro-eyebrow__bullet {
	color: var(--trw-graphite);
	font-size: 0.72rem;
	line-height: 1;
}

body.case-study-trw .trw-intro-category {
	color: var(--trw-ink);
	font-size: clamp(3.4rem, 4.1vw, 3.9rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.94;
	margin: 2.3rem 0 0;
	text-transform: uppercase;
}

body.case-study-trw .trw-intro h1 {
	color: var(--trw-ink);
	font-size: clamp(2.2rem, 2.7vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.02;
	margin: 0.9rem 0 0;
	max-width: none;
}

body.case-study-trw .trw-intro-media {
	margin: clamp(2.75rem, 3vw, 3.25rem) auto 0;
	max-width: none;
}

body.case-study-trw .trw-intro-media img {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 4px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.case-study-trw .trw-intro-title-line {
	display: block;
	white-space: nowrap;
}

body.case-study-trw .trw-intro-context {
	padding: clamp(3.45rem, 4.1vw, 4rem) clamp(3rem, 3.8vw, 3.65rem) 0;
}

body.case-study-trw .trw-intro-summary {
	color: var(--trw-ink);
	font-size: clamp(1.15rem, 1.5vw, 1.35rem);
	line-height: 1.58;
	margin: 0 0 2.25rem;
	max-width: 31rem;
}

body.case-study-trw .trw-fact-table {
	border-top: 1px solid var(--trw-line-strong);
	margin: 0;
}

body.case-study-trw .trw-fact-table__row {
	align-items: start;
	border-bottom: 1px solid var(--trw-line-strong);
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(7.8rem, 0.46fr) minmax(0, 1fr);
	min-height: 3.35rem;
	padding: 0.85rem 0 0.8rem;
}

body.case-study-trw .trw-fact-table__row:last-child {
	border-bottom: 0;
	padding-bottom: 1.15rem;
}

body.case-study-trw .trw-fact-table dt {
	color: var(--trw-graphite);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	padding-top: 0.18rem;
	text-transform: uppercase;
}

body.case-study-trw .trw-fact-table dd {
	color: var(--trw-ink);
	font-size: 1rem;
	line-height: 1.45;
	margin: 0;
}

body.case-study-trw .trw-reference-module .trw-support-section {
	border-top: 0;
	display: block;
	margin: 0;
	padding: clamp(3.25rem, 4vw, 3.8rem) clamp(3rem, 3.8vw, 3.65rem) 2.3rem;
}

body.case-study-trw .trw-reference-module .trw-support-section .trw-section-head--compact {
	display: block;
	margin: 0 0 clamp(2.25rem, 3vw, 2.75rem);
	max-width: none;
	padding: 0;
}

body.case-study-trw .trw-reference-module .trw-support-section h2 {
	font-size: clamp(2.35rem, 3.7vw, 3.35rem);
	max-width: none;
}

body.case-study-trw .trw-support-ledger {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.case-study-trw .trw-support-ledger__item {
	border-right: 1px solid var(--trw-line-strong);
	box-sizing: border-box;
	margin: 0;
	padding: 0 clamp(1.7rem, 2.45vw, 2.35rem);
}

body.case-study-trw .trw-support-ledger__item:first-child {
	padding-left: 0;
}

body.case-study-trw .trw-support-ledger__item:last-child {
	border-right: 0;
	padding-right: 0;
}

body.case-study-trw .trw-support-ledger__item h3 {
	color: var(--trw-ink);
	font-size: clamp(1.08rem, 1.35vw, 1.25rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1.75rem;
	min-height: 2.5em;
}

body.case-study-trw .trw-support-ledger__item p {
	color: var(--trw-graphite);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
}

@media screen and (max-width: 1180px) {
	body.case-study-trw .trw-intro {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.case-study-trw .trw-intro-copy {
		border-bottom: 1px solid var(--trw-line-strong);
		border-right: 0;
		padding-bottom: clamp(3.5rem, 4.4vw, 4.25rem);
	}

	body.case-study-trw .trw-intro h1 {
		max-width: none;
	}

	body.case-study-trw .trw-intro-media {
		max-width: 34rem;
	}

	body.case-study-trw .trw-intro-context {
		padding-bottom: 1rem;
	}

	body.case-study-trw .trw-support-ledger {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.case-study-trw .trw-support-ledger__item {
		border-bottom: 1px solid var(--trw-line-strong);
		padding: 2rem 2.25rem;
	}

	body.case-study-trw .trw-support-ledger__item h3 {
		min-height: 0;
	}

	body.case-study-trw .trw-support-ledger__item:first-child {
		padding-left: 0;
		padding-top: 0;
	}

	body.case-study-trw .trw-support-ledger__item:nth-child(2) {
		border-right: 0;
		padding-right: 0;
		padding-top: 0;
	}

	body.case-study-trw .trw-support-ledger__item:nth-child(3) {
		border-bottom: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	body.case-study-trw .trw-support-ledger__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 850px) {
	body.case-study-trw .trw-reference-module.page-container {
		padding: 0;
	}

	body.case-study-trw .trw-intro-copy,
	body.case-study-trw .trw-intro-context,
	body.case-study-trw .trw-reference-module .trw-support-section {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	body.case-study-trw .trw-intro h1 {
		font-size: clamp(2rem, 4.15vw, 2.2rem);
	}

	body.case-study-trw .trw-intro-category {
		font-size: clamp(2.6rem, 6.4vw, 3.4rem);
	}
}

@media screen and (max-width: 620px) {
	body.case-study-trw .trw-reference-module {
		margin-bottom: 3.5rem;
		margin-top: 2rem;
	}

	body.case-study-trw .trw-intro-copy,
	body.case-study-trw .trw-intro-context {
		padding: 2.35rem 1.45rem;
	}

	body.case-study-trw .trw-intro-category {
		font-size: clamp(2.2rem, 10vw, 2.6rem);
		margin-top: 1.5rem;
	}

	body.case-study-trw .trw-intro h1 {
		font-size: clamp(1.65rem, 7vw, 2rem);
		margin-top: 0.65rem;
	}

	body.case-study-trw .trw-intro-media {
		margin-top: 2.35rem;
	}

	body.case-study-trw .trw-intro-summary {
		font-size: 1.08rem;
		margin-bottom: 1.8rem;
	}

	body.case-study-trw .trw-fact-table__row {
		gap: 0.4rem;
		grid-template-columns: 1fr;
		padding: 0.85rem 0;
	}

	body.case-study-trw .trw-fact-table dt {
		padding-top: 0;
	}

	body.case-study-trw .trw-reference-module .trw-support-section {
		padding: 2.75rem 1.45rem 1.4rem;
	}

	body.case-study-trw .trw-reference-module .trw-support-section .trw-section-head--compact {
		margin-bottom: 1.6rem;
	}

	body.case-study-trw .trw-support-ledger {
		grid-template-columns: 1fr;
	}

	body.case-study-trw .trw-support-ledger__item,
	body.case-study-trw .trw-support-ledger__item:first-child,
	body.case-study-trw .trw-support-ledger__item:nth-child(2),
	body.case-study-trw .trw-support-ledger__item:nth-child(3),
	body.case-study-trw .trw-support-ledger__item:last-child {
		border-bottom: 1px solid var(--trw-line-strong);
		border-right: 0;
		min-height: 0;
		padding: 1.65rem 0;
	}

	body.case-study-trw .trw-support-ledger__item:first-child {
		padding-top: 0;
	}

	body.case-study-trw .trw-support-ledger__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	body.case-study-trw .trw-support-ledger__item h3 {
		margin-bottom: 0.8rem;
	}
}
