:root {
	--ctk-cream: #f4efe2;
	--ctk-cream-dark: #e9e1cc;
	--ctk-olive: #3f4728;
	--ctk-olive-light: #6d7a4a;
	--ctk-sage: #8b9670;
	--ctk-gold: #c8a24a;
	--ctk-dark: #22271a;
	--ctk-text: #33362a;
	--ctk-muted: #6f715f;
	--ctk-white: #ffffff;
	--ctk-font-heading: 'Fraunces', Georgia, serif;
	--ctk-font-body: 'Inter', sans-serif;
}

.ctk-eyebrow {
	font-family: var(--ctk-font-body);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 13px;
	font-weight: 600;
	color: var(--ctk-olive-light);
	margin-bottom: 14px;
	display: block;
}

.ctk-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--ctk-font-body);
	font-weight: 600;
	font-size: 15px;
	padding: 14px 30px;
	border-radius: 40px;
	text-decoration: none;
	transition: all 0.25s ease;
	border: 1px solid transparent;
	cursor: pointer;
}
.ctk-btn-primary {
	background: var(--ctk-olive);
	color: var(--ctk-cream);
}
.ctk-btn-primary:hover {
	background: var(--ctk-dark);
	color: var(--ctk-cream);
	transform: translateY(-2px);
}
.ctk-btn-outline {
	background: transparent;
	color: var(--ctk-olive);
	border-color: var(--ctk-olive);
}
.ctk-btn-outline:hover {
	background: var(--ctk-olive);
	color: var(--ctk-cream);
}
.ctk-btn-gold {
	background: var(--ctk-gold);
	color: var(--ctk-dark);
}
.ctk-btn-gold:hover {
	background: var(--ctk-olive);
	color: var(--ctk-cream);
}

/* ===== Header / Nav ===== */
.ctk-header {
	background: var(--ctk-cream);
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	font-family: var(--ctk-font-body);
}
.ctk-header-logo {
	font-family: var(--ctk-font-heading);
	font-size: 24px;
	font-weight: 600;
	color: var(--ctk-olive);
	text-decoration: none;
	letter-spacing: 0.02em;
}
.ctk-header-logo img { max-height: 40px; display: block; }
.ctk-header-nav {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
}
.ctk-header-nav a {
	color: var(--ctk-text);
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	transition: color 0.2s ease;
}
.ctk-header-nav a:hover { color: var(--ctk-olive); }
.ctk-header-actions { display: flex; align-items: center; gap: 14px; }
.ctk-header-actions .ctk-btn { padding: 11px 22px; font-size: 14px; }

/* ===== Hero ===== */
.ctk-hero {
	position: relative;
	background: var(--ctk-cream);
	border-radius: 28px;
	overflow: hidden;
	padding: 90px 60px;
	text-align: center;
}
.ctk-hero-ghost {
	font-family: var(--ctk-font-heading);
	font-weight: 700;
	font-size: clamp(60px, 12vw, 180px);
	line-height: 0.95;
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(63, 71, 40, 0.35);
	margin: 0 0 -0.15em;
	letter-spacing: -0.02em;
	user-select: none;
}
.ctk-hero-tagline {
	position: relative;
	font-family: var(--ctk-font-heading);
	font-size: clamp(26px, 3.4vw, 42px);
	font-weight: 500;
	color: var(--ctk-dark);
	margin: 10px 0 36px;
}
.ctk-hero-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.ctk-hero-media {
	max-width: 780px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 30px 60px -20px rgba(34, 39, 26, 0.35);
}
.ctk-hero-media video,
.ctk-hero-media img {
	width: 100%;
	display: block;
}

/* ===== Who We Help ===== */
.ctk-section { padding: 90px 40px; }
.ctk-section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.ctk-section-head h2 {
	font-family: var(--ctk-font-heading);
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 500;
	color: var(--ctk-dark);
	margin: 0;
	line-height: 1.25;
}
.ctk-whwh-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}
.ctk-whwh-card {
	background: var(--ctk-white);
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(63,71,40,0.08);
}
.ctk-whwh-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.ctk-whwh-body { padding: 26px 26px 30px; }
.ctk-whwh-label {
	font-family: var(--ctk-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ctk-gold);
	display: block;
	margin-bottom: 12px;
}
.ctk-whwh-title {
	font-family: var(--ctk-font-heading);
	font-size: 20px;
	font-weight: 600;
	color: var(--ctk-dark);
	margin: 0 0 10px;
}
.ctk-whwh-desc { font-family: var(--ctk-font-body); font-size: 15px; color: var(--ctk-muted); line-height: 1.6; margin: 0; }

/* ===== Services ===== */
.ctk-services-list { max-width: 1200px; margin: 0 auto; }
.ctk-service-row {
	display: grid;
	grid-template-columns: 90px 260px 1fr auto;
	align-items: center;
	gap: 30px;
	padding: 34px 10px;
	border-top: 1px solid rgba(63,71,40,0.15);
}
.ctk-services-list .ctk-service-row:last-child { border-bottom: 1px solid rgba(63,71,40,0.15); }
.ctk-service-index {
	font-family: var(--ctk-font-body);
	font-size: 13px;
	color: var(--ctk-muted);
	letter-spacing: 0.08em;
}
.ctk-service-thumb { width: 100%; height: 90px; border-radius: 12px; overflow: hidden; }
.ctk-service-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ctk-service-title {
	font-family: var(--ctk-font-heading);
	font-size: 22px;
	font-weight: 600;
	color: var(--ctk-dark);
	margin: 0 0 8px;
}
.ctk-service-desc { font-family: var(--ctk-font-body); font-size: 14.5px; color: var(--ctk-muted); margin: 0 0 12px; max-width: 520px; }
.ctk-service-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ctk-service-tags span {
	font-family: var(--ctk-font-body);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 600;
	color: var(--ctk-olive);
	background: var(--ctk-cream);
	padding: 5px 12px;
	border-radius: 20px;
}
.ctk-service-link {
	font-family: var(--ctk-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--ctk-dark);
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px solid var(--ctk-gold);
	padding-bottom: 2px;
}

/* ===== About ===== */
.ctk-about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.ctk-about-media { border-radius: 20px; overflow: hidden; }
.ctk-about-media img, .ctk-about-media video { width: 100%; display: block; }
.ctk-about-title {
	font-family: var(--ctk-font-heading);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 500;
	color: var(--ctk-dark);
	margin: 0 0 20px;
	line-height: 1.3;
}
.ctk-about-text { font-family: var(--ctk-font-body); color: var(--ctk-muted); font-size: 16px; line-height: 1.7; margin: 0 0 16px; }

/* ===== CTA Banner ===== */
.ctk-cta-banner {
	background: var(--ctk-olive);
	border-radius: 28px;
	padding: 70px 50px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.ctk-cta-banner h2 {
	font-family: var(--ctk-font-heading);
	color: var(--ctk-cream);
	font-size: clamp(26px, 3.4vw, 40px);
	font-weight: 500;
	margin: 0 0 18px;
}
.ctk-cta-banner p {
	font-family: var(--ctk-font-body);
	color: rgba(244,239,226,0.85);
	max-width: 640px;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 1.7;
}

/* ===== Client Logos ===== */
.ctk-logos-wrap { max-width: 1200px; margin: 0 auto; overflow: hidden; }
.ctk-logos-label {
	text-align: center;
	font-family: var(--ctk-font-body);
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ctk-muted);
	margin-bottom: 36px;
}
.ctk-logos-row { display: flex; align-items: center; justify-content: center; gap: 60px; flex-wrap: wrap; }
.ctk-logos-row img { max-height: 42px; width: auto; opacity: 0.7; filter: grayscale(100%); }

/* ===== Insights ===== */
.ctk-insights-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	max-width: 1000px;
	margin: 0 auto;
}
.ctk-insight-card { background: var(--ctk-white); border-radius: 18px; overflow: hidden; border: 1px solid rgba(63,71,40,0.08); }
.ctk-insight-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.ctk-insight-body { padding: 24px 26px 28px; }
.ctk-insight-title { font-family: var(--ctk-font-heading); font-size: 19px; font-weight: 600; color: var(--ctk-dark); margin: 0 0 10px; line-height: 1.4; }
.ctk-insight-excerpt { font-family: var(--ctk-font-body); font-size: 14px; color: var(--ctk-muted); margin: 0 0 16px; line-height: 1.6; }
.ctk-insight-link { font-family: var(--ctk-font-body); font-size: 13px; font-weight: 600; color: var(--ctk-olive); text-decoration: none; border-bottom: 1px solid var(--ctk-gold); }

/* ===== Footer ===== */
.ctk-footer-cta { background: var(--ctk-dark); border-radius: 28px 28px 0 0; padding: 80px 50px 50px; }
.ctk-footer-cta-inner { max-width: 1200px; margin: 0 auto; }
.ctk-footer-eyebrow { font-family: var(--ctk-font-body); color: var(--ctk-gold); letter-spacing: 0.2em; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.ctk-footer-cta h2 { font-family: var(--ctk-font-heading); color: var(--ctk-cream); font-size: clamp(28px, 4vw, 46px); font-weight: 500; margin: 12px 0 16px; }
.ctk-footer-cta > .ctk-footer-cta-inner > p { font-family: var(--ctk-font-body); color: rgba(244,239,226,0.7); max-width: 480px; margin: 0 0 30px; }
.ctk-footer-columns {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 30px;
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid rgba(244,239,226,0.15);
}
.ctk-footer-col h4 { font-family: var(--ctk-font-body); color: var(--ctk-gold); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 18px; }
.ctk-footer-col a, .ctk-footer-col p { display: block; font-family: var(--ctk-font-body); color: rgba(244,239,226,0.75); text-decoration: none; font-size: 14.5px; margin-bottom: 12px; line-height: 1.6; }
.ctk-footer-col a:hover { color: var(--ctk-cream); }
.ctk-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 50px;
	padding-top: 24px;
	border-top: 1px solid rgba(244,239,226,0.1);
	font-family: var(--ctk-font-body);
	font-size: 12.5px;
	color: rgba(244,239,226,0.5);
}
.ctk-footer-bottom a { color: rgba(244,239,226,0.5); text-decoration: none; margin-left: 20px; }
.ctk-footer-bottom a:hover { color: var(--ctk-cream); }

/* ===== Responsive ===== */
@media (max-width: 900px) {
	.ctk-whwh-grid { grid-template-columns: 1fr; }
	.ctk-about { grid-template-columns: 1fr; gap: 30px; }
	.ctk-service-row { grid-template-columns: 1fr; text-align: left; gap: 14px; }
	.ctk-service-thumb { height: 160px; }
	.ctk-insights-grid { grid-template-columns: 1fr; }
	.ctk-footer-columns { grid-template-columns: 1fr; }
	.ctk-header { padding: 16px 20px; }
	.ctk-header-nav { display: none; }
	.ctk-hero { padding: 60px 24px; }
	.ctk-section { padding: 60px 20px; }
}
