.skypray-author-profile {
	margin-block: 2rem 2.5rem;
	padding: clamp(1.25rem, 3vw, 2.25rem);
	border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 18px;
	background: color-mix(in srgb, var(--wp--preset--color--base, #fff) 94%, currentColor 6%);
}

.skypray-author-profile__intro {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: center;
}

.skypray-author-profile__avatar img {
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
}

.skypray-author-profile__eyebrow,
.skypray-author-profile__website,
.skypray-author-profile__bio,
.skypray-author-profile h1 {
	margin-block: 0;
}

.skypray-author-profile__eyebrow {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .7;
}

.skypray-author-profile h1 {
	margin-top: .25rem;
}

.skypray-author-profile__bio {
	margin-top: .75rem;
	line-height: 1.8;
}

.skypray-author-profile__website {
	margin-top: .65rem;
	font-size: .95rem;
}

.skypray-author-profile__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.skypray-author-profile__card {
	padding: clamp(1rem, 2vw, 1.5rem);
	border-top: 4px solid var(--skypray-profile-accent, #7a6548);
	border-radius: 14px;
	background: color-mix(in srgb, currentColor 5%, transparent);
}

.skypray-author-profile__card--tech {
	--skypray-profile-accent: #286f9b;
}

.skypray-author-profile__card--boardgame {
	--skypray-profile-accent: #9a632b;
}

.skypray-author-profile__card--videogame {
	--skypray-profile-accent: #76529f;
}

.skypray-author-profile__card--travel {
	--skypray-profile-accent: #3c8067;
}

.skypray-author-profile__card--identity {
	--skypray-profile-accent: #8b4b3e;
}

.skypray-author-profile__card-label {
	margin-top: 0;
	margin-bottom: .35rem;
	color: var(--skypray-profile-accent, currentColor);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .1em;
}

.skypray-author-profile__card--wide {
	grid-column: 1 / -1;
}

.skypray-author-profile__card h2 {
	margin-top: 0;
	font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.skypray-author-profile__card p {
	line-height: 1.85;
}

.skypray-author-profile__card p:last-child {
	margin-bottom: 0;
}

.skypray-author-profile__topic-link a {
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: .2em;
}

.skypray-site-footer {
	border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

.skypray-site-footer__row {
	align-items: flex-start;
}

.skypray-footer-author {
	margin: 0;
}

@media (max-width: 600px) {
	.skypray-author-profile__intro,
	.skypray-author-profile__details {
		grid-template-columns: 1fr;
	}

	.skypray-author-profile__intro {
		text-align: center;
	}

	.skypray-author-profile__card--wide {
		grid-column: auto;
	}

	.skypray-author-profile__avatar img {
		margin-inline: auto;
	}
}
