:root {
	--tf-resource-ink: #020202;
	--tf-resource-paper: #ffffff;
	--tf-resource-soft: #e8e8e8;
	--tf-resource-soft-alt: #f4f4f2;
	--tf-resource-orange: #fe5001;
	--tf-resource-line: rgba(2, 2, 2, 0.16);
	--tf-resource-heading: "Archivo", sans-serif;
	--tf-resource-body: "Kanit", sans-serif;
}

.tf-resources-main,
.tf-resources-main * {
	box-sizing: border-box;
}

.tf-resources-main {
	background: var(--tf-resource-paper);
	color: var(--tf-resource-ink);
	font-family: var(--tf-resource-body);
	font-size: 18px;
	line-height: 1.65;
}

.tf-resources-main h1,
.tf-resources-main h2,
.tf-resources-main h3 {
	color: inherit;
	font-family: var(--tf-resource-heading);
	letter-spacing: -0.03em;
}

.tf-resources-main a {
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tf-resources-main a:focus-visible,
.tf-resources-main button:focus-visible,
.tf-resources-main input:focus-visible {
	outline: 3px solid var(--tf-resource-orange);
	outline-offset: 3px;
}

.tf-resources-container {
	width: min(100% - 48px, 1240px);
	margin-inline: auto;
}

.tf-resources-eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
}

.tf-resources-eyebrow::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tf-resource-orange);
	content: "";
	flex: 0 0 auto;
}

.tf-resources-hero {
	margin: 18px;
	padding: 190px 0 105px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 75% 120%, rgba(254, 80, 1, 0.23), transparent 34%),
		radial-gradient(circle at 24% 108%, rgba(232, 225, 55, 0.24), transparent 30%),
		var(--tf-resource-soft);
}

.tf-resources-hero__inner {
	max-width: 940px;
	text-align: center;
}

.tf-resources-hero__inner .tf-resources-eyebrow {
	justify-content: center;
}

.tf-resources-hero h1 {
	max-width: 920px;
	margin: 0 auto;
	font-size: clamp(48px, 6.2vw, 82px);
	font-weight: 600;
	line-height: 1.04;
}

.tf-resources-hero__intro {
	max-width: 760px;
	margin: 30px auto 0;
	font-size: clamp(19px, 2vw, 24px);
	line-height: 1.5;
}

.tf-resources-featured {
	padding: 105px 0 30px;
}

.tf-featured-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
	overflow: hidden;
	min-height: 570px;
	border-radius: 22px;
	background: var(--tf-resource-ink);
	color: #fff;
}

.tf-featured-card__image {
	display: block;
	min-height: 480px;
	background: #2a2a2a;
}

.tf-featured-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf-featured-card__placeholder,
.tf-resource-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	background: linear-gradient(145deg, #242424, #4a4a4a);
	color: rgba(255, 255, 255, 0.5);
	font-family: var(--tf-resource-heading);
	font-size: 68px;
	font-weight: 700;
}

.tf-featured-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(42px, 6vw, 78px);
}

.tf-featured-card__body h2 {
	margin: 0 0 24px;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 500;
	line-height: 1.08;
}

.tf-featured-card__body h2 a {
	color: inherit;
	text-decoration: none;
}

.tf-featured-card__body > p:not(.tf-resources-eyebrow) {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.76);
}

.tf-featured-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 32px;
}

.tf-featured-card__meta span {
	padding: 7px 13px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	font-size: 14px;
	line-height: 1;
}

.tf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 14px 28px;
	border: 0;
	border-radius: 100px;
	font-family: var(--tf-resource-body);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.tf-button--dark {
	background: #fff;
	color: var(--tf-resource-ink);
}

.tf-button--dark:hover {
	background: var(--tf-resource-orange);
	color: #fff;
}

.tf-button--orange {
	background: var(--tf-resource-orange);
	color: #fff;
}

.tf-button--orange:hover {
	background: #d94300;
	color: #fff;
	transform: translateY(-2px);
}

.tf-resources-library {
	padding: 110px 0 130px;
}

.tf-resources-library__heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 54px;
}

.tf-resources-library__heading h2,
.tf-related-resources h2 {
	margin: 0;
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 500;
	line-height: 1.1;
}

.tf-resource-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 9px;
}

.tf-resource-filters a {
	padding: 9px 16px;
	border: 1px solid var(--tf-resource-line);
	border-radius: 100px;
	color: var(--tf-resource-ink);
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
}

.tf-resource-filters a:hover,
.tf-resource-filters a.is-active {
	border-color: var(--tf-resource-ink);
	background: var(--tf-resource-ink);
	color: #fff;
}

.tf-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.tf-resource-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	border-radius: 18px;
	background: var(--tf-resource-soft-alt);
}

.tf-resource-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #d4d4d4;
}

.tf-resource-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.tf-resource-card:hover .tf-resource-card__image img {
	transform: scale(1.035);
}

.tf-resource-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 27px 28px 30px;
}

.tf-resource-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 15px;
	color: rgba(2, 2, 2, 0.62);
	font-size: 13px;
	line-height: 1.3;
	text-transform: uppercase;
}

.tf-resource-card__title {
	margin: 0 0 16px;
	font-size: clamp(25px, 2.4vw, 32px);
	font-weight: 500;
	line-height: 1.16;
}

.tf-resource-card__title a {
	color: inherit;
	text-decoration: none;
}

.tf-resource-card__body > p {
	margin: 0 0 25px;
	color: rgba(2, 2, 2, 0.72);
	font-size: 16px;
	line-height: 1.55;
}

.tf-resource-card__link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: auto;
	border-bottom: 1px solid currentColor;
	color: var(--tf-resource-ink);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.tf-resource-card__link:hover {
	color: var(--tf-resource-orange);
}

.tf-resource-pagination {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin-top: 60px;
}

.tf-resource-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 46px;
	height: 46px;
	padding-inline: 14px;
	border: 1px solid var(--tf-resource-line);
	border-radius: 999px;
	color: var(--tf-resource-ink);
	font-size: 14px;
	text-decoration: none;
}

.tf-resource-pagination .page-numbers.current,
.tf-resource-pagination a.page-numbers:hover {
	border-color: var(--tf-resource-ink);
	background: var(--tf-resource-ink);
	color: #fff;
}

.tf-resource-empty {
	padding: 70px 30px;
	border-radius: 18px;
	background: var(--tf-resource-soft-alt);
	text-align: center;
}

.tf-resource-empty h3 {
	margin: 0 0 10px;
	font-size: 32px;
}

.tf-resource-empty p {
	margin: 0;
}

.tf-resources-cta {
	padding: 95px 0;
	background: var(--tf-resource-ink);
	color: #fff;
}

.tf-resources-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.tf-resources-cta__inner > div {
	max-width: 780px;
}

.tf-resources-cta h2 {
	margin: 0;
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 500;
	line-height: 1.08;
}

.tf-resources-cta__inner > div > p:not(.tf-resources-eyebrow) {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
}

/* Single resource */
.tf-resource-hero {
	padding: 175px 0 110px;
	background: var(--tf-resource-paper);
}

.tf-resource-breadcrumb {
	display: flex;
	gap: 10px;
	margin-bottom: 58px;
	color: rgba(2, 2, 2, 0.58);
	font-size: 14px;
}

.tf-resource-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.tf-resource-breadcrumb a:hover {
	color: var(--tf-resource-orange);
}

.tf-resource-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
	gap: clamp(55px, 8vw, 115px);
	align-items: start;
}

.tf-resource-hero__content {
	padding-top: 35px;
}

.tf-resource-hero__content h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(48px, 5.9vw, 76px);
	font-weight: 600;
	line-height: 1.04;
}

.tf-resource-hero__intro {
	max-width: 700px;
	margin: 30px 0 38px;
	font-size: clamp(19px, 2vw, 24px);
	line-height: 1.5;
}

.tf-resource-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 44px;
	padding: 0;
	border-top: 1px solid var(--tf-resource-line);
	list-style: none;
}

.tf-resource-meta li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 15px 14px 0;
	border-bottom: 1px solid var(--tf-resource-line);
	font-size: 15px;
}

.tf-resource-meta li:nth-child(odd) {
	margin-right: 18px;
}

.tf-resource-meta strong {
	font-weight: 500;
}

.tf-resource-meta span {
	color: rgba(2, 2, 2, 0.62);
	text-align: right;
}

.tf-resource-includes h2 {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 500;
}

.tf-resource-includes ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tf-resource-includes li {
	position: relative;
	padding-left: 30px;
}

.tf-resource-includes li::before {
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 13px;
	height: 7px;
	border-bottom: 2px solid var(--tf-resource-orange);
	border-left: 2px solid var(--tf-resource-orange);
	content: "";
	transform: rotate(-45deg);
}

.tf-resource-gate {
	position: sticky;
	top: 115px;
	overflow: hidden;
	border-radius: 20px;
	background: var(--tf-resource-soft);
}

.tf-resource-gate__cover {
	aspect-ratio: 16 / 9;
	background: #d5d5d5;
}

.tf-resource-gate__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf-resource-gate__body {
	padding: clamp(30px, 4vw, 48px);
}

.tf-resource-gate__body > h2 {
	margin: 0 0 14px;
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 500;
	line-height: 1.08;
}

.tf-resource-gate__body > p {
	margin: 0 0 26px;
	color: rgba(2, 2, 2, 0.68);
	font-size: 16px;
	line-height: 1.5;
}

.tf-resource-request-form {
	display: grid;
	gap: 16px;
}

.tf-resource-request-form p {
	margin: 0;
}

.tf-resource-form__field label {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.tf-resource-form__field input {
	display: block;
	margin-top: 7px;
}

.tf-resource-gate input[type="text"],
.tf-resource-gate input[type="email"] {
	width: 100%;
	height: 56px;
	padding: 0 18px;
	border: 1px solid rgba(2, 2, 2, 0.24);
	border-radius: 8px;
	background: #fff;
	color: var(--tf-resource-ink);
	font: inherit;
	font-size: 16px;
}

.tf-resource-gate input[type="text"]:focus,
.tf-resource-gate input[type="email"]:focus {
	border-color: var(--tf-resource-orange);
	box-shadow: 0 0 0 3px rgba(254, 80, 1, 0.15);
	outline: 0;
}

.tf-resource-form__check label {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.tf-resource-form__check input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--tf-resource-orange);
}

.tf-resource-request-form .tf-button {
	width: 100%;
	min-height: 58px;
	padding: 14px 24px;
	border: 0;
	border-radius: 100px;
	background: var(--tf-resource-ink);
	color: #fff;
	cursor: pointer;
	font-family: var(--tf-resource-body);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 180ms ease, transform 180ms ease;
}

.tf-resource-request-form .tf-button:hover {
	background: var(--tf-resource-orange);
	transform: translateY(-2px);
}

.tf-resource-request-form .tf-button:disabled {
	cursor: wait;
	opacity: 0.62;
	transform: none;
}

.tf-resource-form__status {
	min-height: 1.4em;
	font-size: 14px;
	line-height: 1.4;
}

.tf-resource-form__status.is-error {
	color: #8a3108;
}

.tf-resource-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.tf-resource-privacy {
	margin: 18px 0 0 !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

.tf-resource-privacy a {
	color: inherit;
	text-decoration: underline;
}

.tf-resource-unlocked {
	padding: 8px 0 2px;
	text-align: center;
}

.tf-resource-unlocked[hidden] {
	display: none;
}

.tf-resource-unlocked__mark {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--tf-resource-orange);
	color: #fff;
	font-size: 28px;
}

.tf-resource-unlocked h3 {
	margin: 0 0 12px;
	font-size: 30px;
	font-weight: 500;
}

.tf-resource-unlocked p {
	margin: 0 0 24px;
	font-size: 15px;
}

.tf-resource-unlocked .tf-button {
	width: 100%;
}

.tf-resource-email-warning {
	margin: 18px 0 0 !important;
	color: #8a3108;
	font-size: 13px !important;
}

.tf-resource-admin-warning,
.tf-resource-unavailable {
	padding: 14px 16px;
	border: 1px solid rgba(138, 49, 8, 0.32);
	border-radius: 8px;
	background: #fff4ed;
	font-size: 14px;
	line-height: 1.45;
}

.tf-resource-content {
	border-top: 1px solid var(--tf-resource-line);
	padding: 110px 0;
}

.tf-resource-content__inner {
	width: min(100% - 48px, 1140px);
	margin-inline: auto;
}

.tf-resource-content__inner > :first-child {
	margin-top: 0;
}

.tf-resource-content__inner > :last-child {
	margin-bottom: 0;
}

.tf-resource-details-section {
	padding: 110px 0;
	background: var(--tf-resource-soft-alt);
}

.tf-resource-audience {
	max-width: 850px;
	margin: 0 auto 70px;
	text-align: center;
}

.tf-resource-audience .tf-resources-eyebrow {
	justify-content: center;
}

.tf-resource-audience h2 {
	margin: 0 0 24px;
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 500;
	line-height: 1.08;
}

.tf-resource-audience > p:not(.tf-resources-eyebrow) {
	margin: 0;
	font-size: 20px;
}

.tf-resource-preview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.tf-resource-preview figure {
	overflow: hidden;
	margin: 0;
	border-radius: 16px;
	background: #ddd;
}

.tf-resource-preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf-related-resources {
	padding: 115px 0 130px;
}

.tf-related-resources h2 {
	margin-bottom: 48px;
}

@media (max-width: 1050px) {
	.tf-featured-card,
	.tf-resource-hero__grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}

	.tf-featured-card {
		gap: 0;
	}

	.tf-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.tf-resources-container,
	.tf-resource-content__inner {
		width: min(100% - 36px, 1240px);
	}

	.tf-resources-hero {
		margin: 10px;
		padding: 145px 0 80px;
	}

	.tf-featured-card,
	.tf-resource-hero__grid {
		grid-template-columns: 1fr;
	}

	.tf-featured-card__image {
		min-height: 380px;
	}

	.tf-resources-library__heading,
	.tf-resources-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.tf-resource-filters {
		justify-content: flex-start;
	}

	.tf-resource-hero {
		padding: 145px 0 85px;
	}

	.tf-resource-breadcrumb {
		margin-bottom: 35px;
	}

	.tf-resource-hero__content {
		padding-top: 0;
	}

	.tf-resource-gate {
		position: static;
	}
}

@media (max-width: 620px) {
	.tf-resources-main {
		font-size: 17px;
	}

	.tf-resources-hero {
		padding: 125px 0 65px;
		border-radius: 15px;
	}

	.tf-resources-hero h1,
	.tf-resource-hero__content h1 {
		font-size: 45px;
	}

	.tf-resources-hero__intro,
	.tf-resource-hero__intro {
		font-size: 18px;
	}

	.tf-resources-featured {
		padding-top: 70px;
	}

	.tf-featured-card {
		min-height: 0;
		border-radius: 15px;
	}

	.tf-featured-card__image {
		min-height: 270px;
	}

	.tf-featured-card__body {
		padding: 34px 27px 38px;
	}

	.tf-resources-library,
	.tf-related-resources {
		padding: 80px 0 90px;
	}

	.tf-resource-grid {
		grid-template-columns: 1fr;
	}

	.tf-resource-card__body {
		padding: 24px;
	}

	.tf-resource-hero {
		padding: 125px 0 75px;
	}

	.tf-resource-hero__grid {
		gap: 50px;
	}

	.tf-resource-meta {
		grid-template-columns: 1fr;
	}

	.tf-resource-meta li:nth-child(odd) {
		margin-right: 0;
	}

	.tf-resource-gate__body {
		padding: 28px 23px 32px;
	}

	.tf-resource-content,
	.tf-resource-details-section {
		padding: 80px 0;
	}

	.tf-resource-preview {
		grid-template-columns: 1fr;
	}

	.tf-resources-cta {
		padding: 75px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tf-resources-main *,
	.tf-resources-main *::before,
	.tf-resources-main *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
.tf-resource-embed { padding: 18px; border: 1px solid #ddd; border-left: 4px solid #ed693e; }

/* Discovery and reusable placements */
.tf-resource-collections { padding: 85px 0 20px; }
.tf-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 36px; }
.tf-section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.1; }
.tf-section-heading > p { max-width: 440px; margin: 0; color: rgba(2,2,2,.68); }
.tf-resource-discovery { display: grid; grid-template-columns: minmax(250px,1.7fr) repeat(3,minmax(150px,.8fr)) auto; gap: 14px; align-items: end; margin: 0 0 20px; padding: 22px; border: 1px solid var(--tf-resource-line); border-radius: 16px; background: var(--tf-resource-soft-alt); }
.tf-resource-discovery > div { display: grid; gap: 7px; min-width: 0; }
.tf-resource-discovery label { font-size: 13px; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.tf-resource-discovery input,
.tf-resource-discovery select { box-sizing: border-box; width: 100%; min-height: 50px; padding: 10px 13px; border: 1px solid rgba(2,2,2,.25); border-radius: 7px; background: #fff; color: var(--tf-resource-ink); font: inherit; font-size: 15px; }
.tf-resource-discovery .tf-button { min-height: 50px; white-space: nowrap; }
.tf-resource-results { display: flex; justify-content: space-between; gap: 20px; margin: 0 0 30px; font-size: 15px; }
.tf-resource-results p { margin: 0; color: rgba(2,2,2,.65); }
.tf-resource-results a { color: var(--tf-resource-ink); font-weight: 600; }
.tf-resource-empty .tf-button { margin-top: 24px; }

.tf-resource-placement { box-sizing: border-box; margin-block: 28px; font-family: var(--tf-resource-body); }
.tf-resource-placement--card { max-width: 430px; }
.tf-resource-placement--cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(24px,4vw,38px); border-radius: 16px; background: var(--tf-resource-ink); color: #fff; }
.tf-resource-placement--cta h3 { margin: 4px 0 8px; color: inherit; font: 500 clamp(25px,3vw,36px)/1.15 var(--tf-resource-heading); }
.tf-resource-placement--cta p { margin: 0; color: rgba(255,255,255,.72); }
.tf-resource-placement__label { display: block; margin: 0; color: var(--tf-resource-orange); font-size: 13px; font-weight: 650; text-transform: uppercase; }
.tf-resource-placement--form { overflow: hidden; max-width: 680px; padding: clamp(26px,5vw,48px); border-radius: 18px; background: var(--tf-resource-soft-alt); }
.tf-resource-placement--form h3 { margin: 4px 0 12px; font: 500 clamp(28px,4vw,42px)/1.1 var(--tf-resource-heading); }
.tf-resource-placement--form .tf-resource-gate { position: static; overflow: visible; border-radius: 0; background: transparent; }
.tf-resource-placement--form .tf-resource-gate__body { padding: 20px 0 0; }
.tf-resource-placement--unavailable { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(24px,4vw,36px); border: 1px solid var(--tf-resource-line); border-radius: 16px; background: var(--tf-resource-soft-alt); }
.tf-resource-placement--unavailable h3 { margin: 4px 0 8px; font: 500 clamp(25px,3vw,34px)/1.15 var(--tf-resource-heading); }
.tf-resource-placement--unavailable p { margin: 0; color: rgba(2,2,2,.68); }

@media (max-width: 1050px) { .tf-resource-discovery { grid-template-columns: repeat(2,minmax(0,1fr)); } .tf-resource-discovery__search { grid-column: 1 / -1; } }
@media (max-width: 700px) { .tf-section-heading,.tf-resource-placement--cta,.tf-resource-placement--unavailable { align-items: flex-start; flex-direction: column; } .tf-resource-discovery { grid-template-columns: 1fr; } .tf-resource-discovery__search { grid-column: auto; } .tf-resource-discovery .tf-button { width: 100%; } .tf-resource-results { align-items: flex-start; flex-direction: column; } }

/* Conversion-focused Elementor Resource promotions */
.tf-resource-promotion {
	--tfr-promo-bg: #f4f1ec;
	--tfr-promo-text: #111;
	--tfr-promo-accent: #ed693e;
	--tfr-promo-radius: 20px;
	box-sizing: border-box;
	position: relative;
	display: grid;
	gap: 24px;
	align-items: center;
	margin-block: 28px;
	padding: clamp(26px,4vw,48px);
	border-radius: var(--tfr-promo-radius);
	background: var(--tfr-promo-bg);
	color: var(--tfr-promo-text);
	font-family: var(--tf-resource-body);
}
.tf-resource-promotion *, .tf-resource-promotion *::before, .tf-resource-promotion *::after { box-sizing: border-box; }
.tf-resource-promotion__media { display: block; overflow: hidden; border-radius: calc(var(--tfr-promo-radius) * .72); background: rgba(0,0,0,.06); }
.tf-resource-promotion__image { display: block; width: 100%; height: 100%; min-height: 250px; object-fit: cover; transition: transform .35s ease; }
.tf-resource-promotion:hover .tf-resource-promotion__image { transform: scale(1.025); }
.tf-resource-promotion__eyebrow { margin: 0 0 9px; color: var(--tfr-promo-accent); font-size: 12px; font-weight: 750; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.tf-resource-promotion__title { margin: 0; color: inherit; font: 500 clamp(27px,3vw,43px)/1.08 var(--tf-resource-heading); }
.tf-resource-promotion__title a { color: inherit; text-decoration: none; }
.tf-resource-promotion__title a:focus-visible { outline: 3px solid var(--tfr-promo-accent); outline-offset: 5px; }
.tf-resource-promotion__description { max-width: 62ch; margin: 14px 0 0; color: color-mix(in srgb,var(--tfr-promo-text) 72%,transparent); font-size: 16px; line-height: 1.65; }
.tf-resource-promotion__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 17px 0 0; padding: 0; list-style: none; color: color-mix(in srgb,var(--tfr-promo-text) 66%,transparent); font-size: 13px; }
.tf-resource-promotion__meta li + li::before { content: "•"; margin-right: 18px; color: var(--tfr-promo-accent); }
.tf-resource-promotion__benefits { display: grid; gap: 8px; margin: 19px 0 0; padding: 0; list-style: none; }
.tf-resource-promotion__benefits li { position: relative; padding-left: 25px; line-height: 1.45; }
.tf-resource-promotion__benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--tfr-promo-accent); font-weight: 800; }
.tf-resource-promotion__button { justify-self: start; min-width: 160px; text-align: center; }
.tf-resource-promotion__button:focus-visible { outline: 3px solid var(--tfr-promo-text); outline-offset: 4px; }

.tf-resource-promotion--spotlight { grid-template-columns: minmax(240px,.9fr) minmax(280px,1.1fr); min-height: 480px; overflow: hidden; background: #111; color: #fff; }
.tf-resource-promotion--spotlight .tf-resource-promotion__media { align-self: stretch; }
.tf-resource-promotion--spotlight .tf-resource-promotion__description,
.tf-resource-promotion--proof .tf-resource-promotion__description { color: rgba(255,255,255,.74); }
.tf-resource-promotion--cover { grid-template-rows: auto 1fr auto; align-items: start; height: calc(100% - 56px); padding: 18px; border: 1px solid rgba(0,0,0,.1); }
.tf-resource-promotion--cover .tf-resource-promotion__body { padding: 8px 7px 0; }
.tf-resource-promotion--cover .tf-resource-promotion__title { font-size: clamp(25px,2.3vw,34px); }
.tf-resource-promotion--cover .tf-resource-promotion__button { margin: 0 7px 7px; }
.tf-resource-promotion--inline { grid-template-columns: 1fr auto; gap: 18px 30px; padding: 25px 28px; border-left: 5px solid var(--tfr-promo-accent); border-radius: 4px var(--tfr-promo-radius) var(--tfr-promo-radius) 4px; }
.tf-resource-promotion--inline .tf-resource-promotion__media { display: none; }
.tf-resource-promotion--inline .tf-resource-promotion__title { font-size: clamp(23px,2.3vw,31px); }
.tf-resource-promotion--split { grid-template-columns: minmax(240px,.9fr) minmax(280px,1.1fr); }
.tf-resource-promotion--split .tf-resource-promotion__media { grid-row: 1 / span 2; align-self: stretch; }
.tf-resource-promotion--split .tf-resource-promotion__button { grid-column: 2; }
.tf-resource-promotion--form { display: block; padding: 0; background: transparent; }
.tf-resource-promotion--form .tf-resource-placement--form { max-width: none; margin: 0; }
.tf-resource-promotion--form .tf-resource-gate { position: static; }
.tf-resource-promotion--bar { grid-template-columns: 1fr auto; gap: 18px; padding: 17px 22px; border-radius: 10px; background: #111; color: #fff; }
.tf-resource-promotion--bar .tf-resource-promotion__body { display: flex; flex-wrap: wrap; gap: 7px 16px; align-items: baseline; }
.tf-resource-promotion--bar .tf-resource-promotion__eyebrow { margin: 0; }
.tf-resource-promotion--bar .tf-resource-promotion__title { font: 600 clamp(17px,2vw,22px)/1.25 var(--tf-resource-body); }
.tf-resource-promotion--bar .tf-resource-promotion__button { min-width: 0; padding: 12px 18px; }
.tf-resource-promotion--proof { grid-template-columns: minmax(0,1fr) auto; overflow: hidden; background: #171717; color: #fff; }
.tf-resource-promotion--proof::after { content: ""; position: absolute; right: -90px; bottom: -130px; width: 290px; height: 290px; border: 55px solid color-mix(in srgb,var(--tfr-promo-accent) 75%,transparent); border-radius: 50%; opacity: .25; pointer-events: none; }
.tf-resource-promotion--proof > * { position: relative; z-index: 1; }
.tf-resource-promotion--minimal { grid-template-columns: auto 1fr auto; gap: 10px 20px; padding: 5px 0 11px; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; }
.tf-resource-promotion--minimal .tf-resource-promotion__eyebrow { margin: 0; }
.tf-resource-promotion--minimal .tf-resource-promotion__title { font: 500 clamp(18px,2vw,24px)/1.3 var(--tf-resource-heading); }
.tf-resource-promotion--minimal .tf-resource-promotion__button { min-width: 0; padding: 10px 15px; background: transparent; color: inherit; }
.tf-resource-promotion--sidebar { position: sticky; top: 110px; display: block; max-width: 390px; padding: 18px; border: 1px solid rgba(0,0,0,.11); box-shadow: 0 16px 45px rgba(0,0,0,.09); }
.tf-resource-promotion--sidebar .tf-resource-promotion__body { padding: 21px 8px 7px; }
.tf-resource-promotion--sidebar .tf-resource-promotion__title { font-size: clamp(25px,2.7vw,34px); }
.tf-resource-promotion--sidebar .tf-resource-promotion__button { width: calc(100% - 16px); margin: 17px 8px 7px; }

.tf-resource-promotion-collection { margin-block: clamp(40px,7vw,90px); font-family: var(--tf-resource-body); }
.tf-resource-promotion-collection > h2 { margin: 0; font: 500 clamp(34px,4vw,52px)/1.1 var(--tf-resource-heading); }
.tf-resource-promotion-collection__intro { max-width: 65ch; margin: 14px 0 0; color: rgba(2,2,2,.68); font-size: 17px; line-height: 1.6; }
.tf-resource-promotion-collection__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(18px,3vw,34px); margin-top: 32px; }
.tf-resource-promotion-collection__grid .tf-resource-promotion { margin-block: 0; }

@media (max-width: 850px) {
	.tf-resource-promotion--spotlight,
	.tf-resource-promotion--split { grid-template-columns: 1fr; }
	.tf-resource-promotion--split .tf-resource-promotion__media,
	.tf-resource-promotion--split .tf-resource-promotion__button { grid-column: auto; grid-row: auto; }
	.tf-resource-promotion-collection__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
	.tf-resource-promotion--inline,
	.tf-resource-promotion--bar,
	.tf-resource-promotion--proof,
	.tf-resource-promotion--minimal { grid-template-columns: 1fr; align-items: start; }
	.tf-resource-promotion--minimal .tf-resource-promotion__button { justify-self: start; }
	.tf-resource-promotion-collection__grid { grid-template-columns: 1fr; }
}
@supports not (color: color-mix(in srgb,black 50%,white)) {
	.tf-resource-promotion__description,
	.tf-resource-promotion__meta { color: inherit; opacity: .72; }
}
