.organic-shape-bg {
	background: radial-gradient(circle at 10% 20%, rgba(232, 246, 232, 0.4) 0%, transparent 50%),
		radial-gradient(circle at 90% 80%, rgb(var(--hfj-secondary-container) / 0.1) 0%, transparent 50%);
}

html.scroll-smooth {
	scroll-padding-top: 5.5rem;
}

.cta-btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 0.5rem;
	font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.35;
	padding: 0.625rem 1.375rem;
	min-height: 2.75rem;
	transition:
		opacity 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

html.drawer-open,
html.drawer-open body {
	overflow: hidden;
}

.reveal {
	opacity: 0;
	transform: translateY(1.25rem);
	transition:
		opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.reveal.reveal-visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-stagger > .reveal:nth-child(1) {
	transition-delay: 0s;
}
.reveal-stagger > .reveal:nth-child(2) {
	transition-delay: 0.06s;
}
.reveal-stagger > .reveal:nth-child(3) {
	transition-delay: 0.12s;
}
.reveal-stagger > .reveal:nth-child(4) {
	transition-delay: 0.18s;
}
.reveal-stagger > .reveal:nth-child(5) {
	transition-delay: 0.24s;
}
.reveal-stagger > .reveal:nth-child(6) {
	transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
		will-change: auto;
	}
}

#drawer-panel .drawer-nav-section {
	display: block;
	padding: 0.75rem 0.75rem 0.75rem calc(0.75rem - 4px);
	border-left: 4px solid transparent;
	border-radius: 0.5rem;
	font-family: "Work Sans", ui-sans-serif, system-ui, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: rgb(var(--hfj-on-surface-variant) / 1);
	text-decoration: none;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}

#drawer-panel .drawer-nav-section:hover {
	color: rgb(var(--hfj-primary) / 1);
	background-color: rgb(var(--hfj-surface-container-low) / 1);
}

#drawer-panel .drawer-nav-section.is-drawer-active {
	color: rgb(var(--hfj-primary) / 1);
	font-weight: 700;
	border-left-color: rgb(var(--hfj-primary) / 1);
	background-color: rgb(var(--hfj-surface-container-low) / 1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

#drawer-panel .drawer-nav-purchase.is-drawer-active {
	box-shadow:
		0 0 0 2px rgb(var(--hfj-secondary-container) / 1),
		0 0 0 4px rgb(var(--hfj-primary) / 0.08);
}

header nav[aria-label="Primary"] a.nav-link.is-drawer-active {
	color: rgb(var(--hfj-primary) / 1);
	font-weight: 700;
	text-underline-offset: 7px;
	text-decoration-thickness: 2px;
}

header a.hfj-header-purchase.is-drawer-active:not(.drawer-nav-purchase) {
	box-shadow: 0 0 0 2px rgb(var(--hfj-secondary-container) / 0.85), 0 0 0 4px rgb(var(--hfj-primary) / 0.08);
}

.wp-block-woocommerce-coming-soon {
  min-height: calc(100vh - 384px);
}
