/* ============================================================
   Kairos Mind Wellness — Homepage Styles
   ============================================================ */

/* ── Shared utilities ── */
.kairos-section-eyebrow {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #C9A545;
	margin: 0 0 12px;
}

.kairos-section-eyebrow--light {
	color: #e8c97a;
}

.kairos-section-heading {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 400;
	color: #2D4A5F;
	line-height: 1.25;
	margin: 0 0 20px;
}

/* ── Shared buttons ── */
.kairos-btn {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 32px;
	border-radius: 3px;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	cursor: pointer;
}

.kairos-btn--primary {
	background: #4A6B8A;
	color: #ffffff;
	border: 2px solid #4A6B8A;
}
.kairos-btn--primary:hover {
	background: #2D4A5F;
	border-color: #2D4A5F;
	box-shadow: 0 4px 16px rgba(74, 107, 138, 0.3);
}

.kairos-btn--outline {
	background: transparent;
	color: #4A6B8A;
	border: 2px solid #4A6B8A;
}
.kairos-btn--outline:hover {
	background: #4A6B8A;
	color: #ffffff;
}

.kairos-btn--light {
	background: #ffffff;
	color: #2D4A5F;
	border: 2px solid #ffffff;
}
.kairos-btn--light:hover {
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

/* ================================================================
   HERO
   ================================================================ */
.kairos-hero {
	background: linear-gradient(135deg, #f7f9fb 0%, #eef3f7 100%);
	padding: clamp(60px, 8vw, 110px) 0;
	overflow: hidden;
}

.kairos-hero__inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.kairos-hero__eyebrow {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 0.93rem;
	font-weight: 400;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #C9A545;
	margin: 0 0 16px;
}

.kairos-hero__heading {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	font-weight: 400;
	color: #2D4A5F;
	line-height: 1.15;
	margin: 0 0 20px;
}


.kairos-hero__desc {
	font-size: 1.05rem;
	color: #4a5568;
	line-height: 1.8;
	margin: 0 0 40px;
	max-width: 520px;
}

.kairos-hero__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

/* Hero visual */
.kairos-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 420px;
}

.kairos-hero__emblem-wrap {
	position: relative;
	z-index: 2;
	width: 280px;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 20px 60px rgba(74, 107, 138, 0.15);
}

.kairos-hero__emblem {
	width: 220px;
	height: 220px;
	object-fit: contain;
}

.kairos-hero__ring {
	position: absolute;
	border-radius: 50%;
	border: 1.5px solid rgba(201, 165, 69, 0.25);
}

.kairos-hero__ring--1 {
	width: 360px;
	height: 360px;
}

.kairos-hero__ring--2 {
	width: 460px;
	height: 460px;
	border-color: rgba(74, 107, 138, 0.12);
}

/* ================================================================
   SLOGAN BAND
   ================================================================ */
.kairos-slogan-band {
	background: linear-gradient(135deg, #1E3245 0%, #2D4A5F 60%, #4A6B8A 100%);
	padding: clamp(36px, 5vw, 56px) 0;
}

.kairos-slogan-band__inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px 28px;
	text-align: center;
}

.kairos-slogan-band__phrase {
	font-family: 'Raleway', sans-serif;
	font-size: clamp(1rem, 2vw, 1.5rem);
	font-style: normal;
	font-weight: 300;
	color: #C9A545;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1.3;
}

.kairos-slogan-band__dot {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	color: rgba(201, 165, 69, 0.4);
	line-height: 1;
}

/* ================================================================
   ABOUT SNIPPET
   ================================================================ */
.kairos-about-snap {
	padding: clamp(60px, 8vw, 100px) 0;
	background: #ffffff;
}

.kairos-about-snap__inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 80px;
	align-items: center;
}

.kairos-about-snap__photo-frame {
	position: relative;
}

.kairos-about-snap__photo-placeholder {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: #EBF1F6;
	aspect-ratio: 3/4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.kairos-about-snap__photo-placeholder svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.kairos-about-snap__photo-label {
	position: relative;
	z-index: 1;
	font-size: 0.78rem;
	color: #7a9ab5;
	letter-spacing: 0.08em;
	padding-bottom: 20px;
	margin: 0;
}

.kairos-about-snap__photo-accent {
	position: absolute;
	bottom: -16px;
	right: -16px;
	width: 120px;
	height: 120px;
	border: 3px solid #C9A545;
	border-radius: 6px;
	z-index: -1;
}

.kairos-about-snap__body {
	font-size: 1.05rem;
	color: #4a5568;
	line-height: 1.8;
	margin: 0 0 28px;
}

.kairos-about-snap__credentials {
	list-style: none;
	padding: 0;
	margin: 0 0 36px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.kairos-about-snap__credentials li {
	font-size: 0.92rem;
	color: #2D4A5F;
	padding-left: 24px;
	position: relative;
	font-weight: 500;
}

.kairos-about-snap__credentials li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 2px;
	background: #C9A545;
}

/* ================================================================
   SERVICES
   ================================================================ */
.kairos-services {
	padding: clamp(60px, 8vw, 100px) 0;
	background: #f7f9fb;
}

.kairos-services__inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
}

.kairos-services__header {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 56px;
}

.kairos-services__intro {
	font-size: 1rem;
	color: #5a6a7a;
	line-height: 1.7;
	margin: 0;
}

.kairos-services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 48px;
}

.kairos-service-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 36px 28px;
	border: 1px solid #e4ecf2;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kairos-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(74, 107, 138, 0.12);
	border-color: #C9A545;
}

.kairos-service-card__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
}

.kairos-service-card__icon svg {
	width: 100%;
	height: 100%;
}

.kairos-service-card__title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: #2D4A5F;
	letter-spacing: 0.06em;
	margin: 0 0 12px;
}

.kairos-service-card__desc {
	font-size: 0.9rem;
	color: #5a6a7a;
	line-height: 1.7;
	margin: 0;
}

.kairos-services__footer {
	text-align: center;
}

/* ================================================================
   CONTACT CTA BANNER
   ================================================================ */
.kairos-cta-banner {
	background: linear-gradient(135deg, #2D4A5F 0%, #4A6B8A 100%);
	padding: clamp(60px, 8vw, 100px) 0;
}

.kairos-cta-banner__inner {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
	text-align: center;
}

.kairos-cta-banner__heading {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 400;
	color: #ffffff;
	line-height: 1.3;
	margin: 0 0 20px;
}

.kairos-cta-banner__body {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.8;
	margin: 0 0 40px;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
	.kairos-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.kairos-hero__inner {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	.kairos-hero__desc {
		max-width: 100%;
	}

	.kairos-hero__actions {
		justify-content: center;
	}

	.kairos-hero__visual {
		height: 260px;
		overflow: hidden;
		width: 100%;
	}

	.kairos-hero__emblem-wrap {
		width: 180px;
		height: 180px;
	}

	.kairos-hero__emblem {
		width: 140px;
		height: 140px;
	}

	.kairos-hero__ring--1 { width: 230px; height: 230px; }
	.kairos-hero__ring--2 { width: 300px; height: 300px; }

	.kairos-about-snap__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.kairos-about-snap__photo-frame {
		max-width: 320px;
		margin: 0 auto;
	}

	.kairos-services__grid {
		grid-template-columns: 1fr;
	}

	/* Slogan band: stack phrases, hide dots */
	.kairos-slogan-band__inner {
		flex-direction: column;
		gap: 12px;
	}
	.kairos-slogan-band__dot {
		display: none;
	}
}
