/** Premium Free Resources landing page. */

.ych-resources {
	position: relative;
	overflow: clip;
	background: var(--ych-bg-primary);
	color: var(--ych-text-primary);
	font-family: var(--ych-font-body);
}

.ych-resources *,
.ych-resources *::before,
.ych-resources *::after {
	box-sizing: border-box;
}

.ych-resources [hidden] {
	display: none;
}

.ych-resources__container {
	width: min(calc(100% - (var(--page-gutter) * 2)), 87.5rem);
	margin-inline: auto;
}

.ych-resources h1,
.ych-resources h2,
.ych-resources h3,
.ych-resources p {
	margin-top: 0;
}

.ych-resources h1,
.ych-resources h2 {
	color: #fff;
	font-family: var(--ych-font-heading);
	font-weight: 700;
	letter-spacing: -0.045em;
}

.ych-resources h1 {
	max-width: 10ch;
	margin-bottom: 1.5rem;
	font-size: clamp(3rem, 5vw, 4.5rem);
	line-height: 0.96;
}

.ych-resources h2 {
	margin-bottom: 1.15rem;
	font-size: var(--ych-type-h2);
	line-height: 1.02;
}

.ych-resources h3 {
	color: #fff;
	font-size: clamp(1.15rem, 1.5vw, 1.45rem);
	line-height: 1.28;
}

.ych-resources a:focus-visible,
.ych-resources button:focus-visible,
.ych-resources input:focus-visible,
.ych-resources select:focus-visible,
.ych-resources [tabindex="-1"]:focus-visible {
	outline: 0.1875rem solid var(--ych-focus);
	outline-offset: 0.25rem;
}

.ych-resources__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.2rem;
	color: #a8cfff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ych-resources__eyebrow::before {
	width: 1.75rem;
	height: 0.125rem;
	border-radius: 999px;
	background: var(--ych-accent-gradient);
	content: "";
}

.ych-resources__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.5rem;
	padding: 0.95rem 1.45rem;
	border: 0.0625rem solid transparent;
	border-radius: var(--ych-radius-button);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: transform var(--ych-transition), border-color var(--ych-transition), box-shadow var(--ych-transition), background-color var(--ych-transition);
}

.ych-resources__button:hover {
	transform: translateY(-0.125rem);
}

.ych-resources__button--primary {
	background: var(--ych-accent-gradient);
	box-shadow: 0 1rem 2.5rem rgba(90, 126, 210, 0.25);
	color: #07111f;
}

.ych-resources__button--primary:hover {
	box-shadow: 0 1.25rem 3rem rgba(125, 119, 221, 0.34);
	color: #07111f;
}

.ych-resources__button--secondary {
	border-color: rgba(166, 196, 232, 0.3);
	background: rgba(14, 31, 50, 0.65);
	color: #ecf5ff;
}

.ych-resources__button--secondary:hover {
	border-color: rgba(166, 196, 232, 0.55);
	background: rgba(25, 48, 73, 0.8);
	color: #fff;
}

.ych-resources-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(4rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 12% 18%, rgba(79, 148, 238, 0.2), transparent 31rem),
		linear-gradient(145deg, #07111f 0%, #0a1628 54%, #12182f 100%);
}

.ych-resources__glow {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	pointer-events: none;
}

.ych-resources__glow--one {
	top: 5%;
	right: -10rem;
	width: 32rem;
	height: 32rem;
	background: radial-gradient(circle, rgba(143, 95, 214, 0.2), transparent 68%);
}

.ych-resources__glow--two {
	bottom: -12rem;
	left: 29%;
	width: 26rem;
	height: 26rem;
	background: radial-gradient(circle, rgba(75, 195, 226, 0.12), transparent 68%);
}

.ych-resources-hero__grid {
	display: grid;
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.ych-resources-hero__lead {
	max-width: 43rem;
	margin-bottom: 1rem;
	color: #dbe7f6;
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	line-height: 1.55;
}

.ych-resources-hero__reassurance {
	max-width: 40rem;
	margin-bottom: 2.25rem;
	color: var(--ych-text-secondary);
	font-size: 1rem;
	line-height: 1.72;
}

.ych-resources-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.ych-resources-hero__media {
	position: relative;
	min-width: 0;
}

.ych-resources-hero__media::before {
	position: absolute;
	inset: -0.0625rem;
	z-index: -1;
	border-radius: 1.75rem;
	background: var(--ych-accent-gradient);
	box-shadow: 0 1.75rem 5rem rgba(0, 0, 0, 0.35), 0 0 3.5rem rgba(103, 139, 224, 0.13);
	content: "";
}

.ych-resources-hero__image {
	display: block;
	width: 100%;
	aspect-ratio: 1.45 / 1;
	border: 0.375rem solid #0d1929;
	border-radius: 1.75rem;
	object-fit: cover;
	object-position: center;
}

.ych-resources-hero__note {
	display: flex;
	position: absolute;
	right: clamp(0.75rem, 3vw, 2rem);
	bottom: clamp(0.75rem, 3vw, 2rem);
	align-items: center;
	gap: 0.75rem;
	max-width: 18rem;
	padding: 0.9rem 1rem;
	border: 0.0625rem solid rgba(173, 201, 237, 0.22);
	border-radius: 1rem;
	background: rgba(7, 17, 31, 0.9);
	box-shadow: var(--ych-shadow-small);
	backdrop-filter: blur(1rem);
}

.ych-resources-hero__note > span {
	display: grid;
	flex: 0 0 2.3rem;
	width: 2.3rem;
	height: 2.3rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(134, 121, 224, 0.18);
	color: #b6a5ff;
}

.ych-resources-hero__note p {
	margin-bottom: 0;
	color: var(--ych-text-secondary);
	font-size: 0.78rem;
	line-height: 1.45;
}

.ych-resources-hero__note strong {
	display: block;
	color: #fff;
}

.ych-resources-section {
	padding-block: clamp(4rem, 6vw, 6rem);
}

.ych-resources-section__header {
	max-width: 48rem;
	margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.ych-resources-section__header > p:last-child {
	margin-bottom: 0;
	color: var(--ych-text-secondary);
	font-size: 1.05rem;
	line-height: 1.7;
}

.ych-featured-resources {
	background: linear-gradient(180deg, #0b1727, #091322);
}

.ych-featured-resources__grid {
	display: grid;
	gap: 1.25rem;
}

.ych-featured-resource-card,
.ych-resource-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 0.0625rem solid var(--ych-border);
	border-radius: var(--ych-radius-card);
	background: linear-gradient(150deg, rgba(18, 37, 59, 0.98), rgba(12, 25, 42, 0.98));
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.15);
	transition: transform var(--ych-transition), border-color var(--ych-transition), box-shadow var(--ych-transition);
}

.ych-featured-resource-card:hover,
.ych-resource-card:hover {
	transform: translateY(-0.25rem);
	border-color: var(--ych-border-strong);
	box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.22);
}

.ych-resource-card__media {
	position: relative;
	overflow: hidden;
	background: #13263d;
}

.ych-resource-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform 500ms ease;
}

.ych-featured-resource-card:hover .ych-resource-card__image,
.ych-resource-card:hover .ych-resource-card__image {
	transform: scale(1.025);
}

.ych-resource-card__media::after {
	position: absolute;
	inset: 45% 0 0;
	background: linear-gradient(transparent, rgba(7, 17, 31, 0.72));
	content: "";
	pointer-events: none;
}

.ych-resource-card__collection {
	position: absolute;
	z-index: 1;
	top: 1rem;
	left: 1rem;
	max-width: calc(100% - 2rem);
	padding: 0.4rem 0.65rem;
	border: 0.0625rem solid rgba(196, 216, 242, 0.22);
	border-radius: 999px;
	background: rgba(7, 17, 31, 0.84);
	color: #dbeaff;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	backdrop-filter: blur(0.75rem);
}

.ych-featured-resource-card__body,
.ych-resource-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.ych-resource-card__category {
	margin-bottom: 0.65rem;
	color: #96c4f6;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ych-featured-resource-card h3,
.ych-resource-card h3 {
	margin-bottom: 0.75rem;
	overflow-wrap: anywhere;
}

.ych-featured-resource-card__body > p:not(.ych-resource-card__category),
.ych-resource-card__body > p:not(.ych-resource-card__category) {
	margin-bottom: 1.5rem;
	color: var(--ych-text-secondary);
	line-height: 1.65;
}

.ych-featured-resource-card a,
.ych-resource-card a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: auto;
	color: #a9cfff;
	font-weight: 700;
	text-decoration: none;
}

.ych-featured-resource-card a:hover,
.ych-resource-card a:hover {
	color: #e0efff;
}

.ych-resource-categories {
	background:
		radial-gradient(circle at 88% 20%, rgba(124, 89, 202, 0.1), transparent 28rem),
		#07111f;
}

.ych-resource-categories__grid {
	display: grid;
	gap: 0.9rem;
}

.ych-resource-category {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	min-width: 0;
	min-height: 7rem;
	padding: 1.15rem;
	border: 0.0625rem solid var(--ych-border);
	border-radius: 1rem;
	background: var(--ych-bg-card);
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: transform var(--ych-transition), border-color var(--ych-transition), background-color var(--ych-transition);
}

.ych-resource-category:hover,
.ych-resource-category[aria-pressed="true"] {
	transform: translateY(-0.125rem);
	border-color: rgba(152, 184, 224, 0.36);
	background: var(--ych-bg-card-hover);
}

.ych-resource-category[aria-pressed="true"] {
	box-shadow: inset 0.1875rem 0 0 #8daeed;
}

.ych-resource-category__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border: 0.0625rem solid rgba(150, 179, 226, 0.2);
	border-radius: 0.9rem;
	background: linear-gradient(135deg, rgba(91, 159, 231, 0.18), rgba(153, 104, 215, 0.17));
	color: #afd3ff;
	font-size: 1.35rem;
}

.ych-resource-category__content {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.ych-resource-category__content strong {
	color: #fff;
	font-size: 1rem;
}

.ych-resource-category__content > span {
	color: var(--ych-text-secondary);
	font-size: 0.85rem;
	line-height: 1.45;
}

.ych-resource-category__arrow {
	color: #8dbbf0;
	font-size: 1.25rem;
}

.ych-resource-library {
	background: #0b1727;
}

.ych-resource-filters {
	display: grid;
	align-items: end;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding: clamp(1rem, 2.5vw, 1.5rem);
	border: 0.0625rem solid var(--ych-border);
	border-radius: var(--ych-radius-card);
	background: rgba(15, 31, 50, 0.95);
	box-shadow: var(--ych-shadow-small);
}

.ych-resource-filter {
	display: grid;
	gap: 0.5rem;
	min-width: 0;
}

.ych-resource-filter label {
	color: #edf5ff;
	font-size: 0.82rem;
	font-weight: 700;
}

.ych-resource-filter--search > div {
	position: relative;
}

.ych-resource-filter--search > div > span {
	position: absolute;
	top: 50%;
	left: 1rem;
	color: #8eabc9;
	font-size: 1.15rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.ych-resource-filter input,
.ych-resource-filter select {
	width: 100%;
	min-height: 3.25rem;
	margin: 0;
	padding: 0.75rem 0.95rem;
	border: 0.0625rem solid rgba(153, 178, 211, 0.3);
	border-radius: 0.8rem;
	background: rgba(6, 16, 29, 0.78);
	color: #f5f8fc;
	font: inherit;
	line-height: 1.4;
}

.ych-resource-filter--search input {
	padding-left: 2.75rem;
}

.ych-resource-filter input::placeholder {
	color: #8fa3bb;
	opacity: 1;
}

.ych-resource-filter input:hover,
.ych-resource-filter select:hover {
	border-color: rgba(165, 192, 228, 0.52);
}

.ych-resource-filter input:focus,
.ych-resource-filter select:focus {
	border-color: #8dbbf0;
	background: #0a1a2d;
	box-shadow: 0 0 0 0.1875rem rgba(122, 169, 226, 0.13);
}

.ych-resource-filters__reset {
	min-height: 3.25rem;
	padding: 0.75rem 1rem;
	border: 0.0625rem solid rgba(166, 196, 232, 0.3);
	border-radius: 0.8rem;
	background: rgba(31, 54, 80, 0.72);
	color: #e9f3ff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	transition: border-color var(--ych-transition), background-color var(--ych-transition);
}

.ych-resource-filters__reset:hover {
	border-color: rgba(166, 196, 232, 0.55);
	background: rgba(43, 71, 102, 0.85);
}

.ych-resource-results__summary {
	margin-bottom: 1.5rem;
	color: #b9cce2;
	font-size: 0.88rem;
	font-weight: 700;
}

.ych-resource-library__grid {
	display: grid;
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ych-resource-library__grid > li {
	display: flex;
	min-width: 0;
}

.ych-resource-card {
	width: 100%;
}

.ych-resource-empty {
	padding: clamp(2rem, 5vw, 4rem);
	border: 0.0625rem dashed rgba(159, 185, 220, 0.3);
	border-radius: var(--ych-radius-card);
	background: rgba(11, 25, 42, 0.72);
	text-align: center;
}

.ych-resource-empty > span {
	display: grid;
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 auto 1rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(117, 157, 211, 0.12);
	color: #a9cfff;
	font-size: 1.5rem;
}

.ych-resource-empty h3 {
	margin-bottom: 0.65rem;
}

.ych-resource-empty p {
	max-width: 38rem;
	margin: 0 auto 1.25rem;
	color: var(--ych-text-secondary);
	line-height: 1.65;
}

.ych-resource-empty button {
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: 0.75rem;
	background: var(--ych-accent-gradient);
	color: #07111f;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.ych-resource-guidance {
	background: #07111f;
}

.ych-resource-guidance__panel {
	display: grid;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	gap: clamp(2rem, 5vw, 4rem);
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 0.0625rem solid rgba(180, 205, 240, 0.2);
	border-radius: clamp(1.25rem, 3vw, 2rem);
	background: linear-gradient(135deg, #17355a, #2a2350 64%, #472a66);
	box-shadow: var(--ych-shadow-large);
}

.ych-resource-guidance__panel::after {
	position: absolute;
	z-index: -1;
	top: -10rem;
	right: -8rem;
	width: 28rem;
	height: 28rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(107, 214, 242, 0.18), transparent 66%);
	content: "";
}

.ych-resource-guidance__panel h2 {
	max-width: 13ch;
}

.ych-resource-guidance__panel p:last-child {
	max-width: 46rem;
	margin-bottom: 0;
	color: #d5e2f2;
	font-size: 1.05rem;
	line-height: 1.65;
}

.ych-resource-guidance__links {
	display: grid;
	align-content: center;
	gap: 0.75rem;
}

.ych-resource-guidance__links a {
	display: flex;
	min-height: 3.5rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 1rem;
	border: 0.0625rem solid rgba(218, 233, 250, 0.24);
	border-radius: 0.8rem;
	background: rgba(8, 19, 34, 0.36);
	color: #f2f7ff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color var(--ych-transition), border-color var(--ych-transition), transform var(--ych-transition);
}

.ych-resource-guidance__links a:hover {
	transform: translateX(0.15rem);
	border-color: rgba(218, 233, 250, 0.46);
	background: rgba(8, 19, 34, 0.55);
}

@media (min-width: 40rem) {
	.ych-featured-resources__grid,
	.ych-resource-library__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (min-width: 48rem) {
	.ych-resource-filters {
		grid-template-columns: minmax(16rem, 1.4fr) minmax(13rem, 0.8fr) auto;
	}
}

@media (min-width: 64rem) {
	.ych-resources-hero__grid {
		grid-template-columns: minmax(0, 1.06fr) minmax(25rem, 0.94fr);
	}

	.ych-featured-resources__grid,
	.ych-resource-library__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ych-resource-guidance__panel {
		grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
	}
}

@media (min-width: 75rem) {
	.ych-resource-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ych-resource-library__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 90rem) {
	.ych-resource-library__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 47.99rem) {
	.ych-resource-filters__reset,
	.ych-resources-hero__actions,
	.ych-resources__button {
		width: 100%;
	}

	.ych-resources-hero__note {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: none;
		margin: -1.75rem 0 0 1rem;
		border-top-left-radius: 0;
	}
}

@media (max-width: 23.5rem) {
	.ych-resources__container {
		width: min(calc(100% - 2rem), 87.5rem);
	}

	.ych-resource-category {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.ych-resource-category__arrow {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ych-resources *,
	.ych-resources *::before,
	.ych-resources *::after {
		scroll-behavior: auto;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
		transition-duration: 0.01ms;
	}
}

/*
 * Compact editorial refinement.
 *
 * The landing page now opens with the same resource-family photography used
 * on the live site. Repeated library thumbnails are removed so imagery acts
 * as a deliberate accent instead of visual noise.
 */
.ych-resources-hero {
	display: grid;
	overflow: hidden;
	min-height: clamp(16rem, 25vw, 20rem);
	padding-block: clamp(2rem, 4vw, 3rem);
	place-items: center;
	background: #07111f;
}

.ych-resources-hero .ych-resources__glow {
	display: none;
}

.ych-resources-hero__media {
	display: block;
	position: absolute;
	z-index: 0;
	inset: 0;
}

.ych-resources-hero__media::before { display: none; }

.ych-resources-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(5, 14, 25, 0.62), rgba(5, 14, 25, 0.8));
	content: "";
}

.ych-resources-hero__media .ych-resources-hero__image {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	border: 0;
	border-radius: 0;
	object-position: center;
}

.ych-resources-hero__media .ych-resources-hero__note { display: none; }

.ych-resources-hero__grid {
	display: block;
}

.ych-resources-hero__content {
	position: relative;
	z-index: 1;
	max-width: 48rem;
	margin-inline: auto;
	text-align: center;
}

.ych-resources-hero .ych-resources__eyebrow {
	justify-content: center;
	margin-bottom: 0.8rem;
}

.ych-resources-hero h1 {
	max-width: none;
	margin-bottom: 0.75rem;
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	line-height: 1;
	text-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.48);
}

.ych-resources-hero__lead {
	max-width: 43rem;
	margin: 0 auto 0.65rem;
	font-size: clamp(0.95rem, 1.3vw, 1.08rem);
	line-height: 1.55;
}

.ych-resources-hero__reassurance {
	max-width: 40rem;
	margin: 0 auto 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.ych-resources-hero__actions {
	justify-content: center;
	gap: 0.65rem;
}

.ych-resources-hero .ych-resources__button {
	min-height: 2.8rem;
	padding: 0.7rem 1.1rem;
	font-size: 0.875rem;
}

.ych-resources-section {
	padding-block: clamp(2.25rem, 3.5vw, 3.25rem);
}

.ych-resources-section__header {
	margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.ych-resources-section__header > p:last-child {
	font-size: 0.95rem;
	line-height: 1.55;
}

.ych-featured-resources__grid,
.ych-resource-library__grid {
	gap: 0.85rem;
}

.ych-featured-resource-card,
.ych-resource-card {
	border-radius: 1rem;
}

.ych-featured-resource-card .ych-resource-card__image {
	aspect-ratio: 2.5 / 1;
}

.ych-featured-resource-card__body,
.ych-resource-card__body {
	padding: 1rem;
}

.ych-featured-resource-card h3,
.ych-resource-card h3 {
	margin-bottom: 0.45rem;
	font-size: clamp(1.05rem, 1.3vw, 1.25rem);
}

.ych-featured-resource-card__body > p:not(.ych-resource-card__category),
.ych-resource-card__body > p:not(.ych-resource-card__category) {
	margin-bottom: 0.85rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.ych-resource-category {
	min-height: 5.5rem;
	padding: 0.9rem;
}

.ych-resource-category__icon {
	width: 2.5rem;
	height: 2.5rem;
}

.ych-resource-filters {
	padding: 1rem;
}

.ych-resource-library__grid .ych-resource-card__media {
	display: none;
}

.ych-resource-guidance__panel {
	gap: clamp(1.25rem, 3vw, 2.5rem);
	padding: clamp(1.35rem, 2.5vw, 2rem);
	border-radius: 1.25rem;
}

@media (min-width: 64rem) {
	.ych-featured-resources__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ych-resource-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 42rem) {
	.ych-resources-hero {
		min-height: 14rem;
		padding-block: 1.5rem;
	}

	.ych-resources-hero h1 {
		font-size: clamp(2rem, 10vw, 2.5rem);
	}

	.ych-resources-hero__lead,
	.ych-resources-hero__reassurance {
		font-size: 0.875rem;
	}

	.ych-resources-section {
		padding-block: 1.75rem;
	}
}
