/* About page — matches catakor.com/pages/about-us */

body.ck-catakor-about .main-page-wrapper,
body.ck-catakor-about #main-content,
body.ck-catakor-about .wd-content-layout,
body.ck-catakor-about .wd-page-content,
body.ck-catakor-about .entry-content,
body.ck-catakor-about .wd-entry-content {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	padding-block: 0 !important;
	margin: 0 !important;
}

body.ck-catakor-about .wd-page-title,
body.ck-catakor-about .page-title {
	display: none !important;
}

.ck-about {
	background: #fff;
	color: #121212;
	font-family: Teachers, "Space Grotesk", Georgia, serif;
	overflow-x: clip;
}

/* ---------- Scroll animations ---------- */
.ck-about .scroll-trigger.animate--slide-in {
	opacity: 0.01;
	transform: translateY(2rem);
	transition:
		opacity 0.5s ease,
		transform 0.5s ease;
	transition-delay: calc(var(--animation-order, 0) * 75ms);
}

.ck-about .scroll-trigger.animate--slide-in:not(.scroll-trigger--offscreen) {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.ck-about .scroll-trigger.animate--slide-in {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ---------- Hero ---------- */
.ck-about-hero {
	background: #375b2b;
}

.ck-about-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
	/* reverse: text left, image right */
	direction: rtl;
}

.ck-about-hero__grid > * {
	direction: ltr;
}

.ck-about-hero__content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #375b2b;
	color: #fff;
	padding: 0 61px 0 100px;
	box-sizing: border-box;
	min-height: 812px;
}

.ck-about-hero__box {
	max-width: 559px;
	width: 100%;
}

.ck-about-hero__title {
	margin: 0;
	max-width: 559px;
	width: 100%;
	font-family: Adieu, "Space Grotesk", sans-serif;
	font-size: 85px;
	font-weight: 600;
	line-height: 1.058;
	letter-spacing: 0;
	color: #fff;
}

.ck-about-hero__text {
	margin: 25px 0 0;
	max-width: 512px;
	width: 100%;
	font-family: Teachers, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
}

.ck-about-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding: 13.5px 30px;
	border-radius: 232px;
	border: 1px solid rgba(27, 53, 42, 0.25);
	background: #e4f69d;
	color: #000 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-family: Teachers, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	transition: background-color 0.2s ease, color 0.2s ease, outline 0.2s ease, border-color 0.2s ease;
}

.ck-about-hero__cta:hover {
	background: #fff;
	color: #375b2b !important;
	border-color: #375b2b;
	outline: 2px solid #375b2b;
}

.ck-about-hero__media {
	background: #375b2b;
	overflow: hidden;
	min-height: 812px;
}

.ck-about-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 812px;
	object-fit: cover;
	object-position: center;
}

/* ---------- Genesis ---------- */
.ck-about-genesis {
	background: #f3f1ed;
}

.ck-about-genesis__pad {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	z-index: 1;
}

.ck-about-genesis__inner {
	position: relative;
	z-index: 1;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 100px;
	box-sizing: border-box;
	text-align: left;
}

.ck-about-genesis__kicker {
	margin: 0;
	display: flex;
	align-items: center;
	font-family: Teachers, serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0;
	color: #375b2b;
}

.ck-about-genesis__kicker::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #375b2b;
	margin-right: 10px;
	flex-shrink: 0;
}

.ck-about-genesis__title {
	margin: 12px 0 0;
	max-width: 1140px;
	width: 100%;
	font-family: Adieu, "Space Grotesk", sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: 0;
	color: #000;
}

.ck-about-genesis__body {
	margin-top: 20px;
	max-width: 950px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0;
	font-family: Teachers, serif;
	font-size: 20px;
	line-height: 1.6;
	color: #000;
}

.ck-about-genesis__body p {
	margin: 0 0 1.2em;
}

.ck-about-genesis__body p:last-child {
	margin-bottom: 0;
}

.ck-about-genesis__star {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 0;
	pointer-events: none;
	line-height: 0;
}

.ck-about-genesis__star svg {
	display: block;
	width: min(383px, 42vw);
	height: auto;
}

/* ---------- FAQ (Science-style 2-col) ---------- */
.ck-about-faq {
	padding: 100px 0;
	background: #fff;
}

.ck-about-faq__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 100px;
	box-sizing: border-box;
}

.ck-about-faq__layout {
	display: flex;
	gap: 19px;
	align-items: stretch;
}

.ck-about-faq__aside {
	max-width: 320px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	flex-shrink: 0;
	position: relative;
}

.ck-about-faq__header {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: left;
}

.ck-about-faq__kicker {
	margin: 0;
	display: flex;
	align-items: center;
	font-family: Teachers, serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0;
	color: #375b2b;
}

.ck-about-faq__kicker::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #375b2b;
	margin-right: 10px;
	flex-shrink: 0;
}

.ck-about-faq__title {
	margin: 0;
	font-family: Adieu, "Space Grotesk", sans-serif;
	font-size: clamp(30px, 9vw, 50px);
	font-weight: 600;
	line-height: 1.27;
	letter-spacing: -0.22rem;
	color: #000;
}

.ck-about-faq__intro {
	display: none;
	margin: 0;
	font-family: Teachers, serif;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(18, 18, 18, 0.85);
}

.ck-about-faq__vector {
	position: relative;
	min-height: 113px;
	flex: 1;
}

.ck-about-faq__vector svg {
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translateY(-50%);
	width: 65px;
	height: 113px;
}

.ck-about-faq__all {
	display: inline-block;
	width: fit-content;
	padding: 14px 37px;
	border-radius: 232px;
	background: #375b2b;
	color: #fff !important;
	text-decoration: none !important;
	font-family: Teachers, serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.275;
	letter-spacing: 0;
	transition: background-color 0.2s ease, color 0.2s ease, outline 0.2s ease;
}

.ck-about-faq__all:hover {
	background: #fff;
	color: #375b2b !important;
	outline: 2px solid #375b2b;
}

.ck-about-faq__all--mobile {
	display: none;
	margin-top: 8px;
}

.ck-about-faq__list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.ck-about-faq__card {
	border-radius: 16px;
	border: 1px solid #e5e5e5;
	background: #fff;
	overflow: hidden;
}

.ck-about-faq__card details {
	margin: 0;
}

.ck-about-faq__card summary {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 27px 33px 27px 27px;
	cursor: pointer;
	list-style: none;
	position: relative;
}

.ck-about-faq__card summary::-webkit-details-marker {
	display: none;
}

.ck-about-faq__card details[open] summary {
	padding-bottom: 46px;
}

.ck-about-faq__num,
.ck-about-faq__q {
	font-family: Teachers, serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.275;
	letter-spacing: -0.2px;
	color: #121212;
}

.ck-about-faq__num {
	flex-shrink: 0;
}

.ck-about-faq__q {
	flex: 1;
	padding-right: 28px;
}

.ck-about-faq__caret {
	position: absolute;
	right: 33px;
	top: 34px;
	width: 10px;
	height: 6px;
	color: #121212;
	transition: transform 0.2s ease;
}

.ck-about-faq__card details[open] .ck-about-faq__caret {
	transform: rotate(180deg);
}

.ck-about-faq__a {
	padding: 0;
}

.ck-about-faq__a p {
	margin: 0 auto;
	padding: 16px 43px 27px;
	border-top: 1px solid #e5e5e5;
	width: calc(100% - 60px);
	box-sizing: border-box;
	font-family: Teachers, serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5625;
	letter-spacing: 0;
	color: #121212;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 1200px) {
	.ck-about-hero__title {
		font-size: 65px;
	}
}

@media screen and (max-width: 989px) {
	.ck-about-hero__grid {
		grid-template-columns: 1fr;
		direction: ltr;
	}

	.ck-about-hero__media {
		order: 0;
		min-height: 420px;
	}

	.ck-about-hero__media img {
		min-height: 420px;
	}

	.ck-about-hero__content {
		order: 1;
		min-height: 0;
		padding: 106px 40px 60px;
		width: 100%;
		max-width: 100%;
	}

	.ck-about-hero__box,
	.ck-about-hero__title,
	.ck-about-hero__text {
		max-width: 100%;
	}

	.ck-about-hero__title {
		font-size: clamp(36px, 9vw, 56px);
	}

	.ck-about-genesis__pad {
		padding: 60px 0;
	}

	.ck-about-genesis__inner,
	.ck-about-faq__inner {
		padding: 0 40px;
	}

	.ck-about-genesis__title {
		font-size: 45px;
	}

	.ck-about-genesis__body {
		font-size: 18px;
	}

	.ck-about-genesis__star {
		right: -30%;
		opacity: 0.9;
	}

	.ck-about-faq {
		padding: 60px 0;
	}

	.ck-about-faq__layout {
		flex-direction: column;
		gap: 30px;
	}

	.ck-about-faq__aside {
		max-width: 100%;
	}

	.ck-about-faq__vector,
	.ck-about-faq__all:not(.ck-about-faq__all--mobile) {
		display: none;
	}

	.ck-about-faq__all--mobile {
		display: inline-block;
	}

	.ck-about-faq__intro {
		display: block;
	}
}

@media screen and (max-width: 749px) {
	.ck-about-hero__content {
		padding: 64px 20px 48px;
	}

	.ck-about-hero__media,
	.ck-about-hero__media img {
		min-height: 320px;
	}

	.ck-about-hero__text,
	.ck-about-genesis__body {
		font-size: 16px;
	}

	.ck-about-genesis__inner,
	.ck-about-faq__inner {
		padding: 0 20px;
	}

	.ck-about-genesis__title {
		font-size: clamp(28px, 8vw, 40px);
		margin-top: 20px;
	}

	.ck-about-faq__card summary {
		padding: 20px 40px 20px 18px;
	}

	.ck-about-faq__card details[open] summary {
		padding-bottom: 28px;
	}

	.ck-about-faq__num,
	.ck-about-faq__q {
		font-size: 17px;
	}

	.ck-about-faq__caret {
		right: 18px;
		top: 26px;
	}

	.ck-about-faq__a p {
		width: calc(100% - 36px);
		padding: 14px 18px 20px;
	}
}
