/* Perfiles de autor - Signo Editorial / Lagar Editores
   Tokens: bg #FFFFFF, ink #171412, accent #5C1A21
   Heading: Cardo, serif - Body: Inter, sans-serif
*/

.author-profile {
	max-width: 900px;
	margin: 0 auto;
	padding: 64px 24px 88px;
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 48px;
	align-items: start;
	font-family: "Inter", sans-serif;
	color: #171412;
}

@media (max-width: 680px) {
	.author-profile {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 40px 20px 64px;
	}
}

.author-profile-photo {
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border-radius: 4px;
	background: #F7F6F4;
}

.author-profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.author-profile-photo.is-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(160deg, #F7F6F4 0%, #EDE8E3 100%);
}

.author-profile-photo.is-placeholder span {
	font-family: "Cardo", serif;
	font-size: 3rem;
	color: #5C1A21;
	opacity: 0.5;
}

.author-profile-eyebrow {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5C1A21;
	margin: 0 0 8px;
}

.author-profile h1 {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	line-height: 1.15;
	color: #171412;
	margin: 0 0 20px;
}

.author-profile-bio p {
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 16px;
	max-width: 62ch;
}

.author-profile-cta {
	margin-top: 24px;
}

.author-profile-cta a {
	display: inline-block;
	background: #171412;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 4px;
}

.author-profile-cta a:hover {
	background: #5C1A21;
	color: #FFFFFF;
}

.lagar-author-books {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px 64px;
}

.lagar-author-books__heading {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	color: #171412;
	margin: 48px 0 32px;
	padding-top: 48px;
	border-top: 1px solid #E7E4DF;
}

.lagar-author-books .lagar-related-books {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 680px) {
	.lagar-author-books .lagar-related-books {
		grid-template-columns: repeat(2, 1fr);
	}
}
