.footer .profileBox-flame {
	overflow: hidden;
	padding: 0 0 24px;
	border: 1px solid rgba(207, 156, 72, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 247, 0.96)),
		#fffdfb;
	box-shadow: 0 14px 34px rgba(61, 51, 48, 0.16);
}

.footer .profileBox-bg {
	height: 132px;
	filter: saturate(0.92);
}

.footer .profileBox-icon {
	position: relative;
	width: 104px;
	height: 104px;
	margin-inline: auto;
	border: 3px solid rgba(255, 253, 251, 0.95);
	background: #fffdfb;
	box-shadow: 0 10px 24px rgba(61, 51, 48, 0.18);
}

.footer .profileBox-bg + .profileBox-icon {
	margin-top: -52px;
}

.footer .profileBox-icon img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.footer .profileBox-name {
	margin-top: 14px;
	color: #3d3330;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.footer .profileBox-text {
	margin-top: 12px;
	padding: 0 24px;
	color: rgba(61, 51, 48, 0.82);
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
}

.footer .profileBox-button {
	margin-top: 18px;
	padding: 0 24px;
}

.footer .profileBox-button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 10px 20px;
	border: 1px solid rgba(233, 190, 128, 0.8);
	border-radius: 999px;
	background: linear-gradient(90deg, #ca858d, #a8384e);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

.footer .profileBox-button a:hover,
.footer .profileBox-button a:focus-visible {
	color: #fff;
	opacity: 1;
	transform: translateY(-1px);
}

.footer .profileBox-sns {
	justify-content: center;
	gap: 18px;
	margin-top: 18px;
	font-size: 24px;
}

.footer .profileBox-sns a {
	color: #a8384e;
}
