.soma-founder {
	--soma-cream: var(--soma-ivory);
	--soma-navy: var(--soma-indigo);
	--soma-sage: var(--soma-teal);
	--soma-sage-deep: var(--soma-teal-deep);

	font-family: 'Raleway', sans-serif;
	background: var(--soma-cream);
	color: var(--soma-navy);
	padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 6vw, 6rem) clamp(4rem, 8vw, 7rem);
	box-sizing: border-box;
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.soma-founder__field {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	pointer-events: none;
	display: block;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
	mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}

.soma-founder__inner {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
}

/* ---------- Wordmark lockup ---------- */

.soma-founder__lockup {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.soma-founder__mark {
	width: 132px;
	height: auto;
	display: block;
	color: var(--soma-navy);
}

.soma-founder__lockup-divider {
	width: 1px;
	height: 26px;
	background: var(--soma-rule);
}

.soma-founder__lockup-text {
	font-family: 'Cormorant', serif;
	font-size: 1.5rem;
	font-weight: 500;
	font-style: italic;
	color: var(--soma-sage-deep);
	line-height: 1;
}

/* ---------- Hero ---------- */

.soma-founder__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
}

.soma-founder__eyebrow {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--soma-sage-deep);
	margin: 0 0 1rem;
}

.soma-founder__name {
	font-family: 'Cormorant', serif;
	font-weight: 600;
	font-size: clamp(2.6rem, 5.4vw, 4.4rem);
	line-height: 1.04;
	letter-spacing: -0.022em;
	margin: 0 0 1.15rem;
	color: var(--soma-navy);
}

.soma-founder__role {
	font-size: 1.05rem;
	line-height: 1.6;
	font-weight: 500;
	color: var(--soma-navy);
	margin: 0 0 1.4rem;
	max-width: 44ch;
}

.soma-founder__standfirst {
	font-size: 1.0625rem;
	line-height: 1.72;
	color: rgba(19, 21, 39, 0.78);
	margin: 0 0 2rem;
	max-width: 52ch;
}

.soma-founder__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--soma-teal);
	color: var(--soma-white);
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0.85rem 1.6rem;
	border-radius: var(--radius-small);
	transition: background-color 0.35s ease, transform 0.35s var(--ease-soma);
}

.soma-founder__cta span { transition: transform 0.3s var(--ease-soma); }
.soma-founder__cta:hover,
.soma-founder__cta:focus-visible { background: var(--soma-teal-deep); color: var(--soma-white); }
.soma-founder__cta:hover span { transform: translateX(4px); }

/* ---------- Portrait ---------- */

.soma-founder__portrait-wrap {
	margin: 0;
	position: relative;
	justify-self: center;
	width: 100%;
	max-width: 400px;
}

.soma-founder__portrait-wrap::after {
	/* Quiet sage frame offset behind the portrait — depth without a drop shadow. */
	content: '';
	position: absolute;
	inset: 18px -18px -18px 18px;
	border: 1px solid rgba(13, 124, 104, 0.5);
	border-radius: 20px;
	z-index: -1;
}

.soma-founder__portrait {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: 50% 22%;
	display: block;
	border-radius: 20px;
	background: rgba(19, 21, 39, 0.05);
}

.soma-founder__portrait--pending {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: center;
	padding: 2rem 1.5rem;
	border: 1.5px dashed rgba(19, 21, 39, 0.25);
	color: rgba(19, 21, 39, 0.5);
	background: linear-gradient(160deg, rgba(19, 21, 39,0.05), rgba(13, 124, 104,0.12));
}

.soma-founder__portrait-icon { width: 62px; height: 74px; }

.soma-founder__portrait-note {
	font-size: 0.82rem;
	line-height: 1.55;
	max-width: 24ch;
}
.soma-founder__portrait-note strong {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--soma-sage-deep);
	margin-bottom: 0.4rem;
}

/* ---------- Shared section furniture ---------- */

.soma-founder__section-heading {
	font-family: 'Cormorant', serif;
	font-weight: 600;
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	letter-spacing: -0.015em;
	line-height: 1.15;
	margin: 0 0 1.25rem;
	color: var(--soma-navy);
}

.soma-founder__credentials,
.soma-founder__statement,
.soma-founder__media {
	margin-top: clamp(3.5rem, 7vw, 6rem);
	padding-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid var(--soma-rule);
}

.soma-founder__pending-note {
	font-size: 0.9rem;
	line-height: 1.62;
	color: rgba(19, 21, 39, 0.72);
	background: rgba(13, 124, 104, 0.09);
	border-left: 2px solid var(--soma-sage);
	border-radius: 10px;
	padding: 0.95rem 1.15rem;
	margin: 0 0 1.75rem;
	max-width: 62ch;
}
.soma-founder__pending-note strong {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--soma-sage-deep);
	margin-bottom: 0.35rem;
}

/* ---------- Credentials ---------- */

.soma-founder__cred-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 1.5rem 2rem;
	margin: 0;
}

.soma-founder__cred-row dt {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--soma-sage-deep);
	margin-bottom: 0.45rem;
}

.soma-founder__cred-row dd {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.5;
	color: var(--soma-navy);
}

.soma-founder__cred-row dd.is-pending {
	color: rgba(19, 21, 39, 0.4);
	font-style: italic;
}

/* ---------- Statement ---------- */

.soma-founder__quote {
	margin: 0;
	max-width: 60ch;
}

.soma-founder__quote p {
	font-family: 'Cormorant', serif;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	line-height: 1.42;
	font-weight: 500;
	color: var(--soma-navy);
	margin: 0 0 1.25rem;
}

.soma-founder__quote footer { display: flex; flex-direction: column; gap: 0.2rem; }

.soma-founder__quote-attrib {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--soma-navy);
}

.soma-founder__quote-role {
	font-size: 0.8rem;
	color: rgba(19, 21, 39, 0.6);
}

/* ---------- Video slot ---------- */

.soma-founder__video-slot {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1.5px dashed rgba(19, 21, 39, 0.22);
	border-radius: 16px;
	background: linear-gradient(160deg, rgba(19, 21, 39,0.035), rgba(13, 124, 104,0.08));
	max-width: 62ch;
}

.soma-founder__video-icon { color: var(--soma-sage-deep); flex-shrink: 0; }
.soma-founder__video-icon svg { width: 46px; height: 46px; display: block; }

.soma-founder__video-note {
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(19, 21, 39, 0.72);
}
.soma-founder__video-note strong {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--soma-sage-deep);
	margin-bottom: 0.35rem;
}

/* ---------- Reveal ---------- */

.soma-founder.soma-js .soma-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.75s var(--ease-soma),
	            transform 0.75s var(--ease-soma);
}
.soma-founder.soma-js .soma-reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	.soma-founder.soma-js .soma-reveal { opacity: 1; transform: none; transition: none; }
	.soma-founder__cta, .soma-founder__cta span { transition: none; }
	.soma-founder__cta:hover span { transform: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 880px) {
	.soma-founder__hero { grid-template-columns: 1fr; }
	.soma-founder__portrait-wrap { max-width: 320px; margin-bottom: 1.5rem; }
	.soma-founder__portrait-wrap::after { inset: 14px -14px -14px 14px; }
	.soma-founder__role, .soma-founder__standfirst { max-width: none; }
	.soma-founder__video-slot { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

/* ---------- Statement: sourced reason ---------- */

.soma-founder__lede {
	font-family: 'Cormorant', serif;
	font-size: clamp(1.4rem, 2.6vw, 1.95rem);
	line-height: 1.4;
	font-weight: 500;
	color: var(--soma-navy);
	margin: 0 0 1.25rem;
	max-width: 46ch;
}

.soma-founder__body {
	font-size: 1.0625rem;
	line-height: 1.72;
	color: rgba(19, 21, 39, 0.78);
	margin: 0 0 1.75rem;
	max-width: 54ch;
}

.soma-founder__pledge {
	font-family: 'Cormorant', serif;
	font-style: italic;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	color: var(--soma-sage-deep);
	margin: 0 0 2.5rem;
	padding-left: 1.1rem;
	border-left: 2px solid var(--soma-sage);
	line-height: 1.3;
}

.soma-founder__quote {
	padding-top: 1.75rem;
	border-top: 1px solid var(--soma-rule);
}
