:root {
	--goji-red: #d00020;
	--goji-red-dark: #9f0018;
	--goji-charcoal: #211d1b;
	--goji-text: #514844;
	--goji-muted: #7a706a;
	--goji-ivory: #fbf4ea;
	--goji-cream: #f4e6d8;
	--goji-paper: #fffaf3;
	--goji-line: rgba(33, 29, 27, 0.14);
	--goji-sans: "Inter", "Segoe UI", system-ui, sans-serif;
}

.goji-header,
.goji-footer {
	color: var(--goji-charcoal);
	font-family: var(--goji-sans);
}

.et-l--header .et_pb_section:has(> .goji-header) {
	background: var(--goji-ivory);
	overflow: visible !important;
	position: relative;
	z-index: 60;
}

.et-l--header {
	overflow: visible;
	position: relative;
	z-index: 60;
}

.et-l--header .et_builder_inner_content {
	overflow: visible;
}

.goji-header {
	align-items: center;
	background: rgba(251, 244, 234, 0.9);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(33, 29, 27, 0.08);
	display: grid;
	gap: clamp(1rem, 3vw, 2.4rem);
	grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
	margin-inline: auto;
	max-width: 1240px;
	min-height: 86px;
	overflow: visible;
	padding-block: 0 !important;
	padding-inline: clamp(1rem, 4vw, 3rem);
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 40;
}

.goji-header.et_pb_row {
	box-sizing: border-box;
	max-width: 1240px !important;
	width: min(100%, 1240px) !important;
}

.goji-header > .et_pb_column {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	max-width: none !important;
	min-width: 0;
	width: 100% !important;
}

.goji-header > .et_pb_column:first-child {
	justify-content: flex-start;
}

.goji-header > .et_pb_column:nth-child(2) {
	justify-content: center;
}

.goji-header > .et_pb_column:last-child {
	justify-content: flex-end;
}

.goji-header-logo,
.goji-header-logo .et_pb_image_wrap,
.goji-header-logo a {
	display: block;
	line-height: 0;
	margin: 0;
	max-width: 100%;
}

.goji-header-logo {
	width: clamp(145px, 14vw, 180px) !important;
}

.goji-header-logo .et_pb_image_wrap {
	width: 100%;
}

.goji-header-logo img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100% !important;
}

.goji-header-nav {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.goji-header-nav.et_pb_menu {
	background: transparent !important;
}

.goji-header-nav .et_pb_menu_inner_container,
.goji-header-nav .et_pb_menu__wrap,
.goji-header-nav .et_pb_menu__menu,
.goji-header-nav nav {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.goji-header-nav ul {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	display: flex;
	gap: clamp(1.2rem, 2.6vw, 2.8rem);
	justify-content: center;
	margin: 0;
	padding: 0;
}

.goji-header-nav li {
	margin: 0;
	padding: 0;
}

.goji-header-nav a,
.goji-footer a {
	color: var(--goji-text);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.goji-header-nav a {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--goji-text);
	font-size: clamp(0.75rem, 0.9vw, 0.8rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.goji-header-nav a:hover,
.goji-header-nav .current-menu-item > a {
	color: var(--goji-red);
}

.goji-header-nav .et-menu-nav .nav > li.menu-item-has-children > a:first-child {
	padding-right: 1.1rem;
}

.goji-header-nav .et-menu .menu-item-has-children > a:first-child::after {
	color: var(--goji-red);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.goji-header-nav .et-menu-nav .nav > li > ul.sub-menu {
	background: rgba(255, 250, 243, 0.98);
	border: 1px solid var(--goji-line);
	border-top: 2px solid rgba(208, 0, 32, 0.45);
	box-shadow: 0 18px 42px rgba(33, 29, 27, 0.1);
	display: block;
	gap: 0;
	left: 50%;
	margin: 0;
	min-width: 15.5rem;
	padding: 0.35rem 0;
	text-align: left;
	top: calc(100% + 0.9rem);
	transform: translateX(-50%);
	width: max-content;
}

.goji-header-nav .et-menu-nav .nav > li > ul.sub-menu::before {
	background: transparent;
	content: "";
	height: 0.9rem;
	left: 0;
	position: absolute;
	right: 0;
	top: -0.9rem;
}

.goji-header-nav .et-menu-nav .sub-menu li {
	border-bottom: 1px solid rgba(33, 29, 27, 0.08);
	display: block;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
}

.goji-header-nav .et-menu-nav .sub-menu li:last-child {
	border-bottom: 0;
}

.goji-header-nav .et-menu-nav .sub-menu a {
	background: transparent !important;
	box-sizing: border-box;
	color: var(--goji-charcoal) !important;
	display: block;
	font-family: var(--goji-sans);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	opacity: 1 !important;
	padding: 0.85rem 1.05rem;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
	white-space: nowrap;
	width: auto;
}

.goji-header-nav .et-menu-nav .sub-menu a:hover,
.goji-header-nav .et-menu-nav .sub-menu a:focus,
.goji-header-nav .et-menu-nav .sub-menu .current-menu-item > a {
	background: rgba(208, 0, 32, 0.055) !important;
	color: var(--goji-red-dark) !important;
}

.goji-header-nav .et-menu-nav .sub-menu a:focus-visible {
	outline: 2px solid rgba(208, 0, 32, 0.35);
	outline-offset: -2px;
}

.goji-header-nav .et_mobile_nav_menu,
.goji-header-nav .mobile_nav .select_page {
	display: none;
}

.goji-header-cta {
	background: transparent !important;
	border-bottom: 2px solid var(--goji-red);
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	color: var(--goji-charcoal) !important;
	display: inline-flex !important;
	font-family: var(--goji-sans);
	font-size: 0.76rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.2 !important;
	margin: 0;
	min-height: auto !important;
	padding: 0 0 0.24rem !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.goji-header-cta:hover,
.goji-header-cta:focus {
	background: transparent !important;
	border-bottom-color: var(--goji-red-dark);
	color: var(--goji-red) !important;
	padding: 0 0 0.24rem !important;
}

.goji-header-cta::before,
.goji-header-cta::after,
.goji-header-cta:hover::before,
.goji-header-cta:hover::after,
.goji-header-cta:focus::before,
.goji-header-cta:focus::after,
.goji-header-cta .et_pb_button::before,
.goji-header-cta .et_pb_button::after,
.goji-header-cta .et_pb_button:hover::before,
.goji-header-cta .et_pb_button:hover::after {
	content: none !important;
	display: none !important;
}

.goji-footer {
	align-items: stretch;
	background: var(--goji-cream);
	border-top: 1px solid var(--goji-line);
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-inline: 0;
	max-width: none !important;
	padding: 2.4rem clamp(1rem, 4vw, 3rem);
	width: 100% !important;
}

.goji-footer > .et_pb_row {
	margin-inline: auto !important;
	max-width: 1240px !important;
	width: 100% !important;
}

.goji-footer img {
	width: 140px;
}

.goji-footer p {
	color: var(--goji-muted);
	margin-bottom: 0;
}

.goji-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.35rem;
}

@media (max-width: 43.99rem) {
	.goji-header {
		gap: 0.65rem;
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 72px;
	}

	.goji-header-nav {
		display: block;
	}

	.goji-header-cta {
		font-size: 0.66rem;
		letter-spacing: 0.06em;
	}
}

@media (max-width: 56.25rem) {
	.goji-header {
		gap: clamp(0.75rem, 3vw, 1.2rem);
		grid-template-columns: auto minmax(2.75rem, 1fr) auto;
		min-height: 82px;
		padding-inline: clamp(1rem, 4vw, 1.5rem);
	}

	.goji-header > .et_pb_column {
		margin: 0 !important;
		min-width: 0;
		width: auto !important;
	}

	.goji-header > .et_pb_column:nth-child(2) {
		justify-content: flex-end;
	}

	.goji-header-logo {
		width: clamp(135px, 20vw, 165px) !important;
	}

	.goji-header-nav .et_pb_menu_inner_container,
	.goji-header-nav .et_pb_menu__wrap {
		justify-content: flex-end;
	}

	.goji-header-nav .et_pb_menu__menu {
		display: none;
	}

	.goji-header-nav .et_mobile_nav_menu {
		align-items: center;
		display: flex;
		justify-content: flex-end;
	}

	.goji-header-nav .mobile_nav {
		background: transparent;
		line-height: 1;
		margin: 0;
		padding: 0;
	}

	.goji-header-nav .mobile_nav .select_page {
		display: none;
	}

	.goji-header-nav .mobile_menu_bar {
		display: block;
		line-height: 1;
		padding: 0;
		position: relative;
	}

	.goji-header-nav .mobile_menu_bar::before {
		color: var(--goji-charcoal);
		font-size: 2rem;
		line-height: 1;
	}

	.goji-header-nav .et_mobile_menu {
		background: var(--goji-paper);
		border-top: 2px solid var(--goji-red);
		box-shadow: 0 24px 60px rgba(33, 29, 27, 0.12);
		display: block;
		left: auto;
		margin-top: 1rem;
		padding: 0.8rem 1rem;
		right: 0;
		width: min(18rem, calc(100vw - 2rem));
	}

	.goji-header-nav .mobile_nav.closed .et_mobile_menu {
		display: none;
	}

	.goji-header-nav .et_mobile_menu a {
		color: var(--goji-text);
		display: block;
		font-size: 0.78rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		line-height: 1.2;
		padding: 0.85rem 0;
		text-transform: uppercase;
	}

	.goji-header-nav .et_mobile_menu .menu-item-has-children > a {
		background: transparent;
		color: var(--goji-charcoal);
	}

	.goji-header-nav .et_mobile_menu .sub-menu {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0 0 0 0.9rem;
		position: static;
		width: 100%;
	}

	.goji-header-nav .et_mobile_menu .sub-menu li {
		border-bottom: 0;
		padding-left: 0;
	}

	.goji-header-nav .et_mobile_menu .sub-menu a {
		border-bottom: 1px solid rgba(33, 29, 27, 0.07);
		color: var(--goji-muted);
		font-size: 0.72rem;
		padding: 0.75rem 0;
		white-space: normal;
		width: 100%;
	}

	.goji-header-nav .et_mobile_menu .sub-menu a:hover,
	.goji-header-nav .et_mobile_menu .sub-menu a:focus,
	.goji-header-nav .et_mobile_menu .sub-menu .current-menu-item > a {
		background: transparent !important;
		color: var(--goji-red-dark) !important;
		opacity: 1;
	}

	.goji-header-cta {
		font-size: 0.72rem;
		letter-spacing: 0.07em;
	}
}

@media (max-width: 30rem) {
	.goji-header {
		grid-template-columns: auto minmax(2.5rem, 1fr);
		min-height: 76px;
	}

	.goji-header-logo {
		width: clamp(120px, 36vw, 135px) !important;
	}

	.goji-header > .et_pb_column:last-child,
	.goji-header-cta {
		display: none !important;
	}
}
