/* Kyere Header Links — mega menu frontend */

.kyere-hl-menu.primary-menu {
	position: relative;
}

.kyere-hl-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 24px;
	align-items: center;
}

.kyere-hl-item {
	position: relative;
	display: inline-block;
}

.kyere-hl-trigger {
	background: none;
	border: 0;
	padding: 6px 0;
	cursor: pointer;
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.kyere-hl-trigger--btn {
	appearance: none;
}

.kyere-hl-item--dropdown.is-open > .kyere-hl-trigger,
.kyere-hl-item--dropdown:hover > .kyere-hl-trigger,
.kyere-hl-item--dropdown:focus-within > .kyere-hl-trigger {
	color: #bb9d7b;
}

.kyere-hl-item--dropdown.is-open > .kyere-hl-trigger::after,
.kyere-hl-item--dropdown:hover > .kyere-hl-trigger::after {
	content: "";
	display: block;
	height: 2px;
	background: currentColor;
	margin-top: 2px;
}

/* Full-width panel below header */
.kyere-hl-panel {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9998;
	background: transparent;
	border-top: 0;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.kyere-hl-panel__inner {
	max-width: var(--kyere-hl-panel-inner-max, 1440px);
	margin: 0 auto;
	padding: 36px 32px 40px;
	box-sizing: border-box;
	background: #000;
	border: 1px solid rgba(55, 55, 55, 0.9);
}

.kyere-hl-panel__inner--full {
	margin: 0;
	max-width: 100%;
}

/* Simple list dropdown */
.kyere-hl-list {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 220px;
	display: block !important;
	flex-direction: column !important;
}

.kyere-hl-list li {
	display: block !important;
}

.kyere-hl-list li a,
.kyere-hl-list li span {
	display: block;
	padding: 0;
	color: rgb(239, 239, 239);
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.45;
	white-space: normal;
}

.kyere-hl-list li a:hover {
	color: #bb9d7b;
}

.kyere-hl-item--list .kyere-hl-panel__inner {
	/* Keep the same padding as mega; the width is controlled by inner max-width. */
	padding: 28px 24px 32px;
}

.kyere-hl-item--list .kyere-hl-panel {
	/* Prevent this theme rule from breaking our JS positioning + width setting. */
	position: fixed;
	left: 0;
	width: 100%;
	transform: none;
	min-width: 0;
	max-width: none;
	top: auto;
}

/* Mega grid */
.kyere-hl-mega {
	display: grid;
	grid-template-columns: repeat(var(--kyere-hl-cols, 4), minmax(0, 1fr));
	gap: 32px;
}

.kyere-hl-col__heading {
	font-size: var(--kyere-hl-heading-size, 14px);
	font-weight: var(--kyere-hl-heading-weight, 700);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(239, 239, 239);
	margin: 0 0 16px;
	width: 100%;
	display: block;
	line-height: 1.35;
}

.kyere-hl-col__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block !important;
	flex-direction: column !important;
}

.kyere-hl-col__links li {
	display: block !important;
	width: 100%;
}

.kyere-hl-col__links li + li {
	margin-top: 12px;
}

.kyere-hl-col__links a,
.kyere-hl-col__links span {
	color: rgb(239, 239, 239);
	text-decoration: none;
	font-size: var(--kyere-hl-item-size, 14px);
	font-weight: var(--kyere-hl-item-weight, 300);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.45;
	display: block;
	padding: 0;
	white-space: normal;
}

.kyere-hl-col__links a:hover,
.kyere-hl-col__caption:hover,
.kyere-hl-stack-row__caption:hover {
	color: #bb9d7b;
}

.kyere-hl-col--image .kyere-hl-col__img-link,
.kyere-hl-col--image .kyere-hl-col__img-wrap {
	display: block;
	margin-bottom: 12px;
}

.kyere-hl-col__img,
.kyere-hl-stack-row__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.kyere-hl-col__caption,
.kyere-hl-stack-row__caption {
	display: block;
	text-align: center;
	color: rgb(239, 239, 239);
	text-decoration: none;
	font-size: var(--kyere-hl-heading-size, 14px);
	font-weight: var(--kyere-hl-heading-weight, 700);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.35;
	padding: 0;
	white-space: normal;
}

.kyere-hl-col--stack .kyere-hl-stack-row + .kyere-hl-stack-row {
	margin-top: 20px;
}

.kyere-hl-stack-row__img-link,
.kyere-hl-stack-row__img-wrap {
	display: block;
	margin-bottom: 8px;
}

/* Theme overrides: `kyere-offline-store` forces `ul` inside navigation to flex.
 * Increase specificity to guarantee our vertical lists. */
.main-navigation .kyere-hl-list {
	display: block !important;
}

.main-navigation .kyere-hl-list li {
	display: block !important;
}

.main-navigation .kyere-hl-col__links {
	display: block !important;
}

.main-navigation .kyere-hl-col__links li {
	display: block !important;
}

/* Override theme nav link styles inside dropdown panels (links were 18px vs 14px headings). */
.site-header .main-navigation .kyere-hl-panel .kyere-hl-col__heading {
	font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: rgb(239, 239, 239) !important;
	padding: 0 !important;
	white-space: normal !important;
}

.site-header .main-navigation .kyere-hl-panel .kyere-hl-col__links a,
.site-header .main-navigation .kyere-hl-panel .kyere-hl-col__links span,
.site-header .main-navigation .kyere-hl-panel .kyere-hl-list a,
.site-header .main-navigation .kyere-hl-panel .kyere-hl-list span {
	font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: rgb(239, 239, 239) !important;
	text-decoration: none !important;
	padding: 0 !important;
	white-space: normal !important;
	line-height: 1.45 !important;
	display: block !important;
}

.site-header .main-navigation .kyere-hl-panel .kyere-hl-col__links a:hover,
.site-header .main-navigation .kyere-hl-panel .kyere-hl-list a:hover,
.site-header .main-navigation .kyere-hl-panel .kyere-hl-col__caption:hover,
.site-header .main-navigation .kyere-hl-panel .kyere-hl-stack-row__caption:hover {
	color: #bb9d7b !important;
}

.site-header .main-navigation .kyere-hl-panel .kyere-hl-col__caption,
.site-header .main-navigation .kyere-hl-panel .kyere-hl-stack-row__caption {
	font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em !important;
	padding: 0 !important;
	white-space: normal !important;
}

/* Backdrop overlay when mega open */
.site-header.kyere-hl-panel-open::after {
	content: "";
	position: fixed;
	inset: 0;
	top: var(--kyere-hl-header-bottom, 72px);
	background: rgba(0, 0, 0, 0.45);
	z-index: 9997;
	pointer-events: none;
}

@media (max-width: 1100px) {
	.kyere-hl-mega {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (max-width: 800px) {
	.kyere-hl-nav {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.kyere-hl-item {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.kyere-hl-trigger {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		padding: 12px 0;
	}

	.kyere-hl-item--dropdown .kyere-hl-trigger::after {
		content: "+";
		font-size: 18px;
		line-height: 1;
		margin-left: 8px;
		background: none;
		height: auto;
	}

	.kyere-hl-item--dropdown.is-open .kyere-hl-trigger::after {
		content: "−";
	}

	.kyere-hl-panel {
		position: static !important;
		transform: none !important;
		width: 100% !important;
		box-shadow: none;
		border-top: 0;
		background: rgba(255, 255, 255, 0.03);
	}

	.kyere-hl-panel__inner {
		padding: 8px 0 16px;
	}

	.kyere-hl-mega {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.site-header.kyere-hl-panel-open::after {
		display: none;
	}
}
