/* Cata-Kor header — matches catakor.com top bar */
.ck-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid transparent;
	width: 100%;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		backdrop-filter 0.25s ease,
		-webkit-backdrop-filter 0.25s ease,
		box-shadow 0.25s ease;
}

/* Frosted glass when page is scrolled — content shows through like catakor.com */
.ck-header.is-scrolled {
	background: rgba(255, 255, 255, 0.72);
	-webkit-backdrop-filter: saturate(160%) blur(14px);
	backdrop-filter: saturate(160%) blur(14px);
	border-bottom-color: rgba(215, 227, 240, 0.65);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.ck-header.is-scrolled {
		background: rgba(255, 255, 255, 0.92);
	}
}

.ck-header__bar {
	height: 3px;
	background: #1e3d14;
	width: 100%;
}

.ck-header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3.2rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 20px 100px 22px;
	box-sizing: border-box;
}

.ck-header__logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
}

.ck-header__logo-img {
	display: block;
	width: 167px;
	max-width: 167px;
	height: auto;
}

.ck-header__nav {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

.ck-header__menu {
	display: flex;
	align-items: center;
	gap: 0 3.7rem;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.ck-header__item {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	line-height: 1;
}

.ck-header__item::before,
.ck-header__item::after {
	content: none !important;
	display: none !important;
}

.ck-header__link {
	display: inline-flex;
	align-items: center;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #1e3d14 !important;
	text-decoration: none !important;
	white-space: nowrap;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	vertical-align: middle;
	transition: opacity 0.2s ease;
}

.ck-header__link:hover,
.ck-header__link:focus {
	opacity: 0.7;
	color: #1e3d14 !important;
}

/* Active underline — matches catakor.com .header__active-menu-item */
.ck-header__link.is-active,
.ck-header__link[aria-current="page"] {
	opacity: 1 !important;
	text-decoration: underline !important;
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 1px;
	transition: text-decoration-thickness 0.15s ease;
}

.ck-header__link.is-active:hover,
.ck-header__link[aria-current="page"]:hover {
	opacity: 1 !important;
	text-decoration-thickness: 0.2rem;
}

.ck-header__drawer li.is-active > a {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.ck-header__actions {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-left: auto;
	flex-shrink: 0;
}

.ck-header__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #1e3d14 !important;
	text-decoration: none !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.ck-header__icon-svg {
	display: inline-flex;
	width: 20px;
	height: 20px;
	line-height: 0;
}

.ck-header__icon-svg svg {
	display: block;
	width: 100%;
	height: auto;
}

.ck-header__count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #1e3d14;
	color: #e2f78e;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

.ck-header__burger {
	display: none !important;
	width: 28px;
	height: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	margin-left: auto;
	flex-shrink: 0;
}

.ck-header__burger span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: #1e3d14;
}

.ck-header__drawer {
	display: none;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	padding: 12px 20px 20px;
}

.ck-header__drawer[hidden] {
	display: none !important;
}

.ck-header__drawer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ck-header__drawer a {
	display: block;
	padding: 12px 0;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #1e3d14 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #f0f0f0;
}

/* Hide leftover Woodmart / Elementor chrome that can leave a gray strip */
body.ck-has-catakor-header .whb-main-header,
body.ck-has-catakor-header .whb-header,
body.ck-has-catakor-header .whb-sticky-header,
body.ck-has-catakor-header .wd-header-banner,
body.ck-has-catakor-header .header-banner,
body.ck-has-catakor-header header.whb-header,
body.ck-has-catakor-header .elementor-location-header,
body.ck-has-catakor-header .wd-sticky-nav,
body.ck-has-catakor-header .wd-sticky-nav-enabled,
body.ck-has-catakor-header .wd-toolbar,
body.ck-has-catakor-header .wd-header-nav,
body.ck-has-catakor-header .woodmart-sticky-nav {
	display: none !important;
}

body.ck-has-catakor-header {
	--wd-sticky-nav-w: 0px !important;
	--wd-scroll-w: 0px !important;
	overflow-x: clip;
}

body.ck-has-catakor-header.wd-sticky-nav-enabled {
	margin-left: 0 !important;
}

body.ck-has-catakor-header .wd-sticky-nav,
body.ck-has-catakor-header .wd-sticky-nav-enabled .wd-sticky-nav {
	display: none !important;
	width: 0 !important;
	min-width: 0 !important;
}

body.ck-has-catakor-header .website-wrapper,
body.ck-has-catakor-header .wd-page-wrapper,
body.ck-has-catakor-header .wd-page-content,
body.ck-has-catakor-header .main-page-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (max-width: 989px) {
	.ck-header__inner {
		padding: 14px 20px;
		gap: 16px;
	}

	.ck-header__logo-img {
		width: 134px;
		max-width: 134px;
	}

	.ck-header__nav,
	.ck-header__actions {
		display: none !important;
	}

	.ck-header__burger {
		display: inline-block !important;
	}

	.ck-header__drawer:not([hidden]) {
		display: block;
	}
}

@media screen and (min-width: 990px) {
	.ck-header__drawer {
		display: none !important;
	}

	.ck-header__burger {
		display: none !important;
	}
}
