/**
 * Founder message page.
 */

.neomi-founder {
	--neomi-founder-ink: #2b153b;
	--neomi-founder-text: #241d28;
	--neomi-founder-muted: rgba(43, 21, 59, 0.66);
	--neomi-founder-line: rgba(43, 21, 59, 0.14);
	--neomi-founder-gold: #c8a870;
	direction: rtl;
	min-height: 100vh;
	padding-block-end: clamp(1.4rem, 3vw, 2.2rem);
	background:
		radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.98), rgba(250, 246, 239, 0.86) 44%, #fbfaf8 100%);
	color: var(--neomi-founder-text);
	font-family: var(--neomi-font-body);
	overflow: hidden;
}

.neomi-founder :where(h1, p, blockquote, figure) {
	margin: 0;
}

.neomi-founder-hero {
	max-width: min(50rem, calc(100vw - clamp(2rem, 9vw, 9rem)));
	margin-inline: auto;
	padding: clamp(2.15rem, 4.6vw, 3.7rem) 0 clamp(1.25rem, 2.7vw, 1.9rem);
	text-align: center;
}

.neomi-founder-kicker {
	margin-block-end: 0.55rem;
	color: rgba(143, 69, 110, 0.78);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	font-weight: 800;
}

.neomi-founder-hero h1 {
	color: var(--neomi-founder-ink);
	font-family: var(--neomi-font-display);
	font-size: clamp(2.45rem, 4.7vw, 4.2rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

.neomi-founder-ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: min(17rem, 72%);
	margin: clamp(0.65rem, 1.3vw, 0.95rem) auto clamp(0.75rem, 1.5vw, 1.05rem);
	color: rgba(143, 69, 110, 0.68);
}

.neomi-founder-ornament::before,
.neomi-founder-ornament::after {
	flex: 1;
	height: 1px;
	content: "";
	background: currentColor;
	opacity: 0.68;
}

.neomi-founder-ornament span::before {
	content: "\2661";
	font-size: 1.55rem;
	line-height: 1;
}

.neomi-founder-lead {
	max-width: 32rem;
	margin-inline: auto;
	color: #1e1723;
	font-size: clamp(1.08rem, 1.55vw, 1.32rem);
	font-weight: 600;
	line-height: 1.55;
	text-align: center;
	text-wrap: balance;
}

.neomi-founder-card {
	display: grid;
	grid-template-columns: minmax(14rem, 22rem) minmax(0, 1fr);
	gap: clamp(1.35rem, 3.2vw, 2.75rem);
	align-items: start;
	max-width: min(72rem, calc(100vw - clamp(2rem, 14vw, 14rem)));
	margin: 0 auto clamp(1.55rem, 3.6vw, 2.7rem);
	padding: clamp(1.25rem, 2.6vw, 1.9rem);
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(43, 21, 59, 0.08);
	border-radius: 0.65rem;
	box-shadow: 0 1.2rem 3rem rgba(45, 32, 28, 0.045);
}

.neomi-founder-photo {
	position: sticky;
	top: 6rem;
	justify-self: center;
	width: min(100%, 22rem);
	text-align: center;
}

.neomi-founder-photo__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 250, 247, 0.16)),
		repeating-linear-gradient(-45deg, rgba(111, 49, 93, 0.075) 0 1px, transparent 1px 18px),
		linear-gradient(180deg, #f4e9df, #ded0c6);
	border: 0.45rem solid rgba(255, 255, 255, 0.72);
	border-radius: 0.45rem;
	box-shadow: 0 1rem 2.4rem rgba(43, 21, 59, 0.12);
}

.neomi-founder-photo__frame {
	position: relative;
	overflow: hidden;
	border: 0.5rem solid #fff;
	border-radius: 0.65rem;
	box-shadow:
		0 0 0 1px rgba(200, 168, 112, 0.38),
		0 0.6rem 1.4rem rgba(43, 21, 59, 0.1),
		0 2rem 4rem rgba(43, 21, 59, 0.15);
}

.neomi-founder-photo__img {
	display: block;
	width: 100%;
	height: auto;
}

.neomi-founder-photo__placeholder span {
	padding: 0.55rem 0.9rem;
	color: rgba(111, 49, 93, 0.82);
	background: rgba(255, 250, 247, 0.84);
	border: 1px solid rgba(111, 49, 93, 0.08);
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.35;
}

.neomi-founder-content {
	max-width: 40rem;
	margin-inline: auto;
}

.neomi-founder-content__eyebrow {
	margin-block-end: clamp(0.55rem, 1.1vw, 0.85rem);
	color: rgba(143, 69, 110, 0.78);
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	font-weight: 800;
	text-align: right;
}

.neomi-founder-content__body {
	max-width: 40rem;
	margin-inline: auto;
}

.neomi-founder-content__body p {
	color: var(--neomi-founder-text);
	font-size: clamp(0.96rem, 1.08vw, 1.04rem);
	font-weight: 500;
	line-height: 1.7;
}

.neomi-founder-content__body p + p {
	margin-block-start: 0.5rem;
}

.neomi-founder-highlight {
	font-weight: 700;
	color: var(--neomi-logo-plum);
	font-size: 1.07em;
}

.neomi-founder-signature {
	color: var(--neomi-founder-ink) !important;
	font-family: var(--neomi-font-display);
	font-size: clamp(1.08rem, 1.35vw, 1.24rem) !important;
	font-weight: 700 !important;
	line-height: 1.65 !important;
}

.neomi-founder-quote {
	max-width: min(52rem, calc(100vw - clamp(2rem, 14vw, 14rem)));
	margin: clamp(1.2rem, 2.8vw, 2rem) auto 0;
	padding: clamp(1.2rem, 2.6vw, 1.9rem) clamp(1.3rem, 3.4vw, 2.6rem);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(246, 238, 229, 0.74)),
		radial-gradient(circle at 12% 50%, rgba(200, 168, 112, 0.12), rgba(200, 168, 112, 0) 34%);
	border: 1px solid rgba(43, 21, 59, 0.08);
	border-radius: 0.55rem;
	box-shadow: 0 1.2rem 3.5rem rgba(45, 32, 28, 0.06);
	text-align: center;
}

.neomi-founder-quote > p {
	color: rgba(96, 54, 126, 0.82);
	font-family: var(--neomi-font-display);
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 0.8;
}

.neomi-founder-quote blockquote {
	max-width: 45rem;
	margin-inline: auto;
	color: #201724;
	font-size: clamp(1.22rem, 2vw, 1.72rem);
	line-height: 1.45;
	text-wrap: balance;
}

.neomi-founder-quote .neomi-founder-ornament {
	margin-block-end: 0;
}

body:has(.neomi-founder) footer,
body:has(.neomi-founder) #colophon,
body:has(.neomi-founder) .site-footer,
body:has(.neomi-founder) .elementor-location-footer,
body:has(.neomi-founder) [data-elementor-type="footer"],
body:has(.neomi-founder) .hfe-footer {
	display: none !important;
}

@media (max-width: 54rem) {
	.neomi-founder-hero {
		padding-block-start: clamp(2.4rem, 10vw, 4rem);
	}

	.neomi-founder-card {
		grid-template-columns: minmax(0, 1fr);
		max-width: calc(100vw - 1.5rem);
	}

	.neomi-founder-photo {
		position: static;
		max-width: 20rem;
		margin-inline: auto;
	}

	.neomi-founder-content__eyebrow,
	.neomi-founder-content__body {
		text-align: center;
	}

	.neomi-founder-quote {
		max-width: calc(100vw - 1.5rem);
	}
}
