/* TCC Group guided homepage. */

.tcc-home {
	--tcc-home-gutter: var(--tcc-gutter);
	--tcc-home-section-space: var(--tcc-band-gap);
	background: var(--wp--preset--color--paper);
	color: var(--wp--preset--color--ink);
	overflow-x: clip;
}

.tcc-home :where(h1, h2, h3, p, dl, dd, ul) {
	margin-block: 0;
}

.tcc-home :where(a, summary):focus-visible {
	outline: 3px solid var(--wp--preset--color--teal);
	outline-offset: 4px;
	transition: none;
}

.tcc-home :where(.tcc-home-hero, .tcc-home-cta) :where(a, summary):focus-visible {
	outline-color: var(--wp--preset--color--cyan);
}

.tcc-home-hero {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--paper);
	padding-inline: var(--tcc-gutter);
}

body:has(.tcc-home) {
	--tcc-nav-height: 65px;
	--tcc-nav-bg: var(--wp--preset--color--navy);
	--tcc-nav-border: color-mix(in srgb, var(--wp--preset--color--paper) 9%, transparent);
	--tcc-nav-ink: var(--wp--preset--color--paper);
	--tcc-nav-teal: var(--wp--preset--color--cyan);
	--tcc-nav-muted: var(--wp--preset--color--sky);
}

body:has(.tcc-home) .tcc-header-cta {
	background: var(--wp--preset--color--cyan);
	color: var(--wp--preset--color--navy);
}

.tcc-home-hero__inner,
.tcc-home-section__inner,
.tcc-home-faqs__inner,
.tcc-home-editorial__inner {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--tcc-shell);
	width: 100%;
}

.tcc-home-hero__inner {
	box-sizing: border-box;
	align-items: center;
	column-gap: 3.5rem;
	display: grid;
	grid-template-columns: 1fr;
	min-height: 23.4375rem;
	padding-block: var(--tcc-hero-gap-top) var(--tcc-hero-gap-bottom);
	row-gap: 2.5rem;
}

/* The hero image is a grid sibling of the copy, never inside it, so the two
   columns collapse to one on narrow screens without reflowing text around a
   floated image. */
.tcc-home-hero__inner:has(.tcc-home-hero__media) {
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 61.25rem) {
	.tcc-home-hero__inner:has(.tcc-home-hero__media) {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.tcc-home-hero__copy {
	min-width: 0;
}

.tcc-home-hero__lead {
	color: color-mix(in srgb, var(--wp--preset--color--paper) 86%, transparent);
	font-size: var(--wp--preset--font-size--md);
	line-height: 1.6;
	margin-block: 1.25rem 0;
	max-width: 34rem;
}

.tcc-home-hero__lead > :first-child {
	margin-block-start: 0;
}

.tcc-home-hero__lead > :last-child {
	margin-block-end: 0;
}

.tcc-home-hero__media {
	min-width: 0;
}

.tcc-home-hero__image {
	border-radius: 6px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.tcc-home-eyebrow,
.tcc-home-section::before {
	color: var(--wp--preset--color--cyan);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tcc-home-hero__title {
	color: var(--wp--preset--color--paper);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 2.76rem;
	font-weight: 800;
	line-height: 1.1;
	margin-top: 1.5rem;
	max-width: 51.25rem;
}

.tcc-home-hero__title span {
	display: block;
}

.tcc-home-hero__title .tcc-home-hero__emphasis {
	color: var(--wp--preset--color--cyan);
}

.tcc-home-hero__summary {
	color: var(--wp--preset--color--footer-link);
	font-size: var(--wp--preset--font-size--md);
	line-height: 1.65;
	margin-top: 1.75rem;
	max-width: 49rem;
}

.tcc-home-routes {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.75rem;
}

.tcc-home-routes a {
	align-items: center;
	border: 1px solid var(--wp--preset--color--muted);
	border-radius: 4px;
	box-sizing: border-box;
	color: var(--wp--preset--color--paper);
	display: inline-flex;
	font-size: 0.805rem;
	gap: 0.45rem;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0.04em;
	line-height: 1.5;
	min-height: 3.1875rem;
	padding: 0.875rem 2rem;
	position: relative;
	text-decoration: none;
	transition:
		background-color var(--tcc-duration-fast) var(--tcc-ease-color),
		border-color     var(--tcc-duration-fast) var(--tcc-ease-color),
		color            var(--tcc-duration-fast) var(--tcc-ease-color);
	white-space: nowrap;
}

.tcc-home-routes a::after {
	display: inline-block;
	margin-left: 0;
	position: static;
}

/* Every hero route shares one resting style. The reversed cyan fill in the
   design is the hover state, not a second button variant. */
.tcc-home-routes a:hover,
.tcc-home-routes a:focus-visible {
	background: var(--wp--preset--color--cyan);
	border-color: var(--wp--preset--color--cyan);
	color: var(--wp--preset--color--navy);
}

.tcc-home-metrics {
	background: var(--wp--preset--color--sky);
	box-sizing: border-box;
	color: var(--wp--preset--color--navy);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 20rem));
	justify-content: center;
	max-width: none;
	padding-inline: max(0px, calc((100% - var(--tcc-shell)) / 2));
	width: 100%;
}

.tcc-home-metric {
	border-left: 1px solid color-mix(in srgb, var(--wp--preset--color--navy) 12%, transparent);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	height: auto;
	min-height: 9.0625rem;
	padding: 1.75rem clamp(1rem, 2.2vw, 2rem);
}

.tcc-home-metric:first-child {
	border-left: 0;
}

.tcc-home-metric dt {
	display: grid;
	gap: 0.15rem;
}

/* All three lines share the metric's left edge; the figure, label and
   supporting sentence follow the approved design's own sizes and weights. */
.tcc-home-metric__label {
	color: var(--wp--preset--color--footer-surface);
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	line-height: 1.5;
	margin-top: auto;
	padding-top: 1rem;
	text-align: left;
}

.tcc-home-metric__detail {
	color: var(--wp--preset--color--steel);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.tcc-home-metric dd {
	color: var(--wp--preset--color--navy);
	font-size: var(--wp--preset--font-size--xxxl);
	font-weight: 800;
	line-height: 1;
	margin: 0;
	order: -1;
	text-align: left;
	white-space: nowrap;
}

.tcc-home-section {
	margin: 0;
	padding-inline: var(--tcc-gutter);
	padding-block: var(--tcc-home-section-space);
}

.tcc-home-section--solutions {
	padding-top: 4.2rem;
}

.tcc-home-section__title {
	font-size: 2.3rem;
	line-height: 1.12;
	max-width: 19ch;
}

.tcc-home-section__header {
	display: grid;
	gap: 0.75rem;
}

.tcc-home-section__eyebrow {
	color: var(--wp--preset--color--teal);
	font-size: 0.6325rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.tcc-home-section__intro {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--md);
	line-height: 1.65;
	margin-top: 1.5rem;
	max-width: 48rem;
}

.tcc-home-section--solutions .tcc-home-section__inner {
	display: grid;
	gap: 1.5rem clamp(2rem, 6vw, 6rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcc-home-section--solutions .tcc-home-section__title {
	max-width: none;
}

.tcc-home-section--solutions .tcc-home-section__title span {
	display: block;
}

.tcc-home-section--solutions .tcc-home-section__intro {
	color: var(--wp--preset--color--steel);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 0;
}

.tcc-home-section--solutions .tcc-home-card-grid {
	grid-column: 1 / -1;
	margin-top: 2rem;
}

.tcc-home-card-grid,
.tcc-home-case-list {
	display: grid;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.tcc-home-card-grid--solutions {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-template-rows: minmax(15.875rem, auto) minmax(18.625rem, auto);
}

.tcc-home-card-grid--delivery {
	grid-auto-rows: minmax(25.1875rem, auto);
	grid-template-columns: repeat(4, minmax(0, 19.0625rem));
	justify-content: center;
}

.tcc-home-card-grid--delivery .tcc-home-card {
	max-width: 19.0625rem;
	width: 100%;
}

.tcc-home-card-grid--group,
.tcc-home-case-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcc-home-card {
	border: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(1.25rem, 2vw, 1.75rem);
	position: relative;
}

.tcc-home-card__media {
	display: block;
	height: auto;
	margin: calc(clamp(1.25rem, 2vw, 1.75rem) * -1);
	margin-bottom: 1.5rem;
	max-width: none;
	width: calc(100% + clamp(2.5rem, 4vw, 3.5rem));
}

.tcc-home-card__media-frame {
	overflow: hidden;
	position: relative;
}

.tcc-home-card-grid--delivery .tcc-home-card__media-frame {
	margin: calc(clamp(1.25rem, 2vw, 1.75rem) * -1);
	margin-bottom: 1.5rem;
}

.tcc-home-card-grid--delivery .tcc-home-card__media {
	margin: 0;
	width: 100%;
}

.tcc-home-card__media-frame--labelled::after {
	background: linear-gradient(
		180deg,
		transparent 20%,
		var(--wp--preset--color--navy) 100%
	);
	content: "";
	inset: 45% 0 0;
	pointer-events: none;
	position: absolute;
}

.tcc-home-card-grid--solutions .tcc-home-card {
	min-height: 0;
	padding: 1.25rem 1.5rem;
}

.tcc-home-card-grid--solutions .tcc-home-card__media-frame {
	display: block !important;
	height: 2rem;
	margin: 0;
	position: absolute !important;
	right: 1.5rem;
	top: 1.25rem;
	width: 2rem;
}

.tcc-home-card-grid--solutions .tcc-media-wrapper {
	display: contents;
}

.tcc-home-card-grid--solutions .tcc-home-card__media {
	aspect-ratio: 1;
	height: 2rem;
	margin: 0;
	object-fit: contain;
	width: 2rem;
}

.tcc-home-card-grid--solutions .tcc-home-card__title {
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.4;
	padding-right: 2.5rem;
}

.tcc-home-card-grid--solutions .tcc-home-card__title a::after {
	content: none;
}

.tcc-home-card-grid--solutions .tcc-home-card__cta::after {
	flex: 0 0 auto;
	margin-left: auto;
}

.tcc-home-card-grid--solutions .tcc-ai-badge {
	font-size: 0.46rem;
	min-height: 1.125rem;
	min-width: 1.125rem;
	padding: 0.125rem 0.25rem;
}

.tcc-home-card__title {
	font-size: var(--wp--preset--font-size--md);
	line-height: 1.35;
}

.tcc-home-card__eyebrow {
	align-self: flex-start;
	background: color-mix(in srgb, var(--wp--preset--color--teal) 14%, var(--wp--preset--color--paper));
	color: var(--wp--preset--color--ink);
	font-size: 0.6325rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin-bottom: 1rem;
	padding: 0.4rem 0.6rem;
	text-transform: uppercase;
}

.tcc-home-card__eyebrow--media {
	background: transparent;
	bottom: 0.875rem;
	color: var(--wp--preset--color--paper);
	left: 1rem;
	margin: 0;
	max-width: calc(100% - 2rem);
	padding: 0;
	position: absolute;
	z-index: 1;
}

.tcc-home-card__title a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.tcc-home-card__title a::before {
	content: "";
	inset: 0;
	position: absolute;
}

.tcc-home-card:has(.tcc-home-card__title a:focus-visible) {
	border-color: var(--wp--preset--color--teal);
	box-shadow: var(--wp--preset--shadow--md);
	transition: none;
}

.tcc-home-card__summary {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.65;
	margin-top: 1rem;
	/*
	 * Authored copy can arrive with an unbreakable run -- a word-processor
	 * paste joins words with non-breaking spaces, and a URL has no break
	 * opportunity at all. A card column is narrow, so without this the run
	 * overflows the card border instead of wrapping. Rendering strips known
	 * paste artefacts; this guarantees the card contains its text whatever the
	 * content turns out to be.
	 */
	overflow-wrap: anywhere;
}

.tcc-home-card__cta {
	align-items: center;
	border-top: 1px solid var(--wp--preset--color--line);
	color: var(--wp--preset--color--teal);
	display: flex;
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 700;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1rem;
	text-decoration: none;
}

.tcc-home-card__cta::after {
	content: "\2192";
	font-size: 0.92rem;
}

.tcc-home-section--delivery {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--paper);
	padding-block: var(--tcc-band-gap);
}

.tcc-home-section--delivery .tcc-home-section__title,
.tcc-home-section--delivery .tcc-home-card__title a {
	color: var(--wp--preset--color--paper);
}

.tcc-home-section--delivery .tcc-home-section__title {
	font-size: 1.955rem;
	line-height: 1.1;
	max-width: 47.5rem;
}

.tcc-home-section--delivery .tcc-home-section__title span,
.tcc-home-section--group .tcc-home-section__title span {
	display: block;
}

.tcc-home-section--delivery .tcc-home-section__title-emphasis {
	color: var(--wp--preset--color--cyan);
}

.tcc-home-section--delivery .tcc-home-section__intro {
	font-size: 0.8625rem;
	line-height: 1.75;
	margin-top: 1.25rem;
	max-width: 35rem;
}

.tcc-home-section--delivery .tcc-home-card-grid {
	margin-top: 3rem;
}

.tcc-home-section--delivery .tcc-home-card__eyebrow {
	background: var(--wp--preset--color--cyan);
	color: var(--wp--preset--color--navy);
	left: 0.75rem;
	margin: 0;
	max-width: calc(100% - 1.5rem);
	position: absolute;
	top: 0.75rem;
	z-index: 1;
}

.tcc-home-section--delivery .tcc-home-section__intro,
.tcc-home-section--delivery .tcc-home-card__summary {
	color: var(--wp--preset--color--footer-link);
}

.tcc-home-section--delivery .tcc-home-card {
	border: 0;
	padding: 1.5rem;
}

.tcc-home-section--delivery .tcc-home-card__media {
	aspect-ratio: auto;
	height: 11.25rem;
	margin: -1.5rem;
	margin-bottom: 1.5rem;
	width: calc(100% + 3rem);
}

.tcc-home-section--delivery .tcc-home-card__media-frame {
	height: 11.25rem;
	margin: -1.5rem;
	margin-bottom: 1.5rem;
	width: calc(100% + 3rem);
}

.tcc-home-section--delivery .tcc-home-card__media-frame .tcc-home-card__media {
	filter: grayscale(1) contrast(1.05);
	height: 100%;
	margin: 0;
	width: 100%;
}

.tcc-home-section--delivery .tcc-home-card__title {
	font-size: 0.8625rem;
	line-height: 1.4;
}

.tcc-home-section--delivery .tcc-home-card__summary {
	font-size: 0.7475rem;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.tcc-home-section--delivery .tcc-home-card__cta {
	color: var(--wp--preset--color--cyan);
	font-size: 0.736rem;
	line-height: 1.5;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

.tcc-home-section--sectors,
.tcc-home-section--group {
	background: var(--wp--preset--color--sky);
}

.tcc-home-section--sectors,
.tcc-home-section--cases {
	padding-block: var(--tcc-band-gap);
}

.tcc-home-section--sectors .tcc-home-section__title {
	font-size: 2.07rem;
	line-height: 1.15;
}

.tcc-home-section--cases .tcc-home-section__title {
	font-size: 1.84rem;
	line-height: 1.2;
	max-width: none;
}

.tcc-home-section--cases .tcc-home-section__header {
	align-items: end;
	grid-template-columns: minmax(0, 1fr) auto;
}

.tcc-home-section--cases .tcc-home-section__eyebrow {
	grid-column: 1 / -1;
}

.tcc-home-section__utility-link {
	color: var(--wp--preset--color--cyan);
	font-size: 0.7475rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

.tcc-home-section--cases .tcc-home-case-list {
	grid-auto-rows: minmax(9.659375rem, auto);
}

.tcc-home-section--cases .tcc-home-card {
	border-color: color-mix(in srgb, var(--wp--preset--color--cyan) 28%, var(--wp--preset--color--paper));
	padding: 1.5rem;
}

.tcc-home-section--cases .tcc-home-card__title {
	font-size: 0.8625rem;
	line-height: 1.4;
	margin-top: 1rem;
}

.tcc-home-section--cases .tcc-home-card__summary {
	font-size: 0.7475rem;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.tcc-home-section--cases .tcc-home-card__title a::after {
	content: none;
}

.tcc-home-case-card__meta,
.tcc-home-case-card__footer {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.5rem;
}

.tcc-home-case-card__meta {
	color: var(--wp--preset--color--muted);
	font-size: 0.69rem;
	justify-content: space-between;
	line-height: 1.5;
}

.tcc-home-case-card__solution {
	background: var(--wp--preset--color--sky);
	color: var(--wp--preset--color--navy);
	font-weight: 650;
	letter-spacing: 0.06em;
	padding: 0.3rem 0.55rem;
	text-transform: uppercase;
}

.tcc-home-case-card__meta time {
	color: var(--wp--preset--color--steel);
}

.tcc-home-case-card__footer {
	border-top: 1px solid var(--wp--preset--color--line);
	color: var(--wp--preset--color--ink);
	font-size: 0.7475rem;
	justify-content: space-between;
	line-height: 1.5;
	margin-top: auto;
	padding-top: 0.75rem;
}

.tcc-home-case-card__read {
	color: var(--wp--preset--color--cyan);
	white-space: nowrap;
}

.tcc-home-section--group .tcc-home-card {
	background: var(--wp--preset--color--paper);
}

.tcc-home-card-grid--group .tcc-home-card__title {
	font-size: 1.38rem;
	line-height: 1.2;
}

.tcc-home-group-card__subtitle {
	color: var(--wp--preset--color--steel);
	font-size: 0.7475rem;
	line-height: 1.5;
	margin-top: 0.35rem;
}

.tcc-home-card-grid--group .tcc-home-card__eyebrow {
	background: var(--wp--preset--color--sky);
	color: var(--wp--preset--color--navy);
}

.tcc-home-cta {
	align-items: center;
	background: var(--wp--preset--color--cyan);
	background-image: var(--wp--preset--gradient--cyan-to-cyan-deep);
	box-sizing: border-box;
	display: grid;
	gap: 0.625rem 2rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: var(--tcc-band-gap) max(var(--tcc-gutter), calc((100% - var(--tcc-shell)) / 2));
}

.tcc-home-cta h2 {
	color: var(--wp--preset--color--navy);
	font-size: 1.84rem;
	line-height: 1.5;
	max-width: 44rem;
}

.tcc-home-cta p {
	color: var(--wp--preset--color--ink);
	line-height: 1.5;
	max-width: 41.5rem;
}

.tcc-home-cta__body {
	grid-column: 1;
}

.tcc-home-cta .wp-element-button {
	align-self: center;
	background: var(--wp--preset--color--navy);
	box-sizing: border-box;
	color: var(--wp--preset--color--paper);
	font-size: 0.805rem;
	font-weight: 700;
	grid-column: 2;
	grid-row: 1 / span 2;
	justify-self: end;
	line-height: 1.5;
	min-height: 3.0625rem;
	padding: 0.875rem 2.25rem;
	text-align: center;
	text-transform: uppercase;
	width: min(13.5rem, 100%);
}

.tcc-home-faqs {
	padding-inline: var(--tcc-gutter);
	padding-block: var(--tcc-band-gap);
}

.tcc-home-faqs__inner {
	display: grid;
	gap: 4rem;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.tcc-home-faqs__eyebrow {
	color: var(--wp--preset--color--teal);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
}

.tcc-home-faqs__header h2 {
	font-size: 1.84rem;
	line-height: 1.2;
}

.tcc-home-faqs__intro {
	color: var(--wp--preset--color--muted);
	font-size: 0.805rem;
	line-height: 1.75;
	margin-top: 1rem;
}

.tcc-home-faqs__intro p {
	margin: 0;
}

.tcc-home-faqs__header a {
	color: var(--wp--preset--color--teal);
	font-weight: 650;
	text-decoration: none;
}

.tcc-home-faqs__header a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.tcc-home-faq {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 4px;
	margin-bottom: 0.5rem;
	padding: 1.125rem 1.5rem;
}

.tcc-home-faq:last-child {
	margin-bottom: 0;
}

.tcc-home-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 0.8625rem;
	font-weight: 650;
	gap: 1rem;
	justify-content: space-between;
	line-height: 1.4;
	list-style: none;
	min-height: 2.75rem;
}

.tcc-home-faq summary::-webkit-details-marker {
	display: none;
}

.tcc-home-faq summary::after {
	align-items: center;
	background: var(--wp--preset--color--sky);
	border-radius: 50%;
	content: "+";
	display: flex;
	flex: 0 0 1.375rem;
	height: 1.375rem;
	justify-content: center;
}

.tcc-home-faq[open] summary::after {
	content: "−";
}

.tcc-home-faq p {
	color: var(--wp--preset--color--muted);
	line-height: 1.7;
	margin-top: 1rem;
}

.tcc-home-editorial {
	background: var(--wp--preset--color--sky);
	padding-inline: var(--tcc-gutter);
}

/* The reviewed line is the last flow content on the page. Its trailing margin
   collapses out through every ancestor and escapes the section, so it paints
   as page background rather than this band's colour and shows as a pale strip
   above the site footer. */
.tcc-home-editorial__reviewed > :last-child {
	margin-block-end: 0;
}

/* The byline and the reviewed line share one text column beside the mark, so
   the date aligns to the byline text rather than to the band edge. */
.tcc-home-editorial__identity-text {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	min-width: 0;
}

.tcc-home-editorial__identity-text > p {
	font-size: 0.7475rem;
	line-height: 1.4;
	margin: 0;
	max-width: 48rem;
}

.tcc-home-editorial__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	justify-content: space-between;
	min-height: 5.625rem;
	padding-block: 1rem;
}

.tcc-home-editorial__identity {
	align-items: center;
	display: flex;
	gap: 1rem;
	min-width: 0;
}

.tcc-home-editorial__mark {
	align-items: center;
	background: var(--wp--preset--color--navy);
	border-radius: 50%;
	color: var(--wp--preset--color--paper);
	display: flex;
	flex: 0 0 3rem;
	font-size: 0.6325rem;
	font-weight: 750;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.tcc-home-editorial__role {
	color: var(--wp--preset--color--muted);
}

.tcc-home-editorial__identity strong {
	font-size: inherit;
}

.tcc-home-editorial__linkedin {
	align-items: center;
	color: var(--wp--preset--color--teal);
	display: flex;
	font-size: 0.7475rem;
	font-weight: 650;
	gap: 0.5rem;
	text-decoration: none;
}

.tcc-home-editorial__linkedin .tcc-linkedin-icon {
	height: 1.25rem;
	width: 1.25rem;
}

@media (hover: hover) and (pointer: fine) {
	.tcc-home-card,
	.tcc-home-sector-grid a {
		transition:
			border-color var(--tcc-duration-fast) var(--tcc-ease-color),
			box-shadow   var(--tcc-duration-fast) var(--tcc-ease-out),
			transform    var(--tcc-duration-fast) var(--tcc-ease-out);
	}

	/* Colour for the sector cards' hover state belongs to the shared
	   `.tcc-sector-card-grid` component rule, which fills the card navy; only
	   the pointer-specific lift and shadow are added here so the two rules do
	   not fight over the border colour. */
	.tcc-home-card:hover,
	.tcc-home-card:has(.tcc-home-card__title a:focus-visible) {
		border-color: var(--wp--preset--color--teal);
		box-shadow: var(--wp--preset--shadow--md);
		transform: translateY(-3px);
	}

	.tcc-home-sector-grid a:hover {
		box-shadow: var(--wp--preset--shadow--md);
		transform: translateY(-3px);
	}

	.tcc-home-card:has(.tcc-home-card__title a:focus-visible) {
		transition: none;
	}

	.tcc-home-section--delivery .tcc-home-card:hover {
		border-color: var(--wp--preset--color--teal);
	}
}

@media (min-width: 64.0625rem) {
	.tcc-home-card-grid--solutions .tcc-home-card {
		padding: 1.5rem;
	}

	.tcc-home-card-grid--solutions .tcc-home-card__summary {
		font-size: 0.7475rem;
	}

	.tcc-home-card-grid--solutions .tcc-home-card__cta {
		font-size: 0.736rem;
		font-weight: 600;
		gap: 0.375rem;
		line-height: 1.5;
		padding-top: 0.75rem;
	}

	.tcc-home-section--delivery .tcc-home-card__cta {
		border-top: 0;
		font-weight: 600;
		gap: 0.375rem;
		padding-top: 0;
	}

	.tcc-home-section--delivery .tcc-home-card__cta::after {
		flex: 0 0 auto;
		margin-left: auto;
	}

	/* Both rows share one track size so every sector card matches the tallest
	   label in the grid. Sizing the second row independently (its own smaller
	   minimum) is what previously left the bottom row visibly shorter than the
	   top one, and it also overrode the shared grid's auto-row sizing because
	   an explicit template always wins over `grid-auto-rows`. */
	.tcc-home-sector-grid {
		grid-template-rows: repeat(2, minmax(5.0625rem, 1fr));
	}

	.tcc-home-sector-grid a {
		font-size: 0.805rem;
		font-weight: 600;
		gap: 0.75rem;
		line-height: 1.4;
	}

	.tcc-home-group-card__header {
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
	}

	.tcc-home-hero__inner {
		padding-top: 2.9375rem;
	}

	.tcc-home-hero__title {
		margin-top: 1.1875rem;
	}

	.tcc-home-routes {
		margin-top: 2rem;
	}

	.tcc-home-routes a:nth-child(1) {
		width: 9.1875rem;
	}

	.tcc-home-routes a:nth-child(2) {
		width: 8.3125rem;
	}

	.tcc-home-routes a:nth-child(3) {
		width: 10.4375rem;
	}

	.tcc-home-faq {
		padding-block: 0.4375rem;
	}

	.tcc-home-section--group {
		box-sizing: border-box;
		min-height: 39.125rem;
	}

	.tcc-home-card-grid--group {
		grid-auto-rows: minmax(15.59375rem, auto);
	}

	.tcc-home-card-grid--group .tcc-home-card {
		padding: 2.5rem 2rem;
	}

}

@media (max-width: 64rem) {
	.tcc-home-section--solutions {
		padding-top: 3.15rem;
	}

	.tcc-home-hero__inner {
		height: auto;
		min-height: auto;
	}

	.tcc-home-metrics,
	.tcc-home-card-grid--group,
	.tcc-home-case-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcc-home-metric:nth-child(odd) {
		border-left: 0;
	}

	.tcc-home-metric:last-child {
		border-right: 0;
	}

	.tcc-home-card-grid--solutions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.tcc-home-card-grid--delivery,
	.tcc-home-sector-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcc-home-card-grid--delivery {
		grid-auto-rows: auto;
	}

	.tcc-home-sector-grid {
		grid-template-rows: none;
	}

	.tcc-home-section--cases .tcc-home-case-list {
		grid-auto-rows: auto;
	}
}

@media (min-width: 60.0625rem) and (max-width: 64rem) {
	.tcc-home-hero__inner {
		height: 22.1875rem;
		min-height: 22.1875rem;
	}

	.tcc-home-metrics {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tcc-home-metric {
		height: 11.5rem;
		min-height: 11.5rem;
	}

	.tcc-home-metric:nth-child(odd) {
		border-left: 1px solid color-mix(in srgb, var(--wp--preset--color--navy) 12%, transparent);
	}

	.tcc-home-metric:first-child {
		border-left: 0;
	}

	.tcc-home-section--solutions .tcc-home-section__title {
		align-self: start;
		font-size: 1.7664rem;
		line-height: 1.15;
	}

	.tcc-home-section--solutions .tcc-home-section__title span {
		font-size: inherit !important;
		line-height: inherit;
	}

	.tcc-home-card-grid--solutions {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		grid-template-rows: repeat(2, 23.46875rem);
	}

	.tcc-home-card-grid--solutions .tcc-home-card__summary,
	.tcc-home-section--delivery .tcc-home-card__summary,
	.tcc-home-section--cases .tcc-home-card__summary {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.tcc-home-card-grid--delivery,
	.tcc-home-sector-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tcc-home-card-grid--delivery {
		grid-auto-rows: 30.75rem;
	}

	.tcc-home-sector-grid {
		grid-auto-rows: 5.0625rem;
	}

	.tcc-home-card-grid--group,
	.tcc-home-case-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tcc-home-section--cases .tcc-home-case-list {
		grid-auto-rows: 9.3125rem;
	}

	.tcc-home-cta {
		column-gap: 1rem;
	}

	.tcc-home-faq {
		padding-block: 0.4375rem;
	}

	.tcc-home-section--group {
		box-sizing: border-box;
		min-height: 42.375rem;
	}

	.tcc-home-card-grid--group {
		grid-auto-rows: 23.6875rem;
	}
}

@media (max-width: 48rem) {
	.tcc-home-section__title {
		font-size: 1.84rem;
	}

	.tcc-home-cta,
	.tcc-home-faqs__inner,
	.tcc-home-section--solutions .tcc-home-section__inner {
		grid-template-columns: 1fr;
	}

	.tcc-home-cta .wp-element-button,
	.tcc-home-cta__body {
		grid-column: 1;
		grid-row: auto;
	}

	.tcc-home-cta .wp-element-button {
		justify-self: start;
	}

	.tcc-home-faqs__inner {
		gap: 2rem;
	}
}

@media (max-width: 32rem) {
	.tcc-home-hero__inner {
		padding-block: 2.5rem 2rem;
	}

	.tcc-home-hero,
	.tcc-home-editorial {
		padding-inline: 1.5rem;
	}

	.tcc-home-hero__title {
		font-size: 2.162rem;
		line-height: 1.03;
	}

	.tcc-home-routes,
	.tcc-home-routes a {
		width: 100%;
	}

	.tcc-home-section,
	.tcc-home-faqs {
		padding-inline: 1.5rem;
	}

	.tcc-home-section--solutions {
		padding-top: 2.45rem;
	}

	.tcc-home-faqs,
	.tcc-home-cta {
		padding-block: 3.5rem;
	}

	.tcc-home-cta {
		padding-inline: 1.5rem;
	}

	.tcc-home-cta .wp-element-button {
		white-space: nowrap;
		width: min(15rem, 100%);
	}

	.tcc-home-metrics,
	.tcc-home-card-grid--solutions,
	.tcc-home-card-grid--delivery,
	.tcc-home-card-grid--group,
	.tcc-home-case-list,
	.tcc-home-sector-grid {
		grid-template-columns: 1fr;
	}

	.tcc-home-metric {
		border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--teal) 18%, transparent);
		border-left: 0;
		height: auto;
		min-height: 0;
		padding-block: 1.5rem;
	}

	.tcc-home-editorial__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tcc-home-card,
	.tcc-home-sector-grid a {
		transform: none;
		transition: border-color var(--tcc-duration-instant) var(--tcc-ease-color);
	}

	.tcc-home-card:hover,
	.tcc-home-card:has(.tcc-home-card__title a:focus-visible),
	.tcc-home-sector-grid a:hover {
		transform: none;
	}
}
/* Hero route buttons carry a trailing arrow, matching every other forward
   route on the page. The arrow nudges on hover where motion is welcome. */
.tcc-home-routes__arrow {
	display: inline-block;
	margin-left: 0.5rem;
	transition: transform var(--tcc-duration-fast) var(--tcc-ease-out);
}

.tcc-home-routes a:hover .tcc-home-routes__arrow,
.tcc-home-routes a:focus-visible .tcc-home-routes__arrow {
	transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {

	.tcc-home-routes__arrow {
		transition: none;
	}

	.tcc-home-routes a:hover .tcc-home-routes__arrow,
	.tcc-home-routes a:focus-visible .tcc-home-routes__arrow {
		transform: none;
	}
}
