/* ==========================================================================
   About Page - 2026-07-07
   Formal full-width sections with subtle brand-colour blob fields only.
   ========================================================================== */
.cm-about-page {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}

.cm-about-intro {
	position: relative;
	margin-bottom: clamp(2.5rem, 6vw, 5rem);
	padding: clamp(2rem, 5vw, 4.5rem);
	background: linear-gradient(135deg, var(--cm-soft-white), rgba(186, 212, 207, 0.52));
	border: 1px solid rgba(7, 50, 54, 0.08);
	border-radius: 8px;
	box-shadow: var(--cm-shadow);
	overflow: hidden;
}

.cm-about-intro::before,
.cm-about-section::before,
.cm-about-section::after {
	content: "";
	position: absolute;
	aspect-ratio: 1;
	border-radius: 52% 48% 42% 58%;
	pointer-events: none;
}

.cm-about-intro::before {
	right: clamp(-8rem, -8vw, -4rem);
	top: clamp(-8rem, -8vw, -4rem);
	width: clamp(240px, 44vw, 560px);
	background: rgba(251, 250, 247, 0.52);
}

.cm-about-intro > * {
	position: relative;
	z-index: 1;
}

.cm-about-kicker {
	margin: 0 0 0.75rem;
	color: var(--cm-teal);
	font-family: var(--wp--preset--font-family--manrope, system-ui, sans-serif);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cm-about-intro h2 {
	max-width: 14ch;
	margin: 0 0 1.25rem;
	font-size: clamp(2.35rem, 5vw, 5rem);
	line-height: 0.98;
}

.cm-about-intro p {
	max-width: 72ch;
	margin: 0 0 1rem;
	font-size: clamp(1.05rem, 1.55vw, 1.24rem);
	line-height: 1.66;
}

.cm-about-sections {
	display: grid;
	gap: clamp(1.6rem, 4vw, 3rem);
	margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.cm-about-section {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
	gap: clamp(2.25rem, 6vw, 6rem);
	align-items: start;
	padding: clamp(1.8rem, 4.5vw, 3.8rem);
	border: 1px solid rgba(7, 50, 54, 0.08);
	border-radius: 8px;
	box-shadow: var(--cm-shadow);
	overflow: hidden;
	transition: box-shadow 180ms ease;
}

.cm-about-section:hover {
	box-shadow: var(--cm-strong-shadow);
}

.cm-about-section > * {
	position: relative;
	z-index: 1;
}

.cm-about-section::before {
	z-index: 0;
	width: clamp(180px, 34vw, 520px);
	background: rgba(251, 250, 247, 0.32);
}

.cm-about-section::after {
	z-index: 0;
	width: clamp(120px, 20vw, 300px);
	background: rgba(7, 50, 54, 0.035);
}

.cm-about-section:nth-of-type(1) {
	background: linear-gradient(135deg, rgba(206, 179, 171, 0.78), var(--cm-off-white));
}

.cm-about-section:nth-of-type(1)::before {
	left: clamp(-8rem, -8vw, -4rem);
	bottom: clamp(-8rem, -9vw, -5rem);
	border-radius: 46% 54% 58% 42%;
}

.cm-about-section:nth-of-type(1)::after {
	right: clamp(1rem, 5vw, 4rem);
	top: clamp(-5rem, -6vw, -3rem);
}

.cm-about-section:nth-of-type(2) {
	background: linear-gradient(135deg, rgba(196, 194, 193, 0.72), var(--cm-soft-white));
}

.cm-about-section:nth-of-type(2)::before {
	right: clamp(-10rem, -10vw, -6rem);
	top: clamp(-7rem, -8vw, -4rem);
	border-radius: 58% 42% 40% 60%;
}

.cm-about-section:nth-of-type(2)::after {
	left: clamp(2rem, 8vw, 7rem);
	bottom: clamp(-6rem, -7vw, -4rem);
}

.cm-about-section:nth-of-type(3) {
	background: linear-gradient(135deg, rgba(186, 212, 207, 0.84), var(--cm-soft-white));
}

.cm-about-section:nth-of-type(3)::before {
	left: 42%;
	bottom: clamp(-9rem, -9vw, -5rem);
	width: clamp(220px, 46vw, 620px);
	border-radius: 44% 56% 62% 38%;
}

.cm-about-section:nth-of-type(3)::after {
	left: clamp(-5rem, -5vw, -3rem);
	top: clamp(-4rem, -5vw, -2rem);
}

.cm-about-section:nth-of-type(4) {
	background: linear-gradient(135deg, var(--cm-off-white), rgba(206, 179, 171, 0.46));
}

.cm-about-section:nth-of-type(4)::before {
	right: clamp(3rem, 13vw, 10rem);
	top: clamp(-9rem, -10vw, -5rem);
	width: clamp(220px, 42vw, 600px);
}

.cm-about-section:nth-of-type(4)::after {
	right: clamp(-5rem, -5vw, -3rem);
	bottom: clamp(-4rem, -5vw, -2rem);
}

.cm-about-section h2 {
    min-width: 0;
    max-width: 10ch;
    margin: 0;
    font-size: clamp(1.85rem, 2.85vw, 3.35rem);
    line-height: 1;
    text-wrap: balance;
}

.cm-about-section ul {
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cm-about-section li {
	position: relative;
	padding: 0.9rem 0 0.9rem 1.7rem;
	border-top: 1px solid rgba(7, 50, 54, 0.14);
	line-height: 1.48;
}

.cm-about-section li:first-child {
	border-top: 0;
	padding-top: 0.25rem;
}

.cm-about-section li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.35rem;
	width: 0.48rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--cm-teal);
}

.cm-about-section li:first-child::before {
	top: 0.7rem;
}

.cm-about-close {
	width: min(900px, calc(100% - 2rem));
	margin: 0 auto clamp(2rem, 5vw, 4rem);
	color: var(--cm-dark-teal);
	font-size: clamp(1.25rem, 2.1vw, 1.85rem);
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 960px) {
	.cm-about-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cm-about-intro,
	.cm-about-section {
		padding: 1.35rem;
	}
}

