/* =========================================================
   Homepage surfaces
   ========================================================= */

.tr-homepage > .wp-block-group.alignfull {
	animation: tr-enter-rise 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.tr-homepage > .wp-block-group.alignfull:nth-of-type(2) {
	animation-delay: 0.08s;
}

.tr-homepage > .wp-block-group.alignfull:nth-of-type(3) {
	animation-delay: 0.14s;
}

.tr-homepage > .wp-block-group.alignfull:nth-of-type(4) {
	animation-delay: 0.2s;
}

.tr-homepage > .wp-block-group.alignfull:nth-of-type(5) {
	animation-delay: 0.26s;
}

.tr-homepage > .wp-block-group.alignfull:nth-of-type(6) {
	animation-delay: 0.32s;
}

.tr-homepage > .wp-block-group.alignfull:nth-of-type(7) {
	animation-delay: 0.38s;
}

.tr-home-hero,
.tr-home-proof,
.tr-home-jobs,
.tr-home-browse-section,
.tr-home-journey,
.tr-home-audiences,
.tr-home-cta {
	padding-inline: var(--tr-shell-gutter);
}

.tr-home-hero::after,
.tr-home-proof::after,
.tr-home-journey::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: min(1600px, calc(100vw - 2rem));
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(12, 122, 128, 0.25) 50%, transparent 100%);
}

.tr-home-hero__title {
	text-wrap: balance;
}

.tr-home-hero__intro {
	font-size: clamp(1.03rem, 1.5vw, 1.24rem);
	max-width: 50ch;
}

.tr-home-hero__buttons .wp-block-button__link {
	min-height: 52px;
	padding-inline: 1.35rem;
	font-weight: 700;
	border-radius: 999px !important;
}

.tr-home-hero__primary .wp-block-button__link {
	background: linear-gradient(120deg, #0C7A80 0%, #0E6679 45%, #245E9A 100%) !important;
	border-color: #0C7A80 !important;
}

.tr-home-hero__primary .wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(12, 31, 45, 0.2) !important;
}

.tr-home-hero__panel-column {
	position: relative;
}

.tr-home-hero__panel-column::before {
	content: "";
	position: absolute;
	inset: -0.8rem 0.5rem -0.8rem -0.5rem;
	border-radius: 32px;
	background: radial-gradient(circle at 10% 10%, rgba(167, 215, 206, 0.28), transparent 55%);
	z-index: 0;
}

.tr-home-hero__panel {
	position: relative;
	z-index: 1;
}

.tr-home-proof__card,
.tr-home-journey__card,
.tr-home-audience {
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.28s ease;
}

.tr-home-proof__card:hover,
.tr-home-proof__card:focus-within,
.tr-home-journey__card:hover,
.tr-home-journey__card:focus-within,
.tr-home-audience:hover,
.tr-home-audience:focus-within {
	transform: translateY(-5px);
	border-color: rgba(12, 122, 128, 0.28);
	box-shadow: 0 20px 38px rgba(12, 31, 45, 0.14);
}


.tr-home-audiences {
	padding-bottom: clamp(3rem, 5vw, 4.8rem);
}

.tr-home-audience ul {
	display: grid;
	gap: 0.9rem;
}

.tr-home-audience li {
	margin-bottom: 0;
}

.tr-home-cta {
	background: var(--tr-footer-bg);
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}

.tr-home-cta__inner {
	position: relative;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}


@media (max-width: 1024px) {
	.tr-home-hero,
	.tr-home-proof,
	.tr-home-jobs,
	.tr-home-journey,
	.tr-home-audiences,
	.tr-home-cta {
		padding-inline: clamp(0.9rem, 3vw, 1.3rem);
	}
}

@media (max-width: 781px) {
	.tr-homepage > .wp-block-group.alignfull {
		animation: none;
	}

	.tr-home-hero__panel-column::before {
		display: none;
	}

}


.tr-homepage {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
	background: transparent;
}

.tr-home-hero,
.tr-home-proof,
.tr-home-jobs,
.tr-home-browse-section,
.tr-home-journey,
.tr-home-audiences,
.tr-home-cta,
.tr-site-footer,
footer.wp-block-template-part {
	position: relative;
	overflow: hidden;
}

.tr-home-hero {
	padding-block: clamp(4.5rem, 8vw, 7.5rem) clamp(3.5rem, 7vw, 5.5rem);
	background: linear-gradient(180deg, #FFFFFF 0%, var(--tr-bg) 100%);
}

.tr-home-hero::before {
	content: "";
	position: absolute;
	right: clamp(-2rem, 1vw, 0.5rem);
	top: clamp(2rem, 5vw, 4rem);
	width: clamp(13rem, 24vw, 20rem);
	height: clamp(13rem, 24vw, 20rem);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.32);
	border: 1px solid rgba(0, 109, 119, 0.08);
	filter: blur(2px);
}

.tr-home-hero__eyebrow,
.tr-home-section-heading__eyebrow,
.tr-home-audience__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 0.9rem;
	border-radius: var(--tr-radius-pill);
	background: rgba(0, 109, 119, 0.1);
	color: var(--tr-primary);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

.tr-home-hero__title {
	font-size: clamp(3rem, 6.2vw, 5.4rem);
	line-height: 0.98;
	max-width: 11ch;
	letter-spacing: -0.04em;
	margin-bottom: 1.1rem;
}

.tr-home-hero__intro {
	max-width: 45rem;
	margin: 0;
	color: var(--tr-muted);
	font-size: 1.08rem;
	line-height: var(--tr-leading);
}

.tr-home-hero__buttons {
	gap: 0.85rem;
	margin-top: 1.8rem;
}

.tr-home-hero__primary .wp-block-button__link {
	box-shadow: var(--tr-shadow-md);
}

.tr-home-hero__trust {
	gap: 0.8rem;
	margin-top: 1.55rem;
}

.tr-home-hero__pill {
	margin: 0;
	padding: 0.75rem 0.95rem;
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 109, 119, 0.12);
	box-shadow:
		0 14px 28px rgba(0, 43, 48, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	color: var(--tr-text);
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.4;
}

.tr-home-hero__panel,
.tr-home-proof__card,
.tr-home-journey__card,
.tr-home-audience {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(0, 109, 119, 0.12);
	border-radius: var(--tr-radius-lg);
	box-shadow: var(--tr-shadow-md);
}

.tr-home-hero__panel {
	padding: clamp(1.5rem, 3vw, 2rem);
	background: #FFFFFF;
	box-shadow: 0 24px 48px rgba(0, 43, 48, 0.1);
}

.tr-home-hero__panel h3 {
	margin-top: 0;
	margin-bottom: 0.65rem;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	line-height: 1.08;
}

.tr-home-hero__panel-label,
.tr-home-hero__spotlight-label,
.tr-home-proof__index,
.tr-home-journey__index {
	margin: 0;
	font-size: var(--tr-text-xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tr-primary);
}

.tr-home-hero__steps {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.95rem;
	counter-reset: hero-step;
}

.tr-home-hero__steps li {
	position: relative;
	padding-left: 3rem;
	min-height: 2.5rem;
	color: var(--tr-muted);
	line-height: 1.6;
	counter-increment: hero-step;
}

.tr-home-hero__steps li::before {
	content: counter(hero-step, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0.05rem;
	display: inline-grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 999px;
	background: rgba(0, 109, 119, 0.09);
	border: 1px solid rgba(0, 109, 119, 0.12);
	color: var(--tr-primary);
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1;
}

.tr-home-hero__spotlight {
	margin-top: 1.4rem;
	padding: 1rem 1.05rem;
	border-radius: 18px;
	background: rgba(0, 109, 119, 0.04);
	border: 1px solid rgba(0, 109, 119, 0.12);
}

.tr-home-hero__spotlight p {
	margin: 0;
	color: var(--tr-muted);
	line-height: 1.6;
}

.tr-home-hero__spotlight .tr-home-hero__spotlight-label {
	color: var(--tr-primary);
}

.tr-home-hero__spotlight p + p {
	margin-top: 0.55rem;
}

.tr-home-proof {
	padding-block: 0 clamp(2.8rem, 5vw, 4rem);
}

.tr-home-section-heading {
	max-width: 44rem;
	margin-bottom: 1.65rem;
}

.tr-home-section-heading h2 {
	margin: 0 0 0.8rem;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.04;
	letter-spacing: -0.03em;
}

.tr-home-section-heading p:last-child {
	margin: 0;
	color: var(--tr-muted);
	line-height: var(--tr-leading);
}

.tr-home-proof__card {
	height: 100%;
	padding: 1.6rem;
	background: #FFFFFF;
}

.tr-home-proof__card h3 {
	margin-top: 0.6rem;
	margin-bottom: 0.75rem;
	font-size: 1.35rem;
	line-height: 1.18;
}

.tr-home-proof__card p {
	margin: 0;
	color: var(--tr-muted);
	line-height: 1.6;
}

.tr-home-proof__card .tr-home-proof__index,
.tr-home-journey__card .tr-home-journey__index {
	color: var(--tr-primary);
}

.tr-home-jobs {
	padding-block: clamp(2.25rem, 4vw, 3.35rem) clamp(3rem, 5vw, 4.5rem);
}

.tr-home-jobs__shell {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.tra-homepage-latest-jobs__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.tra-homepage-latest-jobs__copy h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #001B1E;
}

.tra-homepage-latest-jobs__copy p {
	margin: 0;
	font-size: 1.15rem;
	color: #4C6A6E;
	line-height: 1.6;
}

.tra-homepage-latest-jobs__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.8rem;
	border-radius: 12px;
	background: transparent;
	border: 2px solid #006D77;
	color: #006D77;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tra-homepage-latest-jobs__button:hover,
.tra-homepage-latest-jobs__button:focus {
	background: #006D77;
	color: #FFFFFF;
	transform: translateY(-2px);
}

/* Homepage overflow and proportion polish. */
.tr-homepage,
.tr-homepage *,
.tr-home-hero,
.tr-home-browse-section,
.tr-home-jobs,
.tra-homepage-latest-jobs {
	box-sizing: border-box;
}

.tr-homepage {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.tr-homepage :where(.alignwide, .is-layout-constrained, .wp-block-columns, .wp-block-column) {
	max-width: 100%;
	min-width: 0;
}

.tr-home-hero__title {
	font-size: clamp(2.75rem, 5.6vw, 5rem);
	line-height: 1.02;
	max-width: 12ch;
}

.tra-homepage-latest-jobs__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	column-gap: clamp(1.25rem, 4vw, 3rem);
}

.tra-homepage-latest-jobs__copy {
	min-width: 0;
	max-width: 46rem;
}

.tra-homepage-latest-jobs__button {
	justify-self: end;
}

.tr-home-browse__grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.tr-browse-card {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 781px) {
	.tr-home-hero {
		padding-block: 3.25rem 3rem;
	}

	.tr-home-hero__title {
		font-size: clamp(2.45rem, 12vw, 3.35rem);
		max-width: 10.5ch;
	}

	.tr-home-hero__buttons .wp-block-button,
	.tr-home-hero__buttons .wp-block-button__link,
	.tr-home-cta__buttons .wp-block-button,
	.tr-home-cta__buttons .wp-block-button__link {
		max-width: 100%;
		box-sizing: border-box;
	}

	.tra-homepage-latest-jobs__header {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 1rem;
	}

	.tra-homepage-latest-jobs__button {
		justify-self: start;
		max-width: 100%;
	}
}

@media (max-width: 560px) {
	.tr-home-browse__grid {
		grid-template-columns: 1fr;
	}
}


/* â”€â”€ Homepage browse roles section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.tr-home-browse-section {
	padding-block: clamp(2rem, 4vw, 3rem);
}

.tr-home-browse {
	width: 100%;
}

.tr-home-browse__header {
	margin-bottom: 1.5rem;
}

.tr-home-browse__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--tr-primary);
}

.tr-home-browse__title {
	margin: 0;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.tr-home-browse__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.tr-browse-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 1.1rem 2.5rem 1.1rem 1.2rem;
	border: 1px solid rgba(0, 109, 119, 0.14);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 43, 48, 0.04);
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.18s ease, transform 0.16s ease, border-color 0.18s ease;
}

.tr-browse-card:hover,
.tr-browse-card:focus {
	box-shadow: 0 8px 24px rgba(0, 43, 48, 0.1);
	transform: translateY(-2px);
	border-color: rgba(0, 109, 119, 0.32);
	text-decoration: none;
}

.tr-browse-card__title {
	display: block;
	font-size: 0.975rem;
	font-weight: 700;
	color: var(--tr-text);
	line-height: 1.3;
	margin-bottom: 0.25rem;
}

.tr-browse-card__sub {
	display: block;
	font-size: 0.83rem;
	color: var(--tr-muted);
	line-height: 1.4;
}

.tr-browse-card__arrow {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	font-size: 1rem;
	color: var(--tr-primary);
	opacity: 0.6;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.tr-browse-card:hover .tr-browse-card__arrow,
.tr-browse-card:focus .tr-browse-card__arrow {
	opacity: 1;
	transform: translateY(-50%) translateX(3px);
}

@media (max-width: 820px) {
	.tr-home-browse__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.tr-home-browse__grid {
		grid-template-columns: 1fr;
	}
}

/* â”€â”€ End browse roles section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.tr-home-journey {
	padding-block: 0 clamp(3rem, 5vw, 4.5rem);
}

.tr-home-journey__card {
	height: 100%;
	padding: 2.5rem;
	border-radius: 20px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 109, 119, 0.1);
}

.tr-home-journey__index {
	display: inline-block;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(0, 109, 119, 0.08);
	color: var(--tr-primary);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}

.tr-home-journey__card h3 {
	margin: 0 0 1rem;
	font-size: 1.4rem;
	line-height: 1.2;
}

.tr-home-journey__card p {
	margin: 0;
	color: var(--tr-muted);
	line-height: 1.6;
}

.tr-home-audience {
	height: 100%;
	padding: clamp(2rem, 4vw, 3.5rem);
	border-radius: 24px;
}

.tr-home-audience--candidate {
	background: #FFFFFF;
	border: 1px solid rgba(0, 109, 119, 0.1);
}

.tr-home-audience--employer {
	background: #FFFFFF;
	border: 1px solid rgba(0, 109, 119, 0.15);
	box-shadow: 0 16px 40px rgba(0, 43, 48, 0.04);
}

.tr-home-audience__eyebrow {
	display: inline-block;
	padding: 0.4rem 1rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}

.tr-home-audience--candidate .tr-home-audience__eyebrow {
	background: #FFFFFF;
	color: var(--tr-primary);
	box-shadow: 0 4px 12px rgba(0, 43, 48, 0.04);
}

.tr-home-audience--employer .tr-home-audience__eyebrow {
	background: var(--tr-primary);
	color: #FFFFFF;
}

.tr-home-audience h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.8rem, 3vw, 2.2rem);
	line-height: 1.15;
}

.tr-home-audience__summary {
	margin: 0 0 2rem;
	font-size: 1.1rem;
	color: var(--tr-muted);
	line-height: 1.6;
}

.tr-home-audience ul {
	margin: 0 0 2.5rem;
	padding: 0;
	list-style: none;
}

.tr-home-audience li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
	color: var(--tr-text);
	line-height: 1.5;
}

.tr-home-audience li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.35rem;
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 6L9 17L4 12" stroke="%23006D77" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
}

.tr-home-cta__inner {
	padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 4rem);
	background: transparent;
	border-radius: 0;
	text-align: center;
	color: #FFFFFF;
}

.tr-home-cta__eyebrow {
	color: var(--tr-footer-accent);
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 1.5rem;
}

.tr-home-cta__title {
	margin: 0 0 1.5rem;
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	line-height: 1.05;
	color: #FFFFFF;
}

.tr-home-cta__intro {
	margin: 0 auto 2.5rem;
	max-width: 42rem;
	font-size: clamp(1.1rem, 2vw, 1.25rem);
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
}

.tr-home-cta__buttons {
	justify-content: center;
}

.tr-home-cta__buttons .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.3) !important;
	color: #FFFFFF !important;
}

.tr-home-cta__buttons .wp-block-button__link:hover {
	background: #FFFFFF !important;
	color: var(--tr-primary) !important;
	border-color: #FFFFFF !important;
}

.tr-home-cta__buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--tr-footer-accent) !important;
	border-color: var(--tr-footer-accent) !important;
	color: var(--tr-footer-bg) !important;
}

.tr-home-cta__buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

/* Responsive Overrides */

@media (max-width: 1024px) {
    .tr-home-hero {
        padding-block: 4rem;
    }

    .tr-home-hero__panel {
        margin-top: 3rem;
    }
}

@media (max-width: 781px) {
    .tra-homepage-latest-jobs__header,
    .tr-site-footer__meta {
        align-items: flex-start;
    }

    .tr-home-hero__buttons,
    .tr-home-cta__buttons {
        flex-direction: column;
    }

    .tr-home-hero__buttons .wp-block-button,
    .tr-home-cta__buttons .wp-block-button,
    .tr-home-hero__buttons .wp-block-button__link,
    .tr-home-cta__buttons .wp-block-button__link,
    .tr-home-audience .wp-block-buttons,
    .tr-home-audience .wp-block-button,
    .tr-home-audience .wp-block-button__link {
        width: 100%;
    }

    .tr-home-hero__trust {
        flex-direction: column;
        gap: 0.5rem;
    }

    .tr-home-hero__pill {
        width: 100%;
    }
}

/* Homepage latest jobs header */
.tr-home-jobs__shell {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.tra-homepage-latest-jobs__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.tra-homepage-latest-jobs__copy h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #001B1E;
}

.tra-homepage-latest-jobs__copy p {
	margin: 0;
	font-size: 1.15rem;
	color: #4C6A6E;
	line-height: 1.6;
}

.tra-homepage-latest-jobs__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.8rem;
	border-radius: 12px;
	background: transparent;
	border: 2px solid #006D77;
	color: #006D77;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tra-homepage-latest-jobs__button:hover,
.tra-homepage-latest-jobs__button:focus {
	background: #006D77;
	color: #FFFFFF;
	transform: translateY(-2px);
}

/* Final homepage layout guards; keep these after older duplicate blocks. */
.tr-home-browse__grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.tra-homepage-latest-jobs__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	column-gap: clamp(1.25rem, 4vw, 3rem);
}

.tra-homepage-latest-jobs__copy {
	min-width: 0;
	max-width: 46rem;
}

.tra-homepage-latest-jobs__button {
	justify-self: end;
	max-width: 100%;
}

@media (max-width: 781px) {
	.tra-homepage-latest-jobs__header {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 1rem;
	}

	.tra-homepage-latest-jobs__button {
		justify-self: start;
	}
}

@media (max-width: 560px) {
	.tr-home-browse__grid {
		grid-template-columns: 1fr;
	}
}
