/**
 * About page — Made By Me Templates
 * Brand: pink #FF1493 · yellow #FEDF00 · blue #0076CE
 */

.mbm-template--about {
	--mbm-about-pink: #ff1493;
	--mbm-about-yellow: #fedf00;
	--mbm-about-blue: #0076ce;
	--mbm-about-ink: #0076ce;
	--mbm-about-mute: #3d86c4;
	--mbm-about-paper: #fffdf8;
	--mbm-about-wash: #fff5fb;
	--mbm-about-line: rgba(0, 118, 206, 0.12);
	--mbm-about-font: "Nunito", system-ui, sans-serif;
	--mbm-about-display: "Patrick Hand", "Nunito", cursive;
	font-family: var(--mbm-about-font);
	color: var(--mbm-about-ink);
	background: var(--mbm-about-paper);
	overflow-x: clip;
}

.mbm-template--about {
	scroll-behavior: smooth;
}

.mbm-about__founder {
	scroll-margin-top: 6rem;
}

.mbm-about__shell {
	width: min(1100px, calc(100% - 2.5rem));
	margin-inline: auto;
}

.mbm-about__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mbm-about-pink);
}

.mbm-about__heading {
	margin: 0 0 1rem;
	font-family: var(--mbm-about-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--mbm-about-pink);
}

.mbm-about__heading-emoji {
	display: inline-block;
	margin-left: 0.2em;
	font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
	font-size: 0.85em;
	line-height: 1;
	vertical-align: middle;
}

.mbm-about__lead,
.mbm-about__body {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--mbm-about-mute);
}

.mbm-about__body--em {
	color: var(--mbm-about-pink);
	font-weight: 700;
}

.mbm-about__section {
	padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.mbm-about__section:nth-child(even of .mbm-about__section) {
	background: var(--mbm-about-wash);
}

/* Hero — full-bleed craft art with soft edge fade into page */
.mbm-about__hero {
	position: relative;
	isolation: isolate;
	padding: 0;
	margin: 0;
	background: var(--mbm-about-paper);
	overflow: hidden;
}

.mbm-about__hero-board {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	isolation: isolate;
	box-shadow: none;
	background: #fffaf2;
	aspect-ratio: 21 / 9;
	min-height: clamp(22rem, 52vw, 34rem);
}

.mbm-about__hero-board::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, var(--mbm-about-paper) 0%, rgba(255, 253, 248, 0.92) 10%, transparent 34%, transparent 92%, var(--mbm-about-paper) 100%),
		linear-gradient(180deg, var(--mbm-about-paper) 0%, transparent 10%, transparent 78%, var(--mbm-about-paper) 100%);
}

.mbm-about__hero-picture {
	display: contents;
}

.mbm-about__hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	display: block;
	z-index: 0;
}

.mbm-about__hero-panel {
	position: absolute;
	z-index: 3;
	left: clamp(1.25rem, 4vw, 3.5rem);
	top: clamp(1.25rem, 4vw, 2.5rem);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	width: 17.5rem;
	padding: 1rem;
	margin: 0;
	border-radius: 0.4rem;
	background: #fff;
	border: 2px solid #0076ce;
	box-shadow: 5px 5px 0 #fedf00;
	animation: mbm-about-rise 0.7s ease both;
}

.mbm-about__hero-ctas {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.mbm-about__hero-dock {
	position: absolute;
	z-index: 3;
	left: clamp(1.25rem, 4vw, 3.5rem);
	right: auto;
	bottom: clamp(1rem, 3vw, 1.75rem);
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
	width: auto;
	max-width: calc(100% - 2.5rem);
	padding: 0.45rem 0.55rem 0.45rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 252, 248, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 28px rgba(26, 26, 26, 0.14);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	animation: mbm-about-rise 0.85s ease 0.08s both;
}

.mbm-about__hero-social {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.4rem;
}

.mbm-about__hero-social-label {
	font-family: "Nunito", system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mbm-about-blue);
	margin-right: 0.1rem;
}

.mbm-about__hero-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	min-width: 2.1rem;
	padding: 0;
	border-radius: 50%;
	border: 0;
	text-decoration: none !important;
	line-height: 1;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.mbm-about__hero-social-link--instagram {
	background: #ff1493;
	color: #fff !important;
}

.mbm-about__hero-social-link--instagram:hover {
	color: #fff !important;
	transform: translateY(-2px) scale(1.04);
	filter: brightness(1.05);
}

.mbm-about__hero-social-link--facebook {
	background: #0076ce;
	color: #fff !important;
}

.mbm-about__hero-social-link--facebook:hover {
	color: #fff !important;
	transform: translateY(-2px) scale(1.04);
	filter: brightness(1.05);
}

.mbm-about__hero-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	min-height: 3rem;
	max-height: none;
	padding: 0.7rem 0.85rem;
	border-radius: 0.25rem;
	text-align: center;
	text-decoration: none !important;
	font-family: "Nunito", system-ui, sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.01em;
	border: 2px solid transparent;
	background-image: none !important;
	box-shadow: none !important;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.mbm-about__hero-btn:hover {
	transform: translateY(-1px);
	text-decoration: none !important;
}

.mbm-about__hero-btn--yellow {
	background-color: #fedf00 !important;
	color: #0076ce !important;
	border-color: #fedf00 !important;
}

.mbm-about__hero-btn--yellow:hover {
	background-color: #ffe84a !important;
	color: #0076ce !important;
}

.mbm-about__hero-btn--pink {
	background-color: #ff1493 !important;
	color: #fff !important;
	border-color: #ff1493 !important;
}

.mbm-about__hero-btn--pink:hover {
	background-color: #e01282 !important;
	color: #fff !important;
}

.mbm-about__hero-btn--blue {
	background-color: #0076ce !important;
	color: #fff !important;
	border-color: #0076ce !important;
}

.mbm-about__hero-btn--blue:hover {
	background-color: #0060a8 !important;
	color: #fff !important;
}

.mbm-about__hero-btn--outline {
	background-color: #fff !important;
	color: #ff1493 !important;
	border-color: #ff1493 !important;
}

.mbm-about__hero-btn--outline:hover {
	background-color: #ff1493 !important;
	color: #fff !important;
}

.mbm-about__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.2rem;
	border-radius: 0.25rem;
	font-weight: 800;
	font-size: 0.92rem;
	text-decoration: none;
	border: 2px solid transparent;
	background-image: none !important;
	transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.mbm-about__btn:hover {
	transform: translateY(-1px);
}

.mbm-about__btn--primary {
	background-color: #fedf00;
	color: #0076ce;
	border-color: #fedf00;
}

.mbm-about__btn--primary:hover {
	background-color: #ffe84a;
	color: #0076ce;
}

.mbm-about__btn--ghost {
	background-color: #fff;
	color: #0076ce;
	border-color: #0076ce;
}

.mbm-about__btn--ghost:hover {
	background-color: #0076ce;
	color: #fff;
}

@media (max-width: 860px) {
	.mbm-about__hero-board {
		aspect-ratio: auto;
		min-height: 0;
		display: flex;
		flex-direction: column;
	}

	.mbm-about__hero-board::after {
		background:
			linear-gradient(180deg, var(--mbm-about-paper) 0%, transparent 10%, transparent 88%, var(--mbm-about-paper) 100%);
	}

	.mbm-about__hero-picture {
		display: block;
		width: 100%;
		order: 0;
	}

	.mbm-about__hero-img {
		position: relative;
		inset: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		object-position: center center;
	}

	.mbm-about__hero-panel {
		position: relative;
		left: auto;
		top: auto;
		width: min(17.5rem, calc(100% - 2rem));
		margin: -2.25rem auto 1rem;
		order: 1;
	}

	.mbm-about__hero-dock {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		width: auto;
		max-width: calc(100% - 1.5rem);
		margin: 0 auto 1.25rem;
		justify-content: center;
		order: 2;
	}

	.mbm-about__hero-social-label {
		display: none;
	}
}

/* Instagram reels */
.mbm-about__reels {
	background:
		radial-gradient(circle at 12% 18%, rgba(254, 223, 0, 0.28), transparent 42%),
		radial-gradient(circle at 88% 12%, rgba(255, 20, 147, 0.12), transparent 40%),
		var(--mbm-about-wash);
}

.mbm-about__reels-intro {
	max-width: 38rem;
	margin: 0 auto 2rem;
	text-align: center;
}

.mbm-about__reels-lead {
	margin-bottom: 0;
}

.mbm-about__reels .mbm-about__shell {
	width: min(1120px, calc(100% - 1.5rem));
}

.mbm-about__reels-grid {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.25rem);
	align-items: stretch;
	width: 100%;
}

.mbm-about__reel {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-width: 0;
}

.mbm-about__reel-embed {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 178%;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 34px rgba(255, 20, 147, 0.14);
	border: 1px solid rgba(26, 26, 26, 0.06);
}

.mbm-about__reel-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: #faf7f2;
}

.mbm-about__reel-open {
	align-self: center;
	font-size: 0.78rem;
	font-weight: 800;
	color: var(--mbm-about-blue) !important;
	text-decoration: none !important;
}

.mbm-about__reel-open:hover {
	color: var(--mbm-about-pink) !important;
}

.mbm-about__reels-follow {
	margin: 1.75rem 0 0;
	text-align: center;
}

.mbm-about__reels-follow-link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-family: var(--mbm-about-display);
	font-size: 1.35rem;
	color: var(--mbm-about-pink) !important;
	text-decoration: none !important;
}

.mbm-about__reels-follow-link:hover {
	color: var(--mbm-about-blue) !important;
}

@media (max-width: 900px) {
	.mbm-about__reels-grid {
		gap: 0.55rem;
	}

	.mbm-about__reel-open {
		display: none;
	}
}

@media (max-width: 640px) {
	.mbm-about__reels-grid {
		grid-template-columns: 1fr;
		max-width: 340px;
		margin-inline: auto;
	}

	.mbm-about__reel-open {
		display: inline-flex;
	}
}

/* Split who */
.mbm-about__split {
	display: grid;
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: center;
}

@media (min-width: 860px) {
	.mbm-about__split {
		grid-template-columns: 1.05fr 0.95fr;
	}
}

.mbm-about__split-media {
	margin: 0;
	border-radius: 1.25rem;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	box-shadow: 0 18px 40px rgba(255, 20, 147, 0.12);
}

.mbm-about__split-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mbm-about__split-media--video {
	aspect-ratio: 3 / 4;
	min-height: clamp(22rem, 48vw, 34rem);
	background: #1a1a1a;
}

.mbm-about__fun-video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	background: #1a1a1a;
}

.mbm-about__fun .mbm-about__split-copy {
	max-width: 34rem;
}

@media (min-width: 860px) {
	.mbm-about__split--fun {
		grid-template-columns: 0.95fr 1.05fr;
		align-items: center;
	}

	.mbm-about__split-media--video {
		max-height: 36rem;
	}
}

/* Impact counters */
.mbm-about__impact {
	background:
		radial-gradient(circle at 12% 20%, rgba(254, 223, 0, 0.28), transparent 42%),
		radial-gradient(circle at 88% 30%, rgba(255, 20, 147, 0.14), transparent 44%),
		radial-gradient(circle at 50% 100%, rgba(0, 118, 206, 0.1), transparent 48%),
		var(--mbm-about-wash);
	overflow: hidden;
}

.mbm-about__impact-intro {
	max-width: 36rem;
	margin: 0 auto 2.25rem;
	text-align: center;
}

.mbm-about__impact-lead {
	margin-bottom: 0;
}

.mbm-about__impact-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 3vw, 1.75rem);
	align-items: stretch;
}

.mbm-about__impact-card {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 11.5rem;
	padding: 1.75rem 1.1rem 1.5rem;
	text-align: center;
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0 16px 36px rgba(0, 118, 206, 0.1);
	transform: translateY(1.25rem);
	opacity: 0;
	transition: transform 0.55s ease, opacity 0.55s ease, box-shadow 0.2s ease;
}

.mbm-about__impact-card.is-in {
	transform: translateY(0);
	opacity: 1;
}

.mbm-about__impact-card:nth-child(1).is-in {
	transition-delay: 0.05s;
}

.mbm-about__impact-card:nth-child(2).is-in {
	transition-delay: 0.15s;
}

.mbm-about__impact-card:nth-child(3).is-in {
	transition-delay: 0.25s;
}

.mbm-about__impact-card:hover {
	box-shadow: 0 20px 42px rgba(255, 20, 147, 0.16);
}

.mbm-about__impact-blob {
	position: absolute;
	z-index: -1;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
	top: 0.85rem;
	right: 0.85rem;
	opacity: 0.22;
	animation: mbm-about-blob 7s ease-in-out infinite;
}

.mbm-about__impact-card--pink {
	border: 3px solid var(--mbm-about-pink);
}

.mbm-about__impact-card--pink .mbm-about__impact-blob {
	background: var(--mbm-about-pink);
}

.mbm-about__impact-card--pink .mbm-about__impact-value {
	color: var(--mbm-about-pink);
}

.mbm-about__impact-card--blue {
	border: 3px solid var(--mbm-about-blue);
}

.mbm-about__impact-card--blue .mbm-about__impact-blob {
	background: var(--mbm-about-blue);
	animation-delay: -2s;
}

.mbm-about__impact-card--blue .mbm-about__impact-value {
	color: var(--mbm-about-blue);
}

.mbm-about__impact-card--yellow {
	border: 3px solid var(--mbm-about-yellow);
}

.mbm-about__impact-card--yellow .mbm-about__impact-blob {
	background: var(--mbm-about-yellow);
	animation-delay: -4s;
}

.mbm-about__impact-card--yellow .mbm-about__impact-value {
	color: var(--mbm-about-blue);
}

.mbm-about__impact-value {
	font-family: var(--mbm-about-display);
	font-size: clamp(2.6rem, 6vw, 3.6rem);
	font-weight: 400;
	line-height: 1;
}

.mbm-about__impact-value--text {
	font-size: clamp(2rem, 4.5vw, 2.75rem);
}

.mbm-about__impact-label {
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--mbm-about-blue);
}

@keyframes mbm-about-blob {
	0%,
	100% {
		transform: translate(0, 0) rotate(0deg) scale(1);
		border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
	}
	50% {
		transform: translate(-0.35rem, 0.4rem) rotate(8deg) scale(1.08);
		border-radius: 55% 45% 42% 58% / 52% 55% 45% 48%;
	}
}

@media (max-width: 760px) {
	.mbm-about__impact-grid {
		grid-template-columns: 1fr;
		max-width: 22rem;
		margin-inline: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mbm-about__impact-card {
		transform: none;
		opacity: 1;
		transition: none;
	}

	.mbm-about__impact-blob {
		animation: none;
	}
}

/* Why */
.mbm-about__checklist {
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.mbm-about__checklist li {
	position: relative;
	padding: 0.55rem 0 0.55rem 1.85rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: var(--mbm-about-blue);
	border-bottom: 1px solid var(--mbm-about-line);
}

.mbm-about__checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.95rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: var(--mbm-about-yellow);
	box-shadow: 0 0 0 3px rgba(254, 223, 0, 0.35);
}

.mbm-about__belong {
	margin: 0;
	font-family: var(--mbm-about-display);
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	line-height: 1.3;
	color: var(--mbm-about-pink);
}

/* Founder spotlight */
.mbm-about__founder {
	background:
		radial-gradient(circle at 8% 20%, rgba(255, 20, 147, 0.12), transparent 42%),
		radial-gradient(circle at 92% 80%, rgba(254, 223, 0, 0.22), transparent 40%),
		var(--mbm-about-paper);
}

.mbm-about__founder-layout {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
}

@media (min-width: 860px) {
	.mbm-about__founder-layout {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

.mbm-about__founder-media {
	position: relative;
	margin: 0;
	justify-self: center;
	width: min(100%, 26rem);
}

.mbm-about__founder-frame {
	position: absolute;
	inset: 0.85rem -0.85rem -0.85rem 0.85rem;
	border-radius: 1.75rem 1.75rem 2.5rem 1.75rem;
	background: var(--mbm-about-yellow);
	z-index: 0;
}

.mbm-about__founder-photo {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 1.75rem 1.75rem 2.5rem 1.75rem;
	border: 3px solid var(--mbm-about-pink);
	box-shadow: 0 22px 44px rgba(255, 20, 147, 0.18);
}

.mbm-about__founder-badge {
	position: absolute;
	z-index: 2;
	left: 1rem;
	bottom: 1.15rem;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: var(--mbm-about-blue);
	color: #fff;
	font-family: var(--mbm-about-display);
	font-size: 1.05rem;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(0, 118, 206, 0.28);
}

.mbm-about__founder-copy {
	max-width: 36rem;
}

.mbm-about__founder-sign {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin: 1.25rem 0 1.5rem;
}

.mbm-about__founder-sign-name {
	font-family: var(--mbm-about-display);
	font-size: 1.65rem;
	line-height: 1.1;
	color: var(--mbm-about-pink);
}

.mbm-about__founder-sign-role {
	font-size: 0.92rem;
	font-weight: 800;
	color: var(--mbm-about-blue);
}

.mbm-about__founder-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.45rem;
	border-radius: 0.3rem;
	background: var(--mbm-about-pink) !important;
	color: #fff !important;
	border: 2px solid var(--mbm-about-pink) !important;
	text-decoration: none !important;
	font-family: var(--mbm-about-font);
	font-size: 1rem;
	font-weight: 800;
	box-shadow: 4px 4px 0 var(--mbm-about-yellow);
	transition: transform 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.mbm-about__founder-cta:hover {
	transform: translateY(-2px);
	background: #e01282 !important;
	border-color: #e01282 !important;
	color: #fff !important;
	box-shadow: 5px 5px 0 var(--mbm-about-yellow);
}

@media (max-width: 860px) {
	.mbm-about__founder-copy {
		margin-inline: auto;
		text-align: center;
	}

	.mbm-about__founder-sign {
		align-items: center;
	}

	.mbm-about__founder-cta {
		margin-inline: auto;
	}
}

/* Values */
.mbm-about__values-list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.mbm-about__value {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
	padding: 1rem 0;
	border-bottom: 1px solid var(--mbm-about-line);
	animation: mbm-about-rise 0.7s ease both;
	animation-delay: calc(var(--mbm-about-i, 0) * 0.06s);
}

.mbm-about__value-num {
	font-family: var(--mbm-about-display);
	font-size: 1.75rem;
	line-height: 1;
	color: var(--mbm-about-pink);
}

.mbm-about__value-title {
	margin: 0 0 0.35rem;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--mbm-about-pink);
}

.mbm-about__value-text {
	margin: 0;
	line-height: 1.55;
	color: var(--mbm-about-mute);
}

/* Different */
.mbm-about__diff-grid {
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 760px) {
	.mbm-about__diff-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.mbm-about__diff {
	padding: 1.35rem 1.25rem 1.35rem 0;
	border-top: 2px solid var(--mbm-about-pink);
}

.mbm-about__diff:nth-child(even) {
	border-top-color: var(--mbm-about-blue);
}

.mbm-about__diff-title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--mbm-about-pink);
}

.mbm-about__diff-text {
	margin: 0;
	line-height: 1.55;
	color: var(--mbm-about-mute);
}

/* Location */
.mbm-about__location-grid {
	display: grid;
	gap: 1.75rem;
	align-items: stretch;
}

@media (min-width: 860px) {
	.mbm-about__location-grid {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

.mbm-about__map {
	border-radius: 1rem;
	overflow: hidden;
	min-height: 280px;
	background: #e8e8e8;
}

.mbm-about__map iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}

.mbm-about__text-link {
	color: var(--mbm-about-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mbm-about__text-link--on-dark {
	color: var(--mbm-about-yellow);
}

/* Closing band */
.mbm-about__cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(3.75rem, 9vw, 5.75rem) 0;
	text-align: center;
	color: var(--mbm-about-pink);
}

.mbm-about__cta-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.55) 0%, rgba(255, 245, 251, 0.72) 45%, rgba(255, 253, 248, 0.6) 100%),
		url("about/cta-bg.png") center / cover no-repeat;
}

.mbm-about__cta-inner {
	position: relative;
	z-index: 1;
}

.mbm-about__cta .mbm-about__btn {
	background-image: none !important;
}

.mbm-about__cta-title {
	margin: 0 0 0.85rem;
	font-family: var(--mbm-about-display);
	font-size: clamp(1.9rem, 4vw, 2.8rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--mbm-about-pink);
}

.mbm-about__cta-lead {
	margin: 0 auto 1.5rem;
	max-width: 40rem;
	line-height: 1.6;
	color: var(--mbm-about-blue);
}

@keyframes mbm-about-rise {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mbm-template--about {
		scroll-behavior: auto;
	}

	.mbm-about__hero-panel,
	.mbm-about__value {
		animation: none;
	}
}
