.author .entry-hero,
.author #main > .entry-header {
	display: none;
}

.gj-author-profile {
	margin: 0 0 2.75rem;
	padding: clamp(1.5rem, 4vw, 3.25rem);
	border: 1px solid #e4dfd5;
	border-radius: 28px;
	background:
		radial-gradient(circle at 92% 8%, rgba(218, 175, 83, 0.18), transparent 31%),
		linear-gradient(135deg, #f7f4ec 0%, #eef6f3 100%);
	box-shadow: 0 18px 50px rgba(52, 52, 52, 0.07);
}

.gj-author-profile__inner {
	display: grid;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
}

.gj-author-profile__portrait {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	border: 7px solid #fff;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 12px 32px rgba(52, 52, 52, 0.14);
}

.gj-author-profile__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gj-author-profile__eyebrow,
.gj-author-content-heading > p {
	margin: 0 0 0.55rem;
	color: #3d998e;
	font-family: Montserrat, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gj-author-profile h1 {
	margin: 0;
	color: #252525;
	font-size: clamp(2.25rem, 5vw, 4.25rem);
	line-height: 1.02;
}

.gj-author-profile__role {
	margin: 0.75rem 0 1.15rem;
	color: #92701d;
	font-family: Montserrat, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gj-author-profile__bio {
	max-width: 780px;
	color: #56524e;
	font-size: clamp(1rem, 1.8vw, 1.12rem);
	line-height: 1.75;
}

.gj-author-profile__bio p {
	margin: 0;
}

.gj-author-profile__meta {
	display: inline-flex;
	margin: 1.25rem 0 0;
	padding: 0.52rem 0.85rem;
	border-radius: 999px;
	background: rgba(61, 153, 142, 0.12);
	color: #2f766e;
	font-family: Montserrat, sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gj-author-content-heading {
	margin: 0 0 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #d9b355;
}

.gj-author-content-heading h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	line-height: 1.15;
}

.gj-byline-avatar {
	display: inline-flex;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #eef6f3;
	box-shadow: 0 0 0 1px rgba(61, 153, 142, 0.28);
	vertical-align: middle;
}

.gj-byline-avatar__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mak-post-meta__byline {
	display: inline-flex;
	align-items: center;
	gap: 0.62rem;
}

.mak-byline__name,
.mak-byline__name:visited {
	color: #2f766e;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.author #archive-container {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
	.author #archive-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.gj-author-profile {
		margin-bottom: 2rem;
		padding: 1.35rem;
		border-radius: 22px;
	}

	.gj-author-profile__inner {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		text-align: center;
	}

	.gj-author-profile__portrait {
		width: 132px;
		margin: 0 auto;
		border-width: 5px;
	}

	.gj-author-profile h1 {
		font-size: 2.35rem;
	}

	.gj-author-profile__role {
		font-size: 0.78rem;
	}

	.gj-author-profile__bio {
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.gj-author-profile__meta {
		font-size: 0.7rem;
	}

	.gj-author-content-heading {
		text-align: left;
	}

	.author #archive-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.gj-byline-avatar {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}
}
