/**
 * StrapsCo Author Attribution — frontend styles
 *
 * Palette matched to the StrapsCo live site: warm neutrals with gold accent.
 * Class names are prefixed sc-byline / sc-authorbox / sc-bio-page throughout.
 */

:root {
	--sc-aa-bg: #ffffff;
	--sc-aa-surface: #ffffff;
	--sc-aa-border: #e4dfd8;
	--sc-aa-text: #1d1410;
	--sc-aa-muted: #6f665f;
	--sc-aa-accent: #e8cb3f;
	--sc-aa-accent-soft: rgba(184, 135, 59, 0.10);
	--sc-aa-radius-sm: 10px;
	--sc-aa-radius-md: 14px;
	--sc-aa-radius-lg: 18px;
	--sc-aa-shadow: 0 1px 2px rgba(29, 20, 16, 0.04), 0 4px 14px rgba(29, 20, 16, 0.05);
}
/* ---------- Byline ---------- */

.sc-byline {
	display: flex;
	align-items: center;
	gap: 14px;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 32px;
	padding: 10px 20px 10px 12px;
	background: var(--sc-aa-bg);
	border: 1px solid var(--sc-aa-border);
	border-radius: var(--sc-aa-radius-md);
	box-shadow: var(--sc-aa-shadow);
}

.sc-byline--org {
	padding: 12px 20px;
}

.sc-byline__photo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 auto;
	box-shadow: 0 0 0 2px var(--sc-aa-bg), 0 0 0 3px var(--sc-aa-border);
}

.sc-byline__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	row-gap: 2px;
	column-gap: 8px;
	font-size: 0.94em;
	line-height: 1.4;
}

.sc-byline__name {
	font-weight: 600;
	color: var(--sc-aa-text);
	white-space: nowrap;
}

.sc-byline__name a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s ease;
}

.sc-byline__name a:hover {
	border-bottom-color: currentColor;
}

.sc-byline__role,
.sc-byline__reviewer,
.sc-byline__date {
	color: var(--sc-aa-muted);
	white-space: nowrap;
}

.sc-byline__reviewer a {
	color: inherit;
}

.sc-byline__sep {
	color: #cfc8bf;
}

@media (max-width: 480px) {
	.sc-byline {
		width: 100%;
	}

	.sc-byline__meta {
		row-gap: 4px;
	}
}

/* ---------- About the author ---------- */

.sc-authorbox {
	margin: 15px 0;
	padding: 15px;
	background: #ffffff;
	border: 1px solid var(--sc-aa-border);
	border-radius: var(--sc-aa-radius-lg);
	overflow: hidden;
}

.sc-authorbox__photo {
	float: left;
	width: 128px;
	height: 145px;
	object-fit: cover;
	border-radius: var(--sc-aa-radius-md);
	margin: 0 24px 12px 0;
	box-shadow: 0 2px 8px rgba(29, 20, 16, 0.12);
}

.sc-authorbox__label {
	margin-bottom: 0!important;
	font-size: 0.72em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--sc-aa-muted);
}

.sc-authorbox__name {
	margin-bottom: 0 !important;
	font-weight: 700;
	font-size: 1.4em;
	color: var(--sc-aa-text);
}

.sc-authorbox__name a {
	color: inherit;
	text-decoration: none;
}

.sc-authorbox__name a:hover {
	text-decoration: underline;
}

.sc-authorbox__role {
	display: inline-block;
	margin: 5px 0 7px 0;
	padding: 3px 12px;
	font-size: 0.70em;
	font-weight: 600;
	color: #1d1410;
	background: #e8cb3f;
	border-radius: 999px;
	letter-spacing: 0.02em;
}

.sc-authorbox__bio {
	margin: 0 0 14px!important;
	color: var(--sc-aa-text);
	line-height: 1.7;
}

.sc-authorbox__more a {
	font-weight: 600;
	font-size: 0.94em;
	text-decoration: none;
}

.sc-authorbox__more a:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.sc-authorbox__photo {
		float: none;
		display: block;
		width: 88px;
		height: 88px;
		border-radius: 50%;
		margin: 0 0 16px;
	}
}

@media (max-width: 480px) {
	.sc-authorbox {
		padding: 22px;
	}
}

/* ---------- Bio page ---------- */

.sc-bio-page {
	max-width: 700px;
	margin: 56px auto;
	padding: 0 24px;
}

.sc-bio-page__header {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--sc-aa-border);
}

.sc-bio-page__photo {
	width: 116px;
	height: 116px;
	border-radius: var(--sc-aa-radius-md);
	object-fit: cover;
	flex: 0 0 auto;
	box-shadow: 0 1px 3px rgba(29, 20, 16, 0.1);
}

.sc-bio-page__name {
	margin: 0 0 10px;
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: 700;
	color: var(--sc-aa-text);
}

.sc-bio-page__role {
	display: inline-block;
	margin: 4px 0 14px;
	padding: 3px 12px;
	font-size: 0.7em;
	font-weight: 600;
	color: #1d1410;
	background: #e8cb3f;
	border-radius: 999px;
	letter-spacing: 0.02em;
}

.sc-bio-page__content {
	color: var(--sc-aa-text);
	font-size: 1.02em;
	line-height: 1.75;
}

.sc-bio-page__content p {
	margin: 0 0 18px;
}

.sc-bio-page__back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 36px;
	padding: 10px 18px;
	border: 1px solid var(--sc-aa-border);
	border-radius: 999px;
	color: var(--sc-aa-text);
	font-weight: 600;
	font-size: 0.94em;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.sc-bio-page__back:hover {
	background: var(--sc-aa-surface);
	border-color: var(--sc-aa-accent);
}

@media (max-width: 480px) {
	.sc-bio-page__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}