/**
 * My Reiki visual system.
 *
 * GeneratePress and GenerateBlocks remain the layout framework. This layer
 * owns the portable fonts, shared tokens, interaction states and the approved
 * V1 refinements without taking ownership of editorial page content.
 */
@font-face {
	font-family: "Source Serif Pro";
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url("../fonts/source-serif-pro/SourceSerifVariable-Roman.ttf.woff2") format("woff2");
}
@font-face {
	font-family: "Source Serif Pro";
	font-style: italic;
	font-weight: 200 900;
	font-display: swap;
	src: url("../fonts/source-serif-pro/SourceSerifVariable-Italic.ttf.woff2") format("woff2");
}
:root {
	--my-reiki-font-body: "Source Serif Pro", Georgia, "Times New Roman", serif;
	--my-reiki-font-ui: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--my-reiki-content-reading: 72ch;
	--my-reiki-radius-sm: 4px;
	--my-reiki-radius-md: 8px;
	--my-reiki-shadow-sm: 0 1px 2px rgba(31, 41, 51, 0.08), 0 8px 24px rgba(31, 41, 51, 0.06);
	--my-reiki-shadow-md: 0 2px 5px rgba(31, 41, 51, 0.08), 0 16px 36px rgba(31, 41, 51, 0.1);
	--my-reiki-focus: #f2c94c;
	--my-reiki-transition: 180ms ease;
	--my-reiki-ink: #283a32;
	--my-reiki-ink-deep: #17231e;
	--my-reiki-moss: #596b4c;
	--my-reiki-sage: #7f906d;
	--my-reiki-sage-soft: #dfe5d8;
	--my-reiki-cream: #f7f4ef;
	--my-reiki-paper: #fffdfa;
	--my-reiki-sand: #e9e1d5;
	--my-reiki-line: rgba(40, 58, 50, 0.15);
	--my-reiki-radius-lg: 24px;
	--my-reiki-page: min(1180px, calc(100% - 48px));
}
html {
	scroll-padding-top: 7rem;
}
body {
	font-family: var(--my-reiki-font-body);
	font-optical-sizing: auto;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
	font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation,
.gbp-button--primary,
.gbp-button--secondary,
button,
input[type="button"],
input[type="submit"] {
	font-family: var(--my-reiki-font-ui);
}
h1,
h2,
h3 {
	text-wrap: balance;
}
p,
li {
	overflow-wrap: break-word;
}
.entry-content p,
.entry-content li {
	line-height: 1.7;
}
.entry-content > p,
.entry-content > ul,
.entry-content > ol {
	max-width: var(--my-reiki-content-reading);
}
img,
svg,
video,
iframe {
	max-inline-size: 100%;
}
a,
button,
input,
select,
textarea {
	transition: color var(--my-reiki-transition), background-color var(--my-reiki-transition), border-color var(--my-reiki-transition), box-shadow var(--my-reiki-transition), transform var(--my-reiki-transition);
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid var(--my-reiki-focus);
	outline-offset: 3px;
	box-shadow: 0 0 0 5px rgba(31, 41, 51, 0.78);
}
.gbp-button--primary,
.gbp-button--secondary,
button,
input[type="button"],
input[type="submit"],
.wp-block-search__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.45rem;
	border-radius: 10px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
/* Shared GeneratePress Elements. */
body > .mr-top-bar {
	color: #fff;
	background: var(--my-reiki-moss) !important;
	position: relative !important;
	top: auto !important;
	z-index: 1001 !important;
	padding-block: 0 !important;
}
body > .mr-top-bar :is(p, a, span) {
	color: #fff !important;
}
body > .mr-top-bar > .gbp-section__inner {
	width: var(--my-reiki-page);
	min-height: 42px;
	margin-inline: auto;
}
body > .mr-top-bar .gb-element-205fd510 {
	align-items: center;
	column-gap: 18px;
	flex-wrap: nowrap;
}
body > .mr-top-bar .gb-element-060feb75 {
	column-gap: 14px;
}
body > .mr-top-bar .gb-element-060feb75 a {
	width: 32px;
	height: 32px;
	color: #fff !important;
	justify-content: center;
}
body > .mr-top-bar .gb-element-060feb75 svg {
	color: #fff !important;
	fill: currentColor !important;
	opacity: 1 !important;
}
body > .mr-top-bar .gb-element-e31fc04c {
	display: flex !important;
	align-self: stretch;
	flex-grow: 0 !important;
	margin-block: 0 !important;
	margin-left: auto;
}
body > .mr-top-bar .gb-element-e31fc04c > a {
	min-height: 42px;
	padding: 0 28px !important;
	background: #43563d !important;
}
body > .mr-top-bar .gb-element-e31fc04c > a::after {
	display: none !important;
}
body > .mr-top-bar + p:empty {
	display: none !important;
	margin: 0 !important;
}
body > .my-reiki-header-shell {
	border-bottom: 1px solid var(--my-reiki-line);
	background: rgba(255, 253, 250, 0.98) !important;
	box-shadow: 0 10px 30px rgba(23, 35, 30, 0.05);
}
body.home {
	--my-reiki-admin-offset: 0px;
}
body.home.admin-bar {
	--my-reiki-admin-offset: 32px;
}
body.home > .mr-top-bar {
	position: sticky !important;
	top: var(--my-reiki-admin-offset) !important;
}
body.home > .my-reiki-header-shell {
	position: sticky !important;
	top: calc(var(--my-reiki-admin-offset) + 42px) !important;
	z-index: 1000;
}
body > .my-reiki-header-shell .gbp-section__inner {
	width: var(--my-reiki-page);
	min-height: 92px;
	margin-inline: auto;
	justify-content: center !important;
	flex-wrap: nowrap !important;
	column-gap: 24px !important;
	row-gap: 0 !important;
}
body > .my-reiki-header-shell a {
	font-family: var(--my-reiki-font-ui);
	font-weight: 500;
}
body > .my-reiki-header-shell nav {
	min-width: 0;
	flex: 0 1 auto;
}
body .site-footer,
body .my-reiki-footer-shell {
	color: #cad4cb !important;
	background: var(--my-reiki-ink-deep) !important;
}
body .my-reiki-footer-shell .mr-footer-guide {
	background: #26372f !important;
}
body .my-reiki-footer-shell :is(h2, h3, h4) {
	color: #fff !important;
}
body .my-reiki-footer-shell :is(p, a, li, span) {
	color: #cbd5cc !important;
}
body .my-reiki-footer-shell a:hover {
	color: #fff !important;
}
body .my-reiki-footer-shell img {
	filter: brightness(0) invert(1);
	opacity: 0.94;
}
.gbp-button--primary,
.gbp-button--primary a,
.gbp-button--primary:hover,
.gbp-button--primary a:hover {
	color: #fff !important;
	border-color: #fff !important;
}
@media (hover: hover) and (pointer: fine) {
	.gbp-button--primary:hover,
	.gbp-button--secondary:hover,
	button:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	.wp-block-search__button:hover {
		transform: translateY(-1px);
	}
	.gbp-card:hover,
	.gbp--box-shadow:hover {
		box-shadow: var(--my-reiki-shadow-md);
		transform: translateY(-2px);
	}
}
:where(button, input[type="button"], input[type="submit"]):disabled,
[aria-disabled="true"] {
	opacity: 0.58;
	cursor: not-allowed;
	transform: none;
}
.gbp-card,
.gbp--box-shadow {
	border-radius: var(--my-reiki-radius-md);
	box-shadow: var(--my-reiki-shadow-sm);
	transition: box-shadow var(--my-reiki-transition), transform var(--my-reiki-transition);
}
.gbp-card img,
.gbp--box-shadow img {
	border-radius: var(--my-reiki-radius-md) var(--my-reiki-radius-md) 0 0;
}
/*
 * Internal section navigation is a navigation component, not a CTA. Restore
 * the original GenerateBlocks proportions instead of inheriting the shared
 * compact button treatment.
 */
@media (min-width: 768px) {
	.gb-element-6406235a > a.gbp-button--primary {
		display: flex;
		width: 100%;
		min-height: 0;
		justify-content: space-between;
		padding: 16px 28px;
		border-radius: 0;
		font-size: 0.96rem;
		line-height: 1.6;
	}
	.my-reiki-internal-menu {
		display: none;
	}
}
.comments-area {
	max-width: 840px;
	margin-inline: auto;
	padding-inline: 20px;
	padding-bottom: 100px;
}
form * {
	box-sizing: border-box !important;
	max-width: 100% !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
select,
textarea {
	min-height: 46px;
	border-radius: var(--my-reiki-radius-sm);
}
select {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
/* Forminator applies component-level minimums after the shared controls. */
.forminator-ui .forminator-button {
	min-height: 52px !important;
	padding: 0.9rem 1.45rem !important;
	border-radius: 10px !important;
}
.forminator-ui .select2-selection--single {
	min-height: 46px !important;
	height: auto !important;
	align-items: center;
}
.wp-block-search__inside-wrapper {
	gap: 0.5rem;
}
.gb-menu-toggle,
.gb-navigation a,
.gb-site-header a[aria-label],
footer a[aria-label] {
	min-width: 44px;
	min-height: 44px;
}
.gb-site-header a[aria-label],
footer a[aria-label] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 640px) {
	body > .mr-top-bar {
		display: none;
	}
	body > .my-reiki-header-shell .gbp-section__inner {
		width: min(100% - 32px, 1180px);
		min-height: 86px;
	}
	body.my-reiki-course-layout .my-reiki-footer-shell {
		padding-bottom: 90px;
	}
}
@media (max-width: 782px) {
	body.home.admin-bar {
		--my-reiki-admin-offset: 46px;
	}
}
@media (max-width: 767px) {
	body.home > .my-reiki-header-shell {
		top: var(--my-reiki-admin-offset) !important;
	}
}
body:not(.home) .gb-element-d0d5424d {
	padding-top: clamp(5rem, 7vw, 8rem) !important;
	padding-bottom: clamp(5.5rem, 8vw, 9rem) !important;
}
.gb-element-d0d5424d .gbp-section__h1--xl {
	max-width: 15ch;
	font-size: clamp(3.25rem, 4.35vw, 4.5rem);
	line-height: 1.04;
	letter-spacing: -0.025em;
}
.gb-element-212c8daf,
.gb-element-4ddf4c07,
.gb-element-73c3ebb8,
.gb-element-a2567e39 {
	background-image: linear-gradient(120deg, var(--contrast-2) 0%, #435047 72%, var(--accent) 100%) !important;
	background-position: center !important;
}
.gb-element-4ddf4c07,
.gb-element-73c3ebb8,
.gb-element-a2567e39 {
	padding-bottom: clamp(5rem, 8vw, 8rem) !important;
}
#nome::before,
#datacorso::before,
#cognome::before,
#telefono::before,
#email::before {
	font-weight: 700;
}
#datacorso::before {
	content: "Data del corso: ";
}
#nome::before {
	content: "Nome: ";
}
#cognome::before {
	content: "Cognome: ";
}
#telefono::before {
	content: "Telefono: ";
}
#email::before {
	content: "Email: ";
}
@media (max-width: 767px) {
	html {
		scroll-padding-top: 5rem;
	}
	.gbp-section {
		--gbp-section-padding: clamp(3.5rem, 14vw, 5rem);
	}
	body:not(.home) .gb-element-d0d5424d,
	body.home .gb-element-d0d5424d {
		padding-top: clamp(3.75rem, 15vw, 5rem) !important;
		padding-bottom: clamp(4.25rem, 17vw, 5.75rem) !important;
	}
	.gb-element-d0d5424d .gbp-section__h1--xl {
		max-width: 12ch;
		font-size: clamp(2.5rem, 11.5vw, 3.2rem);
		line-height: 1.04;
		letter-spacing: -0.03em;
	}
	.gbp-button--primary,
	.gbp-button--secondary,
	button,
	input[type="button"],
	input[type="submit"],
	.wp-block-search__button {
		min-height: 48px;
	}
	.wp-block-search__inside-wrapper {
		align-items: stretch;
		flex-direction: column;
	}
	.wp-block-search__button {
		width: 100%;
		margin-left: 0;
	}
	/* Prevent the treatments sub-navigation from sizing its grid by content. */
	.gb-element-c59a7f0e {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.gb-element-3d406bc9,
	.gb-element-6406235a,
	.gb-element-6406235a > a {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}
	/* Existing GenerateBlocks disclosure used by pillar pages. */
	.gb-element-6406235a .gb-accordion,
	.gb-element-6406235a .gb-accordion__item,
	.gb-element-6406235a .gb-accordion__toggle,
	.gb-element-6406235a .gb-accordion__content {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}
	.gb-element-6406235a .gb-accordion__toggle,
	.my-reiki-internal-menu > summary {
		display: flex;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		padding: 0.75rem 1rem;
		border: 1px solid #fff;
		border-radius: var(--my-reiki-radius-sm);
		background: var(--contrast-2, #2f3a34);
		color: #fff;
		font-family: var(--my-reiki-font-ui);
		font-weight: 600;
		line-height: 1.35;
		text-transform: uppercase;
		cursor: pointer;
	}
	.gb-element-6406235a .gb-accordion__content {
		padding-inline: 0 !important;
	}
	.gb-element-6406235a .gb-accordion__content .gbp-button--primary,
	.my-reiki-internal-menu nav .gbp-button--primary {
		display: flex;
		width: 100%;
		min-height: 48px;
		box-sizing: border-box;
		justify-content: space-between;
		padding: 0.875rem 1.125rem;
		border-radius: 0;
		line-height: 1.4;
		text-align: left;
	}
	.my-reiki-internal-menu {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.my-reiki-internal-menu > summary {
		box-sizing: border-box;
		list-style: none;
	}
	.my-reiki-internal-menu > summary::-webkit-details-marker {
		display: none;
	}
	.my-reiki-internal-menu > summary::after {
		content: "⌄";
		font-size: 1.25rem;
		line-height: 1;
		transition: transform var(--my-reiki-transition);
	}
	.my-reiki-internal-menu[open] > summary::after {
		transform: rotate(180deg);
	}
	.my-reiki-internal-menu nav {
		display: grid;
		width: 100%;
		box-sizing: border-box;
	}
	.my-reiki-internal-menu--enhanced > a.gbp-button--primary {
		display: none !important;
	}
	.forminator-ui .forminator-button,
	.forminator-ui .select2-selection--single {
		min-height: 48px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	/* Keep decorative 400px media inside the tablet viewport. */
	.gb-media-f7f6b00c,
	.gb-media-272ebd26,
	.gb-media-094a5963,
	.gb-media-fa5d658b {
		right: 0 !important;
	}
}
.mr-ui-arrow { display: inline-block; width: 1em; height: 1em; flex: 0 0 1em; vertical-align: -0.12em; }
/* Nested button label. */
body > .mr-top-bar .gb-element-e31fc04c > a,
body > .mr-top-bar .gb-element-e31fc04c > a .gb-text {
 font-family: var(--my-reiki-font-ui) !important;
}
body .my-reiki-footer-shell img.mr-footer-stamp {
 display: block; width: 2em; height: 2em; min-width: 2em;
 object-fit: contain; filter: none; opacity: 1;
}
body .my-reiki-footer-shell .gb-shape-75276dbb { flex-shrink: 0; }
