/* Contact page — match catakor.com/pages/contact */

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

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

.ck-contact-page {
	background: #fff;
	color: #121212;
}

.ck-contact-top {
	padding: 48px 0 48px;
	background: #fff;
}

.ck-contact-top__inner {
	max-width: 1288px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.ck-contact-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	font-family: "Space Grotesk", Teachers, sans-serif;
	font-size: 13px;
	color: #5e5d5b;
}

.ck-contact-crumbs a {
	color: #1e3d14;
	text-decoration: none;
}

.ck-contact-crumbs a:hover {
	text-decoration: underline;
}

.ck-contact-page__title {
	margin: 0 0 40px;
	font-family: Adieu, "Space Grotesk", sans-serif;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 600;
	line-height: 1.1;
	color: #1e3d14;
}

.ck-contact-main {
	display: flex;
	gap: 45px;
	align-items: stretch;
}

.ck-contact-form-col {
	flex: 1;
	min-width: 0;
}

.ck-contact-form-col__title {
	margin: 0 0 28px;
	font-family: Adieu, "Space Grotesk", sans-serif;
	font-size: clamp(32px, 5vw, 65px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.2px;
	color: #121212;
}

.ck-contact-notice {
	margin: 0 0 20px;
	padding: 12px 14px;
	border-radius: 8px;
	font-family: Teachers, sans-serif;
	font-size: 15px;
}

.ck-contact-notice--ok {
	background: #eef8e4;
	color: #1e3d14;
}

.ck-contact-notice--err {
	background: #fdecea;
	color: #8a1f1f;
}

.ck-contact-form__label {
	display: block;
	margin: 0 0 10px;
	font-family: Teachers, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.275;
	letter-spacing: -0.28px;
	color: #121212;
}

.ck-contact-form__field {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	padding: 20px 14px;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.ck-contact-form__field--area {
	align-items: flex-start;
}

.ck-contact-form__icon {
	display: inline-flex;
	flex-shrink: 0;
	max-height: 20px;
}

.ck-contact-form__icon svg {
	display: block;
}

.ck-contact-form__input {
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	padding: 0;
	margin: 0;
	font-family: Teachers, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #121212;
	box-shadow: none;
}

.ck-contact-form__input::placeholder {
	opacity: 1;
	color: #9a9a9a;
}

.ck-contact-form__textarea {
	min-height: 140px;
	resize: vertical;
}

.ck-contact-form__actions {
	margin-top: 32px;
}

.ck-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 36px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	background: #1e3d14;
	color: #fff;
	font-family: Teachers, "Space Grotesk", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease, outline 0.2s ease;
}

.ck-contact-form__submit:hover,
.ck-contact-form__submit:focus-visible {
	background: #fff;
	color: #1e3d14;
	outline: 2px solid #1e3d14;
}

.ck-contact-media {
	position: relative;
	flex: 1;
	max-width: 593px;
	width: 100%;
	aspect-ratio: 593 / 687;
	border-radius: 16px;
	overflow: hidden;
}

.ck-contact-media__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.ck-contact-email {
	position: absolute;
	left: 16px;
	bottom: 16px;
	right: 16px;
	display: flex;
	align-items: stretch;
	gap: 16px;
	padding: 12px 20px 12px 12px;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}

.ck-contact-email__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	min-width: 60px;
	border-radius: 8px;
	background: #f3f1ed;
}

.ck-contact-email__text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}

.ck-contact-email__copy {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.ck-contact-email__label {
	font-family: Teachers, sans-serif;
	font-size: 16px;
	line-height: 1.275;
	letter-spacing: -0.16px;
	color: #000;
	opacity: 0.8;
}

.ck-contact-email__addr {
	font-family: Teachers, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.275;
	letter-spacing: -0.2px;
	color: #1e3d14;
	word-break: break-word;
}

.ck-contact-faq {
	background: #f3f1ed;
}

.ck-contact-faq .ck-about-faq__inner {
	padding-top: 52px;
	padding-bottom: 52px;
}

/* Fade-in variant for title/crumbs */
.ck-contact-page .scroll-trigger.animate--fade-in {
	opacity: 0;
}

.ck-contact-page .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
	animation: ck-contact-fade-in 0.6s cubic-bezier(0, 0, 0.3, 1) forwards;
}

@keyframes ck-contact-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media screen and (max-width: 989px) {
	.ck-contact-form-col__title {
		font-size: clamp(28px, 6vw, 45px);
	}
}

@media screen and (max-width: 749px) {
	.ck-contact-top {
		padding: 32px 0 40px;
	}

	.ck-contact-top__inner {
		padding: 0 20px;
	}

	.ck-contact-page__title {
		margin-bottom: 28px;
	}

	.ck-contact-main {
		flex-direction: column;
		gap: 34px;
	}

	.ck-contact-form-col__title {
		margin-bottom: 24px;
		font-size: clamp(28px, 9vw, 44px);
		line-height: 1.11;
	}

	.ck-contact-form__field {
		margin-bottom: 16px;
		padding: 18px 10px;
	}

	.ck-contact-form__actions {
		margin-top: 20px;
	}

	.ck-contact-media {
		max-width: 100%;
		aspect-ratio: 1.5;
	}

	.ck-contact-email {
		left: 10px;
		bottom: 10px;
		right: 10px;
		padding: 10px;
		gap: 10px;
	}

	.ck-contact-email__icon {
		width: 48px;
		min-width: 48px;
	}

	.ck-contact-faq .ck-about-faq__inner {
		padding-top: 40px;
		padding-bottom: 48px;
	}
}
