:root {
	--kheisrah-navy-950: #061528;
	--kheisrah-navy-900: #081b33;
	--kheisrah-blue-700: #0b3c91;
	--kheisrah-blue-600: #2563eb;
	--kheisrah-cyan-400: #00c2ff;
	--kheisrah-orange-500: #f97316;
	--kheisrah-slate-900: #0f172a;
	--kheisrah-slate-700: #334155;
	--kheisrah-slate-500: #64748b;
	--kheisrah-slate-100: #f1f5f9;
	--kheisrah-white: #ffffff;
	--kheisrah-radius-sm: 8px;
	--kheisrah-radius-md: 12px;
	--kheisrah-radius-lg: 18px;
	--kheisrah-shadow-soft: 0 18px 55px rgba(15, 23, 42, 0.12);
	--kheisrah-shadow-glow: 0 18px 60px rgba(0, 194, 255, 0.18);
}

body {
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--kheisrah-slate-700);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

[data-header*="type-1"] {
	--header-height: 72px !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
	--height: 72px !important;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.ct-header .site-title {
	font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	font-weight: 800;
	letter-spacing: 0;
}

.ct-header-search,
.header-menu-1:empty {
	display: none !important;
}

.home .ct-container-full[data-vertical-spacing] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.home .entry-content > .alignfull:first-child {
	margin-top: 0 !important;
}

.page .ct-container-full[data-vertical-spacing] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page .entry-content > .alignfull:first-child {
	margin-top: 0 !important;
}

.page:has(.kheisrah-page-hero) .hero-section {
	display: none !important;
}

.page-id-700 .hero-section {
	display: none !important;
}

.kheisrah-hero {
	position: relative;
	overflow: hidden;
	background-color: var(--kheisrah-navy-950);
	background-image:
		linear-gradient(90deg, rgba(6, 21, 40, 0.99) 0%, rgba(6, 21, 40, 0.97) 42%, rgba(6, 21, 40, 0.82) 62%, rgba(6, 21, 40, 0.46) 100%),
		radial-gradient(circle at 76% 28%, rgba(0, 194, 255, 0.22), transparent 32%),
		radial-gradient(circle at 12% 18%, rgba(249, 115, 22, 0.14), transparent 28%),
		url("../images/kheisrah-hero-ecosystem-official.webp"),
		linear-gradient(135deg, var(--kheisrah-navy-950), var(--kheisrah-navy-900) 58%, #0b2447);
	background-position:
		center,
		76% 28%,
		12% 18%,
		right -8% center,
		center;
	background-repeat: no-repeat;
	background-size:
		cover,
		auto,
		auto,
		min(56vw, 920px) auto,
		cover;
	color: var(--kheisrah-white);
}

.kheisrah-hero-inner {
	padding-top: clamp(38px, 5vw, 68px);
	padding-bottom: clamp(40px, 5vw, 72px);
}

.kheisrah-hero-grid {
	gap: clamp(36px, 5vw, 72px);
}

.kheisrah-hero-copy {
	max-width: 780px;
}

.kheisrah-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: #9be8ff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.kheisrah-eyebrow::before {
	content: "";
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--kheisrah-orange-500), var(--kheisrah-cyan-400));
}

.kheisrah-hero-title {
	max-width: 760px;
	margin: 0;
	color: var(--kheisrah-white);
	font-size: clamp(2.8rem, 5.1vw, 5.35rem);
	line-height: 0.96;
	letter-spacing: 0;
}

.kheisrah-hero-text {
	max-width: 670px;
	margin-top: 24px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.75;
}

.kheisrah-hero-actions {
	margin-top: 30px;
	gap: 14px;
}

.kheisrah-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 100%),
		linear-gradient(30deg, rgba(0, 194, 255, 0.08) 0 1px, transparent 1px 100%);
	background-size: 96px 96px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 88%);
}

.kheisrah-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 44%, rgba(6, 21, 40, 0.18) 66%, rgba(6, 21, 40, 0.38) 100%),
		linear-gradient(180deg, transparent 72%, rgba(6, 21, 40, 0.55) 100%);
}

.kheisrah-hero > * {
	position: relative;
	z-index: 1;
}

.kheisrah-gradient-text {
	background: linear-gradient(90deg, var(--kheisrah-white), #a7e8ff 55%, #ffd2a6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.kheisrah-card {
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: var(--kheisrah-radius-lg);
	box-shadow: var(--kheisrah-shadow-soft);
}

.kheisrah-glass-card {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--kheisrah-radius-lg);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: var(--kheisrah-shadow-glow);
	backdrop-filter: blur(18px);
}

.kheisrah-button-primary,
.wp-block-button.kheisrah-button-primary .wp-block-button__link {
	border: 0;
	border-radius: var(--kheisrah-radius-md);
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26);
	color: var(--kheisrah-white);
	font-weight: 700;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kheisrah-button-primary:hover,
.wp-block-button.kheisrah-button-primary .wp-block-button__link:hover {
	box-shadow: 0 18px 42px rgba(0, 194, 255, 0.28);
	transform: translateY(-2px);
}

.kheisrah-button-secondary,
.wp-block-button.kheisrah-button-secondary .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: var(--kheisrah-radius-md);
	background: rgba(255, 255, 255, 0.08);
	color: var(--kheisrah-white);
	font-weight: 700;
	transition: background-color 180ms ease, transform 180ms ease;
}

.kheisrah-button-secondary:hover,
.wp-block-button.kheisrah-button-secondary .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-2px);
}

.kheisrah-hero-visual-column {
	display: none !important;
	position: relative;
}

.kheisrah-hero-visual-column::before {
	content: "";
	position: absolute;
	inset: 10% 0 4%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 38% 42%, rgba(0, 194, 255, 0.28), transparent 42%),
		radial-gradient(circle at 72% 36%, rgba(249, 115, 22, 0.2), transparent 34%);
	filter: blur(30px);
	z-index: -1;
}

.kheisrah-hero-visual-frame {
	position: relative;
	overflow: hidden;
	width: min(112%, 820px);
	margin: 0 -8% 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
		rgba(3, 7, 18, 0.78);
	box-shadow:
		0 28px 78px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.kheisrah-hero-visual-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(circle at 30% 38%, rgba(0, 194, 255, 0.16), transparent 32%),
		radial-gradient(circle at 76% 34%, rgba(249, 115, 22, 0.13), transparent 30%),
		linear-gradient(180deg, rgba(6, 21, 40, 0), rgba(6, 21, 40, 0.12));
}

.kheisrah-hero-visual-frame::after {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: 1;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
}

.kheisrah-hero-illustration {
	position: relative;
	display: block;
	width: min(112%, 780px);
	margin-left: auto;
	margin-right: -6%;
}

.kheisrah-hero-illustration::before {
	content: "";
	position: absolute;
	inset: 8% 8% 4%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 38% 42%, rgba(0, 194, 255, 0.28), transparent 42%),
		radial-gradient(circle at 72% 36%, rgba(249, 115, 22, 0.2), transparent 34%);
	filter: blur(22px);
	z-index: -1;
}

.kheisrah-hero-illustration img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.34));
	mix-blend-mode: screen;
}

.kheisrah-hero-illustration-image,
.kheisrah-hero-visual-column img[src*="kheisrah-hero-ecosystem"] {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0;
	filter: saturate(0.96) contrast(1.04);
}

.kheisrah-hero-illustration-v2,
.kheisrah-hero-visual-column img[src*="kheisrah-hero-ecosystem-v2"] {
	width: min(120%, 860px);
	margin: 0 -10% 0 auto;
	filter:
		saturate(1.04)
		contrast(1.03)
		drop-shadow(0 30px 72px rgba(0, 0, 0, 0.28));
}

.kheisrah-ecosystem {
	position: relative;
	isolation: isolate;
	min-height: clamp(330px, 36vw, 470px);
}

.kheisrah-ecosystem-glow {
	position: absolute;
	inset: 9% 6%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 44%, rgba(0, 194, 255, 0.32), transparent 37%),
		radial-gradient(circle at 36% 58%, rgba(249, 115, 22, 0.2), transparent 27%);
	filter: blur(4px);
	z-index: -2;
}

.kheisrah-orbit {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 42% 58% 52% 48% / 48% 42% 58% 52%;
}

.kheisrah-orbit-one {
	inset: 14% 7% 13% 9%;
	transform: rotate(-18deg);
}

.kheisrah-orbit-two {
	inset: 22% 16% 21% 15%;
	transform: rotate(24deg);
}

.kheisrah-connections {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.kheisrah-connections path {
	fill: none;
	stroke: rgba(117, 220, 255, 0.32);
	stroke-width: 2;
	stroke-dasharray: 8 12;
}

.kheisrah-node {
	position: absolute;
	display: grid;
	align-content: center;
	justify-items: center;
	min-width: 128px;
	min-height: 92px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(16px);
}

.kheisrah-node strong {
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1.08rem;
	line-height: 1;
}

.kheisrah-node span {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.kheisrah-node-center {
	top: 42%;
	left: 50%;
	width: 158px;
	height: 158px;
	border-color: rgba(0, 194, 255, 0.42);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.72), rgba(0, 194, 255, 0.24)),
		rgba(255, 255, 255, 0.1);
	transform: translate(-50%, -50%) rotate(-8deg);
}

.kheisrah-node-center strong {
	font-size: 4rem;
}

.kheisrah-node-center span {
	font-size: 0.8rem;
}

.kheisrah-node-printing {
	top: 11%;
	left: 3%;
}

.kheisrah-node-goods {
	top: 25%;
	right: 0;
}

.kheisrah-node-future {
	right: 8%;
	bottom: 9%;
}

.kheisrah-audience-strip {
	margin-top: clamp(24px, 4vw, 52px);
	padding: 18px 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(14px);
}

.kheisrah-audience-strip p {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.kheisrah-audience-strip p::before {
	content: "";
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.09);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.kheisrah-audience-strip p:nth-child(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l8-4v18'/%3E%3Cpath d='M19 21V11l-6-4'/%3E%3Cpath d='M9 9h1'/%3E%3Cpath d='M9 13h1'/%3E%3Cpath d='M9 17h1'/%3E%3C/svg%3E");
}

.kheisrah-audience-strip p:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5V6.5A2.5 2.5 0 0 1 6.5 4H20v16H6.5A2.5 2.5 0 0 1 4 17.5'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M8 12h6'/%3E%3C/svg%3E");
}

.kheisrah-audience-strip p:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M4 10h16'/%3E%3Cpath d='M5 10l7-6 7 6'/%3E%3Cpath d='M7 10v8'/%3E%3Cpath d='M12 10v8'/%3E%3Cpath d='M17 10v8'/%3E%3C/svg%3E");
}

.kheisrah-audience-strip p:nth-child(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.kheisrah-section-light {
	background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.kheisrah-divisions-section {
	padding-top: clamp(72px, 8vw, 112px);
	padding-bottom: clamp(72px, 8vw, 112px);
	color: var(--kheisrah-slate-700);
}

.kheisrah-section-heading {
	margin-bottom: clamp(34px, 5vw, 56px);
}

.kheisrah-section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--kheisrah-blue-700);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.kheisrah-section-eyebrow::before {
	content: "";
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--kheisrah-orange-500), var(--kheisrah-cyan-400));
}

.kheisrah-section-title {
	max-width: 760px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(2.1rem, 4vw, 4.2rem);
	line-height: 1.04;
}

.kheisrah-section-lead {
	max-width: 740px;
	margin-top: 20px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.75;
}

.kheisrah-division-grid {
	gap: 24px;
	margin-bottom: 0;
}

.kheisrah-division-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 380px;
	padding: clamp(26px, 3vw, 34px);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
		var(--kheisrah-white);
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kheisrah-division-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400), var(--kheisrah-orange-500));
	opacity: 0.78;
}

.kheisrah-division-card::after {
	content: "";
	position: absolute;
	top: 26px;
	right: 24px;
	width: 92px;
	height: 92px;
	border-radius: 24px;
	background-color: rgba(15, 23, 42, 0.04);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 52px 52px;
	opacity: 0.95;
	z-index: -1;
}

.kheisrah-division-card:nth-child(1)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3c91' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v7H6z'/%3E%3Cpath d='M8 18h8'/%3E%3C/svg%3E");
}

.kheisrah-division-card:nth-child(2)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3c91' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 7 9-4 9 4-9 4-9-4Z'/%3E%3Cpath d='M3 7v10l9 4 9-4V7'/%3E%3Cpath d='M12 11v10'/%3E%3Cpath d='m7.5 9 9-4'/%3E%3C/svg%3E");
}

.kheisrah-division-card:nth-child(3)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 3v6'/%3E%3Cpath d='M12 15v6'/%3E%3Cpath d='M3 12h6'/%3E%3Cpath d='M15 12h6'/%3E%3Cpath d='m5 5 4.2 4.2'/%3E%3Cpath d='m14.8 14.8 4.2 4.2'/%3E%3Cpath d='m19 5-4.2 4.2'/%3E%3Cpath d='m9.2 14.8-4.2 4.2'/%3E%3C/svg%3E");
}

.kheisrah-division-card:hover {
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
	transform: translateY(-4px);
}

.kheisrah-division-card-active {
	background:
		radial-gradient(circle at 86% 14%, rgba(0, 194, 255, 0.14), transparent 30%),
		linear-gradient(180deg, #ffffff, #f8fbff);
}

.kheisrah-division-card-muted {
	background:
		radial-gradient(circle at 82% 18%, rgba(249, 115, 22, 0.1), transparent 32%),
		linear-gradient(180deg, #ffffff, #f8fafc);
}

.kheisrah-card-index {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 0 0 28px;
	border-radius: 12px;
	background: var(--kheisrah-slate-900);
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
}

.kheisrah-card-title {
	max-width: 360px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.14;
}

.kheisrah-card-text {
	margin-top: 18px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.98rem;
	line-height: 1.7;
}

.kheisrah-card-tags {
	margin-top: 24px;
	margin-bottom: 0;
	color: var(--kheisrah-blue-700);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kheisrah-button-card {
	margin-top: 28px;
}

.wp-block-button.kheisrah-button-card .wp-block-button__link {
	border-radius: 12px;
	background: var(--kheisrah-slate-900);
	color: var(--kheisrah-white);
	font-weight: 800;
	transition: background-color 180ms ease, transform 180ms ease;
}

.wp-block-button.kheisrah-button-card .wp-block-button__link:hover {
	background: var(--kheisrah-blue-700);
	transform: translateY(-2px);
}

.kheisrah-coming-soon {
	display: inline-flex;
	margin-top: 28px;
	margin-bottom: 0;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.06);
	color: var(--kheisrah-slate-700);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kheisrah-why-section {
	position: relative;
	overflow: hidden;
	padding-top: clamp(72px, 8vw, 116px);
	padding-bottom: clamp(72px, 8vw, 116px);
	background:
		radial-gradient(circle at 15% 20%, rgba(0, 194, 255, 0.14), transparent 28%),
		radial-gradient(circle at 90% 12%, rgba(249, 115, 22, 0.12), transparent 26%),
		linear-gradient(135deg, #08111f, #0b213b 55%, #081b33);
	color: var(--kheisrah-white);
}

.kheisrah-why-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
		linear-gradient(30deg, rgba(0, 194, 255, 0.06) 0 1px, transparent 1px 100%);
	background-size: 110px 110px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 92%);
}

.kheisrah-why-section > * {
	position: relative;
	z-index: 1;
}

.kheisrah-why-layout {
	gap: clamp(36px, 5vw, 72px);
	margin-bottom: 0;
}

.kheisrah-section-eyebrow-light {
	color: #9be8ff;
}

.kheisrah-why-title {
	margin: 0;
	color: var(--kheisrah-white);
	font-size: clamp(2rem, 3.8vw, 4rem);
	line-height: 1.05;
}

.kheisrah-why-lead {
	max-width: 520px;
	margin-top: 22px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.45vw, 1.12rem);
	line-height: 1.75;
}

.kheisrah-why-grid {
	display: grid;
	gap: 20px;
}

.kheisrah-why-row {
	gap: 20px;
	margin-bottom: 0;
}

.kheisrah-why-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 230px;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.075);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(16px);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.kheisrah-why-card::after {
	content: "";
	position: absolute;
	right: 22px;
	bottom: 20px;
	width: 74px;
	height: 74px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.055);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 38px 38px;
	opacity: 0.72;
	z-index: -1;
}

.kheisrah-why-row:nth-child(1) .kheisrah-why-card:nth-child(1)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.kheisrah-why-row:nth-child(1) .kheisrah-why-card:nth-child(2)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4.5-8 4.5-8-4.5L12 3Z'/%3E%3Cpath d='m4 12 8 4.5 8-4.5'/%3E%3Cpath d='m4 16.5 8 4.5 8-4.5'/%3E%3C/svg%3E");
}

.kheisrah-why-row:nth-child(2) .kheisrah-why-card:nth-child(1)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M4 10h16'/%3E%3Cpath d='M5 10l7-6 7 6'/%3E%3Cpath d='M7 10v8'/%3E%3Cpath d='M12 10v8'/%3E%3Cpath d='M17 10v8'/%3E%3C/svg%3E");
}

.kheisrah-why-row:nth-child(2) .kheisrah-why-card:nth-child(2)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 17 9 11l4 4 8-8'/%3E%3Cpath d='M14 7h7v7'/%3E%3C/svg%3E");
}

.kheisrah-why-card:hover {
	border-color: rgba(0, 194, 255, 0.34);
	background: rgba(255, 255, 255, 0.095);
	transform: translateY(-3px);
}

.kheisrah-why-icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0 0 22px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	box-shadow: 0 14px 32px rgba(0, 194, 255, 0.2);
}

.kheisrah-why-card-title {
	margin: 0;
	color: var(--kheisrah-white);
	font-size: clamp(1.16rem, 1.7vw, 1.42rem);
	line-height: 1.2;
}

.kheisrah-why-card-text {
	margin-top: 12px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
	line-height: 1.68;
}

.kheisrah-projects-section {
	padding-top: clamp(72px, 8vw, 112px);
	padding-bottom: clamp(72px, 8vw, 112px);
	color: var(--kheisrah-slate-700);
}

.kheisrah-projects-heading {
	gap: 28px;
	margin-bottom: clamp(34px, 5vw, 56px);
}

.kheisrah-projects-title-wrap {
	max-width: 760px;
}

.kheisrah-projects-lead {
	max-width: 430px;
	margin: 0;
	color: var(--kheisrah-slate-500);
	font-size: 1rem;
	line-height: 1.7;
}

.kheisrah-project-grid {
	gap: 24px;
	margin-bottom: 0;
}

.kheisrah-project-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background: var(--kheisrah-white);
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kheisrah-project-card:hover {
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
	transform: translateY(-4px);
}

.kheisrah-project-card-large {
	padding: 0 0 34px;
}

.kheisrah-project-card-horizontal {
	padding: 0 0 28px;
}

.kheisrah-project-stack {
	display: grid;
	gap: 24px;
}

.kheisrah-project-visual {
	position: relative;
	overflow: hidden;
	min-height: 260px;
	margin-bottom: 30px;
	background: var(--kheisrah-slate-900);
}

.kheisrah-project-card-horizontal .kheisrah-project-visual {
	min-height: 170px;
	margin-bottom: 24px;
}

.kheisrah-project-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 100%),
		linear-gradient(30deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%);
	background-size: 58px 58px;
	opacity: 0.5;
}

.kheisrah-project-visual-blue {
	background:
		radial-gradient(circle at 70% 28%, rgba(0, 194, 255, 0.44), transparent 30%),
		linear-gradient(135deg, #081b33, #0b3c91 62%, #0ea5e9);
}

.kheisrah-project-visual-orange {
	background:
		radial-gradient(circle at 72% 32%, rgba(249, 115, 22, 0.44), transparent 34%),
		linear-gradient(135deg, #101827, #243b63 58%, #f97316);
}

.kheisrah-project-visual-cyan {
	background:
		radial-gradient(circle at 75% 30%, rgba(0, 194, 255, 0.48), transparent 34%),
		linear-gradient(135deg, #0f172a, #0f4c81 58%, #00c2ff);
}

.kheisrah-project-shape {
	position: absolute;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(14px);
}

.kheisrah-project-shape-one {
	right: 16%;
	bottom: 14%;
	width: 160px;
	height: 108px;
	border-radius: 18px;
	transform: rotate(-8deg);
}

.kheisrah-project-shape-two {
	left: 12%;
	top: 18%;
	width: 92px;
	height: 92px;
	border-radius: 24px;
	transform: rotate(18deg);
}

.kheisrah-project-shape-three {
	right: 14%;
	top: 22%;
	width: 120px;
	height: 82px;
	border-radius: 16px;
	transform: rotate(9deg);
}

.kheisrah-project-shape-four {
	right: 14%;
	top: 20%;
	width: 104px;
	height: 104px;
	border-radius: 999px;
}

.kheisrah-project-category,
.kheisrah-project-title,
.kheisrah-project-text {
	margin-left: clamp(24px, 3vw, 34px);
	margin-right: clamp(24px, 3vw, 34px);
}

.kheisrah-project-category {
	margin-top: 0;
	margin-bottom: 12px;
	color: var(--kheisrah-blue-700);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kheisrah-project-title {
	max-width: 560px;
	margin-top: 0;
	margin-bottom: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.35rem, 2.1vw, 2rem);
	line-height: 1.14;
}

.kheisrah-project-text {
	margin-top: 14px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.98rem;
	line-height: 1.68;
}

.kheisrah-projects-title {
	max-width: 860px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(2rem, 3.4vw, 3.6rem);
	line-height: 1.05;
}

.kheisrah-project-grid-compact {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.kheisrah-project-grid-compact.wp-block-columns {
	flex-wrap: nowrap !important;
}

.kheisrah-project-grid-compact > .wp-block-column {
	flex-basis: auto !important;
}

.kheisrah-project-grid-compact .kheisrah-project-card {
	padding: 0 0 28px;
}

.kheisrah-project-grid-compact .kheisrah-project-visual {
	display: grid;
	place-items: center;
	min-height: 132px;
	margin-bottom: 24px;
}

.kheisrah-project-grid-compact .kheisrah-project-visual::before {
	background-size: 44px 44px;
	opacity: 0.42;
}

.kheisrah-project-visual-slate {
	background:
		radial-gradient(circle at 72% 28%, rgba(148, 163, 184, 0.34), transparent 34%),
		linear-gradient(135deg, #0f172a, #1e293b 60%, #475569);
}

.kheisrah-project-mark {
	position: relative;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(14px);
	z-index: 1;
}

.kheisrah-project-mark {
	font-size: 0;
}

.kheisrah-project-mark::before {
	content: "";
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.kheisrah-project-card:nth-child(1) .kheisrah-project-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.kheisrah-project-card:nth-child(2) .kheisrah-project-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v10H4z'/%3E%3Cpath d='M4 11h16'/%3E%3Cpath d='M8 17v3'/%3E%3Cpath d='M16 17v3'/%3E%3C/svg%3E");
}

.kheisrah-project-card:nth-child(3) .kheisrah-project-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 7 9-4 9 4-9 4-9-4Z'/%3E%3Cpath d='M3 7v10l9 4 9-4V7'/%3E%3Cpath d='M12 11v10'/%3E%3C/svg%3E");
}

.kheisrah-project-card:nth-child(4) .kheisrah-project-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4h8l2 4v12H6V8l2-4Z'/%3E%3Cpath d='M9 8h6'/%3E%3Cpath d='M8 4c.8 2 2 3 4 3s3.2-1 4-3'/%3E%3C/svg%3E");
}

.kheisrah-project-grid-compact .kheisrah-project-category,
.kheisrah-project-grid-compact .kheisrah-project-title,
.kheisrah-project-grid-compact .kheisrah-project-text {
	margin-left: 24px;
	margin-right: 24px;
}

.kheisrah-project-grid-compact .kheisrah-project-title {
	font-size: clamp(1.2rem, 1.55vw, 1.48rem);
}

.kheisrah-project-grid-compact .kheisrah-project-text {
	font-size: 0.94rem;
}

.kheisrah-contact-section {
	padding: clamp(72px, 8vw, 112px) 0;
	background:
		linear-gradient(180deg, #f8fafc, #ffffff);
	color: var(--kheisrah-slate-700);
}

.kheisrah-contact-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 5vw, 64px);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 12%, rgba(0, 194, 255, 0.2), transparent 30%),
		radial-gradient(circle at 10% 90%, rgba(249, 115, 22, 0.12), transparent 28%),
		linear-gradient(135deg, #08111f, #0b213b 58%, #081b33);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.16);
	color: var(--kheisrah-white);
}

.kheisrah-contact-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
		linear-gradient(30deg, rgba(0, 194, 255, 0.06) 0 1px, transparent 1px 100%);
	background-size: 96px 96px;
	opacity: 0.72;
}

.kheisrah-contact-panel > * {
	position: relative;
	z-index: 1;
}

.kheisrah-contact-layout {
	gap: clamp(34px, 5vw, 72px);
	margin-bottom: 0;
}

.kheisrah-contact-title {
	max-width: 620px;
	margin: 0;
	color: var(--kheisrah-white);
	font-size: clamp(2.1rem, 4.2vw, 4.6rem);
	line-height: 1.02;
}

.kheisrah-contact-lead {
	max-width: 610px;
	margin-top: 22px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.55vw, 1.12rem);
	line-height: 1.75;
}

.kheisrah-contact-actions {
	display: grid;
	gap: 14px;
}

.kheisrah-contact-option {
	gap: 20px;
	margin: 0;
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.075);
	backdrop-filter: blur(14px);
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kheisrah-contact-option:hover,
.kheisrah-contact-option:focus-visible {
	outline: none;
	border-color: rgba(0, 194, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 46px rgba(0, 194, 255, 0.12);
	transform: translateX(3px);
}

.kheisrah-contact-option-title {
	margin: 0;
	color: var(--kheisrah-white);
	font-size: 1.08rem;
	line-height: 1.2;
}

.kheisrah-contact-option-text {
	margin-top: 6px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.92rem;
	line-height: 1.55;
}

.kheisrah-contact-arrow {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	color: var(--kheisrah-white);
	font-size: 0;
	font-weight: 800;
	box-shadow: 0 14px 32px rgba(0, 194, 255, 0.2);
	transition: transform 180ms ease;
}

.kheisrah-contact-arrow::before {
	content: "";
	width: 17px;
	height: 17px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.kheisrah-contact-option:hover .kheisrah-contact-arrow,
.kheisrah-contact-option:focus-visible .kheisrah-contact-arrow {
	transform: translateX(2px);
}

#footer.ct-footer {
	display: none;
}

.kheisrah-site-footer {
	position: relative;
	overflow: hidden;
	padding: clamp(54px, 7vw, 86px) 0 28px;
	border-top: 1px solid rgba(0, 194, 255, 0.16);
	background:
		radial-gradient(circle at 88% 14%, rgba(0, 194, 255, 0.14), transparent 32%),
		radial-gradient(circle at 8% 90%, rgba(249, 115, 22, 0.1), transparent 28%),
		linear-gradient(135deg, #050f1f, #081b33 58%, #061528);
	color: rgba(255, 255, 255, 0.72);
}

.kheisrah-site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
		linear-gradient(30deg, rgba(0, 194, 255, 0.055) 0 1px, transparent 1px 100%);
	background-size: 96px 96px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 86%);
}

.kheisrah-site-footer > * {
	position: relative;
	z-index: 1;
}

.kheisrah-footer-inner,
.kheisrah-footer-bottom {
	width: min(1290px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.kheisrah-footer-inner {
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.8fr);
	gap: clamp(34px, 6vw, 88px);
	padding-bottom: 44px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kheisrah-footer-logo {
	display: inline-flex;
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.kheisrah-footer-brand p {
	max-width: 280px;
	margin-top: 14px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.98rem;
	line-height: 1.65;
}

.kheisrah-footer-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 52px);
}

.kheisrah-footer-nav h2 {
	margin: 0 0 14px;
	color: #9be8ff;
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.kheisrah-footer-nav a,
.kheisrah-footer-nav p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.95rem;
	line-height: 1.65;
	text-decoration: none;
}

.kheisrah-footer-nav a::before,
.kheisrah-footer-nav p::before,
.kheisrah-footer-legal a::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	opacity: 0.86;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.kheisrah-footer-nav > div:nth-child(1) a:nth-of-type(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v7H6z'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(1) a:nth-of-type(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 7 9-4 9 4-9 4-9-4Z'/%3E%3Cpath d='M3 7v10l9 4 9-4V7'/%3E%3Cpath d='M12 11v10'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(2) a:nth-of-type(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(2) a:nth-of-type(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4.5-8 4.5-8-4.5L12 3Z'/%3E%3Cpath d='m4 12 8 4.5 8-4.5'/%3E%3Cpath d='m4 16.5 8 4.5 8-4.5'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(2) a:nth-of-type(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M7 8h10'/%3E%3Cpath d='M7 12h6'/%3E%3Cpath d='M7 16h8'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(2) a:nth-of-type(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.78 19.78 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.78 19.78 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L8.09 9.62a16 16 0 0 0 6.29 6.29l1.19-1.19a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(3) p::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav .kheisrah-footer-hours::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(3) a:nth-of-type(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav > div:nth-child(3) a:nth-of-type(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav .kheisrah-footer-map-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18 2 22V6l7-4 6 4 7-4v16l-7 4-6-4Z'/%3E%3Cpath d='M9 2v16'/%3E%3Cpath d='M15 6v16'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav .kheisrah-footer-email-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav .kheisrah-footer-facebook-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
}

.kheisrah-footer-nav a + a,
.kheisrah-footer-nav p + a {
	margin-top: 8px;
}

.kheisrah-footer-nav a:hover,
.kheisrah-footer-legal a:hover {
	color: var(--kheisrah-cyan-400);
}

.kheisrah-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 24px;
}

.kheisrah-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.9rem;
}

.kheisrah-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
}

.kheisrah-footer-legal a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.9rem;
	text-decoration: none;
}

.kheisrah-footer-legal a::before {
	width: 16px;
	height: 16px;
	flex-basis: 16px;
	opacity: 0.7;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239be8ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E");
}

.kheisrah-page-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 18%, rgba(0, 194, 255, 0.2), transparent 32%),
		radial-gradient(circle at 10% 80%, rgba(249, 115, 22, 0.12), transparent 28%),
		linear-gradient(135deg, var(--kheisrah-navy-950), var(--kheisrah-navy-900) 58%, #0b2447);
	color: var(--kheisrah-white);
}

.kheisrah-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
		linear-gradient(30deg, rgba(0, 194, 255, 0.06) 0 1px, transparent 1px 100%);
	background-size: 96px 96px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent 90%);
}

.kheisrah-page-hero-inner {
	position: relative;
	z-index: 1;
	padding-top: clamp(46px, 6vw, 78px);
	padding-bottom: clamp(48px, 6vw, 82px);
}

.kheisrah-page-title {
	max-width: 980px;
	margin: 0;
	color: var(--kheisrah-white);
	font-size: clamp(2.5rem, 4.25vw, 4.8rem);
	line-height: 0.98;
}

.kheisrah-page-lead {
	max-width: 760px;
	margin-top: 22px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.75;
}

.kheisrah-about-story,
.kheisrah-values-section {
	padding-top: clamp(52px, 6vw, 78px);
	padding-bottom: clamp(52px, 6vw, 78px);
}

.kheisrah-about-story-layout {
	gap: clamp(34px, 5vw, 72px);
	margin-bottom: 0;
}

.kheisrah-about-section-title {
	max-width: 520px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.9rem, 3vw, 3.1rem);
	line-height: 1.06;
}

.kheisrah-about-copy p {
	margin-top: 0;
	color: var(--kheisrah-slate-500);
	font-size: clamp(1.02rem, 1.5vw, 1.14rem);
	line-height: 1.85;
}

.kheisrah-about-copy p + p {
	margin-top: 18px;
}

.kheisrah-mission-section {
	padding-top: clamp(46px, 5vw, 68px);
	padding-bottom: clamp(52px, 6vw, 78px);
	background: #ffffff;
}

.kheisrah-mission-grid,
.kheisrah-values-grid {
	gap: 24px;
	margin-bottom: 0;
}

.kheisrah-mission-card,
.kheisrah-value-card {
	position: relative;
	overflow: hidden;
	padding: clamp(26px, 3vw, 36px);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.kheisrah-mission-card::before,
.kheisrah-value-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400), var(--kheisrah-orange-500));
}

.kheisrah-value-card h3 {
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	line-height: 1.2;
}

.kheisrah-value-card p {
	margin-top: 12px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.96rem;
	line-height: 1.7;
}

.kheisrah-about-direction {
	padding: clamp(52px, 6vw, 78px) 0;
	background: #ffffff;
}

.kheisrah-about-direction-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 5vw, 64px);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 16%, rgba(0, 194, 255, 0.2), transparent 30%),
		linear-gradient(135deg, #08111f, #0b213b 58%, #081b33);
	color: var(--kheisrah-white);
}

.kheisrah-about-hero::after {
	content: "";
	position: absolute;
	right: max(24px, calc((100vw - 1320px) / 2));
	bottom: -64px;
	width: clamp(220px, 26vw, 380px);
	aspect-ratio: 1;
	background: url("../images/kheisrah-logo-mark.webp") center / contain no-repeat;
	opacity: 0.12;
	filter: saturate(0.7);
	pointer-events: none;
}

.kheisrah-about-snapshot {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none !important;
	background: #f3f6fa;
	transform: translateX(-50%);
}

.kheisrah-about-snapshot-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100% - 48px, 1320px);
	margin: 0 auto;
}

.kheisrah-about-snapshot article {
	position: relative;
	display: grid;
	gap: 6px;
	padding: 26px 28px;
	border-left: 1px solid rgba(37, 99, 235, 0.16);
}

.kheisrah-about-snapshot article:last-child {
	border-right: 1px solid rgba(37, 99, 235, 0.16);
}

.kheisrah-about-snapshot span {
	color: var(--kheisrah-cyan-400);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.kheisrah-about-snapshot strong {
	color: var(--kheisrah-slate-900);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1rem;
	line-height: 1.2;
}

.kheisrah-about-snapshot p {
	margin: 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
}

.kheisrah-about-operating {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none !important;
	padding: clamp(48px, 5vw, 70px) 0;
	background: #ffffff;
	transform: translateX(-50%);
}

.kheisrah-about-operating-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: center;
	width: min(100% - 48px, 1320px);
	margin: 0 auto;
}

.kheisrah-about-operating-copy {
	position: relative;
	padding: clamp(28px, 4vw, 44px);
	border-radius: 12px;
	background:
		radial-gradient(circle at 88% 12%, rgba(0, 194, 255, 0.13), transparent 34%),
		linear-gradient(135deg, #08111f, #0b213b 58%, #081b33);
	color: var(--kheisrah-white);
	overflow: hidden;
}

.kheisrah-about-operating-copy::after {
	content: "";
	position: absolute;
	right: -56px;
	bottom: -72px;
	width: 220px;
	aspect-ratio: 1;
	background: url("../images/kheisrah-logo-mark.webp") center / contain no-repeat;
	opacity: 0.11;
}

.kheisrah-about-operating-copy > * {
	position: relative;
	z-index: 1;
}

.kheisrah-about-operating-copy h2 {
	max-width: 560px;
	margin: 0;
	color: var(--kheisrah-white);
	font-size: clamp(1.9rem, 3vw, 3.2rem);
	line-height: 1.05;
}

.kheisrah-about-operating-copy p:last-child {
	max-width: 580px;
	margin-top: 18px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	line-height: 1.72;
}

.kheisrah-about-operating-list {
	display: grid;
	gap: 14px;
}

.kheisrah-about-operating-list article {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 22px 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.kheisrah-about-operating-list span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 9px;
	background: var(--kheisrah-slate-900);
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
}

.kheisrah-about-operating-list strong {
	color: var(--kheisrah-slate-900);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1.08rem;
	line-height: 1.25;
}

.kheisrah-about-operating-list p {
	grid-column: 2;
	margin: -6px 0 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.95rem;
	line-height: 1.6;
}

.kheisrah-businesses-section {
	padding-top: clamp(54px, 6vw, 82px);
	padding-bottom: clamp(58px, 7vw, 92px);
}

.kheisrah-businesses-list {
	display: grid;
	gap: 22px;
}

.kheisrah-business-profile {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background:
		radial-gradient(circle at 92% 12%, rgba(0, 194, 255, 0.11), transparent 30%),
		#ffffff;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.kheisrah-business-profile::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400), var(--kheisrah-orange-500));
}

.kheisrah-business-profile-active {
	background:
		radial-gradient(circle at 90% 14%, rgba(0, 194, 255, 0.16), transparent 32%),
		linear-gradient(180deg, #ffffff, #f8fbff);
}

.kheisrah-business-profile-muted {
	background:
		radial-gradient(circle at 90% 14%, rgba(249, 115, 22, 0.1), transparent 32%),
		linear-gradient(180deg, #ffffff, #f8fafc);
}

.kheisrah-business-profile-layout {
	gap: clamp(24px, 4vw, 58px);
	margin-bottom: 0;
}

.kheisrah-business-label {
	margin: 0 0 14px;
	color: var(--kheisrah-blue-700);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kheisrah-business-title {
	max-width: 540px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.06;
}

.kheisrah-business-text {
	margin: 0;
	color: var(--kheisrah-slate-500);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.75;
}

.kheisrah-business-tags {
	margin-top: 20px;
	margin-bottom: 0;
	color: var(--kheisrah-blue-700);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kheisrah-businesses-heading {
	margin-bottom: clamp(28px, 4vw, 44px);
}

.kheisrah-businesses-heading-title {
	max-width: 760px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(2rem, 3.4vw, 3.5rem);
	line-height: 1.06;
}

.kheisrah-business-directory {
	gap: 22px;
	margin-bottom: 0;
}

.kheisrah-business-card {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	padding: clamp(26px, 3vw, 34px);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background:
		radial-gradient(circle at 88% 12%, rgba(0, 194, 255, 0.1), transparent 30%),
		#ffffff;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.kheisrah-business-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400), var(--kheisrah-orange-500));
}

.kheisrah-business-card-active {
	background:
		radial-gradient(circle at 88% 12%, rgba(0, 194, 255, 0.15), transparent 32%),
		linear-gradient(180deg, #ffffff, #f8fbff);
}

.kheisrah-business-card-muted {
	background:
		radial-gradient(circle at 88% 12%, rgba(249, 115, 22, 0.1), transparent 32%),
		linear-gradient(180deg, #ffffff, #f8fafc);
}

.kheisrah-business-card .kheisrah-business-label {
	margin-bottom: 42px;
}

.kheisrah-business-card .kheisrah-business-title {
	font-size: clamp(1.55rem, 2.5vw, 2.35rem);
}

.kheisrah-business-card .kheisrah-business-text {
	margin-top: 18px;
	font-size: 0.98rem;
}

.kheisrah-business-card .kheisrah-button-card,
.kheisrah-business-card .kheisrah-coming-soon {
	margin-top: 28px;
}

.kheisrah-portfolio-section {
	padding-top: clamp(54px, 6vw, 82px);
	padding-bottom: clamp(64px, 7vw, 98px);
}

.kheisrah-portfolio-heading {
	margin-bottom: clamp(30px, 4vw, 46px);
}

.kheisrah-portfolio-title {
	max-width: 820px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(2rem, 3.4vw, 3.5rem);
	line-height: 1.06;
}

.kheisrah-portfolio-lead {
	max-width: 680px;
	margin-top: 18px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 1rem;
	line-height: 1.7;
}

.kheisrah-portfolio-filters {
	gap: 10px;
	margin-top: 28px;
}

.kheisrah-portfolio-filters p {
	margin: 0;
	padding: 9px 13px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: #ffffff;
	color: var(--kheisrah-slate-700);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kheisrah-portfolio-filters p:first-child {
	background: var(--kheisrah-slate-900);
	color: var(--kheisrah-white);
}

.kheisrah-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 0;
}

.kheisrah-portfolio-grid.wp-block-columns {
	display: grid !important;
	flex-wrap: unset !important;
}

.kheisrah-portfolio-grid > .wp-block-column {
	flex-basis: auto !important;
}

.kheisrah-portfolio-card {
	position: relative;
	overflow: hidden;
	min-height: 285px;
	padding: 26px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 14%, rgba(0, 194, 255, 0.1), transparent 30%),
		#ffffff;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kheisrah-portfolio-card:hover {
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.1);
	transform: translateY(-3px);
}

.kheisrah-portfolio-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400), var(--kheisrah-orange-500));
}

.kheisrah-portfolio-mark {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 0 34px;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18);
}

.kheisrah-portfolio-card .kheisrah-project-category,
.kheisrah-portfolio-card .kheisrah-project-title,
.kheisrah-portfolio-card .kheisrah-project-text {
	margin-left: 0;
	margin-right: 0;
}

.kheisrah-portfolio-card .kheisrah-project-title {
	font-size: clamp(1.2rem, 1.65vw, 1.48rem);
}

.kheisrah-portfolio-card .kheisrah-project-text {
	font-size: 0.94rem;
}

.kheisrah-contact-page-section {
	padding-top: clamp(54px, 6vw, 82px);
	padding-bottom: clamp(64px, 7vw, 98px);
}

.kheisrah-contact-action-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: clamp(34px, 5vw, 58px);
}

.kheisrah-contact-action-grid.wp-block-columns {
	flex-wrap: nowrap !important;
}

.kheisrah-contact-action-grid > .wp-block-column {
	flex-basis: auto !important;
}

.kheisrah-contact-action-card {
	position: relative;
	overflow: hidden;
	min-height: 210px;
	padding: 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background:
		radial-gradient(circle at 92% 8%, rgba(0, 194, 255, 0.1), transparent 30%),
		#ffffff;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.07);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kheisrah-contact-action-card:hover {
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 24px 66px rgba(15, 23, 42, 0.1);
	transform: translateY(-3px);
}

.kheisrah-contact-action-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400), var(--kheisrah-orange-500));
}

.kheisrah-contact-action-card-primary {
	background:
		radial-gradient(circle at 88% 10%, rgba(0, 194, 255, 0.2), transparent 30%),
		linear-gradient(135deg, var(--kheisrah-navy-950), #09264a);
	color: var(--kheisrah-white);
}

.kheisrah-contact-action-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 0 34px;
	border-radius: 15px;
	background: var(--kheisrah-slate-900);
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.kheisrah-contact-action-card-primary .kheisrah-contact-action-icon {
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	box-shadow: 0 16px 34px rgba(0, 194, 255, 0.22);
}

.kheisrah-contact-action-card h2 {
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.25rem, 1.8vw, 1.65rem);
	line-height: 1.18;
}

.kheisrah-contact-action-card-primary h2 {
	color: var(--kheisrah-white);
}

.kheisrah-contact-action-card p:not(.kheisrah-contact-action-icon) {
	margin-top: 14px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.6;
}

.kheisrah-contact-action-card-primary p:not(.kheisrah-contact-action-icon) {
	color: rgba(255, 255, 255, 0.78);
}

.kheisrah-contact-action-card a {
	color: inherit;
	text-decoration: none;
}

.kheisrah-contact-action-card a:hover {
	color: var(--kheisrah-blue-600);
}

.kheisrah-contact-action-card-primary a:hover {
	color: var(--kheisrah-cyan-400);
}

.kheisrah-contact-page-grid {
	gap: clamp(28px, 5vw, 72px);
	align-items: flex-start;
}

.kheisrah-contact-page-grid.wp-block-columns {
	flex-wrap: nowrap !important;
}

.kheisrah-contact-page-title {
	max-width: 560px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(2rem, 3.2vw, 3.35rem);
	line-height: 1.05;
}

.kheisrah-contact-page-lead {
	max-width: 560px;
	margin-top: 18px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 1rem;
	line-height: 1.72;
}

.kheisrah-contact-info-list {
	display: grid;
	gap: 14px;
	margin-top: 30px;
}

.kheisrah-contact-info-item {
	padding: 18px 20px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

.kheisrah-contact-info-label {
	margin: 0 0 6px;
	color: #003b8f;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kheisrah-contact-info-value {
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.55;
}

.kheisrah-contact-info-value a {
	color: inherit;
	text-decoration: none;
}

.kheisrah-contact-info-value a:hover {
	color: var(--kheisrah-blue-600);
}

.kheisrah-location-card {
	position: relative;
	overflow: hidden;
	min-height: auto;
	margin-top: 26px;
	padding: 28px 28px 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-bottom: 0;
	border-radius: 22px 22px 0 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
		radial-gradient(circle at 72% 28%, rgba(0, 194, 255, 0.22), transparent 28%),
		linear-gradient(135deg, #0a1b32, #0b3c5d 58%, #0f172a);
	background-size: 44px 44px, 44px 44px, auto, auto;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.12);
	color: var(--kheisrah-white);
}

.kheisrah-location-card::after {
	content: "";
	position: absolute;
	right: -52px;
	bottom: -72px;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
}

.kheisrah-location-card > * {
	position: relative;
	z-index: 1;
}

.kheisrah-location-pin {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin: 0 0 24px;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	box-shadow: 0 18px 44px rgba(0, 194, 255, 0.2);
}

.kheisrah-location-card h3 {
	margin: 0;
	color: var(--kheisrah-white);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.kheisrah-location-card p:not(.kheisrah-location-pin) {
	margin-top: 8px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1rem;
	line-height: 1.65;
}

.kheisrah-location-note {
	display: none;
}

.kheisrah-location-hours {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	max-width: 100%;
	margin-top: 18px !important;
	padding: 9px 12px;
	border: 1px solid rgba(0, 194, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--kheisrah-white) !important;
	font-size: 0.9rem !important;
	font-weight: 700;
}

.kheisrah-location-hours::before {
	content: "";
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.kheisrah-location-map {
	margin-top: 12px !important;
}

.kheisrah-location-map a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #9be8ff;
	font-weight: 800;
	text-decoration: none;
}

.kheisrah-location-map a::before {
	content: "";
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18 2 22V6l7-4 6 4 7-4v16l-7 4-6-4Z'/%3E%3Cpath d='M9 2v16'/%3E%3Cpath d='M15 6v16'/%3E%3C/svg%3E") center / contain no-repeat;
}

.kheisrah-location-map a:hover {
	color: var(--kheisrah-white);
}

.kheisrah-map-card {
	overflow: hidden;
	margin-top: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-top: 0;
	border-radius: 0 0 22px 22px;
	background: #0b1f38;
	box-shadow: 0 24px 68px rgba(15, 23, 42, 0.12);
}

.kheisrah-map-card iframe {
	display: block;
	width: 100%;
	height: 300px;
	border: 0;
	filter: saturate(0.88) contrast(1.02);
}

.kheisrah-contact-form-card {
	position: relative;
	overflow: hidden;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 8%, rgba(0, 194, 255, 0.12), transparent 30%),
		linear-gradient(180deg, #ffffff, #f8fbff);
	box-shadow: 0 22px 68px rgba(15, 23, 42, 0.08);
}

.kheisrah-contact-form-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400), var(--kheisrah-orange-500));
}

.kheisrah-contact-form-kicker {
	margin: 0 0 12px;
	color: #003b8f;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kheisrah-contact-form-title {
	max-width: 620px;
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.65rem, 2.4vw, 2.35rem);
	line-height: 1.12;
}

.kheisrah-contact-choice-list {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.kheisrah-contact-choice {
	gap: 18px;
	padding: 18px 20px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kheisrah-contact-choice:hover {
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.kheisrah-contact-choice h3 {
	margin: 0;
	color: var(--kheisrah-slate-900);
	font-size: 1.08rem;
	line-height: 1.25;
}

.kheisrah-contact-choice p {
	margin-top: 8px;
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.94rem;
	line-height: 1.55;
}

.kheisrah-contact-choice-arrow {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--kheisrah-slate-900);
	color: var(--kheisrah-white) !important;
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 0.82rem !important;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.kheisrah-form-placeholder {
	margin-top: 24px;
	padding: 20px;
	border: 1px dashed rgba(37, 99, 235, 0.28);
	border-radius: 16px;
	background: rgba(37, 99, 235, 0.04);
}

.kheisrah-form-placeholder-title {
	margin: 0 0 6px;
	color: var(--kheisrah-slate-900);
	font-size: 0.95rem;
	font-weight: 900;
}

.kheisrah-form-placeholder p:last-child {
	margin-bottom: 0;
	color: var(--kheisrah-slate-500);
	font-size: 0.94rem;
	line-height: 1.6;
}

.kheisrah-inquiry-form {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.kheisrah-inquiry-form label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: var(--kheisrah-slate-700);
	font-size: 0.9rem;
	font-weight: 800;
}

.kheisrah-inquiry-form input,
.kheisrah-inquiry-form select,
.kheisrah-inquiry-form textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 13px;
	background: #ffffff;
	color: var(--kheisrah-slate-900);
	font: inherit;
	font-weight: 600;
	padding: 12px 14px;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.kheisrah-inquiry-form textarea {
	min-height: 136px;
	resize: vertical;
}

.kheisrah-inquiry-form input:focus,
.kheisrah-inquiry-form select:focus,
.kheisrah-inquiry-form textarea:focus {
	border-color: rgba(0, 194, 255, 0.65);
	box-shadow: 0 0 0 4px rgba(0, 194, 255, 0.12);
}

.kheisrah-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.kheisrah-form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	color: var(--kheisrah-white);
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 18px 44px rgba(37, 99, 235, 0.24);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.kheisrah-form-submit:hover,
.kheisrah-form-submit:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 52px rgba(37, 99, 235, 0.3);
}

.kheisrah-form-status {
	display: none;
	padding: 12px 14px;
	border-radius: 13px;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.5;
}

.kheisrah-form-status.is-visible {
	display: block;
}

.kheisrah-form-status.is-success {
	border: 1px solid rgba(34, 197, 94, 0.22);
	background: rgba(34, 197, 94, 0.08);
	color: #166534;
}

.kheisrah-form-status.is-error {
	border: 1px solid rgba(249, 115, 22, 0.24);
	background: rgba(249, 115, 22, 0.08);
	color: #9a3412;
}

.kheisrah-hp-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 680px) {
	.kheisrah-form-grid {
		grid-template-columns: 1fr;
	}

	.kheisrah-form-submit {
		width: 100%;
	}
}

.kheisrah-legal-hero-inner {
	padding-top: clamp(42px, 5vw, 64px);
	padding-bottom: clamp(46px, 5vw, 68px);
}

.kheisrah-legal-hero .kheisrah-page-title {
	max-width: 920px;
	font-size: clamp(2.35rem, 4.4vw, 4.8rem);
}

.kheisrah-legal-section {
	padding-top: clamp(46px, 6vw, 72px);
	padding-bottom: clamp(58px, 7vw, 92px);
}

.kheisrah-legal-card {
	max-width: 920px !important;
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
}

.kheisrah-legal-card h2 {
	margin-top: 36px;
	margin-bottom: 10px;
	color: var(--kheisrah-slate-900);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.2;
}

.kheisrah-legal-card h2:first-child {
	margin-top: 0;
}

.kheisrah-legal-card p,
.kheisrah-legal-card li {
	color: var(--kheisrah-slate-500);
	font-size: 1rem;
	line-height: 1.75;
}

.kheisrah-legal-card ul {
	margin-top: 14px;
	margin-bottom: 0;
	padding-left: 1.2em;
}

.kheisrah-legal-card a {
	color: var(--kheisrah-blue-600);
	font-weight: 700;
	text-decoration: none;
}

.kheisrah-legal-card a:hover {
	color: var(--kheisrah-slate-900);
}

@media (max-width: 1100px) {
	.kheisrah-hero {
		background-image:
			linear-gradient(90deg, rgba(6, 21, 40, 0.99) 0%, rgba(6, 21, 40, 0.95) 50%, rgba(6, 21, 40, 0.56) 100%),
			radial-gradient(circle at 76% 28%, rgba(0, 194, 255, 0.18), transparent 32%),
			radial-gradient(circle at 12% 18%, rgba(249, 115, 22, 0.12), transparent 28%),
			url("../images/kheisrah-hero-ecosystem-official.webp"),
			linear-gradient(135deg, var(--kheisrah-navy-950), var(--kheisrah-navy-900) 58%, #0b2447);
		background-position:
			center,
			76% 28%,
			12% 18%,
			right -34% center,
			center;
		background-size:
			cover,
			auto,
			auto,
			min(88vw, 840px) auto,
			cover;
	}

	.kheisrah-hero-grid.wp-block-columns,
	.kheisrah-why-layout.wp-block-columns,
	.kheisrah-about-story-layout.wp-block-columns,
	.kheisrah-business-profile-layout.wp-block-columns,
	.kheisrah-contact-page-grid.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.kheisrah-hero-grid > .wp-block-column,
	.kheisrah-why-layout > .wp-block-column,
	.kheisrah-about-story-layout > .wp-block-column,
	.kheisrah-business-profile-layout > .wp-block-column,
	.kheisrah-contact-page-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.kheisrah-hero-title {
		max-width: 860px;
		font-size: clamp(3.4rem, 8vw, 5rem);
	}

	.kheisrah-hero-text {
		max-width: 760px;
	}

	.kheisrah-ecosystem {
		max-width: 680px;
		margin-inline: auto;
	}

	.kheisrah-hero-illustration {
		width: min(100%, 760px);
		margin: 22px auto 0;
	}

	.kheisrah-hero-illustration-image,
	.kheisrah-hero-visual-column img[src*="kheisrah-hero-ecosystem"] {
		width: 100%;
		margin: 0;
	}

	.kheisrah-hero-illustration-v2,
	.kheisrah-hero-visual-column img[src*="kheisrah-hero-ecosystem-v2"] {
		width: min(100%, 820px);
		margin: 20px auto 0;
	}

	.kheisrah-hero-visual-frame {
		width: min(100%, 760px);
		margin: 22px auto 0;
	}

	.kheisrah-division-grid.wp-block-columns,
	.kheisrah-business-directory.wp-block-columns,
	.kheisrah-contact-action-grid.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.kheisrah-division-grid > .wp-block-column,
	.kheisrah-business-directory > .wp-block-column,
	.kheisrah-contact-action-grid > .wp-block-column {
		flex-basis: calc(50% - 12px) !important;
	}

	.kheisrah-division-grid > .wp-block-column:last-child,
	.kheisrah-business-directory > .wp-block-column:last-child,
	.kheisrah-contact-action-grid > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}

	.kheisrah-project-grid-compact,
	.kheisrah-portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kheisrah-project-grid-compact.wp-block-columns,
	.kheisrah-portfolio-grid.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.kheisrah-project-grid-compact > .wp-block-column,
	.kheisrah-portfolio-grid > .wp-block-column {
		flex-basis: calc(50% - 10px) !important;
	}
}

@media (max-width: 768px) {
	.kheisrah-hero {
		text-align: left;
		background-image:
			linear-gradient(180deg, rgba(6, 21, 40, 0.98) 0%, rgba(6, 21, 40, 0.92) 54%, rgba(6, 21, 40, 0.74) 100%),
			radial-gradient(circle at 82% 76%, rgba(0, 194, 255, 0.18), transparent 34%),
			radial-gradient(circle at 12% 18%, rgba(249, 115, 22, 0.13), transparent 28%),
			url("../images/kheisrah-hero-ecosystem-official.webp"),
			linear-gradient(135deg, var(--kheisrah-navy-950), var(--kheisrah-navy-900) 58%, #0b2447);
		background-position:
			center,
			82% 76%,
			12% 18%,
			right -210px bottom 4px,
			center;
		background-size:
			cover,
			auto,
			auto,
			680px auto,
			cover;
	}

	.kheisrah-hero-inner {
		padding-top: 46px;
	}

	.kheisrah-hero-actions .wp-block-button {
		width: 100%;
	}

	.kheisrah-hero-actions .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.kheisrah-ecosystem {
		min-height: 420px;
		margin-top: 24px;
	}

	.kheisrah-hero-illustration img {
		border-radius: 18px;
	}

	.kheisrah-hero-illustration-image,
	.kheisrah-hero-visual-column img[src*="kheisrah-hero-ecosystem"] {
		border-radius: 0;
	}

	.kheisrah-hero-visual-frame {
		border-radius: 20px;
	}

	.kheisrah-node {
		min-width: 116px;
		min-height: 84px;
		padding: 14px 16px;
	}

	.kheisrah-node-center {
		width: 136px;
		height: 136px;
	}

	.kheisrah-node-center strong {
		font-size: 3.3rem;
	}

	.kheisrah-node-printing {
		left: 0;
	}

	.kheisrah-node-goods {
		right: 0;
	}

	.kheisrah-node-future {
		right: 2%;
	}

	.kheisrah-audience-strip {
		justify-content: flex-start;
		gap: 14px 22px;
	}

	.kheisrah-divisions-section {
		padding-top: 58px;
		padding-bottom: 62px;
	}

	.kheisrah-division-grid {
		gap: 18px;
	}

	.kheisrah-division-grid > .wp-block-column,
	.kheisrah-business-directory > .wp-block-column,
	.kheisrah-contact-action-grid > .wp-block-column,
	.kheisrah-project-grid-compact > .wp-block-column,
	.kheisrah-portfolio-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.kheisrah-division-card {
		min-height: auto;
	}

	.kheisrah-why-section {
		padding-top: 58px;
		padding-bottom: 62px;
	}

	.kheisrah-why-row {
		gap: 18px;
	}

	.kheisrah-why-card {
		min-height: auto;
	}

	.kheisrah-projects-section {
		padding-top: 58px;
		padding-bottom: 62px;
	}

	.kheisrah-projects-heading {
		display: block;
	}

	.kheisrah-projects-lead {
		margin-top: 18px;
		max-width: none;
	}

	.kheisrah-project-grid,
	.kheisrah-project-stack {
		gap: 18px;
	}

	.kheisrah-project-grid-compact {
		display: grid;
		grid-template-columns: 1fr;
	}

	.kheisrah-project-grid-compact.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.kheisrah-project-visual {
		min-height: 210px;
	}

	.kheisrah-project-grid-compact .kheisrah-project-visual {
		min-height: 124px;
	}

	.kheisrah-contact-section {
		padding: 58px 0;
	}

	.kheisrah-contact-panel {
		border-radius: 0;
	}

	.kheisrah-contact-option {
		align-items: flex-start;
	}

	.kheisrah-footer-inner,
	.kheisrah-footer-bottom {
		width: min(100% - 32px, 1290px);
	}

	.kheisrah-footer-inner,
	.kheisrah-footer-nav {
		grid-template-columns: 1fr;
	}

	.kheisrah-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.kheisrah-page-hero-inner,
	.kheisrah-about-story,
	.kheisrah-mission-section,
	.kheisrah-values-section,
	.kheisrah-about-direction {
		padding-top: 44px;
		padding-bottom: 48px;
	}

	.kheisrah-page-title {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

	.kheisrah-mission-grid,
	.kheisrah-values-grid {
		gap: 18px;
	}

	.kheisrah-about-direction-panel {
		border-radius: 0;
	}

	.kheisrah-businesses-section {
		padding-top: 44px;
		padding-bottom: 52px;
	}

	.kheisrah-businesses-list {
		gap: 18px;
	}

	.kheisrah-business-profile {
		padding: 24px;
	}

	.kheisrah-business-directory {
		gap: 18px;
	}

	.kheisrah-business-card {
		min-height: auto;
		padding: 24px;
	}

	.kheisrah-business-card .kheisrah-business-label {
		margin-bottom: 28px;
	}

	.kheisrah-portfolio-section {
		padding-top: 44px;
		padding-bottom: 52px;
	}

	.kheisrah-portfolio-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.kheisrah-portfolio-grid.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.kheisrah-portfolio-card {
		min-height: auto;
	}

	.kheisrah-contact-page-section {
		padding-top: 44px;
		padding-bottom: 52px;
	}

	.kheisrah-contact-action-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.kheisrah-contact-action-grid.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.kheisrah-contact-action-card {
		min-height: auto;
		padding: 24px;
	}

	.kheisrah-contact-action-icon {
		margin-bottom: 28px;
	}

	.kheisrah-contact-page-grid {
		gap: 20px;
	}

	.kheisrah-contact-page-grid.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.kheisrah-contact-form-card {
		padding: 24px;
	}

	.kheisrah-location-card {
		min-height: 250px;
		padding: 24px;
	}

	.kheisrah-contact-choice {
		align-items: flex-start;
	}

	.kheisrah-legal-section {
		padding-top: 44px;
		padding-bottom: 52px;
	}

	.kheisrah-legal-card {
		padding: 24px;
	}
}

@media (max-width: 560px) {
	.kheisrah-hero {
		background-position:
			center,
			82% 78%,
			12% 18%,
			right -260px bottom 0,
			center;
		background-size:
			cover,
			auto,
			auto,
			560px auto,
			cover;
	}

	[data-header*="type-1"] {
		--header-height: 64px !important;
	}

	[data-header*="type-1"] .ct-header [data-row*="middle"] {
		--height: 64px !important;
	}

	.ct-header .site-title {
		font-size: 1.2rem;
	}

	.kheisrah-eyebrow,
	.kheisrah-section-eyebrow {
		font-size: 0.7rem;
		letter-spacing: 0.1em;
	}

	.kheisrah-eyebrow::before,
	.kheisrah-section-eyebrow::before {
		width: 24px;
	}

	.kheisrah-hero-inner {
		padding-top: 38px;
		padding-bottom: 42px;
	}

	.kheisrah-hero-title {
		font-size: clamp(2.45rem, 15vw, 3.5rem);
		line-height: 1;
	}

	.kheisrah-page-title {
		font-size: clamp(2.25rem, 12vw, 3.35rem);
		line-height: 1.04;
	}

	.kheisrah-section-title,
	.kheisrah-why-title,
	.kheisrah-projects-title,
	.kheisrah-portfolio-title,
	.kheisrah-businesses-heading-title,
	.kheisrah-contact-page-title {
		font-size: clamp(1.9rem, 10vw, 2.75rem);
		line-height: 1.08;
	}

	.kheisrah-hero-text,
	.kheisrah-page-lead,
	.kheisrah-section-lead,
	.kheisrah-why-lead,
	.kheisrah-contact-page-lead {
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.kheisrah-ecosystem {
		min-height: 360px;
	}

	.kheisrah-hero-illustration {
		width: 118%;
		margin-left: -9%;
		margin-right: -9%;
	}

	.kheisrah-hero-illustration img {
		border-radius: 16px;
		filter: drop-shadow(0 22px 54px rgba(0, 0, 0, 0.28));
	}

	.kheisrah-hero-illustration-image,
	.kheisrah-hero-visual-column img[src*="kheisrah-hero-ecosystem"] {
		width: 100%;
		margin: 0;
		border-radius: 0;
		filter: saturate(0.96) contrast(1.04);
	}

	.kheisrah-hero-illustration-v2,
	.kheisrah-hero-visual-column img[src*="kheisrah-hero-ecosystem-v2"] {
		width: 116%;
		margin-left: -8%;
		margin-right: -8%;
		filter:
			saturate(1.02)
			contrast(1.02)
			drop-shadow(0 22px 54px rgba(0, 0, 0, 0.24));
	}

	.kheisrah-hero-visual-frame {
		width: 100%;
		margin: 18px auto 0;
		border-radius: 18px;
	}

	.kheisrah-hero-visual-frame::after {
		inset: 10px;
		border-radius: 14px;
	}

	.kheisrah-node {
		min-width: 104px;
		min-height: 76px;
		padding: 12px;
		border-radius: 15px;
	}

	.kheisrah-node strong {
		font-size: 0.95rem;
	}

	.kheisrah-node span {
		font-size: 0.66rem;
	}

	.kheisrah-node-center {
		width: 120px;
		height: 120px;
	}

	.kheisrah-node-center strong {
		font-size: 3rem;
	}

	.kheisrah-node-printing {
		top: 6%;
		left: 0;
	}

	.kheisrah-node-goods {
		top: 24%;
		right: 0;
	}

	.kheisrah-node-future {
		right: 4%;
		bottom: 5%;
	}

	.kheisrah-audience-strip {
		padding: 16px;
	}

	.kheisrah-audience-strip p {
		font-size: 0.72rem;
	}

	.kheisrah-division-card,
	.kheisrah-why-card,
	.kheisrah-business-card,
	.kheisrah-portfolio-card,
	.kheisrah-contact-action-card,
	.kheisrah-contact-form-card,
	.kheisrah-legal-card {
		border-radius: 16px;
	}

	.kheisrah-contact-choice {
		flex-wrap: wrap !important;
	}

	.kheisrah-contact-choice-arrow {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 768px) {
	.kheisrah-divisions-section,
	.kheisrah-why-section,
	.kheisrah-projects-section,
	.kheisrah-contact-section {
		padding-top: 44px;
		padding-bottom: 48px;
	}

	.kheisrah-section-heading,
	.kheisrah-projects-heading {
		margin-bottom: 28px;
	}

	.kheisrah-division-card,
	.kheisrah-why-card {
		padding: 22px;
	}

	.kheisrah-card-index,
	.kheisrah-why-icon {
		margin-bottom: 18px;
	}

	.kheisrah-card-text,
	.kheisrah-why-card-text {
		line-height: 1.58;
	}

	.kheisrah-card-tags {
		margin-top: 18px;
	}

	.kheisrah-button-card,
	.kheisrah-coming-soon {
		margin-top: 20px;
	}

	.kheisrah-project-grid-compact .kheisrah-project-card {
		padding-bottom: 22px;
	}

	.kheisrah-project-grid-compact .kheisrah-project-visual {
		min-height: 98px;
		margin-bottom: 20px;
	}

	.kheisrah-project-mark {
		width: 52px;
		height: 52px;
		border-radius: 15px;
	}

	.kheisrah-project-grid-compact .kheisrah-project-category,
	.kheisrah-project-grid-compact .kheisrah-project-title,
	.kheisrah-project-grid-compact .kheisrah-project-text {
		margin-left: 20px;
		margin-right: 20px;
	}

	.kheisrah-site-footer {
		padding-top: 42px;
	}
}

@media (max-width: 560px) {
	.kheisrah-hero {
		min-height: auto;
	}

	.kheisrah-hero-inner {
		padding-top: 32px;
		padding-bottom: 34px;
	}

	.kheisrah-hero-text {
		margin-top: 18px;
	}

	.kheisrah-hero-actions {
		margin-top: 22px;
	}

	.kheisrah-audience-strip {
		margin-top: 24px;
		gap: 10px;
	}

	.kheisrah-audience-strip p {
		gap: 8px;
	}

	.kheisrah-audience-strip p::before {
		width: 28px;
		height: 28px;
		border-radius: 9px;
		background-size: 15px 15px;
	}

	.kheisrah-section-title,
	.kheisrah-why-title,
	.kheisrah-projects-title {
		font-size: clamp(1.85rem, 9vw, 2.45rem);
	}

	.kheisrah-division-card::after {
		width: 68px;
		height: 68px;
		background-size: 38px 38px;
		opacity: 0.7;
	}

	.kheisrah-why-card::after {
		width: 58px;
		height: 58px;
		background-size: 30px 30px;
	}
}

.ct-header [data-row*="middle"] {
	backdrop-filter: blur(18px);
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.ct-header .site-branding {
	display: flex;
	align-items: center;
}

.ct-header .site-title a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--kheisrah-slate-900);
	line-height: 1;
	text-decoration: none;
}

.ct-header .site-title a::before {
	content: "";
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 11px;
	background:
		url("../images/kheisrah-logo-mark.webp") center / 25px 25px no-repeat,
		linear-gradient(135deg, #ffffff, #f1f7ff);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.header-menu-1 .menu {
	display: flex;
	align-items: center;
	gap: 4px;
}

.header-menu-1 .menu > li > .ct-menu-link {
	min-height: 38px;
	padding: 0 13px;
	border-radius: 999px;
	color: var(--kheisrah-slate-900);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-menu-1 .menu > li > .ct-menu-link:hover,
.header-menu-1 .menu > li.current-menu-item > .ct-menu-link {
	background: rgba(37, 99, 235, 0.08);
	color: var(--kheisrah-blue-600);
	transform: translateY(-1px);
}

.header-menu-1 .menu > li:last-child > .ct-menu-link {
	background: linear-gradient(135deg, var(--kheisrah-blue-600), var(--kheisrah-cyan-400));
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.2);
	color: var(--kheisrah-white);
}

.header-menu-1 .menu > li:last-child > .ct-menu-link:hover,
.header-menu-1 .menu > li:last-child.current-menu-item > .ct-menu-link {
	background: linear-gradient(135deg, var(--kheisrah-blue-700), var(--kheisrah-cyan-400));
	color: var(--kheisrah-white);
}

.ct-header-trigger.ct-toggle {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.ct-panel .mobile-menu .ct-menu-link {
	min-height: 46px;
	padding: 0;
	color: var(--kheisrah-slate-900);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 800;
}

.ct-panel .mobile-menu .current-menu-item > .ct-menu-link {
	color: var(--kheisrah-blue-600);
}

.ct-panel,
.ct-panel-inner,
.ct-drawer-canvas,
.ct-drawer-content {
	background: #071a2e;
	color: #e5edf7;
}

.ct-panel .mobile-menu .ct-menu-link,
.ct-panel .mobile-menu a,
.ct-panel .ct-menu-link {
	color: #eaf3ff !important;
}

.ct-panel .mobile-menu .ct-menu-link:hover,
.ct-panel .mobile-menu .current-menu-item > .ct-menu-link {
	color: #7de7ff !important;
}

.ct-panel .mobile-menu .ct-menu-link {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ct-panel .mobile-menu .current-menu-item > .ct-menu-link {
	position: relative;
}

.ct-panel .mobile-menu .current-menu-item > .ct-menu-link::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #00c2ff, #f97316);
	box-shadow: 0 0 18px rgba(0, 194, 255, 0.45);
}

.ct-panel .ct-panel-actions,
.ct-panel .ct-panel-heading,
.ct-panel .ct-panel-content {
	color: #eaf3ff;
}

.ct-panel .ct-toggle-close {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

/* Real project photos */
.kheisrah-project-photo-school,
.kheisrah-project-photo-tarpaulin,
.kheisrah-project-photo-supplies,
.kheisrah-project-photo-apparel,
.kheisrah-project-photo-cutting,
.kheisrah-project-photo-installations,
.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(1) .kheisrah-project-visual,
.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(2) .kheisrah-project-visual,
.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(3) .kheisrah-project-visual,
.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(4) .kheisrah-project-visual {
	background-position: center;
	background-size: cover;
}

.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(1) .kheisrah-project-visual,
.kheisrah-project-photo-school {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.04), rgba(8, 27, 51, 0.48)),
		url("../images/projects/project-school-signage.jpg");
}

.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(2) .kheisrah-project-visual,
.kheisrah-project-photo-tarpaulin {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.02), rgba(8, 27, 51, 0.5)),
		url("../images/projects/project-tarpaulin-printing.jpg");
}

.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(3) .kheisrah-project-visual,
.kheisrah-project-photo-supplies {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.04), rgba(8, 27, 51, 0.48)),
		url("../images/projects/project-office-supplies.jpg");
}

.kheisrah-project-grid-compact .kheisrah-project-card:nth-child(4) .kheisrah-project-visual,
.kheisrah-project-photo-apparel {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.04), rgba(8, 27, 51, 0.52)),
		url("../images/projects/project-custom-apparel.jpg");
}

.kheisrah-project-photo-cutting {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.03), rgba(8, 27, 51, 0.5)),
		url("../images/projects/project-automatic-cutting.jpg");
}

.kheisrah-project-photo-installations {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.03), rgba(8, 27, 51, 0.5)),
		url("../images/projects/project-installations.jpg");
}

.kheisrah-project-grid-compact .kheisrah-project-visual {
	align-items: end;
	aspect-ratio: 16 / 10;
	min-height: auto;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.kheisrah-project-grid-compact .kheisrah-project-visual::before {
	opacity: 0;
}

.kheisrah-project-grid-compact .kheisrah-project-mark {
	display: none;
}

.kheisrah-portfolio-card {
	padding-top: 190px;
}

.kheisrah-portfolio-card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 160px;
	background-position: center;
	background-size: cover;
}

.kheisrah-portfolio-card:nth-child(1)::after {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.04), rgba(8, 27, 51, 0.45)),
		url("../images/projects/project-school-signage.jpg");
}

.kheisrah-portfolio-card:nth-child(2)::after {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.02), rgba(8, 27, 51, 0.48)),
		url("../images/projects/project-tarpaulin-printing.jpg");
}

.kheisrah-portfolio-card:nth-child(3)::after {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.04), rgba(8, 27, 51, 0.48)),
		url("../images/projects/project-custom-apparel.jpg");
}

.kheisrah-portfolio-card:nth-child(4)::after {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.04), rgba(8, 27, 51, 0.5)),
		url("../images/projects/project-office-supplies.jpg");
}

.kheisrah-portfolio-card:nth-child(5)::after {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.03), rgba(8, 27, 51, 0.48)),
		url("../images/projects/project-automatic-cutting.jpg");
}

.kheisrah-portfolio-card:nth-child(6)::after {
	background-image:
		linear-gradient(180deg, rgba(8, 27, 51, 0.03), rgba(8, 27, 51, 0.5)),
		url("../images/projects/project-installations.jpg");
}

.kheisrah-portfolio-card::before {
	z-index: 2;
}

.kheisrah-portfolio-card > * {
	position: relative;
	z-index: 3;
}

.kheisrah-portfolio-mark {
	position: absolute;
	top: 122px;
	left: 24px;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 18px;
	background: rgba(8, 27, 51, 0.82);
	backdrop-filter: blur(12px);
	color: transparent;
	font-size: 0;
}

.kheisrah-portfolio-mark::before {
	content: "";
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.kheisrah-portfolio-card:nth-child(1) .kheisrah-portfolio-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3Cpath d='M12 19v3'/%3E%3C/svg%3E");
}

.kheisrah-portfolio-card:nth-child(2) .kheisrah-portfolio-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v10H4z'/%3E%3Cpath d='M4 11h16'/%3E%3Cpath d='M8 17v3'/%3E%3Cpath d='M16 17v3'/%3E%3C/svg%3E");
}

.kheisrah-portfolio-card:nth-child(3) .kheisrah-portfolio-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4h8l2 4v12H6V8l2-4Z'/%3E%3Cpath d='M9 8h6'/%3E%3Cpath d='M8 4c.8 2 2 3 4 3s3.2-1 4-3'/%3E%3C/svg%3E");
}

.kheisrah-portfolio-card:nth-child(4) .kheisrah-portfolio-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 7 9-4 9 4-9 4-9-4Z'/%3E%3Cpath d='M3 7v10l9 4 9-4V7'/%3E%3Cpath d='M12 11v10'/%3E%3C/svg%3E");
}

.kheisrah-portfolio-card:nth-child(5) .kheisrah-portfolio-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Cpath d='M20 4 8.1 15.9'/%3E%3Cpath d='M14.5 14.5 20 20'/%3E%3Cpath d='M8.1 8.1 12 12'/%3E%3C/svg%3E");
}

.kheisrah-portfolio-card:nth-child(6) .kheisrah-portfolio-mark::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5 5L4 17v3h3l5.7-5.7a4 4 0 0 0 5-5l-2.5 2.5-2.5-2.5 2.5-2.5Z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
	.kheisrah-project-grid-compact .kheisrah-project-visual {
		min-height: auto;
	}

	.kheisrah-portfolio-card {
		padding-top: 178px;
	}

	.kheisrah-portfolio-card::after {
		height: 150px;
	}

	.kheisrah-portfolio-mark {
		top: 112px;
	}
}

.kheisrah-footer-logo {
	align-items: center;
	gap: 11px;
}

.kheisrah-footer-logo::before {
	content: "";
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background:
		url("../images/kheisrah-logo-mark.webp") center / 26px 26px no-repeat,
		rgba(255, 255, 255, 0.08);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.ct-footer-copyright[data-id="copyright"] {
	display: none;
}

/*
 * Final rhythm pass.
 * These overrides tighten the imported starter-site spacing while keeping the
 * current Kheisrah layout intact.
 */
.kheisrah-divisions-section,
.kheisrah-projects-section {
	padding-top: clamp(58px, 6vw, 84px);
	padding-bottom: clamp(62px, 6vw, 88px);
}

.kheisrah-why-section {
	padding-top: clamp(58px, 6vw, 86px);
	padding-bottom: clamp(62px, 6vw, 88px);
}

.kheisrah-contact-section {
	padding-top: clamp(58px, 6vw, 84px);
	padding-bottom: clamp(62px, 6vw, 88px);
}

.kheisrah-section-heading,
.kheisrah-projects-heading {
	margin-bottom: clamp(32px, 4vw, 52px);
}

.kheisrah-hero {
	min-height: min(700px, calc(100vh - 40px));
}

.kheisrah-hero-inner {
	min-height: min(700px, calc(100vh - 40px));
	padding-top: clamp(52px, 6vw, 86px);
	padding-bottom: clamp(42px, 5vw, 70px);
}

.kheisrah-audience-strip {
	margin-top: clamp(34px, 5vw, 56px);
}

.kheisrah-page-hero-inner {
	padding-top: clamp(42px, 5vw, 66px);
	padding-bottom: clamp(42px, 5vw, 68px);
}

.kheisrah-about-story,
.kheisrah-values-section,
.kheisrah-businesses-section,
.kheisrah-portfolio-section,
.kheisrah-contact-page-section {
	padding-top: clamp(48px, 5vw, 68px);
	padding-bottom: clamp(52px, 5vw, 74px);
}

.kheisrah-mission-section,
.kheisrah-about-direction {
	padding-top: clamp(44px, 5vw, 62px);
	padding-bottom: clamp(48px, 5vw, 68px);
}

.kheisrah-contact-panel {
	padding: clamp(34px, 5vw, 64px);
}

.kheisrah-site-footer {
	padding-top: clamp(44px, 5vw, 64px);
}

@media (min-width: 1000px) {
	.kheisrah-footer-inner {
		column-gap: clamp(44px, 7vw, 120px);
	}
}

@media (max-width: 768px) {
	.kheisrah-hero-inner {
		padding-top: 30px;
		padding-bottom: 34px;
	}

	.kheisrah-page-hero-inner,
	.kheisrah-about-story,
	.kheisrah-mission-section,
	.kheisrah-values-section,
	.kheisrah-about-direction,
	.kheisrah-businesses-section,
	.kheisrah-portfolio-section,
	.kheisrah-contact-page-section {
		padding-top: 38px;
		padding-bottom: 42px;
	}

	.kheisrah-site-footer {
		padding-top: 38px;
	}
}

/*
 * Corporate radius pass.
 * Tightens the visual language from soft/startup to sharper business-grade UI.
 */
:root {
	--kheisrah-radius-sm: 4px;
	--kheisrah-radius-md: 8px;
	--kheisrah-radius-lg: 10px;
}

.kheisrah-hero-visual,
.kheisrah-hero-ecosystem,
.kheisrah-division-card,
.kheisrah-why-card,
.kheisrah-project-card,
.kheisrah-project-visual,
.kheisrah-business-card,
.kheisrah-business-profile-card,
.kheisrah-mission-card,
.kheisrah-value-card,
.kheisrah-portfolio-card,
.kheisrah-contact-action-card,
.kheisrah-contact-choice,
.kheisrah-contact-form-card,
.kheisrah-legal-card,
.kheisrah-form-placeholder,
.kheisrah-inquiry-form input,
.kheisrah-inquiry-form select,
.kheisrah-inquiry-form textarea,
.kheisrah-form-status {
	border-radius: 10px !important;
}

.kheisrah-contact-panel,
.kheisrah-about-direction-panel,
.kheisrah-audience-strip {
	border-radius: 12px !important;
}

.kheisrah-hero-button-primary,
.kheisrah-hero-button-secondary,
.kheisrah-business-card .wp-block-button__link,
.kheisrah-contact-option,
.kheisrah-contact-arrow,
.kheisrah-form-submit,
.kheisrah-portfolio-filters p,
.kheisrah-location-hours {
	border-radius: 8px !important;
}

.kheisrah-division-number,
.kheisrah-why-icon,
.kheisrah-contact-action-icon,
.kheisrah-contact-choice-arrow,
.kheisrah-location-pin,
.kheisrah-portfolio-mark,
.kheisrah-footer-logo::before {
	border-radius: 9px !important;
}

.kheisrah-location-card {
	border-radius: 12px 12px 0 0 !important;
}

.kheisrah-map-card {
	border-radius: 0 0 12px 12px !important;
}

.kheisrah-project-mark {
	border-radius: 8px !important;
}

/*
 * Reference-style audience strip beneath the hero.
 */
.kheisrah-hero-inner {
	padding-bottom: 0 !important;
}

.kheisrah-audience-strip {
	position: relative;
	left: 50%;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 !important;
	margin-top: clamp(34px, 5vw, 56px) !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 max(24px, calc((100vw - 1320px) / 2)) !important;
	width: 100vw !important;
	max-width: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f3f6fa !important;
	backdrop-filter: none !important;
	box-shadow: none !important;
	transform: translateX(-50%);
	overflow: hidden;
}

.kheisrah-audience-strip p {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 18px;
	min-height: 112px;
	padding: 20px 28px;
	color: var(--kheisrah-slate-900) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.35;
	text-transform: none !important;
}

.kheisrah-audience-strip p + p {
	border-left: 1px solid rgba(37, 99, 235, 0.18);
}

.kheisrah-audience-strip p:first-child {
	border-left: 1px solid rgba(37, 99, 235, 0.18);
}

.kheisrah-audience-strip p::before {
	width: 34px !important;
	height: 34px !important;
	flex: 0 0 34px;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	background-size: 30px 30px !important;
	box-shadow: none !important;
}

.kheisrah-audience-text {
	display: grid;
	gap: 3px;
}

.kheisrah-audience-text strong {
	color: var(--kheisrah-slate-900);
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
}

.kheisrah-audience-text span {
	color: var(--kheisrah-slate-500);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.kheisrah-audience-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-right: 24px !important;
		padding-left: 24px !important;
	}

	.kheisrah-audience-strip p:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(37, 99, 235, 0.18);
	}

	.kheisrah-audience-strip p:nth-child(4) {
		border-top: 1px solid rgba(37, 99, 235, 0.18);
	}
}

@media (max-width: 560px) {
	.kheisrah-audience-strip {
		grid-template-columns: 1fr;
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.kheisrah-audience-strip p {
		min-height: auto;
		padding: 18px 20px;
	}

	.kheisrah-audience-strip p + p {
		border-left: 0;
		border-top: 1px solid rgba(37, 99, 235, 0.18);
	}
}

/*
 * Homepage polish pass.
 * Keeps the approved visual direction while tightening section rhythm.
 */
@media (min-width: 769px) {
	.kheisrah-divisions-section,
	.kheisrah-projects-section {
		padding-top: clamp(50px, 4.5vw, 68px) !important;
		padding-bottom: clamp(54px, 4.5vw, 72px) !important;
	}

	.kheisrah-why-section {
		padding-top: clamp(54px, 4.8vw, 74px) !important;
		padding-bottom: clamp(56px, 4.8vw, 76px) !important;
	}

	.kheisrah-contact-section {
		padding-top: clamp(50px, 4.5vw, 68px) !important;
		padding-bottom: clamp(48px, 4.5vw, 66px) !important;
	}

	.kheisrah-section-heading,
	.kheisrah-projects-heading {
		margin-bottom: clamp(30px, 4vw, 46px) !important;
	}

	.kheisrah-division-card {
		min-height: 340px;
		padding: clamp(24px, 2.6vw, 32px);
	}

	.kheisrah-card-index {
		margin-bottom: 22px;
	}

	.kheisrah-card-text {
		margin-top: 14px;
		line-height: 1.62;
	}

	.kheisrah-card-tags {
		margin-top: 20px;
	}

	.kheisrah-button-card,
	.kheisrah-coming-soon {
		margin-top: 22px;
	}

	.kheisrah-why-card {
		min-height: 205px;
		padding: clamp(22px, 2.6vw, 28px);
	}

	.kheisrah-project-grid,
	.kheisrah-project-grid-compact,
	.kheisrah-project-stack {
		gap: 20px;
	}

	.kheisrah-project-grid-compact .kheisrah-project-visual {
		min-height: 112px;
		margin-bottom: 20px;
	}

	.kheisrah-project-grid-compact .kheisrah-project-card {
		padding-bottom: 24px;
	}

	.kheisrah-contact-panel {
		padding: clamp(32px, 4.4vw, 56px);
	}
}

@media (max-width: 768px) {
	.kheisrah-divisions-section,
	.kheisrah-why-section,
	.kheisrah-projects-section,
	.kheisrah-contact-section {
		padding-top: 42px !important;
		padding-bottom: 46px !important;
	}

	.kheisrah-section-heading,
	.kheisrah-projects-heading {
		margin-bottom: 24px !important;
	}

	.kheisrah-division-card,
	.kheisrah-why-card,
	.kheisrah-project-card {
		box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
	}

	.kheisrah-about-snapshot-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(100% - 32px, 1320px);
	}

	.kheisrah-about-snapshot article {
		padding: 20px;
	}

	.kheisrah-about-snapshot article:nth-child(3) {
		border-top: 1px solid rgba(37, 99, 235, 0.16);
	}

	.kheisrah-about-snapshot article:nth-child(4) {
		border-top: 1px solid rgba(37, 99, 235, 0.16);
	}

	.kheisrah-about-operating {
		padding: 42px 0;
	}

	.kheisrah-about-operating-inner {
		grid-template-columns: 1fr;
		width: min(100% - 32px, 1320px);
		gap: 20px;
	}

	.kheisrah-about-operating-copy {
		padding: 28px;
	}
}

@media (max-width: 560px) {
	.kheisrah-audience-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	.kheisrah-audience-strip p {
		align-items: flex-start;
		gap: 10px;
		padding: 16px 12px;
	}

	.kheisrah-audience-strip p + p {
		border-top: 0;
		border-left: 0;
	}

	.kheisrah-audience-strip p:nth-child(2),
	.kheisrah-audience-strip p:nth-child(4) {
		border-left: 1px solid rgba(37, 99, 235, 0.18);
	}

	.kheisrah-audience-strip p:nth-child(3),
	.kheisrah-audience-strip p:nth-child(4) {
		border-top: 1px solid rgba(37, 99, 235, 0.18);
	}

	.kheisrah-audience-text strong {
		font-size: 0.86rem;
	}

	.kheisrah-audience-text span {
		font-size: 0.74rem;
		line-height: 1.35;
	}

	.kheisrah-about-snapshot-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kheisrah-about-snapshot article,
	.kheisrah-about-snapshot article:last-child {
		border-right: 0;
		border-left: 0;
		border-top: 1px solid rgba(37, 99, 235, 0.16);
		padding: 16px 10px;
	}

	.kheisrah-about-snapshot article:first-child {
		border-top: 0;
	}

	.kheisrah-about-snapshot article:nth-child(2) {
		border-top: 0;
		border-left: 1px solid rgba(37, 99, 235, 0.16);
	}

	.kheisrah-about-snapshot article:nth-child(4) {
		border-left: 1px solid rgba(37, 99, 235, 0.16);
	}

	.kheisrah-about-snapshot strong {
		font-size: 0.9rem;
	}

	.kheisrah-about-snapshot p {
		font-size: 0.78rem;
		line-height: 1.36;
	}

	.kheisrah-about-operating-copy {
		padding: 22px;
	}

	.kheisrah-about-operating-list article {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
	}

	.kheisrah-about-operating-list p {
		grid-column: 2;
		margin-top: -4px;
	}
}

@media (max-width: 360px) {
	.kheisrah-audience-strip {
		grid-template-columns: 1fr;
	}

	.kheisrah-audience-strip p:nth-child(2),
	.kheisrah-audience-strip p:nth-child(4) {
		border-left: 0;
	}

	.kheisrah-audience-strip p + p {
		border-top: 1px solid rgba(37, 99, 235, 0.18);
	}
}
