.rh-editorial-main {
	background: #f8fafb;
}

.rh-archive-hero,
.rh-article-hero {
	background: var(--rh-mist);
	padding-block: clamp(64px, 8vw, 112px);
}

.rh-editorial-eyebrow,
.rh-card-meta {
	color: var(--rh-teal);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.rh-archive-hero h1,
.rh-article-hero h1 {
	color: var(--rh-navy);
	font-size: clamp(3rem, 7vw, 6rem);
	letter-spacing: -.055em;
	line-height: .98;
	margin: 0;
}

.rh-archive-description,
.rh-article-deck {
	color: var(--rh-slate);
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	line-height: 1.6;
	margin-top: 26px;
	max-width: 790px;
}

.rh-archive-description p {
	margin: 0;
}

.rh-archive-content {
	padding-block: clamp(64px, 8vw, 110px);
}

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

.rh-article-card {
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 12px;
	box-shadow: 0 16px 42px rgba(13, 33, 52, .07);
	overflow: hidden;
}

.rh-card-image {
	display: block;
}

.rh-card-image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.rh-robot-card-image img {
	background: #fff;
	object-fit: contain;
	padding: 18px;
}

.rh-card-content {
	padding: 28px;
}

.rh-card-content h2 {
	font-size: 1.55rem;
	letter-spacing: -.035em;
	line-height: 1.18;
	margin: 0 0 16px;
}

.rh-card-content h2 a,
.rh-card-link {
	color: var(--rh-navy);
	text-decoration: none;
}

.rh-card-excerpt {
	color: var(--rh-slate);
	line-height: 1.65;
}

.rh-card-link {
	display: inline-block;
	font-weight: 750;
	margin-top: 20px;
}

.rh-empty-state {
	background: var(--rh-white);
	border-left: 4px solid var(--rh-teal);
	box-shadow: 0 16px 46px rgba(13, 33, 52, .06);
	max-width: 820px;
	padding: clamp(32px, 6vw, 58px);
}

.rh-empty-state h2 {
	color: var(--rh-navy);
	font-size: clamp(1.9rem, 4vw, 3rem);
	letter-spacing: -.045em;
	margin: 0 0 18px;
}

.rh-empty-state p:last-child {
	color: var(--rh-slate);
	font-size: 1.08rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.rh-article-date {
	color: var(--rh-slate);
	font-weight: 700;
	margin: 22px 0 0;
}

.rh-article-body {
	padding-block: clamp(54px, 8vw, 100px);
}

.rh-article-featured {
	margin: 0 auto 50px;
	max-width: 1050px;
}

.rh-article-featured img {
	border-radius: 14px;
	display: block;
	height: auto;
	width: 100%;
}

.rh-article-content {
	font-size: 1.08rem;
	line-height: 1.8;
	margin-inline: auto;
	max-width: 780px;
}

.rh-article-content h2 {
	color: var(--rh-navy);
	font-size: 1.9rem;
	letter-spacing: -.035em;
	margin-top: 2.2em;
}

.rh-article-content a {
	color: var(--rh-teal);
	font-weight: 700;
}

.rh-author-note {
	background: var(--rh-mist);
	border-left: 4px solid var(--rh-teal);
	margin: 56px auto 0;
	max-width: 780px;
	padding: 28px 30px;
}

.rh-author-note p {
	color: var(--rh-slate);
	line-height: 1.65;
	margin: 8px 0 0;
}

.rh-author-note .rh-author-name {
	color: var(--rh-navy);
	font-size: 1.18rem;
	font-weight: 800;
	margin: 0;
}

@media (max-width: 860px) {
	.rh-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 580px) {
	.rh-article-grid {
		grid-template-columns: 1fr;
	}
}
