.author-profile {
	background: #F7F5F2;
	color: var(--primary-color);
}

.author-profile *,
.author-profile *::before,
.author-profile *::after {
	box-sizing: border-box;
}

.author-profile__hero {
	background: var(--primary-color);
	min-height: 720px;
	padding: 188px 0 107px;
}

.author-profile__hero-inner {
	align-items: center;
	display: flex;
	gap: 70px;
}

.author-profile__portrait {
	border-radius: 15px;
	flex: 0 0 340px;
	height: 425px;
	margin: 0;
	overflow: hidden;
}

.author-profile__portrait img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 43% center;
	transform: scale(1.005);
	width: 100%;
}

.author-profile__hero-copy {
	align-items: flex-start;
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 25px;
	max-width: none;
	padding-right: 200px;
}

.author-profile__eyebrow {
	color: var(--secondry-color);
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 130%;
	margin: 0;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;
	text-transform: uppercase;
}

.author-profile__hero h1 {
	color: var(--tertiary-color);
	font-family: var(--primary-font);
	font-size: 45px;
	font-weight: 500;
	line-height: 110%;
	margin: 0;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;
}

.author-profile__intro,
.author-profile__intro p {
	color: rgba(255, 255, 255, .88);
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
}

.author-profile__intro p {
	margin: 0;
}

.author-profile__social {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	gap: 14px;
	padding-top: 16px;
}

.author-profile__social a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 10px;
	color: var(--tertiary-color);
	display: inline-flex;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	justify-content: flex-start;
	letter-spacing: 1.12px;
	line-height: 130%;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.author-profile__social a:hover,
.author-profile__social a:focus {
	background: var(--tertiary-color);
	color: var(--primary-color);
}

.author-profile__social-icon {
	font-size: 16px;
	line-height: 1;
}

.author-profile__social-icon--linkedin {
	font-weight: 600;
	letter-spacing: -.6px;
}

.author-profile__body {
	padding: 100px 0;
}

.author-profile__body-inner {
	display: grid;
	gap: 100px;
	grid-template-columns: minmax(0, 1.5fr) minmax(340px, 1fr);
}

.author-profile__story {
	display: block;
	min-width: 0;
	padding-bottom: 18px;
}

.author-profile__prose h2,
.author-profile__info-card h2,
.author-profile__articles h2 {
	font-family: var(--primary-font);
	font-weight: 500;
}

.author-profile__prose h2 {
	color: var(--secondry-color);
	font-size: 28px;
	letter-spacing: -.56px;
	line-height: 120%;
	margin: 50px 0 25px;
}

.author-profile__prose h2:first-child {
	margin-top: 0;
}

.author-profile__rich-text,
.author-profile__rich-text p {
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.author-profile__rich-text p {
	margin: 0 0 20px;
}

.author-profile__rich-text p:last-child {
	margin-bottom: 0;
}

.author-profile blockquote {
	border-left: 2px solid var(--secondry-color);
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin: 30px 0;
	padding: 3px 0 4px 30px;
}

.author-profile__rich-text blockquote p {
	color: inherit;
	font: inherit;
	line-height: inherit;
	margin: 0;
}

.author-profile__aside {
	align-self: start;
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: sticky;
	top: 30px;
}

.author-profile__info-card {
	align-items: flex-start;
	background: var(--tertiary-color);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 34px 34px 32px;
}

.author-profile__info-card h2 {
	color: var(--primary-color);
	font-size: 22px;
	line-height: 130%;
	margin: 0;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;
}

.author-profile__info-card dl,
.author-profile__info-card dd {
	margin: 0;
}

.author-profile__info-card dl {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
}

.author-profile__info-card dl > div {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.author-profile__info-card dl > div:last-child {
	margin-bottom: 0;
}

.author-profile__info-card dt {
	color: var(--secondry-color);
	font-family: var(--primary-font);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 130%;
	margin: 0;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;
	text-transform: uppercase;
}

.author-profile__info-card dd {
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;
}

.author-profile__topics ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.author-profile__topics li {
	background: var(--cream-color);
	border-radius: 999px;
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 13px;
	font-weight: 500;
	line-height: 130%;
	padding: 10px 14px;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;
}

.author-profile__articles {
	background: var(--primary-color);
	padding: 70px 0;
}

.author-profile__articles-inner {
	position: relative;
}

.author-profile__articles-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.author-profile__articles h2 {
	color: var(--secondry-color);
	font-size: 36px;
	letter-spacing: -.72px;
	line-height: 120%;
	margin: 0;
}

.author-profile__view-all {
	color: var(--tertiary-color);
	font-family: var(--primary-font);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .55px;
	line-height: 130%;
	text-decoration: none;
	text-transform: uppercase;
}

.author-profile__view-all:hover,
.author-profile__view-all:focus {
	text-decoration: underline;
}

.author-profile__article-actions {
	align-items: center;
	display: flex;
	gap: 18px;
}

.author-profile__article-grid {
	display: flex;
	gap: 20px;
	margin: 0;
	overflow-x: auto;
	padding: 0;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	width: 100%;
}

.author-profile__article-grid::-webkit-scrollbar {
	display: none;
}

.author-profile__article-card {
	flex: 0 0 calc((100% - 40px) / 3);
	min-width: 0;
	scroll-snap-align: start;
}

.author-profile__article-card > a {
	background: var(--tertiary-color);
	border-radius: 15px;
	color: var(--primary-color);
	display: block;
	margin: 0;
	overflow: hidden;
	text-decoration: none;
}

.author-profile__article-image {
	background: var(--cream-color);
	height: 245px;
	margin: 0;
	overflow: hidden;
}

.author-profile__article-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
	width: 100%;
}

.author-profile__article-card > a:hover .author-profile__article-image img,
.author-profile__article-card > a:focus .author-profile__article-image img {
	transform: scale(1.025);
}

.author-profile__article-content {
	min-height: 180px;
	padding: 20px;
}

.author-profile__article-category {
	color: var(--secondry-color);
	font-family: var(--primary-font);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .66px;
	line-height: 130%;
	margin: 0;
	text-transform: uppercase;
}

.author-profile__article-content h3 {
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 125%;
	margin: 10px 0;
}

.author-profile__article-excerpt {
	color: var(--primary-color);
	font-family: var(--primary-font);
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
}

.author-profile__article-nav {
	display: flex;
	gap: 12px;
}

.author-profile__article-nav[hidden] {
	display: none;
}

.author-profile__article-nav button {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--tertiary-color);
	cursor: pointer;
	display: flex;
	font-family: var(--primary-font);
	font-size: 16px;
	height: auto;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}

.author-profile__article-nav button:disabled {
	display: none;
}

.post-date .post-author {
	color: var(--secondry-color);
	font-style: normal;
	text-decoration: none;
}

.post-date .post-author:hover,
.post-date .post-author:focus {
	text-decoration: underline;
}

@media only screen and (max-width: 1120px) {
	.author-profile__hero {
		padding-top: 140px;
	}

	.author-profile__body-inner {
		gap: 55px;
		grid-template-columns: minmax(0, 1.35fr) minmax(300px, 1fr);
	}

}

@media only screen and (max-width: 767px) {
	.author-profile__hero {
		min-height: 901px;
		padding: 31px 0 52px;
	}

	.author-profile__hero-inner {
		align-items: stretch;
		flex-direction: column;
		gap: 23px;
		padding: 0 17.5px;
	}

	.author-profile__portrait {
		flex: none;
		height: 425px;
		width: 100%;
	}

	.author-profile__hero-copy {
		max-width: none;
		padding: 0 .5px;
	}

	.author-profile__hero h1 {
		font-size: 36px;
		letter-spacing: -.72px;
	}

	.author-profile__intro,
	.author-profile__intro p {
		font-size: 16px;
		line-height: 140%;
	}

	.author-profile__social {
		gap: 10px;
		padding-top: 0;
	}

	.author-profile__social a {
		font-size: 13px;
		letter-spacing: 1.04px;
		padding: 13px 17px;
	}

	.author-profile__body {
		padding: 60px 0 40px;
	}

	.author-profile__body-inner {
		display: flex;
		flex-direction: column;
		gap: 33px;
	}

	.author-profile__aside {
		position: static;
	}

	.author-profile__prose h2 {
		font-size: 25px;
		margin-top: 40px;
	}

	.author-profile blockquote {
		font-size: 26px;
		padding-left: 22px;
	}

	.author-profile__info-card {
		padding: 30px 25px;
	}

	.author-profile__articles {
		padding: 70px 0;
	}

	.author-profile__articles-header {
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.author-profile__articles h2 {
		font-size: 30px;
		max-width: 210px;
	}

	.author-profile__article-actions {
		gap: 12px;
	}

	.author-profile__article-grid {
		gap: 15px;
		padding-bottom: 8px;
	}

	.author-profile__article-card {
		flex: 0 0 100%;
		scroll-snap-align: start;
	}

	.author-profile__article-image {
		height: 230px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.author-profile *,
	.author-profile *::before,
	.author-profile *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
