:root {
	--k3-teal: #106b7f;
	--k3-teal-700: #0d5a6a;
	--k3-teal-800: #0a4c5a;
	--k3-teal-900: #08424e;
	--k3-gold: #c4a15a;
	--k3-gold-strong: #b4863f;
	--k3-ink: #173b44;
	--k3-muted: #627b81;
	--k3-paper: #f7f5ef;
	--k3-sand: #eee8dc;
	--k3-mint: #e7f6f1;
	--k3-mint-strong: #d0ece5;
	--k3-white: #ffffff;
	--k3-line: rgba(16, 107, 127, 0.18);
	--k3-shadow: 0 22px 60px rgba(8, 66, 78, 0.14);
}

/* Theme isolation is deliberately scoped to pages managed by this plugin. */
body.kajbar-core-page {
	margin: 0;
	background: var(--k3-paper);
}

body.kajbar-core-page .entry-header,
body.kajbar-core-page .page-header,
body.kajbar-core-page .post-header,
body.kajbar-core-page .entry-title,
body.kajbar-core-page .page-title,
body.kajbar-core-page .post-title,
body.kajbar-core-page .wp-block-post-title,
body.kajbar-core-page .wp-block-query-title,
body.kajbar-core-page header.wp-block-template-part,
body.kajbar-core-page footer.wp-block-template-part,
body.kajbar-core-page #masthead,
body.kajbar-core-page #colophon,
body.kajbar-core-page .site-header:not(.k3-header),
body.kajbar-core-page .site-footer:not(.k3-footer) {
	display: none !important;
}

body.kajbar-core-page .entry-content,
body.kajbar-core-page .post-content,
body.kajbar-core-page .page-content,
body.kajbar-core-page .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.kajbar-core-page .site-main,
body.kajbar-core-page #main,
body.kajbar-core-page #primary,
body.kajbar-core-page .content-area,
body.kajbar-core-page .site-content,
body.kajbar-core-page .wp-site-blocks {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.k3,
.k3 * {
	box-sizing: border-box;
}

.k3 {
	position: relative;
	width: 100%;
	max-width: none;
	margin-inline: 0;
	background: var(--k3-paper);
	color: var(--k3-ink);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: start;
	overflow-x: clip;
}

.k3[dir="rtl"] {
	font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

.k3 img {
	max-width: 100%;
	height: auto;
}

.k3 a,
.k3 button,
.k3 input,
.k3 select,
.k3 textarea {
	font: inherit;
}

.k3 a:focus-visible,
.k3 button:focus-visible,
.k3 input:focus-visible,
.k3 select:focus-visible,
.k3 textarea:focus-visible {
	outline: 3px solid var(--k3-gold);
	outline-offset: 3px;
}

.k3 h1,
.k3 h2,
.k3 h3,
.k3 p {
	margin-top: 0;
}

.k3 h1,
.k3 h2,
.k3 h3 {
	color: inherit;
	font-weight: 780;
}

.k3-shell {
	width: min(1200px, calc(100% - 48px));
	margin-inline: auto;
}

.k3-screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.k3-skip-link {
	position: fixed;
	inset-block-start: 8px;
	inset-inline-start: 8px;
	z-index: 100000;
	transform: translateY(-150%);
	padding: 10px 14px;
	background: var(--k3-white);
	color: var(--k3-teal-900);
	text-decoration: none;
	font-weight: 800;
}

.k3-skip-link:focus {
	transform: translateY(0);
}

.k3-header {
	position: sticky;
	inset-block-start: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: minmax(160px, auto) 1fr auto;
	align-items: center;
	gap: 28px;
	min-height: 88px;
	padding-inline: max(24px, calc((100vw - 1200px) / 2));
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--k3-line);
	box-shadow: 0 7px 24px rgba(8, 66, 78, 0.06);
}

.admin-bar .k3-header {
	inset-block-start: 32px;
}

.k3-brand {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	color: var(--k3-teal-900) !important;
	text-decoration: none !important;
}

.k3-logo {
	display: block;
	width: auto;
	max-width: 210px;
	max-height: 66px;
	object-fit: contain;
}

.k3-wordmark {
	display: grid;
	gap: 4px;
}

.k3-wordmark strong {
	color: var(--k3-teal);
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.15em;
}

.k3-wordmark small {
	color: var(--k3-muted);
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: 0;
}

.k3-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(15px, 2vw, 28px);
}

.k3-navigation a {
	position: relative;
	color: var(--k3-ink) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.k3-navigation a::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	inset-block-end: -9px;
	height: 2px;
	background: var(--k3-teal);
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.k3-navigation a:hover::after,
.k3-navigation a:focus-visible::after {
	transform: scaleX(1);
}

.k3-nav-division {
	display: none;
}

.k3-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.k3-division-link,
.k3-language-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid var(--k3-line);
	border-radius: 999px;
	color: var(--k3-ink) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

.k3-division-link {
	padding-inline: 15px;
}

.k3-language-link {
	gap: 7px;
	padding-inline: 13px;
	background: var(--k3-mint);
	border-color: rgba(16, 107, 127, 0.28);
}

.k3-language-link span {
	color: var(--k3-teal);
	font-size: 11px;
}

.k3-language-link strong {
	font-size: 12px;
}

.k3-menu-button {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--k3-line);
	border-radius: 50%;
	background: var(--k3-white);
	color: var(--k3-teal-900);
	cursor: pointer;
}

.k3-menu-icon,
.k3-menu-icon::before,
.k3-menu-icon::after {
	display: block;
	width: 20px;
	height: 2px;
	margin-inline: auto;
	background: currentColor;
	content: "";
	transition: transform 180ms ease;
}

.k3-menu-icon::before {
	transform: translateY(-6px);
}

.k3-menu-icon::after {
	transform: translateY(4px);
}

.k3-menu-button[aria-expanded="true"] .k3-menu-icon {
	background: transparent;
}

.k3-menu-button[aria-expanded="true"] .k3-menu-icon::before {
	transform: translateY(1px) rotate(45deg);
}

.k3-menu-button[aria-expanded="true"] .k3-menu-icon::after {
	transform: translateY(-1px) rotate(-45deg);
}

.k3-main {
	position: relative;
	z-index: 1;
}

.k3-eyebrow {
	margin-bottom: 18px;
	color: var(--k3-teal);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.k3[dir="rtl"] .k3-eyebrow {
	letter-spacing: 0.03em;
}

.k3-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 24px;
	border: 1px solid var(--k3-teal);
	border-radius: 4px;
	background: var(--k3-teal);
	color: var(--k3-white) !important;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.k3-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(8, 66, 78, 0.16);
}

.k3-button--gold {
	border-color: var(--k3-gold);
	background: var(--k3-gold);
	color: var(--k3-teal-900) !important;
}

.k3-button--secondary,
.k3-button--outline {
	background: transparent;
	color: var(--k3-teal-900) !important;
}

.k3-button--outline-light {
	border-color: rgba(255, 255, 255, 0.82);
	background: transparent;
	color: var(--k3-white) !important;
}

.k3-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.k3-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(78px, 10vw, 130px);
	overflow: hidden;
}

.k3-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.k3-hero-copy h1 {
	max-width: 850px;
	margin-bottom: 24px;
	font-size: clamp(46px, 6vw, 78px);
	line-height: 1.03;
	letter-spacing: -0.045em;
}

.k3[dir="rtl"] .k3-hero-copy h1 {
	letter-spacing: -0.015em;
}

.k3-hero-copy h1 em {
	font-style: normal;
}

.k3-hero-copy > p:not(.k3-eyebrow) {
	max-width: 720px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.8;
}

.k3-hero--contracting {
	background: linear-gradient(135deg, var(--k3-teal-900) 0%, var(--k3-teal-700) 58%, var(--k3-teal) 100%);
	color: var(--k3-white);
}

.k3-hero--contracting .k3-eyebrow,
.k3-hero--contracting h1 em {
	color: #ecd19a;
}

.k3-hero--contracting .k3-hero-copy > p:not(.k3-eyebrow) {
	color: rgba(255, 255, 255, 0.82);
}

.k3-hero-pattern {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(90deg, transparent, rgba(8, 66, 78, 0.85));
}

.k3-hero-note {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 70px rgba(8, 66, 78, 0.18);
	backdrop-filter: blur(10px);
}

.k3-hero-note > span {
	color: #ecd19a;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.k3-hero-note h2 {
	margin: 24px 0 34px;
	font-size: 28px;
	line-height: 1.4;
}

.k3-hero-note a {
	color: var(--k3-white) !important;
	font-weight: 900;
	text-decoration: none !important;
}

.k3-hero--cleaning {
	background: linear-gradient(125deg, #f7fffc 0%, var(--k3-mint) 56%, var(--k3-mint-strong) 100%);
	color: var(--k3-ink);
}

.k3-hero--cleaning h1 em {
	color: var(--k3-teal);
}

.k3-cleaning-shape {
	position: absolute;
	z-index: -1;
	inset-inline-end: -180px;
	inset-block-start: -260px;
	width: 650px;
	height: 650px;
	border: 105px solid rgba(16, 107, 127, 0.08);
	border-radius: 50%;
}

.k3-cleaning-card {
	padding: 34px;
	border: 1px solid rgba(16, 107, 127, 0.2);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--k3-shadow);
}

.k3-cleaning-card p {
	margin-bottom: 12px;
	color: var(--k3-muted);
	font-weight: 700;
}

.k3-cleaning-card > strong {
	display: block;
	margin-bottom: 22px;
	color: var(--k3-teal);
	font-size: 34px;
}

.k3-cleaning-card > div {
	display: flex;
	gap: 10px;
	margin-bottom: 22px;
}

.k3-cleaning-card a {
	flex: 1;
	padding: 12px;
	border: 1px solid var(--k3-teal);
	border-radius: 4px;
	color: var(--k3-teal-900) !important;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	text-decoration: none !important;
}

.k3-cleaning-card small {
	color: var(--k3-muted);
	line-height: 1.7;
}

.k3-credentials {
	background: var(--k3-white);
	border-bottom: 1px solid var(--k3-line);
}

.k3-credentials .k3-shell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.k3-credentials .k3-shell > div {
	display: grid;
	gap: 5px;
	padding: 24px 28px;
	border-inline-end: 1px solid var(--k3-line);
}

.k3-credentials .k3-shell > div:first-child {
	border-inline-start: 1px solid var(--k3-line);
}

.k3-credentials strong {
	color: var(--k3-teal);
	font-size: 18px;
}

.k3-credentials span {
	color: var(--k3-muted);
	font-size: 13px;
}

.k3-section {
	padding-block: clamp(72px, 9vw, 110px);
	background: var(--k3-white);
}

.k3-section--sand {
	background: var(--k3-sand);
}

.k3-section--mint {
	background: var(--k3-mint);
}

.k3-section-heading {
	max-width: 800px;
	margin-bottom: 46px;
}

.k3-section-heading h2,
.k3-profile h2,
.k3-request h2,
.k3-cta-band h2,
.k3-cleaning-standards h2 {
	margin-bottom: 18px;
	font-size: clamp(34px, 4.4vw, 56px);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.k3[dir="rtl"] .k3-section-heading h2,
.k3[dir="rtl"] .k3-profile h2,
.k3[dir="rtl"] .k3-request h2,
.k3[dir="rtl"] .k3-cta-band h2,
.k3[dir="rtl"] .k3-cleaning-standards h2 {
	letter-spacing: -0.01em;
}

.k3-section-heading > p:not(.k3-eyebrow) {
	max-width: 720px;
	color: var(--k3-muted);
	font-size: 17px;
	line-height: 1.8;
}

.k3-section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	max-width: none;
}

.k3-section-heading--split > div {
	max-width: 780px;
}

.k3-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--k3-teal-900) !important;
	font-weight: 900;
	text-decoration: none !important;
}

.k3-text-link:hover span {
	transform: translateX(4px);
}

.k3[dir="rtl"] .k3-text-link:hover span {
	transform: translateX(-4px);
}

.k3-service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-block-start: 1px solid var(--k3-line);
	border-inline-start: 1px solid var(--k3-line);
}

.k3-service-grid article {
	display: flex;
	min-height: 330px;
	padding: 30px;
	flex-direction: column;
	border-inline-end: 1px solid var(--k3-line);
	border-block-end: 1px solid var(--k3-line);
	background: var(--k3-white);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.k3-service-grid article:hover {
	z-index: 2;
	transform: translateY(-7px);
	background: var(--k3-paper);
	box-shadow: var(--k3-shadow);
}

.k3-service-grid--cleaning article:hover {
	background: #f2fbf7;
}

.k3-service-grid b {
	color: var(--k3-gold-strong);
	font-size: 13px;
}

.k3-service-grid h3 {
	margin: 60px 0 14px;
	font-size: 23px;
	line-height: 1.3;
}

.k3-service-grid p {
	margin-bottom: 28px;
	color: var(--k3-muted);
	line-height: 1.7;
}

.k3-service-grid a {
	margin-top: auto;
	color: var(--k3-teal-900) !important;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
}

.k3-process-section {
	background: var(--k3-white);
}

.k3-process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.k3-process li {
	min-height: 240px;
	padding: 28px;
	border-top: 4px solid var(--k3-teal);
	background: var(--k3-paper);
}

.k3-process b {
	color: var(--k3-teal);
	font-size: 13px;
}

.k3-process h3 {
	margin: 56px 0 14px;
	font-size: 20px;
}

.k3-process p {
	color: var(--k3-muted);
	line-height: 1.7;
}

.k3-values-band {
	padding-block: 54px;
	background: var(--k3-teal-800);
	color: var(--k3-white);
}

.k3-values-band .k3-shell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.k3-values-band .k3-shell > div {
	display: grid;
	gap: 9px;
	padding: 28px;
	background: var(--k3-teal-800);
}

.k3-values-band strong {
	color: #f2d9a6;
}

.k3-values-band span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.65;
}

.k3-cleaning-standards {
	background: var(--k3-teal-800);
	color: var(--k3-white);
}

.k3-cleaning-standards .k3-eyebrow {
	color: #f2d9a6;
}

.k3-standards-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 90px;
	align-items: start;
}

.k3-standards-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.k3-standards-grid li {
	display: grid;
	grid-template-columns: 45px 1fr;
	gap: 18px;
	padding-block: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.7;
}

.k3-standards-grid li > b {
	color: #f2d9a6;
}

.k3-standards-grid strong {
	display: block;
	color: var(--k3-white);
}

/* Published work and evidence */
.k3-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.k3-project-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--k3-line);
	border-radius: 10px;
	background: var(--k3-white);
	box-shadow: 0 14px 40px rgba(8, 66, 78, 0.07);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.k3-project-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--k3-shadow);
}

.k3-project-card[hidden] {
	display: none !important;
}

.k3-project-media {
	display: grid;
	min-height: 245px;
	place-items: center;
	background: linear-gradient(135deg, var(--k3-mint), var(--k3-sand));
	color: var(--k3-muted) !important;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
}

.k3-project-media img {
	width: 100%;
	height: 245px;
	object-fit: cover;
	transition: transform 320ms ease;
}

.k3-project-card:hover .k3-project-media img {
	transform: scale(1.035);
}

.k3-project-media span {
	max-width: 220px;
	padding: 24px;
}

.k3-project-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.k3-project-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin-bottom: 18px;
	color: var(--k3-teal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.k3-project-meta span + span::before,
.k3-project-meta span + bdi::before {
	margin-inline-end: 12px;
	color: var(--k3-gold-strong);
	content: "·";
}

.k3-project-content h3 {
	margin-bottom: 12px;
	font-size: 23px;
	line-height: 1.32;
}

.k3-project-content h3 a {
	color: var(--k3-ink) !important;
	text-decoration: none !important;
}

.k3-project-content > p:not(.k3-project-meta) {
	margin-bottom: 24px;
	color: var(--k3-muted);
	line-height: 1.7;
}

.k3-project-content .k3-text-link {
	margin-top: auto;
}

.k3-empty-state {
	grid-column: 1 / -1;
	padding: clamp(36px, 6vw, 72px);
	border: 1px dashed rgba(16, 107, 127, 0.34);
	border-radius: 10px;
	background: var(--k3-paper);
	text-align: center;
}

.k3-empty-state strong {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}

.k3-empty-state p {
	max-width: 650px;
	margin: 0 auto;
	color: var(--k3-muted);
	line-height: 1.75;
}

.k3-project-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
}

.k3-project-filters button {
	min-height: 42px;
	padding: 9px 18px;
	border: 1px solid var(--k3-line);
	border-radius: 999px;
	background: var(--k3-white);
	color: var(--k3-ink);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.k3-project-filters button:hover,
.k3-project-filters button.is-active {
	border-color: var(--k3-teal);
	background: var(--k3-teal);
	color: var(--k3-white);
}

/* Enquiry forms */
.k3-request {
	padding-block: clamp(72px, 9vw, 112px);
	background: linear-gradient(120deg, var(--k3-paper), var(--k3-sand));
}

.k3-request-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(50px, 8vw, 100px);
	align-items: start;
}

.k3-request-copy {
	position: sticky;
	inset-block-start: 130px;
}

.k3-request-copy > p:not(.k3-eyebrow) {
	color: var(--k3-muted);
	font-size: 17px;
	line-height: 1.8;
}

.k3-request-copy ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.k3-request-copy li {
	position: relative;
	padding-block: 14px;
	padding-inline-start: 30px;
	border-bottom: 1px solid var(--k3-line);
	font-weight: 800;
}

.k3-request-copy li::before {
	position: absolute;
	inset-inline-start: 0;
	color: var(--k3-teal);
	content: "✓";
}

.k3-form {
	display: grid;
	gap: 20px;
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid var(--k3-line);
	border-radius: 14px;
	background: var(--k3-white);
	box-shadow: var(--k3-shadow);
}

.k3-form label {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.k3-form label > span {
	color: var(--k3-ink);
	font-size: 13px;
	font-weight: 900;
}

.k3-form label > span b {
	color: #a03b2e;
}

.k3-form input,
.k3-form select,
.k3-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid rgba(23, 59, 68, 0.25);
	border-radius: 4px;
	background: var(--k3-white);
	color: var(--k3-ink);
	box-shadow: none;
}

.k3-form textarea {
	min-height: 132px;
	resize: vertical;
}

.k3-form input:focus,
.k3-form select:focus,
.k3-form textarea:focus {
	border-color: var(--k3-teal);
	outline: 2px solid rgba(16, 107, 127, 0.16);
}

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

.k3-upload {
	padding: 15px;
	border: 1px dashed rgba(16, 107, 127, 0.42);
	border-radius: 6px;
	background: var(--k3-mint);
}

.k3-upload input {
	min-height: auto;
	padding: 6px 0 0;
	border: 0;
	background: transparent;
}

.k3-form-privacy {
	margin: -4px 0 0;
	color: var(--k3-muted);
	font-size: 12px;
	line-height: 1.6;
}

.k3-form > button[type="submit"] {
	min-height: 54px;
	padding: 13px 22px;
	border: 1px solid var(--k3-teal);
	border-radius: 4px;
	background: var(--k3-teal);
	color: var(--k3-white);
	font-weight: 900;
	cursor: pointer;
}

.k3-form > button[type="submit"]:hover {
	background: var(--k3-teal-700);
}

.k3-honeypot {
	position: absolute !important;
	inset-inline-start: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.k3-notice {
	padding: 14px 16px;
	border-inline-start: 4px solid;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.6;
}

.k3-notice--success {
	border-color: #2f7a61;
	background: #e7f6ed;
	color: #245d4b;
}

.k3-notice--error {
	border-color: #a34b3e;
	background: #fff0ed;
	color: #85362b;
}

/* Gateway and internal page structures */
.k3-gateway-hero,
.k3-page-hero {
	padding-block: clamp(76px, 10vw, 126px);
	background: linear-gradient(135deg, var(--k3-paper), var(--k3-mint));
}

.k3-gateway-hero > .k3-shell,
.k3-page-hero > .k3-shell {
	max-width: 1200px;
}

.k3-gateway-hero h1,
.k3-page-hero h1,
.k3-case-hero h1 {
	max-width: 920px;
	margin-bottom: 24px;
	font-size: clamp(44px, 6vw, 76px);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.k3[dir="rtl"] .k3-gateway-hero h1,
.k3[dir="rtl"] .k3-page-hero h1,
.k3[dir="rtl"] .k3-case-hero h1 {
	letter-spacing: -0.015em;
}

.k3-gateway-hero > .k3-shell > p:not(.k3-eyebrow),
.k3-page-hero > .k3-shell > p:not(.k3-eyebrow),
.k3-case-hero > .k3-shell > p:not(.k3-eyebrow) {
	max-width: 790px;
	color: var(--k3-muted);
	font-size: 18px;
	line-height: 1.8;
}

.k3-gateway-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 55px;
}

.k3-gateway-card {
	display: flex;
	min-height: 410px;
	padding: clamp(30px, 5vw, 50px);
	flex-direction: column;
	border: 1px solid var(--k3-line);
	border-radius: 12px;
	background: var(--k3-white);
	color: var(--k3-ink) !important;
	text-decoration: none !important;
	box-shadow: 0 18px 55px rgba(8, 66, 78, 0.09);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.k3-gateway-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--k3-shadow);
}

.k3-gateway-card--contracting {
	border-block-start: 6px solid var(--k3-gold);
}

.k3-gateway-card--cleaning {
	border-block-start: 6px solid var(--k3-teal);
	background: #f6fdfa;
}

.k3-gateway-card--education {
	border-block-start: 6px solid var(--k3-gold-strong);
	background: linear-gradient(145deg, #fffdf7 0%, var(--k3-sand) 100%);
	box-shadow: 0 22px 65px rgba(143, 103, 31, 0.14);
}

.k3-gateway-card--education > strong {
	color: var(--k3-gold-strong);
}

.k3-gateway-card > b {
	color: var(--k3-gold-strong);
	font-size: 13px;
}

.k3-gateway-card > span {
	margin-top: 46px;
	color: var(--k3-teal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.13em;
}

.k3-gateway-card h2 {
	margin: 10px 0 18px;
	font-size: clamp(29px, 3vw, 42px);
	line-height: 1.16;
}

.k3-gateway-card p {
	color: var(--k3-muted);
	line-height: 1.8;
}

.k3-gateway-card > strong {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--k3-teal-900);
}

.k3-gateway-card i {
	font-style: normal;
}

.k3-gateway-proof {
	background: var(--k3-white);
	border-block: 1px solid var(--k3-line);
}

.k3-gateway-proof .k3-shell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.k3-gateway-proof .k3-shell > div {
	display: grid;
	gap: 6px;
	padding: 28px;
	border-inline-end: 1px solid var(--k3-line);
}

.k3-gateway-proof .k3-shell > div:first-child {
	border-inline-start: 1px solid var(--k3-line);
}

.k3-gateway-proof strong {
	color: var(--k3-teal-900);
}

.k3-gateway-proof span {
	color: var(--k3-muted);
	font-size: 13px;
}

.k3-page-hero {
	border-bottom: 1px solid var(--k3-line);
}

.k3-page-hero--teal {
	background: linear-gradient(135deg, var(--k3-teal-900), var(--k3-teal));
	color: var(--k3-white);
}

.k3-page-hero--teal .k3-eyebrow {
	color: #f2d9a6;
}

.k3-page-hero--teal > .k3-shell > p:not(.k3-eyebrow) {
	color: rgba(255, 255, 255, 0.8);
}

.k3-division-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.k3-division-panel {
	padding: clamp(32px, 5vw, 52px);
	border: 1px solid var(--k3-line);
	border-radius: 12px;
	background: var(--k3-paper);
}

.k3-division-panel--contracting {
	border-block-start: 6px solid var(--k3-gold);
}

.k3-division-panel--cleaning {
	border-block-start: 6px solid var(--k3-teal);
	background: var(--k3-mint);
}

.k3-division-panel h2 {
	margin-bottom: 24px;
	font-size: clamp(29px, 3.5vw, 44px);
	line-height: 1.18;
}

.k3-division-panel ul,
.k3-engineer-grid ul {
	margin: 0 0 34px;
	padding-inline-start: 22px;
	color: var(--k3-muted);
}

.k3-division-panel li,
.k3-engineer-grid li {
	margin-block: 11px;
	line-height: 1.65;
}

.k3-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(50px, 8vw, 100px);
	align-items: start;
}

.k3-about-grid > div:first-child h2,
.k3-engineer-grid h2 {
	margin-bottom: 22px;
	font-size: clamp(34px, 4.4vw, 54px);
	line-height: 1.15;
}

.k3-about-grid > div:first-child > p:not(.k3-eyebrow) {
	color: var(--k3-muted);
	font-size: 17px;
	line-height: 1.8;
}

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

.k3-value-cards article {
	display: grid;
	gap: 10px;
	min-height: 180px;
	padding: 26px;
	border: 1px solid var(--k3-line);
	background: var(--k3-paper);
}

.k3-value-cards strong {
	color: var(--k3-teal);
	font-size: 19px;
}

.k3-value-cards span {
	color: var(--k3-muted);
	line-height: 1.7;
}

.k3-engineer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
	gap: clamp(50px, 8vw, 100px);
	align-items: start;
}

.k3-engineer-grid aside {
	padding: 34px;
	border-inline-start: 5px solid var(--k3-gold);
	background: var(--k3-sand);
}

.k3-engineer-grid aside strong {
	display: block;
	margin-bottom: 14px;
	color: var(--k3-gold-strong);
	font-size: 12px;
	letter-spacing: 0.12em;
}

.k3-engineer-grid aside p {
	margin: 0;
	color: var(--k3-muted);
	line-height: 1.8;
}

/* Company profile and contact */
.k3-profile {
	padding-block: clamp(66px, 8vw, 96px);
	background: var(--k3-mint);
	border-block: 1px solid var(--k3-line);
}

.k3-profile-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 50px;
	align-items: center;
}

.k3-profile-grid > div:first-child > p:not(.k3-eyebrow) {
	max-width: 720px;
	margin: 0;
	color: var(--k3-muted);
	font-size: 17px;
	line-height: 1.8;
}

.k3-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.k3-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.k3-contact-card {
	display: flex;
	min-height: 285px;
	padding: 26px;
	flex-direction: column;
	border: 1px solid var(--k3-line);
	border-block-start: 5px solid var(--k3-teal);
	background: var(--k3-paper);
}

.k3-contact-card > p {
	color: var(--k3-teal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.k3-contact-card h3 {
	margin-bottom: 24px;
	font-size: 19px;
	line-height: 1.45;
}

.k3-contact-card > strong {
	margin-top: auto;
	color: var(--k3-teal-900);
	font-size: 22px;
}

.k3-contact-card > div {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.k3-contact-card a {
	flex: 1;
	padding: 9px;
	border: 1px solid var(--k3-line);
	color: var(--k3-teal-900) !important;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	text-decoration: none !important;
}

.k3-contact-card a:hover {
	border-color: var(--k3-teal);
	background: var(--k3-mint);
}

.k3-contact-details {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 34px;
	background: var(--k3-line);
}

.k3-contact-details > div {
	display: grid;
	gap: 8px;
	padding: 24px;
	background: var(--k3-white);
}

.k3-contact-details strong {
	color: var(--k3-muted);
	font-size: 12px;
}

.k3-contact-details a {
	color: var(--k3-teal-900) !important;
	font-weight: 900;
	text-decoration: none !important;
}

/* Project case study */
.k3-case-hero {
	padding-block: clamp(72px, 9vw, 112px);
	background: linear-gradient(135deg, var(--k3-teal-900), var(--k3-teal));
	color: var(--k3-white);
}

.k3-case-hero .k3-eyebrow {
	color: #f2d9a6;
}

.k3-case-hero > .k3-shell > p:not(.k3-eyebrow) {
	color: rgba(255, 255, 255, 0.82);
}

.k3-case-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.k3-case-meta > * {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: var(--k3-white);
	font-size: 12px;
	font-weight: 800;
}

.k3-case-cover {
	margin-top: -42px;
}

.k3-case-cover img {
	display: block;
	width: 100%;
	max-height: 720px;
	border: 10px solid var(--k3-white);
	border-radius: 8px;
	object-fit: cover;
	box-shadow: var(--k3-shadow);
}

.k3-case-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(48px, 8vw, 100px);
	padding-block: clamp(72px, 9vw, 112px);
}

.k3-case-body {
	color: var(--k3-muted);
	font-size: 17px;
	line-height: 1.9;
}

.k3-case-body > :first-child {
	margin-top: 0;
}

.k3-case-body h2,
.k3-case-body h3 {
	color: var(--k3-ink);
}

.k3-case-story {
	display: grid;
	gap: 14px;
}

.k3-case-story section {
	padding: 28px;
	border: 1px solid var(--k3-line);
	background: var(--k3-paper);
}

.k3-case-story h2 {
	margin-bottom: 13px;
	color: var(--k3-teal);
	font-size: 22px;
}

.k3-case-story section div {
	color: var(--k3-muted);
	line-height: 1.8;
}

.k3-case-story section div > :last-child {
	margin-bottom: 0;
}

.k3-case-gallery {
	padding-block: clamp(66px, 8vw, 96px);
	background: var(--k3-sand);
}

.k3-case-gallery .k3-shell > div:last-child {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.k3-case-gallery img {
	width: 100%;
	height: 280px;
	border-radius: 5px;
	object-fit: cover;
}

.k3-case-documents {
	padding-block: 58px;
	background: var(--k3-white);
}

.k3-case-documents h2 {
	font-size: clamp(28px, 3.4vw, 42px);
}

.k3-case-documents ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.k3-case-documents a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 14px;
	border: 1px solid var(--k3-line);
	color: var(--k3-ink) !important;
	font-weight: 800;
	text-decoration: none !important;
}

.k3-case-documents a > span {
	padding: 5px 7px;
	background: var(--k3-teal);
	color: var(--k3-white);
	font-size: 10px;
	font-weight: 900;
}

/* Calls to action, footer and fixed contact */
.k3-cta-band {
	padding-block: 64px;
	background: var(--k3-teal-800);
	color: var(--k3-white);
}

.k3-cta-band .k3-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.k3-cta-band .k3-eyebrow {
	color: #f2d9a6;
}

.k3-cta-band h2 {
	margin-bottom: 0;
}

.k3-cta-band .k3-actions {
	margin-top: 0;
}

.k3-footer {
	background: var(--k3-teal-900);
	color: var(--k3-white);
}

.k3-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.55fr) minmax(260px, 0.9fr);
	gap: clamp(40px, 7vw, 90px);
	padding-block: 68px;
}

.k3-footer .k3-logo {
	max-height: 62px;
	padding: 6px;
	border-radius: 4px;
	background: var(--k3-white);
}

.k3-footer .k3-wordmark strong,
.k3-footer .k3-wordmark small {
	color: var(--k3-white);
}

.k3-footer-brand p {
	max-width: 440px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.75;
}

.k3-footer-brand .k3-footer-values {
	color: #f2d9a6;
	font-size: 12px;
	font-weight: 800;
}

.k3-footer-grid > nav {
	display: grid;
	align-content: start;
	gap: 14px;
}

.k3-footer-grid > nav a,
.k3-footer-contacts a {
	color: var(--k3-white) !important;
	text-decoration: none !important;
}

.k3-footer-grid > nav a {
	font-size: 13px;
	font-weight: 800;
}

.k3-footer-contacts {
	display: grid;
	align-content: start;
	gap: 12px;
}

.k3-footer-contacts a {
	display: grid;
	gap: 3px;
	padding-block-end: 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.k3-footer-contacts span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
}

.k3-footer-contacts bdi {
	font-weight: 800;
}

.k3-footer-legal {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.k3-footer-legal .k3-shell {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 18px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
}

.k3-floating-contact {
	position: fixed;
	inset-inline-end: 22px;
	inset-block-end: 22px;
	z-index: 900;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 11px 17px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	background: var(--k3-teal);
	color: var(--k3-white) !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 14px 35px rgba(8, 66, 78, 0.25);
}

.k3-floating-contact span {
	color: #8ee4c2;
}

/* Responsive behavior */
@media (max-width: 1100px) {
	.k3-header {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 12px;
		padding-inline: 24px;
	}

	.k3-menu-button {
		display: block;
		order: 3;
	}

	.k3-navigation {
		position: absolute;
		inset-block-start: 100%;
		inset-inline: 0;
		display: none;
		align-items: stretch;
		padding: 12px 24px 24px;
		flex-direction: column;
		gap: 0;
		background: var(--k3-white);
		border-bottom: 1px solid var(--k3-line);
		box-shadow: 0 18px 30px rgba(8, 66, 78, 0.1);
	}

	.k3-navigation.is-open {
		display: flex;
	}

	.k3-navigation a {
		padding-block: 13px;
		border-bottom: 1px solid var(--k3-line);
	}

	.k3-navigation a::after {
		display: none;
	}

	.k3-nav-division {
		display: block;
	}

	.k3-service-grid,
	.k3-process,
	.k3-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.k3-gateway-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.k3-gateway-card--education {
		grid-column: 1 / -1;
		min-height: 330px;
	}

	.k3-footer-grid {
		grid-template-columns: 1fr 0.55fr;
	}

	.k3-footer-contacts {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.k3-shell {
		width: min(100% - 36px, 760px);
	}

	.k3-hero-grid,
	.k3-request-grid,
	.k3-standards-grid,
	.k3-about-grid,
	.k3-engineer-grid,
	.k3-case-layout {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.k3-request-copy {
		position: static;
	}

	.k3-hero-copy h1,
	.k3-gateway-hero h1,
	.k3-page-hero h1,
	.k3-case-hero h1 {
		font-size: clamp(40px, 9vw, 62px);
	}

	.k3-credentials .k3-shell,
	.k3-gateway-proof .k3-shell,
	.k3-contact-details {
		grid-template-columns: 1fr;
	}

	.k3-credentials .k3-shell > div,
	.k3-gateway-proof .k3-shell > div {
		border-inline: 1px solid var(--k3-line);
		border-block-end: 1px solid var(--k3-line);
	}

	.k3-profile-grid {
		grid-template-columns: 1fr;
	}

	.k3-profile-actions {
		justify-content: flex-start;
	}

	.k3-case-gallery .k3-shell > div:last-child {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.k3-header {
		min-height: 76px;
		padding-inline: 16px;
	}

	.admin-bar .k3-header {
		inset-block-start: 46px;
	}

	.k3-logo {
		max-width: 155px;
		max-height: 52px;
	}

	.k3-wordmark strong {
		font-size: 17px;
	}

	.k3-wordmark small,
	.k3-division-link,
	.k3-language-link span {
		display: none;
	}

	.k3-language-link {
		min-width: 44px;
		padding-inline: 9px;
	}

	.k3-gateway-grid,
	.k3-division-panels,
	.k3-project-grid,
	.k3-service-grid,
	.k3-process,
	.k3-contact-grid,
	.k3-value-cards,
	.k3-case-documents ul {
		grid-template-columns: 1fr;
	}

	.k3-gateway-card {
		min-height: 350px;
	}

	.k3-gateway-card--education {
		grid-column: auto;
	}

	.k3-section-heading--split,
	.k3-cta-band .k3-shell,
	.k3-footer-legal .k3-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.k3-form-two {
		grid-template-columns: 1fr;
	}

	.k3-contact-card {
		min-height: 240px;
	}

	.k3-footer-grid {
		grid-template-columns: 1fr;
	}

	.k3-footer-contacts {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.k3-floating-contact {
		inset-inline: 14px;
		inset-block-end: 14px;
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.k3-shell {
		width: min(100% - 28px, 480px);
	}

	.k3-header {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 7px;
	}

	.k3-menu-button,
	.k3-language-link {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}

	.k3-language-link strong {
		font-size: 10px;
	}

	.k3-logo {
		max-width: 120px;
	}

	.k3-hero,
	.k3-gateway-hero,
	.k3-page-hero,
	.k3-case-hero {
		padding-block: 62px;
	}

	.k3-hero-copy h1,
	.k3-gateway-hero h1,
	.k3-page-hero h1,
	.k3-case-hero h1 {
		font-size: 38px;
	}

	.k3-section-heading h2,
	.k3-profile h2,
	.k3-request h2,
	.k3-cta-band h2,
	.k3-cleaning-standards h2 {
		font-size: 32px;
	}

	.k3-actions,
	.k3-cleaning-card > div,
	.k3-profile-actions {
		flex-direction: column;
	}

	.k3-actions .k3-button,
	.k3-cleaning-card a,
	.k3-profile-actions .k3-button {
		width: 100%;
	}

	.k3-form {
		padding: 22px 18px;
	}

	.k3-case-gallery .k3-shell > div:last-child {
		grid-template-columns: 1fr;
	}

	.k3-case-gallery img {
		height: auto;
		aspect-ratio: 4 / 3;
	}
}

@media (prefers-reduced-motion: reduce) {
	.k3 *,
	.k3 *::before,
	.k3 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.k3-header,
	.k3-footer,
	.k3-floating-contact,
	.k3-request,
	.k3-cta-band,
	.k3-project-filters {
		display: none !important;
	}

	.k3 {
		width: 100%;
		margin: 0;
		background: var(--k3-white);
	}
}
