@font-face {
	font-family: "Eldwintrial Script Semi Bold";
	src: url("../fonts/EldwinTrial-ScriptSemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body.page-template-page-about,
body.page-template-page-about .site,
body.page-template-page-about .site-content,
body.page-template-page-about .content-area,
body.page-template-page-about .site-main {
	background: #ffffff;
	color: #071c23;
}

.ctc-about-page {
	overflow: hidden;
}

.ctc-about-shell {
	width: min(100% - 32px, 1180px);
	margin: 0 auto;
}

.ctc-about-eyebrow {
	margin: 0 0 10px;
	color: #116ea6;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
}

.ctc-bubble {
	display: inline;
	margin-right: 0.14em;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	letter-spacing: 0 !important;
	color: #071c23;
}

.ctc-script {
	display: inline;
	font-family: "Eldwintrial Script Semi Bold", "Comic Sans MS", cursive !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0 !important;
	color: #2d83c7;
}

.ctc-about-section-title,
.ctc-about-hero__title {
	margin: 0;
	letter-spacing: 0;
}

.ctc-about-hero__title {
	font-size: clamp(1.55rem, 3.2vw, 2.5rem);
	line-height: 1.05;
	text-align: center;
}


.ctc-about-section-title {
	font-size: clamp(1.45rem, 2.7vw, 2.15rem);
	line-height: 1.12;
}


.ctc-about-hero {
	padding: 52px 0 64px;
	text-align: center;
	background:
		radial-gradient(circle at left top, rgba(223, 242, 246, 0.95), transparent 18%),
		radial-gradient(circle at right top, rgba(223, 242, 246, 0.92), transparent 18%),
		linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.ctc-about-hero__subtitle {
	max-width: 760px;
	margin: 18px auto 0;
	color: #496771;
	font-size: 1.05rem;
	line-height: 1.8;
}

.ctc-about-hero__art {
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 28px;
	margin: 30px auto 0;
	flex-wrap: wrap;
}

.ctc-about-hero__art img:first-child {
	width: 160px;
	animation: ctc-about-sway-soft 3.8s ease-in-out infinite;
}

.ctc-about-hero__art img:last-child {
	width: 140px;
	animation: ctc-about-float-soft 4.2s ease-in-out infinite;
	animation-delay: 0.2s;
}

.ctc-about-hero__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.ctc-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	background: #116ea6;
	color: #fff;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	text-decoration: none;
	border: 1px solid #116ea6;
}

.ctc-about-button:hover,
.ctc-about-button:focus {
	background: #0d5a88;
	color: #fff;
}

.ctc-about-button--ghost {
	background: #fff;
	color: #116ea6;
}

.ctc-about-button--ghost:hover,
.ctc-about-button--ghost:focus {
	background: #116ea6;
	color: #fff;
}

.ctc-about-intro,
.ctc-about-story {
	padding: 64px 0;
	background: #ffffff;
}

.ctc-about-intro__grid {
	display: grid;
	gap: 36px;
	align-items: center;
}

.ctc-about-copy {
	max-width: 760px;
}

.ctc-about-intro .ctc-about-eyebrow,
.ctc-about-values .ctc-about-eyebrow,
.ctc-about-explore .ctc-about-eyebrow,
.ctc-about-story .ctc-about-eyebrow,
.ctc-about-cta .ctc-about-eyebrow {
	margin-bottom: 12px;
}

.ctc-about-intro .ctc-about-section-title {
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
	line-height: 1.18;
	margin: 0 0 24px;
	max-width: 620px;
}


.ctc-about-values .ctc-about-section-title,
.ctc-about-explore .ctc-about-section-title,
.ctc-about-story .ctc-about-section-title,
.ctc-about-cta .ctc-about-section-title {
	margin-bottom: 22px;
}

.ctc-about-copy p {
	margin: 0 0 24px;
	color: #4a6772;
	font-size: 1rem;
	line-height: 2;
}

.ctc-about-copy p:last-child {
	margin-bottom: 0;
}

.ctc-about-visual-card {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 28px;
	border-radius: 30px;
	background: #f9fdff;
	border: 1px solid #b8dce8;
	box-shadow: 0 16px 40px rgba(17, 110, 166, 0.08);
}

.ctc-about-visual-card img {
	width: min(100%, 420px);
	height: auto;
	display: block;
	animation: ctc-about-family-float 4.2s ease-in-out infinite, ctc-about-heart-glow 4.2s ease-in-out infinite;
	transform-origin: center bottom;
	transition: transform 180ms ease;
}

.ctc-about-visual-card:hover img {
	transform: translateY(-4px) scale(1.02);
}

.ctc-about-values,
.ctc-about-cta {
	padding: 64px 0;
	background: #dff2f6;
}

.ctc-about-card-grid,
.ctc-about-feature-grid {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.ctc-about-card,
.ctc-about-feature {
	padding: 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid #b8dce8;
	box-shadow: 0 12px 32px rgba(17, 110, 166, 0.06);
}

.ctc-about-card h3,
.ctc-about-feature h3 {
	margin: 0 0 10px;
	color: #071c23;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 1rem;
	line-height: 1.25;
}


.ctc-about-card p,
.ctc-about-feature p,
.ctc-about-cta__panel p {
	margin: 0;
	color: #4a6772;
	line-height: 1.8;
}

.ctc-about-explore {
	padding: 64px 0;
	background: #ffffff;
}

.ctc-about-story__panel {
	padding: 28px;
	border-radius: 30px;
	background: #f9fdff;
	border: 1px solid #b8dce8;
}

.ctc-about-cta__panel {
	padding: 30px;
	text-align: center;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid #b8dce8;
}

@keyframes ctc-about-float-soft {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes ctc-about-sway-soft {
	0%,
	100% {
		transform: rotate(0deg) translateY(0);
	}
	25% {
		transform: rotate(-2deg) translateY(-3px);
	}
	75% {
		transform: rotate(2deg) translateY(-1px);
	}
}

@keyframes ctc-about-family-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes ctc-about-heart-glow {
	0%,
	100% {
		filter: drop-shadow(0 0 0 rgba(255, 182, 193, 0));
	}
	50% {
		filter: drop-shadow(0 0 16px rgba(255, 182, 193, 0.28));
	}
}

@media (prefers-reduced-motion: reduce) {
	.ctc-about-hero__art img,
	.ctc-about-visual-card img {
		animation: none !important;
		transition: none !important;
	}
}

@media (min-width: 768px) {
	.ctc-about-shell {
		width: min(100% - 48px, 1180px);
	}

	.ctc-about-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ctc-about-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.ctc-about-intro__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}
}

@media (max-width: 767px) {
	.ctc-about-hero {
		padding: 40px 0 48px;
	}

.ctc-about-hero__title {
	font-size: clamp(1.45rem, 6vw, 2rem);
	line-height: 1.08;
}

.ctc-about-section-title {
	font-size: clamp(1.25rem, 5.4vw, 1.7rem);
	line-height: 1.15;
}


	.ctc-bubble {
		margin-right: 0.12em;
	}

	.ctc-about-hero__subtitle {
		font-size: 1rem;
		line-height: 1.75;
	}

	.ctc-about-hero__art {
		gap: 18px;
		margin-top: 24px;
	}

	.ctc-about-hero__art img:first-child {
		width: 118px;
	}

	.ctc-about-hero__art img:last-child {
		width: 104px;
	}

	.ctc-about-intro,
	.ctc-about-story,
	.ctc-about-values,
	.ctc-about-explore,
	.ctc-about-cta {
		padding: 48px 0;
	}

	.ctc-about-intro__grid {
		gap: 24px;
	}

	.ctc-about-intro .ctc-about-section-title {
		margin-bottom: 22px;
		max-width: none;
	}

	.ctc-about-copy p {
		margin-bottom: 20px;
		line-height: 1.9;
	}

	.ctc-about-visual-card {
		padding: 20px;
		border-radius: 24px;
	}

	.ctc-about-cta__panel,
	.ctc-about-story__panel {
		padding: 22px;
	}
}
