.spo-member-profile {
	--spo-profile-forest: #18563a;
	--spo-profile-forest-dark: #103c29;
	--spo-profile-copper: #bd5c2d;
	--spo-profile-copper-soft: #fff0e7;
	--spo-profile-ink: #17241d;
	--spo-profile-muted: #607067;
	--spo-profile-line: #dfe7e2;
	--spo-profile-soft: #f4f7f5;
	box-sizing: border-box;
	width: min(100%, 1180px);
	margin: clamp(1rem, 4vw, 3.5rem) auto;
	color: var(--spo-profile-ink);
	font: inherit;
	line-height: 1.55;
}

.spo-member-profile *,
.spo-member-profile *::before,
.spo-member-profile *::after {
	box-sizing: border-box;
}

.spo-member-profile svg {
	display: inline-block;
	flex: 0 0 auto;
	width: 1.08em;
	height: 1.08em;
	vertical-align: -0.16em;
}

.spo-member-profile a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.spo-member-profile__hero {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(16, 60, 41, 0.14);
	border-radius: 1.6rem;
	background: #183d2d;
	box-shadow: 0 24px 65px rgba(24, 49, 36, 0.18);
}

.spo-member-profile__cover {
	position: relative;
	height: clamp(20rem, 33vw, 27rem);
	overflow: hidden;
	background: #244d3a;
}

.spo-member-profile__cover > img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 0 !important;
	object-fit: cover;
	object-position: center;
}

.spo-member-profile__cover--fallback {
	background:
		radial-gradient(circle at 78% 28%, rgba(255, 200, 120, 0.28), transparent 21rem),
		radial-gradient(circle at 13% 8%, rgba(255, 255, 255, 0.14), transparent 18rem),
		linear-gradient(135deg, #245d41 0%, #163d2c 52%, #8c482c 130%);
}

.spo-member-profile__cover--fallback::before,
.spo-member-profile__cover--fallback::after {
	position: absolute;
	right: -8%;
	bottom: -46%;
	width: 72%;
	height: 72%;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 48% 52% 0 0;
	content: "";
	transform: rotate(-8deg);
}

.spo-member-profile__cover--fallback::after {
	right: 33%;
	bottom: -58%;
	width: 55%;
	height: 78%;
	background: rgba(255, 255, 255, 0.035);
	transform: rotate(9deg);
}

.spo-member-profile__cover-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(9, 21, 15, 0.02) 15%, rgba(9, 21, 15, 0.14) 50%, rgba(9, 21, 15, 0.88) 100%);
	pointer-events: none;
}

.spo-member-profile__cover-private {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.42rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	background: rgba(8, 25, 17, 0.66);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.spo-member-profile__identity {
	position: absolute;
	right: clamp(1.25rem, 4vw, 3rem);
	bottom: clamp(1.25rem, 3vw, 2.2rem);
	left: clamp(1.25rem, 4vw, 3rem);
	z-index: 2;
	display: flex;
	align-items: flex-end;
	gap: clamp(1rem, 2.5vw, 1.65rem);
}

.spo-member-profile__avatar-wrap {
	position: relative;
	flex: 0 0 auto;
}

.spo-member-profile__avatar {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: clamp(7.5rem, 14vw, 10.5rem) !important;
	height: clamp(7.5rem, 14vw, 10.5rem) !important;
	max-width: none !important;
	margin: 0 !important;
	overflow: hidden;
	border: 5px solid #fff !important;
	border-radius: 50% !important;
	background: #e7eee9;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
	object-fit: cover;
}

.spo-member-profile__avatar--initial {
	background: linear-gradient(145deg, #eff5f1, #cbdacf);
	color: var(--spo-profile-forest-dark);
	font-size: clamp(2.8rem, 7vw, 5rem);
	font-weight: 800;
	line-height: 1;
}

.spo-member-profile__avatar-private {
	position: absolute;
	right: 0.2rem;
	bottom: 0.35rem;
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--spo-profile-copper);
	color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.spo-member-profile__identity-copy {
	min-width: 0;
	padding-bottom: 0.35rem;
	color: #fff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.spo-member-profile__eyebrow,
.spo-member-profile__kicker {
	display: block;
	margin: 0 0 0.3rem;
	color: #eeb895;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.spo-member-profile__identity h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(2rem, 4.3vw, 3.65rem) !important;
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.spo-member-profile__handle {
	display: block;
	margin-top: 0.25rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.015em;
}

.spo-member-profile__identity-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 0.72rem;
	font-size: 0.9rem;
	font-weight: 650;
}

.spo-member-profile__identity-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.spo-member-profile__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.6rem;
	margin-left: auto;
	padding-bottom: 0.5rem;
}

.spo-member-profile__actions > a,
.spo-member-profile__primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.85rem;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.94);
	color: var(--spo-profile-forest-dark) !important;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.17);
	backdrop-filter: blur(10px);
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.spo-member-profile__actions > a:hover,
.spo-member-profile__actions > a:focus,
.spo-member-profile__primary-button:hover,
.spo-member-profile__primary-button:focus {
	background: #fff;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
	transform: translateY(-1px);
}

.spo-member-profile__nav {
	display: flex;
	gap: 0.35rem;
	width: max-content;
	max-width: calc(100% - 2rem);
	margin: 0.9rem auto 0;
	padding: 0.38rem;
	overflow-x: auto;
	border: 1px solid var(--spo-profile-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 9px 28px rgba(30, 57, 43, 0.09);
	scrollbar-width: none;
}

.spo-member-profile__nav::-webkit-scrollbar {
	display: none;
}

.spo-member-profile__nav a {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	padding: 0.6rem 0.9rem;
	border-radius: 999px;
	color: #425249;
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.spo-member-profile__nav a:first-child,
.spo-member-profile__nav a:hover,
.spo-member-profile__nav a:focus {
	background: #eaf3ed;
	color: var(--spo-profile-forest-dark);
}

.spo-member-profile__nav a.spo-member-profile__nav-directory {
	margin-left: 0.15rem;
	border-left: 1px solid var(--spo-profile-line);
	border-radius: 0 999px 999px 0;
}

.spo-member-profile__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.78fr) minmax(17rem, 0.82fr);
	gap: clamp(1rem, 2.4vw, 1.5rem);
	margin-top: clamp(1rem, 2.4vw, 1.5rem);
}

.spo-member-profile__main,
.spo-member-profile__sidebar {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: clamp(1rem, 2.4vw, 1.5rem);
}

.spo-member-profile__card {
	padding: clamp(1.2rem, 3vw, 2rem);
	border: 1px solid var(--spo-profile-line);
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: 0 12px 38px rgba(30, 57, 43, 0.07);
}

.spo-member-profile__section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.2rem;
}

.spo-member-profile__section-heading .spo-member-profile__kicker,
.spo-member-profile--gate .spo-member-profile__kicker {
	color: var(--spo-profile-copper);
}

.spo-member-profile__section-heading h3,
.spo-member-profile__activity-group h4 {
	margin: 0 !important;
	color: var(--spo-profile-ink) !important;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.spo-member-profile__section-heading h3 {
	font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
	line-height: 1.15;
}

.spo-member-profile__about-copy {
	margin: 0;
	color: #36473e;
	font-size: 1.04rem;
	line-height: 1.78;
}

.spo-member-profile__quiet {
	margin: 0;
	padding: 1rem 1.1rem;
	border-left: 3px solid #d6e3da;
	background: var(--spo-profile-soft);
	color: var(--spo-profile-muted);
	font-style: italic;
}

.spo-member-profile__private {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	margin-left: 0.35rem;
	padding: 0.2rem 0.42rem;
	border-radius: 999px;
	background: var(--spo-profile-copper-soft);
	color: #8a3f1e;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
}

.spo-member-profile__private svg {
	width: 0.86em;
	height: 0.86em;
}

.spo-member-profile__interest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.spo-member-profile__interest {
	display: flex;
	min-width: 0;
	gap: 0.75rem;
	padding: 0.95rem;
	border: 1px solid #e2e9e4;
	border-radius: 0.9rem;
	background: linear-gradient(145deg, #fbfcfb, #f1f6f3);
}

.spo-member-profile__interest-icon,
.spo-member-profile__detail-icon,
.spo-member-profile__comment-mark,
.spo-member-profile__owner-icon {
	display: grid;
	flex: 0 0 auto;
	width: 2.4rem;
	height: 2.4rem;
	place-items: center;
	border-radius: 0.72rem;
	background: #deece3;
	color: var(--spo-profile-forest);
}

.spo-member-profile__interest small,
.spo-member-profile__details small,
.spo-member-profile__post-copy small,
.spo-member-profile__comment-list small {
	display: block;
	margin-bottom: 0.22rem;
	color: var(--spo-profile-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.3;
	text-transform: uppercase;
}

.spo-member-profile__interest p {
	margin: 0;
	color: #2e4036;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.spo-member-profile__empty {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: center;
	padding: 1rem;
	border: 1px dashed #b8c9be;
	border-radius: 0.9rem;
	background: var(--spo-profile-soft);
}

.spo-member-profile__empty > svg {
	width: 2rem;
	height: 2rem;
	color: var(--spo-profile-copper);
}

.spo-member-profile__empty strong,
.spo-member-profile__empty p {
	display: block;
	margin: 0;
}

.spo-member-profile__empty p {
	margin-top: 0.18rem;
	color: var(--spo-profile-muted);
	font-size: 0.88rem;
}

.spo-member-profile__empty a {
	color: var(--spo-profile-forest-dark);
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.spo-member-profile__activity-group + .spo-member-profile__activity-group {
	margin-top: 1.6rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--spo-profile-line);
}

.spo-member-profile__activity-group h4 {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.8rem !important;
	font-size: 0.95rem !important;
}

.spo-member-profile__activity-group h4 svg {
	color: var(--spo-profile-copper);
}

.spo-member-profile__post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.spo-member-profile__post-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--spo-profile-line);
	border-radius: 0.85rem;
	background: #fff;
	color: var(--spo-profile-ink) !important;
	flex-direction: column;
	text-decoration: none !important;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.spo-member-profile__post-card:hover,
.spo-member-profile__post-card:focus {
	border-color: #afc6b6;
	box-shadow: 0 10px 22px rgba(30, 57, 43, 0.1);
	transform: translateY(-2px);
}

.spo-member-profile__post-image {
	display: grid;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	place-items: center;
	background: linear-gradient(145deg, #dfece4, #bdcfbf);
	color: var(--spo-profile-forest);
}

.spo-member-profile__post-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover;
}

.spo-member-profile__post-image > svg {
	width: 2.4rem;
	height: 2.4rem;
}

.spo-member-profile__post-image--discussion {
	background: linear-gradient(145deg, #f7e3d7, #e9b99d);
	color: #9a451f;
}

.spo-member-profile__post-copy {
	display: block;
	padding: 0.8rem;
}

.spo-member-profile__post-copy strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.87rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.spo-member-profile__comment-list {
	display: grid;
	gap: 0.55rem;
}

.spo-member-profile__comment-list > a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.72rem;
	align-items: center;
	padding: 0.75rem;
	border: 1px solid var(--spo-profile-line);
	border-radius: 0.8rem;
	color: var(--spo-profile-ink) !important;
	text-decoration: none !important;
}

.spo-member-profile__comment-list > a:hover,
.spo-member-profile__comment-list > a:focus {
	border-color: #afc6b6;
	background: #f8faf8;
}

.spo-member-profile__comment-mark {
	width: 2.1rem;
	height: 2.1rem;
}

.spo-member-profile__comment-list strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.spo-member-profile__comment-list > a > svg {
	color: var(--spo-profile-copper);
}

.spo-member-profile__details {
	display: grid;
	gap: 0.95rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.spo-member-profile__details li {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin: 0;
}

.spo-member-profile__details strong {
	display: block;
	color: #2b3b32;
	font-size: 0.91rem;
	line-height: 1.35;
}

.spo-member-profile__details small {
	margin-bottom: 0.12rem;
}

.spo-member-profile__social-list {
	display: grid;
	gap: 0.5rem;
}

.spo-member-profile__social-list > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.72rem 0.82rem;
	border: 1px solid var(--spo-profile-line);
	border-radius: 0.75rem;
	color: var(--spo-profile-forest-dark) !important;
	font-size: 0.86rem;
	font-weight: 750;
	text-decoration: none !important;
}

.spo-member-profile__social-list > a:hover,
.spo-member-profile__social-list > a:focus {
	border-color: #a9c1b0;
	background: #f3f8f5;
}

.spo-member-profile__social-list small {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
	margin-left: 0.3rem;
	color: #98491f;
	font-size: 0.65rem;
}

.spo-member-profile__owner-card {
	padding: 1.15rem;
	border: 1px solid #edc4ae;
	border-radius: 1.1rem;
	background: linear-gradient(145deg, #fff8f3, #fff0e7);
	box-shadow: 0 10px 28px rgba(125, 65, 34, 0.07);
}

.spo-member-profile__owner-icon {
	margin-bottom: 0.75rem;
	background: #f9d9c7;
	color: #9b431e;
}

.spo-member-profile__owner-card strong,
.spo-member-profile__owner-card p {
	display: block;
	margin: 0;
}

.spo-member-profile__owner-card p {
	margin-top: 0.25rem;
	color: #75513f;
	font-size: 0.86rem;
}

.spo-member-profile__owner-card > a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.85rem;
	color: #793416;
	font-size: 0.82rem;
	font-weight: 800;
}

.spo-member-profile--gate {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(1rem, 3vw, 1.75rem);
	align-items: center;
	max-width: 48rem;
	padding: clamp(1.4rem, 5vw, 3rem);
	border: 1px solid var(--spo-profile-line);
	border-radius: 1.4rem;
	background: linear-gradient(145deg, #fff, #f2f7f4);
	box-shadow: 0 18px 50px rgba(30, 57, 43, 0.11);
}

.spo-member-profile__gate-art {
	display: grid;
	width: clamp(4.5rem, 12vw, 7rem);
	height: clamp(4.5rem, 12vw, 7rem);
	place-items: center;
	border-radius: 1.5rem;
	background: linear-gradient(145deg, var(--spo-profile-forest), var(--spo-profile-forest-dark));
	color: #fff;
	box-shadow: 0 14px 28px rgba(24, 86, 58, 0.22);
}

.spo-member-profile__gate-art svg {
	width: 50%;
	height: 50%;
}

.spo-member-profile--gate h2 {
	margin: 0 !important;
	color: var(--spo-profile-ink) !important;
	font-size: clamp(1.65rem, 4vw, 2.45rem) !important;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.spo-member-profile--gate p {
	margin: 0.7rem 0 1.15rem;
	color: var(--spo-profile-muted);
}

.spo-member-profile--gate .spo-member-profile__primary-button {
	border-color: var(--spo-profile-forest);
	background: var(--spo-profile-forest);
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(24, 86, 58, 0.22);
}

.spo-member-profile--gate .spo-member-profile__primary-button:hover,
.spo-member-profile--gate .spo-member-profile__primary-button:focus {
	background: var(--spo-profile-forest-dark);
}

.spo-member-profile a:focus-visible {
	outline: 3px solid #f0a06b;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.spo-member-profile__layout {
		grid-template-columns: 1fr;
	}

	.spo-member-profile__sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spo-member-profile__owner-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.spo-member-profile {
		margin: 1rem auto 2rem;
	}

	.spo-member-profile__hero {
		border-radius: 1.15rem;
	}

	.spo-member-profile__cover {
		height: 20rem;
	}

	.spo-member-profile__identity {
		align-items: center;
		gap: 0.9rem;
	}

	.spo-member-profile__avatar {
		width: 6.5rem !important;
		height: 6.5rem !important;
		border-width: 4px !important;
	}

	.spo-member-profile__identity h2 {
		font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
	}

	.spo-member-profile__eyebrow {
		font-size: 0.62rem;
	}

	.spo-member-profile__identity-meta {
		margin-top: 0.45rem;
		font-size: 0.76rem;
	}

	.spo-member-profile__actions > a {
		width: 2.7rem;
		height: 2.7rem;
		min-height: 0;
		padding: 0;
		font-size: 0;
	}

	.spo-member-profile__actions > a svg {
		width: 1.1rem;
		height: 1.1rem;
	}

	.spo-member-profile__interest-grid,
	.spo-member-profile__post-grid {
		grid-template-columns: 1fr;
	}

	.spo-member-profile__post-card {
		flex-direction: row;
	}

	.spo-member-profile__post-image {
		width: 7.5rem;
		aspect-ratio: 1.3 / 1;
	}
}

@media (max-width: 520px) {
	.spo-member-profile__cover {
		height: 22rem;
	}

	.spo-member-profile__identity {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.spo-member-profile__identity-copy {
		flex: 1 1 calc(100% - 7.5rem);
	}

	.spo-member-profile__identity-meta {
		display: grid;
		gap: 0.25rem;
	}

	.spo-member-profile__actions {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.spo-member-profile__cover-private {
		top: 0.75rem;
		right: 0.75rem;
		max-width: calc(100% - 1.5rem);
	}

	.spo-member-profile__sidebar {
		display: flex;
	}

	.spo-member-profile__empty,
	.spo-member-profile--gate {
		grid-template-columns: 1fr;
	}

	.spo-member-profile__empty > svg {
		display: none;
	}

	.spo-member-profile__empty a {
		white-space: normal;
	}

	.spo-member-profile--gate {
		text-align: center;
	}

	.spo-member-profile__gate-art {
		margin: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.spo-member-profile *,
	.spo-member-profile *::before,
	.spo-member-profile *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
