/*
 * Simple, mobile-first global chrome.
 */

.odcu-design #site-header,
.odcu-design #site-footer,
.odcu-design .elementor-location-header,
.odcu-design .elementor-location-footer {
	display: none!important;
}

.odcu-global-header,
.odcu-global-footer {
	display: block!important;
}

.odcu-global-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: color-mix(in srgb, var(--odcu-night) 96%, transparent);
	backdrop-filter: blur(12px);
	color: var(--odcu-parchment);
	border-bottom: 1px solid rgba(255,255,255,.06);
}

.odcu-global-header-inner > .elementor-container {
	min-height: 72px;
	align-items: center;
}

.odcu-brandmark {
	display: inline-flex;
	align-items: center;
	gap: .65rem;
	color: inherit!important;
	text-decoration: none!important;
}

.odcu-brandmark__symbol {
	width: 25px;
	flex: 0 0 25px;
	color: var(--odcu-bronze-soft);
}

.odcu-brandmark__symbol svg {
	display: block;
	width: 100%;
	height: auto;
}

.odcu-brandmark__type {
	display: grid;
	gap: .1rem;
	font-family: var(--odcu-font-heading);
	letter-spacing: .12em;
	line-height: 1;
}

.odcu-brandmark__type > span {
	font-size: .95rem;
}

.odcu-brandmark__type > small {
	font-size: .5rem;
	letter-spacing: .24em;
}

.odcu-nav__list,
.odcu-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.odcu-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.55rem;
}

.odcu-nav__list a {
	color: inherit!important;
	font-size: .67rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-decoration: none!important;
	text-transform: uppercase;
	white-space: nowrap;
}

.odcu-nav__list a:hover,
.odcu-nav__list .current-menu-item > a {
	color: var(--odcu-bronze-soft)!important;
}

.odcu-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .2rem;
}

.odcu-header-action {
	position: relative;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	color: inherit!important;
	text-decoration: none!important;
}

.odcu-header-action svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
}

.odcu-cart-count {
	position: absolute;
	top: 1px;
	right: -1px;
	min-width: 15px;
	height: 15px;
	display: grid;
	place-items: center;
	padding: 0 3px;
	border-radius: 999px;
	background: var(--odcu-bronze);
	color: var(--odcu-night);
	font-size: .55rem;
	font-weight: 700;
}

.odcu-mobile-menu {
	display: none;
}

.odcu-global-footer {
	background: var(--odcu-night);
	color: var(--odcu-parchment);
	border-top: 1px solid rgba(255,255,255,.06);
}

.odcu-global-footer-main {
	padding-block: 3rem;
}

.odcu-global-footer-main > .elementor-container {
	align-items: center;
}

.odcu-global-footer p {
	margin-top: .8rem;
	color: color-mix(in srgb,var(--odcu-parchment) 70%,transparent);
}

.odcu-footer-menu {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: .75rem 1.25rem;
}

.odcu-footer-menu a {
	color: color-mix(in srgb,var(--odcu-parchment) 75%,transparent)!important;
	font-size: .8rem;
	text-decoration: none!important;
}

.odcu-global-footer-bottom {
	padding: .9rem 0;
	border-top: 1px solid rgba(255,255,255,.06);
}

.odcu-footer-bottom {
	color: color-mix(in srgb,var(--odcu-parchment) 48%,transparent);
	font-size: .64rem;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.odcu-mobile-bottom-nav {
	display: none;
}

.woocommerce-checkout .odcu-global-footer,
.woocommerce-cart .odcu-global-footer {
	display: none!important;
}

.woocommerce-checkout .odcu-header-nav-col,
.woocommerce-cart .odcu-header-nav-col {
	visibility: hidden;
}

@media (max-width: 900px) {
	.odcu-nav--desktop {
		display: none;
	}

	.odcu-mobile-menu {
		display: block;
	}

	.odcu-mobile-menu summary {
		width: 38px;
		height: 38px;
		display: grid;
		place-content: center;
		gap: 5px;
		cursor: pointer;
		list-style: none;
	}

	.odcu-mobile-menu summary::-webkit-details-marker {
		display: none;
	}

	.odcu-mobile-menu summary span {
		display: block;
		width: 19px;
		height: 1px;
		background: currentColor;
	}

	.odcu-mobile-menu__panel {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: .7rem var(--odcu-gutter) 1.2rem;
		background: var(--odcu-night);
		border-top: 1px solid rgba(255,255,255,.06);
	}

	.odcu-mobile-menu__list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.odcu-mobile-menu__list a {
		display: block;
		padding: .85rem 0;
		border-bottom: 1px solid rgba(255,255,255,.06);
		color: var(--odcu-parchment)!important;
		font-family: var(--odcu-font-heading);
		font-size: 1.4rem;
		text-decoration: none!important;
	}

	.odcu-footer-menu {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.odcu-global-header-inner > .elementor-container {
		min-height: 64px;
	}

	.odcu-brandmark__type > span {
		font-size: .84rem;
	}

	.odcu-brandmark__type > small {
		font-size: .44rem;
	}

	.odcu-header-nav-col {
		width: auto!important;
		order: 3;
	}

	.odcu-header-brand-col {
		width: auto!important;
	}

	.odcu-header-actions-col {
		width: auto!important;
		margin-left: auto;
	}

	.odcu-header-actions .odcu-header-action:first-child {
		display: none;
	}

	.odcu-global-footer-main > .elementor-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.35rem;
	}

	.odcu-global-footer-main .elementor-column {
		width: 100%!important;
	}

	.odcu-global-footer {
		padding-bottom: 72px;
	}

	.odcu-mobile-bottom-nav {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1100;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		min-height: 66px;
		padding: 5px max(8px, env(safe-area-inset-left)) max(5px, env(safe-area-inset-bottom));
		background: color-mix(in srgb, var(--odcu-night) 97%, transparent);
		backdrop-filter: blur(14px);
		border-top: 1px solid rgba(255,255,255,.08);
	}

	.odcu-mobile-bottom-nav a {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		color: color-mix(in srgb,var(--odcu-parchment) 76%,transparent)!important;
		font-size: .58rem;
		text-decoration: none!important;
	}

	.odcu-mobile-bottom-nav svg {
		width: 19px;
		height: 19px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.4;
	}

	.odcu-mobile-bottom-nav b {
		position: absolute;
		top: 1px;
		left: calc(50% + 8px);
		min-width: 15px;
		height: 15px;
		display: grid;
		place-items: center;
		padding: 0 3px;
		border-radius: 999px;
		background: var(--odcu-bronze);
		color: var(--odcu-night);
		font-size: .5rem;
	}

	.woocommerce-checkout .odcu-mobile-bottom-nav {
		display: none!important;
	}

	.woocommerce-cart .odcu-global-footer {
		display: none!important;
	}
}
