.sta-bio-template-body {
	background: #0b0b0c;
}

.sta-bio-template-body.admin-bar {
	min-height: 100vh;
}

.sta-bio-template {
	min-height: 100vh;
	background:
		radial-gradient(900px 420px at 50% -10%, rgba(195, 168, 144, 0.25), transparent 60%),
		radial-gradient(700px 380px at 10% 15%, rgba(255, 255, 255, 0.08), transparent 55%),
		linear-gradient(180deg, #0b0b0c 0%, #111114 100%);
}

.sta-bio-template__topbar {
	position: sticky;
	top: 0;
	z-index: 40;
	padding: 14px 16px 0;
	background: linear-gradient(180deg, rgba(11, 11, 12, 0.96) 0%, rgba(11, 11, 12, 0.78) 72%, rgba(11, 11, 12, 0) 100%);
}

.admin-bar .sta-bio-template__topbar {
	top: 32px;
}

.sta-bio-template__langnav {
	width: min(100%, 560px);
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
}

.sta-bio-template__langlink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	padding: 10px 12px;
	border-radius: 999px;
	border: 1px solid rgba(195, 168, 144, 0.28);
	background: rgba(0, 0, 0, 0.46);
	color: #ede7de;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.sta-bio-template__langlink:hover,
.sta-bio-template__langlink:focus {
	transform: translateY(-1px);
	border-color: rgba(195, 168, 144, 0.62);
	background: rgba(0, 0, 0, 0.68);
	color: #f3e9dd;
}

.sta-bio-template__langlink.is-current {
	background: #c3a890;
	color: #0f1012;
	border-color: #d7c2ae;
}

.sta-bio-template__content {
	min-height: 100vh;
}

.sta-bio-template__content > .sta-bio:first-child {
	margin-top: 0;
}

.sta-bio {
	--gold: #c3a890;
	--gold-2: #d7c2ae;
	--ink: #ede7de;
	--muted: rgba(237, 231, 222, 0.72);
	--bg: #0b0b0c;
	--bg2: #111114;
	--shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
	--radius: 22px;
	--max: 560px;
	font-family: "Poppins", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	color: var(--ink);
	background:
		radial-gradient(900px 420px at 50% -10%, rgba(195, 168, 144, 0.25), transparent 60%),
		radial-gradient(700px 380px at 10% 15%, rgba(255, 255, 255, 0.08), transparent 55%),
		linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
	min-height: 100vh;
	padding: 22px 16px 34px;
}

.sta-bio * {
	box-sizing: border-box;
}

.sta-bio__wrap {
	width: min(100%, var(--max));
	margin: 0 auto;
}

.sta-bio__hero {
	text-align: center;
	padding: 20px 16px 16px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	position: relative;
	overflow: hidden;
}

.sta-bio__hero::before {
	content: "";
	position: absolute;
	inset: -2px;
	background:
		radial-gradient(240px 140px at 20% 0%, rgba(195, 168, 144, 0.35), transparent 60%),
		radial-gradient(220px 140px at 85% 30%, rgba(255, 255, 255, 0.12), transparent 55%);
	opacity: 0.85;
	pointer-events: none;
}

.sta-bio__hero > * {
	position: relative;
	z-index: 1;
}

.sta-bio__logo {
	width: 92px;
	height: 92px;
	object-fit: contain;
	display: block;
	margin: 0 auto 12px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0);
	padding: 10px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38);
}

.sta-bio__brand {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 800;
	margin-bottom: 8px;
}

.sta-bio__title {
	margin: 0;
	font-size: clamp(26px, 7vw, 38px);
	line-height: 1.12;
	color: var(--gold-2);
	font-weight: 900;
	letter-spacing: 0.01em;
}

.sta-bio__subtitle {
	margin: 10px auto 0;
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--muted);
	max-width: 440px;
}

.sta-bio__socials {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 16px 0 10px;
}

.sta-bio__icon {
	width: 50px;
	height: 50px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 1px solid rgba(195, 168, 144, 0.35);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	overflow: visible;
	line-height: 1;
}

.sta-bio__icon:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.45);
	border-color: rgba(195, 168, 144, 0.65);
}

.sta-bio__icon svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;
	overflow: visible;
	flex: 0 0 auto;
}

.sta-bio__ctaRow {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.sta-bio__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none !important;
	padding: 14px 20px;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.02em;
	border: 1px solid rgba(195, 168, 144, 0.38);
	background: rgba(0, 0, 0, 0.62);
	color: var(--ink) !important;
	min-width: 220px;
	max-width: 100%;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
	line-height: 1.2;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.sta-bio__btn:hover {
	transform: translateY(-2px);
	border-color: rgba(195, 168, 144, 0.65);
	background: rgba(0, 0, 0, 0.68);
}

.sta-bio__btn strong {
	color: var(--gold-2) !important;
	font-weight: 900;
}

.sta-bio__btn:hover,
.sta-bio__btn:focus,
.sta-bio__btn:active,
.sta-bio__btn:visited {
	color: #f3e9dd !important;
	text-decoration: none !important;
}

.sta-bio__btn span,
.sta-bio__btn span *,
.sta-bio__btn strong,
.sta-bio__btn svg {
	color: inherit !important;
	fill: currentColor !important;
}

.sta-bio__btn--home {
	min-width: 260px;
}

.sta-bio__btn svg {
	width: 17px;
	height: 17px;
	display: block;
	fill: currentColor;
	overflow: visible;
	flex: 0 0 auto;
}

.sta-bio__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 16px;
}

.sta-bio__card {
	display: block;
	text-decoration: none;
	color: inherit;
	border-radius: var(--radius);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sta-bio__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48);
	border-color: rgba(195, 168, 144, 0.35);
}

.sta-bio__media {
	position: relative;
	aspect-ratio: 918 / 650;
	background: #222;
	overflow: hidden;
}

.sta-bio__media picture {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.sta-bio__media > img,
.sta-bio__media > picture > img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block !important;
	transform: scale(1.01);
	filter: saturate(1.02) contrast(1.02);
}

.sta-bio__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.68) 100%);
}

.sta-bio__tag {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 12px;
	height: 34px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.78);
	border: 1px solid rgba(195, 168, 144, 0.3);
	color: var(--ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	z-index: 2;
}

.sta-bio__tagDot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--gold);
	box-shadow: 0 0 0 3px rgba(195, 168, 144, 0.18);
}

.sta-bio__content {
	padding: 14px 14px 16px;
}

.sta-bio__cardTitle {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 900;
	color: var(--gold-2);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.sta-bio__arrow {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border: 1px solid rgba(195, 168, 144, 0.35);
	color: #fff;
	font-size: 16px;
}

.sta-bio__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(237, 231, 222, 0.8);
}

.sta-bio__footer {
	margin-top: 14px;
	text-align: center;
	color: rgba(237, 231, 222, 0.55);
	font-size: 12px;
	line-height: 1.7;
}

.sta-bio__footer a {
	color: rgba(215, 194, 174, 0.9);
	text-decoration: none;
}

.sta-bio__footer a:hover {
	text-decoration: underline;
}

.sta-bio a,
.sta-bio a:hover,
.sta-bio a:focus,
.sta-bio a:active,
.sta-bio a:visited {
	text-decoration: none;
}

.sta-bio .sta-bio__btn,
.sta-bio .sta-bio__btn:hover,
.sta-bio .sta-bio__btn:focus,
.sta-bio .sta-bio__btn:active,
.sta-bio .sta-bio__btn:visited,
.sta-bio .sta-bio__btn span,
.sta-bio .sta-bio__btn strong {
	color: inherit !important;
}

.sta-bio__card--featured {
	grid-column: 1 / -1;
}

.sta-bio__card--featured .sta-bio__media {
	aspect-ratio: 918 / 420;
}

.sta-bio__card--featured .sta-bio__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 8%, rgba(0, 0, 0, 0.72) 100%);
}

.sta-bio__card--featured .sta-bio__content {
	padding: 16px 16px 18px;
}

.sta-bio__card--featured .sta-bio__cardTitle {
	font-size: clamp(20px, 3.2vw, 28px);
	margin-bottom: 8px;
}

.sta-bio__card--featured .sta-bio__desc {
	font-size: 14.5px;
	line-height: 1.8;
	max-width: 760px;
}

.sta-bio__tag--video {
	background: rgba(0, 0, 0, 0.82);
}

.sta-bio__tag--video .sta-bio__tagDot {
	background: #c3a890;
}

@media (max-width: 819px) {
	.admin-bar .sta-bio-template__topbar {
		top: 46px;
	}

	.sta-bio__card--featured .sta-bio__media {
		aspect-ratio: 918 / 560;
	}
}

@media (min-width: 820px) {
	.sta-bio-template__topbar {
		padding: 20px 18px 0;
	}

	.sta-bio {
		padding: 34px 18px 46px;
	}

	.sta-bio__wrap {
		width: min(100%, var(--max));
	}

	.sta-bio__grid {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
}
