/**
 * Daisy Wellness — warm sanctuary palette (sage, cream, umber).
 */

:root {
	--daisy-primary: #9ca18a;
	--daisy-primary-soft: #adb2a2;
	--daisy-sage-deep: #72786a;
	--daisy-secondary: #4b3621;
	--daisy-cream: #faf8f4;
	--daisy-mint: #f3ede4;
	--daisy-sage: #dce4d4;
	--daisy-gold: #c9a227;
	--daisy-footer: var(--daisy-sage-deep);
	--daisy-text: #4b3621;
	--daisy-muted: #7a6e62;
	--daisy-white: #ffffff;
	--daisy-radius: 16px;
	--daisy-radius-sm: 10px;
	--daisy-shadow: 0 12px 40px rgba(75, 54, 33, 0.08);
	--daisy-shadow-soft: 0 4px 20px rgba(75, 54, 33, 0.06);
	--daisy-max: 1120px;
	--daisy-wide: 1280px;
	--daisy-gutter: 1.25rem;
	--daisy-site-inset: max(var(--daisy-gutter), calc((100vw - var(--daisy-wide)) / 2 + var(--daisy-gutter)));
	--daisy-hero-inset: calc(var(--daisy-site-inset) + 1.75rem);
}

/* -------------------------------------------------------------------------
   Global polish
   ------------------------------------------------------------------------- */

body.daisy-wellness {
	color: var(--daisy-text);
	background-color: var(--daisy-cream);
	-webkit-font-smoothing: antialiased;
}

body.daisy-wellness .site-content {
	overflow-x: clip;
}

body.daisy-wellness-home .site-content {
	padding-top: 0;
}

body.daisy-wellness a {
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* -------------------------------------------------------------------------
   Header
   ------------------------------------------------------------------------- */

body.daisy-wellness .site-header {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(75, 54, 33, 0.08);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	overflow: visible;
}

body.daisy-wellness .header__inner {
	max-width: var(--daisy-wide);
	margin-inline: auto;
	padding-inline: var(--daisy-gutter);
	min-height: 4.5rem;
	overflow: visible;
}

@media only screen and (min-width: 960px) {
	body.daisy-wellness .header__inner {
		padding-top: 1.1rem;
		padding-bottom: 0.85rem;
	}

	body.daisy-wellness .header__navigation,
	body.daisy-wellness .header__navigation-inner,
	body.daisy-wellness #mega-menu-wrap-primary,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary {
		overflow: visible !important;
	}
}

body.daisy-wellness {
	--go-site-title--font-family: "Cormorant Garamond", "Crimson Text", Georgia, "Times New Roman", serif;
	--go-site-title--font-size: clamp(1.4rem, 2.1vw, 1.9rem);
	--go-site-title--font-weight: 600;
	--go-site-title--letter-spacing: 0.04em;
	--go-site-title--color--text: var(--daisy-primary);
}

body.daisy-wellness .header__titles {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

body.daisy-wellness .header__titles .custom-logo-link {
	flex: 0 0 auto;
	line-height: 0;
}

body.daisy-wellness .header__titles .custom-logo {
	max-height: 3.75rem;
	width: auto;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

body.daisy-wellness .header__title-nav .site-title,
body.daisy-wellness .header__title-nav .custom-logo-link + .site-title,
body.daisy-wellness .header__titles .site-title,
body.daisy-wellness .site-branding .site-title,
body.daisy-wellness .header__titles .custom-logo-link ~ a .site-title {
	margin: 0;
	font-family: "Cormorant Garamond", "Crimson Text", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.4rem, 2.1vw, 1.9rem) !important;
	font-weight: 600 !important;
	font-style: italic;
	letter-spacing: 0.04em !important;
	line-height: 1.05;
	color: var(--daisy-primary) !important;
	text-transform: none !important;
}

body.daisy-wellness .header__titles .custom-logo-link ~ a {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
	gap: 0.12rem;
}

body.daisy-wellness .header__titles .custom-logo-link ~ a .site-title::after {
	content: "sanctuary for the soul";
	display: block;
	margin-top: 0.15rem;
	font-family: "Karla", "Nunito Sans", system-ui, sans-serif;
	font-size: 0.62rem;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--daisy-gold);
	line-height: 1;
}

/* Desktop main menu */
@media only screen and (min-width: 960px) {
	body.daisy-wellness #mega-menu-wrap-primary,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary {
		background: transparent !important;
	}

	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary {
		display: flex;
		align-items: center;
		gap: 0.2rem;
	}

	body.daisy-wellness .header__navigation .primary-menu > li,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin: 0 !important;
		position: relative;
	}

	body.daisy-wellness .header__navigation .primary-menu > li > a,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		position: relative;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		height: auto !important;
		line-height: 1.2 !important;
		padding: 0.55rem 1rem !important;
		border: 0 !important;
		border-radius: 999px !important;
		background: transparent !important;
		color: var(--daisy-secondary) !important;
		font-size: 0.95rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.02em;
		text-decoration: none !important;
		text-transform: none !important;
		overflow: visible;
		transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	}

	/* Soft underline that grows from the center */
	body.daisy-wellness .header__navigation .primary-menu > li > a::after,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0.28rem;
		width: 0;
		height: 2px;
		border-radius: 999px;
		background: linear-gradient(90deg, var(--daisy-gold), var(--daisy-primary));
		transform: translateX(-50%);
		transition: width 0.28s ease;
		opacity: 1;
	}

	/* Daisy bloom above the link */
	body.daisy-wellness .header__navigation .primary-menu > li > a::before,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
		content: "";
		position: absolute;
		top: -0.85rem;
		left: 50%;
		width: 1.85rem;
		height: 1.85rem;
		margin-left: -0.925rem;
		background: url("../images/daisy.svg") center / contain no-repeat;
		opacity: 0;
		transform: scale(0.3) rotate(-30deg) translateY(6px);
		transition: opacity 0.28s ease, transform 0.35s ease;
		pointer-events: none;
		z-index: 2;
	}

	body.daisy-wellness .header__navigation .primary-menu > li > a:hover,
	body.daisy-wellness .header__navigation .primary-menu > li > a:focus-visible,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
		color: var(--daisy-primary) !important;
		background: var(--daisy-mint) !important;
		font-weight: 600 !important;
		text-decoration: none !important;
		transform: translateY(-1px);
		box-shadow: 0 6px 16px rgba(75, 54, 33, 0.1);
	}

	body.daisy-wellness .header__navigation .primary-menu > li > a:hover::before,
	body.daisy-wellness .header__navigation .primary-menu > li > a:focus-visible::before,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus::before {
		opacity: 1;
		transform: scale(1) rotate(8deg) translateY(0);
	}

	body.daisy-wellness .header__navigation .primary-menu > li > a:hover::after,
	body.daisy-wellness .header__navigation .primary-menu > li > a:focus-visible::after,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::after,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus::after {
		width: 1.6rem;
	}

	/* Current page */
	body.daisy-wellness .header__navigation .primary-menu > li.current-menu-item > a,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_item > a.mega-menu-link,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor > a.mega-menu-link {
		color: var(--daisy-primary) !important;
		background: var(--daisy-mint) !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		box-shadow: inset 0 0 0 1px rgba(75, 54, 33, 0.08);
	}

	body.daisy-wellness .header__navigation .primary-menu > li.current-menu-item > a::before,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link::before,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_item > a.mega-menu-link::before {
		opacity: 1;
		transform: scale(1) rotate(0deg) translateY(0);
	}

	body.daisy-wellness .header__navigation .primary-menu > li.current-menu-item > a::after,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link::after,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_item > a.mega-menu-link::after {
		width: 1.6rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.daisy-wellness .header__navigation .primary-menu > li > a,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		transition: none;
	}

	body.daisy-wellness .header__navigation .primary-menu > li > a::before,
	body.daisy-wellness #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
		display: none;
	}
}

body.daisy-wellness .header__extras {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

body.daisy-wellness .header__extras .header__search-toggle,
body.daisy-wellness .header__extras .search-toggle,
body.daisy-wellness .header__extras svg,
body.daisy-wellness .nav-toggle,
body.daisy-wellness .nav-toggle svg {
	color: var(--daisy-primary);
	fill: currentColor;
}

body.daisy-wellness .header__nav-toggle {
	position: relative;
	z-index: 10002;
}

body.daisy-wellness .nav-toggle {
	cursor: pointer;
}

body.daisy-wellness .daisy-header-cta {
	padding: 0.55rem 1rem;
	font-size: 0.82rem;
	box-shadow: none;
	white-space: nowrap;
}

/* -------------------------------------------------------------------------
   Mobile header layout + navigation
   Keep: [Book a session] — [logo] — [search] [☰ menu]
   ------------------------------------------------------------------------- */

@media only screen and (max-width: 959px) {
	body.daisy-wellness .header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.25rem;
		min-height: 4rem;
		padding-inline: 0.4rem;
	}

	body.daisy-wellness .header__extras {
		flex: 0 0 auto;
		order: 1;
		margin: 0;
		z-index: 10002;
		gap: 0.2rem;
	}

	body.daisy-wellness .header__extras .header__search-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 2.35rem;
		height: 2.35rem;
		padding: 0.35rem;
		order: 2;
	}

	body.daisy-wellness .header__extras .header__search-toggle svg {
		width: 1.25rem;
		height: 1.25rem;
	}

	/* Move search to the right cluster with the menu icon. */
	body.daisy-wellness .header__extras {
		display: contents;
	}

	body.daisy-wellness .daisy-header-cta {
		display: inline-flex !important;
		order: 1;
		padding: 0.42rem 0.55rem;
		font-size: 0.68rem;
		letter-spacing: 0;
		line-height: 1.15;
		max-width: 7.75rem;
		z-index: 10002;
	}

	body.daisy-wellness .daisy-header-cta__label {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body.daisy-wellness .header__search-toggle {
		order: 3;
		z-index: 10002;
	}

	body.daisy-wellness .header__title-nav {
		flex: 1 1 auto;
		order: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
	}

	body.daisy-wellness .header .header__titles {
		flex: 0 1 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 100%;
	}

	/* Logo only — site title crowds the bar and pushes the menu icon away. */
	body.daisy-wellness .header__titles .site-title,
	body.daisy-wellness .header__titles .custom-logo-link ~ a,
	body.daisy-wellness .header__titles .custom-logo-link ~ a .site-title::after {
		display: none !important;
	}

	body.daisy-wellness .header__titles .custom-logo-link {
		display: inline-flex;
		line-height: 0;
	}

	body.daisy-wellness .header__titles .custom-logo {
		max-width: 44px !important;
		width: 44px;
		height: auto;
	}

	body.daisy-wellness .header__nav-toggle {
		flex: 0 0 auto;
		order: 4;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		margin: 0;
		z-index: 10002;
	}

	body.daisy-wellness .nav-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 2.35rem;
		height: 2.35rem;
		margin: 0 !important;
		padding: 0.35rem;
		color: var(--daisy-primary) !important;
	}

	body.daisy-wellness .nav-toggle svg {
		width: 1.35rem !important;
		height: 1.35rem !important;
		fill: var(--daisy-primary) !important;
	}

	body.daisy-wellness .mega-menu-wrap .mega-menu-toggle {
		display: none !important;
	}

	/* Solid full-screen panel — no hero bleed-through. */
	body.daisy-wellness.menu-is-open .site-header {
		background: var(--daisy-cream) !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	body.daisy-wellness.menu-is-open .header__navigation {
		background: var(--daisy-cream) !important;
		background-color: var(--daisy-cream) !important;
		background-image: none !important;
		opacity: 1 !important;
		z-index: 10001;
		inset: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		min-height: 100dvh;
	}

	body.daisy-wellness.menu-is-open .header__navigation-inner,
	body.daisy-wellness.menu-is-open .header__navigation-inner > div {
		position: relative !important;
		height: 100% !important;
		min-height: 100%;
		overflow: auto !important;
		background: var(--daisy-cream) !important;
		opacity: 1 !important;
	}

	body.daisy-wellness.menu-is-open .header__nav-toggle,
	body.daisy-wellness.menu-is-open .nav-toggle {
		z-index: 10003;
		position: relative;
	}

	body.daisy-wellness.menu-is-open .nav-toggle,
	body.daisy-wellness.menu-is-open .nav-toggle svg {
		color: var(--daisy-primary);
		fill: currentColor;
	}

	/* Show Mega Menu items whenever Go's mobile panel is open. */
	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary,
	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary #mega-menu-primary {
		display: flex !important;
		visibility: visible !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		min-height: min-content;
		margin: 0;
		padding: 2rem 1rem;
		background: var(--daisy-cream) !important;
		background-color: var(--daisy-cream) !important;
		clear: none;
	}

	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: block !important;
		float: none !important;
		width: min(100%, 22rem);
		margin: 0 auto;
		clear: both;
		text-align: center;
	}

	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		display: block !important;
		width: 100%;
		height: auto !important;
		line-height: 1.35 !important;
		padding: 0.9rem 1.25rem !important;
		margin: 0.35rem 0;
		border-radius: 999px;
		background: var(--daisy-white) !important;
		background-color: var(--daisy-white) !important;
		box-shadow: var(--daisy-shadow-soft);
		color: var(--daisy-secondary) !important;
		font-size: clamp(1.15rem, 4.5vw, 1.5rem) !important;
		font-weight: 600 !important;
		text-align: center !important;
		text-decoration: none !important;
	}

	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link,
	body.daisy-wellness.menu-is-open #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_item > a.mega-menu-link {
		background: var(--daisy-mint) !important;
		background-color: var(--daisy-mint) !important;
		color: var(--daisy-primary) !important;
	}
}

/* -------------------------------------------------------------------------
   Search modal — visible close control
   ------------------------------------------------------------------------- */

body.daisy-wellness .search-modal-inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	background: var(--daisy-white);
	padding: 1rem 1.25rem;
}

body.daisy-wellness .search-modal-inner .site-search,
body.daisy-wellness .search-modal-inner .search-form {
	flex: 1 1 auto;
	min-width: 0;
}

body.daisy-wellness .daisy-search-close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(75, 54, 33, 0.15);
	border-radius: 999px;
	background: var(--daisy-mint);
	color: var(--daisy-primary);
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
}

body.daisy-wellness .daisy-search-close:hover,
body.daisy-wellness .daisy-search-close:focus {
	background: var(--daisy-primary);
	color: var(--daisy-white);
	border-color: var(--daisy-primary);
}

body.daisy-wellness .search-modal.active {
	background: rgba(75, 54, 33, 0.4);
}

/* -------------------------------------------------------------------------
   Buttons (site-wide)
   ------------------------------------------------------------------------- */

body.daisy-wellness .wp-block-button__link,
body.daisy-wellness .wp-element-button,
body.daisy-wellness .daisy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.9rem 1.6rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
}

body.daisy-wellness .daisy-btn--primary,
body.daisy-wellness .wp-block-button.is-style-fill .wp-block-button__link,
body.daisy-wellness .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--daisy-primary);
	color: var(--daisy-white) !important;
	box-shadow: 0 8px 24px rgba(156, 161, 138, 0.28);
}

body.daisy-wellness .daisy-btn--primary:hover,
body.daisy-wellness .wp-block-button.is-style-fill .wp-block-button__link:hover,
body.daisy-wellness .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background: var(--daisy-primary-soft);
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(156, 161, 138, 0.34);
}

body.daisy-wellness .daisy-btn--secondary,
body.daisy-wellness .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--daisy-primary) !important;
	border-color: var(--daisy-primary);
	box-shadow: none;
}

body.daisy-wellness .daisy-btn--secondary:hover,
body.daisy-wellness .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--daisy-primary);
	color: var(--daisy-white) !important;
}

body.daisy-wellness .daisy-btn--light {
	background: var(--daisy-white);
	color: var(--daisy-primary) !important;
	box-shadow: var(--daisy-shadow-soft);
}

body.daisy-wellness .daisy-btn--light:hover {
	background: var(--daisy-mint);
	transform: translateY(-1px);
}

body.daisy-wellness .daisy-btn--ghost-light {
	background: transparent;
	color: var(--daisy-white) !important;
	border-color: rgba(255, 255, 255, 0.7);
}

body.daisy-wellness .daisy-btn--ghost-light:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--daisy-white);
}

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */

body.daisy-wellness .site-footer {
	background: var(--daisy-footer);
	color: rgba(255, 255, 255, 0.9);
	padding: 3rem 0 2rem;
	margin-top: 0;
}

body.daisy-wellness .site-footer a {
	color: rgba(255, 255, 255, 0.88);
}

body.daisy-wellness .site-footer a:hover {
	color: var(--daisy-white);
}

body.daisy-wellness .site-footer .site-title,
body.daisy-wellness .site-footer .site-branding .site-title {
	color: var(--daisy-white);
}

body.daisy-wellness .site-footer .site-info {
	color: rgba(255, 255, 255, 0.65);
}

body.daisy-wellness .site-footer .social-icons a {
	opacity: 0.85;
}

body.daisy-wellness .site-footer .social-icons a:hover {
	opacity: 1;
}

body.daisy-wellness .site-footer__inner {
	max-width: var(--daisy-wide);
	padding-inline: 1.25rem;
}

/* -------------------------------------------------------------------------
   Homepage layout
   ------------------------------------------------------------------------- */

.daisy-home {
	display: block;
}

.daisy-section {
	padding: 4.5rem var(--daisy-gutter);
}

.daisy-section__inner {
	max-width: var(--daisy-max);
	margin-inline: auto;
}

.daisy-section__inner--wide {
	max-width: var(--daisy-wide);
}

.daisy-eyebrow {
	display: inline-block;
	margin: 0 0 0.75rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--daisy-primary-soft);
}

.daisy-section__title {
	margin: 0 0 1rem;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: var(--daisy-secondary);
}

.daisy-section__lead {
	margin: 0 auto 2.5rem;
	max-width: 40rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--daisy-muted);
}

.daisy-section--center .daisy-section__title,
.daisy-section--center .daisy-section__lead,
.daisy-section--center .daisy-eyebrow {
	text-align: center;
}

.daisy-section--center .daisy-eyebrow {
	display: block;
}

/* Hero — mockup banner (logo + photo split) */

.daisy-hero--banner {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background: #faf8f4;
}

.daisy-hero--banner .daisy-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-height: min(86vh, 720px);
}

.daisy-hero--banner .daisy-hero__panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #faf8f4;
	padding: clamp(2.5rem, 5vh, 4rem) clamp(1.5rem, 4vw, 2.5rem);
	overflow: hidden;
	min-height: 100%;
}

.daisy-hero--banner .daisy-hero__panel-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 26rem;
	margin-inline: auto;
}

.daisy-hero--banner .daisy-hero__lockup {
	display: block;
	width: min(100%, 15.5rem);
	height: auto;
	margin: 0 auto 1.65rem;
}

.daisy-hero--banner .daisy-hero__title {
	margin: 0 0 0.9rem;
	max-width: 16rem;
	font-family: "Cormorant Garamond", "Crimson Text", Georgia, "Times New Roman", serif;
	font-size: clamp(2.05rem, 3.4vw, 3rem);
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.12;
	color: #3d3d3d;
	text-align: center;
}

.daisy-hero--banner .daisy-hero__text {
	margin: 0 0 1.75rem;
	max-width: 21rem;
	font-family: "Karla", "Nunito Sans", system-ui, sans-serif;
	font-size: clamp(0.94rem, 1.35vw, 1.02rem);
	font-weight: 400;
	line-height: 1.72;
	color: #8a9084;
	text-align: center;
}

.daisy-hero--banner .daisy-hero__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.daisy-hero--banner .daisy-hero__media {
	position: relative;
	min-height: 16rem;
	overflow: hidden;
	background: #faf8f4;
}

.daisy-hero--banner .daisy-hero__media::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 1;
	width: 38%;
	background: linear-gradient(90deg, #faf8f4 0%, rgba(250, 248, 244, 0.92) 28%, rgba(250, 248, 244, 0.55) 58%, transparent 100%);
	pointer-events: none;
}

.daisy-hero--banner .daisy-hero__media img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: 62% center;
	display: block;
}

body.daisy-wellness .daisy-btn--hero {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.82rem 1.15rem;
	font-family: "Karla", "Nunito Sans", system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 6px;
	box-shadow: none;
	white-space: nowrap;
}

body.daisy-wellness .daisy-hero--banner .daisy-hero__actions .daisy-btn {
	width: auto;
	flex: 0 1 auto;
}

body.daisy-wellness .daisy-btn--hero .daisy-btn__icon {
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	object-fit: contain;
	flex: 0 0 auto;
	margin: 0;
	translate: 0 0.5px;
}

body.daisy-wellness .daisy-btn--banner-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.82rem 1.1rem;
	border-radius: 6px;
	border: 1.5px solid var(--daisy-primary);
	background: transparent;
	color: var(--daisy-primary) !important;
	font-family: "Karla", "Nunito Sans", system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none;
	white-space: nowrap;
}

body.daisy-wellness .daisy-btn--banner-outline:hover {
	background: rgba(156, 161, 138, 0.08);
	border-color: var(--daisy-primary);
	color: var(--daisy-primary) !important;
	transform: translateY(-1px);
}

@media (min-width: 900px) {
	.daisy-hero--banner .daisy-hero__inner {
		grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
		min-height: min(88vh, 740px);
	}

	.daisy-hero--banner .daisy-hero__panel {
		justify-content: flex-start;
		align-items: center;
		padding: clamp(2.5rem, 5vh, 4rem) clamp(1.5rem, 4vw, 2.5rem) clamp(2.5rem, 5vh, 4rem) var(--daisy-hero-inset);
	}

	.daisy-hero--banner .daisy-hero__panel-content {
		align-items: center;
		text-align: center;
		width: min(100%, 27rem);
		max-width: 27rem;
		margin-inline: 0;
	}

	.daisy-hero--banner .daisy-hero__lockup {
		width: min(100%, 16.25rem);
		margin: 0 auto 1.65rem;
	}

	.daisy-hero--banner .daisy-hero__title,
	.daisy-hero--banner .daisy-hero__text {
		text-align: center;
		margin-inline: auto;
	}

	.daisy-hero--banner .daisy-hero__actions {
		justify-content: center;
	}

	.daisy-hero--banner .daisy-hero__media {
		min-height: 100%;
	}
}

@media (max-width: 899px) {
	.daisy-hero--banner .daisy-hero__inner {
		min-height: auto;
	}

	.daisy-hero--banner .daisy-hero__media {
		order: -1;
		min-height: 14rem;
	}

	.daisy-hero--banner .daisy-hero__media::before {
		width: 100%;
		height: 38%;
		inset: auto 0 0;
		background: linear-gradient(180deg, transparent 0%, #faf8f4 88%);
	}

	.daisy-hero--banner .daisy-hero__media img {
		object-position: center 40%;
	}

	.daisy-hero--banner .daisy-hero__panel {
		padding: 2.25rem 1.35rem 2.75rem;
		margin-top: -1.25rem;
	}

	.daisy-hero--banner .daisy-hero__actions {
		flex-direction: column;
		align-items: stretch;
		max-width: 17rem;
	}

	body.daisy-wellness .daisy-hero--banner .daisy-hero__actions .daisy-btn {
		width: 100%;
		white-space: normal;
	}
}

/* Legacy hero fallback (if reused elsewhere) */

.daisy-hero:not(.daisy-hero--banner) {
	position: relative;
	display: grid;
	align-items: center;
	min-height: min(88vh, 760px);
	padding: 5rem 1.25rem 4.5rem;
	color: var(--daisy-text);
	overflow: hidden;
}

.daisy-hero:not(.daisy-hero--banner) .daisy-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.daisy-hero:not(.daisy-hero--banner) .daisy-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(250, 248, 244, 0.96) 0%, rgba(250, 248, 244, 0.72) 38%, rgba(250, 248, 244, 0.2) 58%, transparent 72%),
		linear-gradient(to top, rgba(250, 248, 244, 0.35) 0%, transparent 32%);
}

.daisy-hero__content {
	position: relative;
	z-index: 1;
	max-width: var(--daisy-max);
	margin-inline: auto;
	width: 100%;
}

.daisy-hero .daisy-eyebrow {
	color: var(--daisy-gold);
}

.daisy-hero:not(.daisy-hero--banner) .daisy-hero__title {
	margin: 0 0 1rem;
	max-width: 16ch;
	font-size: clamp(2.4rem, 6vw, 4rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: var(--daisy-secondary);
}

.daisy-hero:not(.daisy-hero--banner) .daisy-hero__text {
	margin: 0 0 2rem;
	max-width: 34rem;
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	line-height: 1.65;
	color: var(--daisy-muted);
}

.daisy-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

/* Intro / about */

.daisy-about {
	background: var(--daisy-white);
}

.daisy-about__grid {
	display: grid;
	gap: 2.5rem;
	align-items: center;
}

@media (min-width: 900px) {
	.daisy-about__grid {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 4rem;
	}
}

.daisy-about__copy p {
	margin: 0 0 1.1rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--daisy-muted);
	text-align: left;
}

.daisy-about__copy p:last-child {
	margin-bottom: 0;
}

.daisy-about__panel {
	background: var(--daisy-mint);
	border: 1px solid rgba(75, 54, 33, 0.08);
	border-radius: var(--daisy-radius);
	padding: 2rem;
	box-shadow: var(--daisy-shadow-soft);
}

.daisy-about__panel h3 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	color: var(--daisy-secondary);
}

.daisy-about__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.daisy-about__list li {
	position: relative;
	padding: 0.65rem 0 0.65rem 1.6rem;
	border-bottom: 1px solid rgba(75, 54, 33, 0.1);
	color: var(--daisy-text);
	font-weight: 500;
}

.daisy-about__list li:last-child {
	border-bottom: 0;
}

.daisy-about__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--daisy-gold);
	box-shadow: 0 0 0 4px rgba(196, 163, 90, 0.18);
}

.daisy-about__panel-cta {
	margin: 1.5rem 0 0;
}

.daisy-about__panel-cta .daisy-btn {
	width: 100%;
}

/* Services */

.daisy-services {
	background: var(--daisy-mint);
}

.daisy-services__grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 700px) {
	.daisy-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.daisy-services__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.daisy-card {
	height: 100%;
	background: var(--daisy-white);
	border: 1px solid rgba(75, 54, 33, 0.08);
	border-radius: var(--daisy-radius);
	padding: 1.75rem 1.5rem;
	box-shadow: var(--daisy-shadow-soft);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.daisy-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--daisy-shadow);
}

.daisy-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.1rem;
	border-radius: 12px;
	background: var(--daisy-mint);
	color: var(--daisy-primary);
	font-size: 1.25rem;
	font-weight: 700;
}

.daisy-card__title {
	margin: 0 0 0.65rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--daisy-secondary);
}

.daisy-card__text {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--daisy-muted);
}

/* Gallery strip */

.daisy-gallery {
	background: var(--daisy-white);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.daisy-gallery__grid {
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.daisy-gallery__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.daisy-gallery__item {
	margin: 0;
	overflow: hidden;
	border-radius: var(--daisy-radius);
	box-shadow: var(--daisy-shadow-soft);
	aspect-ratio: 1;
}

.daisy-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.daisy-gallery__item:hover img {
	transform: scale(1.04);
}

/* Events */

.daisy-events {
	background: var(--daisy-cream);
}

.daisy-events__grid {
	display: grid;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

@media (min-width: 800px) {
	.daisy-events__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.daisy-event-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: var(--daisy-white);
	border-radius: var(--daisy-radius);
	border: 1px solid rgba(75, 54, 33, 0.08);
	box-shadow: var(--daisy-shadow-soft);
	text-align: left;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.daisy-event-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--daisy-shadow);
}

.daisy-event-card__link {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-decoration: none;
	color: inherit;
}

.daisy-event-card__footer {
	padding: 0 1.4rem 1.35rem;
	margin-top: -0.35rem;
}

.daisy-event-card__footer .daisy-btn {
	width: 100%;
	padding: 0.75rem 1.25rem;
	font-size: 0.9rem;
}

.daisy-event-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--daisy-mint);
}

.daisy-event-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
	transition: transform 0.35s ease;
}

.daisy-event-card:hover .daisy-event-card__media img {
	transform: scale(1.04);
}

.daisy-event-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.35rem 1.4rem 1.5rem;
}

.daisy-event-card__date {
	display: inline-block;
	margin-bottom: 0.65rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--daisy-primary);
}

.daisy-event-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--daisy-secondary);
}

.daisy-event-card__excerpt {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--daisy-muted);
}

.daisy-event-card__more {
	margin-top: auto;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--daisy-primary);
}

.daisy-events__grid:has(.daisy-event-card--has-image) {
	grid-template-columns: minmax(0, 28rem);
	justify-content: center;
}

@media (min-width: 800px) {
	.daisy-events__grid:has(.daisy-event-card--has-image):has(.daisy-event-card:nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.daisy-events__grid:has(.daisy-event-card--has-image):has(.daisy-event-card:nth-child(3)) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.daisy-events__empty {
	text-align: center;
	padding: 2rem;
	background: var(--daisy-white);
	border-radius: var(--daisy-radius);
	border: 1px dashed rgba(75, 54, 33, 0.2);
	color: var(--daisy-muted);
	margin-bottom: 2rem;
}

.daisy-events__actions {
	display: flex;
	justify-content: center;
}

/* Booking CTA band */

.daisy-cta {
	position: relative;
	padding: 5rem 1.25rem;
	background:
		radial-gradient(circle at top right, rgba(201, 162, 39, 0.12), transparent 45%),
		linear-gradient(135deg, var(--daisy-sage-deep) 0%, var(--daisy-primary) 55%, var(--daisy-primary-soft) 100%);
	color: var(--daisy-white);
	text-align: center;
	overflow: hidden;
}

.daisy-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 40rem;
	margin-inline: auto;
}

.daisy-cta .daisy-eyebrow {
	color: rgba(255, 255, 255, 0.8);
}

.daisy-cta__title {
	margin: 0 0 1rem;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--daisy-white);
}

.daisy-cta__text {
	margin: 0 0 2rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
}

.daisy-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
}

/* Contact strip */

.daisy-contact {
	background: var(--daisy-cream);
	text-align: center;
}

.daisy-contact__text {
	margin: 0 auto 1.75rem;
	max-width: 34rem;
	color: var(--daisy-muted);
	line-height: 1.7;
}

/* Hide default page chrome on custom home */
body.daisy-wellness-home .entry-header,
body.daisy-wellness-home .post__thumbnail {
	display: none;
}

/* Responsive tweaks */
@media (max-width: 600px) {
	.daisy-section {
		padding: 3.25rem 1.1rem;
	}

	.daisy-hero--banner .daisy-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.daisy-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.daisy-hero__actions .daisy-btn,
	.daisy-cta__actions .daisy-btn {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------
   Daisy cursor trail + button bloom
   ------------------------------------------------------------------------- */

html.daisy-has-cursor-fx,
html.daisy-has-cursor-fx body,
html.daisy-has-cursor-fx a,
html.daisy-has-cursor-fx button,
html.daisy-has-cursor-fx .daisy-btn,
html.daisy-has-cursor-fx .wp-block-button__link,
html.daisy-has-cursor-fx input,
html.daisy-has-cursor-fx textarea,
html.daisy-has-cursor-fx select {
	cursor: url("../images/daisy.svg") 20 20, auto;
}

html.daisy-has-cursor-fx a,
html.daisy-has-cursor-fx button,
html.daisy-has-cursor-fx .daisy-btn,
html.daisy-has-cursor-fx .wp-block-button__link,
html.daisy-has-cursor-fx .daisy-header-cta,
html.daisy-has-cursor-fx .nav-toggle,
html.daisy-has-cursor-fx .header__search-toggle {
	cursor: url("../images/daisy.svg") 20 20, pointer;
}

.daisy-cursor-layer {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 99999;
	overflow: hidden;
}

.daisy-cursor-petal {
	position: fixed;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	opacity: 0.95;
	transform: translate3d(0, 0, 0) rotate(var(--daisy-rot, 0deg)) scale(var(--daisy-scale, 1));
	animation: daisy-petal-fade 0.95s ease-out forwards;
	will-change: transform, opacity;
}

@keyframes daisy-petal-fade {
	0% {
		opacity: 0.95;
		transform: translate3d(0, 0, 0) rotate(var(--daisy-rot, 0deg)) scale(var(--daisy-scale, 1));
	}
	100% {
		opacity: 0;
		transform: translate3d(var(--daisy-drift-x, 8px), var(--daisy-drift-y, 14px), 0)
			rotate(calc(var(--daisy-rot, 0deg) + 40deg))
			scale(0.2);
	}
}

/* Soft daisy bloom on buttons */
body.daisy-wellness .daisy-btn,
body.daisy-wellness .wp-block-button__link,
body.daisy-wellness .daisy-header-cta,
body.daisy-wellness .coblocks-form__submit .wp-block-button__link,
body.daisy-wellness .coblocks-form__submit button {
	position: relative;
	overflow: visible;
}

body.daisy-wellness .daisy-btn:not(.daisy-btn--hero)::before,
body.daisy-wellness .daisy-btn:not(.daisy-btn--hero)::after,
body.daisy-wellness .wp-block-button__link::before,
body.daisy-wellness .wp-block-button__link::after,
body.daisy-wellness .daisy-header-cta::before,
body.daisy-wellness .daisy-header-cta::after,
body.daisy-wellness .coblocks-form__submit .wp-block-button__link::before,
body.daisy-wellness .coblocks-form__submit .wp-block-button__link::after,
body.daisy-wellness .coblocks-form__submit button::before,
body.daisy-wellness .coblocks-form__submit button::after {
	content: "";
	position: absolute;
	width: 1.65rem;
	height: 1.65rem;
	background: url("../images/daisy.svg") center / contain no-repeat;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.28s ease, transform 0.35s ease;
	z-index: 2;
}

body.daisy-wellness .daisy-btn:not(.daisy-btn--hero)::before,
body.daisy-wellness .wp-block-button__link::before,
body.daisy-wellness .daisy-header-cta::before,
body.daisy-wellness .coblocks-form__submit .wp-block-button__link::before,
body.daisy-wellness .coblocks-form__submit button::before {
	top: -0.65rem;
	right: 0.4rem;
	transform: scale(0.35) rotate(-25deg);
}

body.daisy-wellness .daisy-btn:not(.daisy-btn--hero)::after,
body.daisy-wellness .wp-block-button__link::after,
body.daisy-wellness .daisy-header-cta::after,
body.daisy-wellness .coblocks-form__submit .wp-block-button__link::after,
body.daisy-wellness .coblocks-form__submit button::after {
	bottom: -0.55rem;
	left: 0.4rem;
	transform: scale(0.35) rotate(20deg);
}

body.daisy-wellness .daisy-btn:not(.daisy-btn--hero):hover::before,
body.daisy-wellness .daisy-btn:not(.daisy-btn--hero):focus-visible::before,
body.daisy-wellness .wp-block-button__link:hover::before,
body.daisy-wellness .wp-block-button__link:focus-visible::before,
body.daisy-wellness .daisy-header-cta:hover::before,
body.daisy-wellness .daisy-header-cta:focus-visible::before,
body.daisy-wellness .coblocks-form__submit .wp-block-button__link:hover::before,
body.daisy-wellness .coblocks-form__submit button:hover::before {
	opacity: 1;
	transform: scale(1) rotate(8deg);
}

body.daisy-wellness .daisy-btn:not(.daisy-btn--hero):hover::after,
body.daisy-wellness .daisy-btn:not(.daisy-btn--hero):focus-visible::after,
body.daisy-wellness .wp-block-button__link:hover::after,
body.daisy-wellness .wp-block-button__link:focus-visible::after,
body.daisy-wellness .daisy-header-cta:hover::after,
body.daisy-wellness .daisy-header-cta:focus-visible::after,
body.daisy-wellness .coblocks-form__submit .wp-block-button__link:hover::after,
body.daisy-wellness .coblocks-form__submit button:hover::after {
	opacity: 1;
	transform: scale(1) rotate(-10deg);
}

@media (hover: none), (pointer: coarse) {
	html.daisy-has-cursor-fx,
	html.daisy-has-cursor-fx body,
	html.daisy-has-cursor-fx a,
	html.daisy-has-cursor-fx button {
		cursor: auto;
	}

	.daisy-cursor-layer {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.daisy-cursor-layer {
		display: none !important;
	}

	body.daisy-wellness .daisy-btn:not(.daisy-btn--hero)::before,
	body.daisy-wellness .daisy-btn:not(.daisy-btn--hero)::after,
	body.daisy-wellness .wp-block-button__link::before,
	body.daisy-wellness .wp-block-button__link::after,
	body.daisy-wellness .daisy-header-cta::before,
	body.daisy-wellness .daisy-header-cta::after {
		display: none;
	}
}
