
/* Citta Local SEO v0.3.3
   Layout only. Typography intentionally inherits the site's Elementor/global design system. */

html,
body.citta-local-seo-page {
	background: var(--e-global-color-16dad8b) !important;
}

body.citta-local-seo-page,
body.citta-local-seo-page #page,
body.citta-local-seo-page .site,
body.citta-local-seo-page .citta-seo {
	background: var(--e-global-color-16dad8b) !important;
}

.citta-local-seo-page {
	--citta-seo-line: currentColor;
	--citta-seo-section-space: clamp(70px, 8vw, 140px);
}

.citta-seo,
.citta-seo *,
.citta-seo *::before,
.citta-seo *::after {
	box-sizing: border-box;
}

/* Important:
   Do NOT define font-family / font-size / font-weight for normal headings or body text.
   Elementor/global theme styles remain in control. */

.citta-seo h1,
.citta-seo h2,
.citta-seo h3,
.citta-seo p {
	margin-top: 0;
}

.citta-seo-shell {
	width: min(91vw, 1450px);
	margin-inline: auto;
}

/* HERO */

.citta-seo-hero {
	min-height: 86vh;
	display: flex;
	align-items: flex-end;
	padding: clamp(160px, 17vw, 270px) 0 clamp(70px, 8vw, 120px);
	border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-hero h1 {
	max-width: 12ch;
	margin-bottom: 32px;
}

.citta-seo-hero-subtitle {
	max-width: 30ch;
	margin-bottom: 28px;
}

.citta-seo-lead {
	max-width: 760px;
}

.citta-seo-copy {
	max-width: 850px;
}

.citta-seo-lead p:last-child,
.citta-seo-copy p:last-child {
	margin-bottom: 0;
}

/* Small labels: matches the site's frequent uppercase micro-heading language. */

.citta-seo-kicker {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .75rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* CTA BUTTONS
   Citta uses square/straight buttons rather than pills. */

.citta-seo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.citta-seo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid currentColor;
	border-radius: 0 !important;
	text-decoration: none !important;
	color: inherit;
	background: transparent;
	transition:
		background-color .25s ease,
		color .25s ease,
		opacity .25s ease;
}

.citta-seo-btn-primary {
	background: currentColor;
}

/* currentColor cannot also be used for text after setting background,
   so use the global page background as contrast. */
.citta-seo-btn-primary {
	color: var(--e-global-color-16dad8b) !important;
	border-color: currentColor;
}

.citta-seo-btn-ghost {
	color: inherit !important;
}

.citta-seo-btn:hover {
	opacity: .72;
}

/* SECTIONS */

.citta-seo-section {
	padding: var(--citta-seo-section-space) 0;
	border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-two-col {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
	gap: clamp(50px, 8vw, 145px);
	align-items: start;
}

.citta-seo-section-head {
	display: grid;
	grid-template-columns: minmax(160px,.6fr) minmax(0,1.7fr);
	gap: clamp(30px, 5vw, 80px);
	align-items: start;
	margin-bottom: clamp(45px, 7vw, 100px);
}

.citta-seo-section-head h2,
.citta-seo-two-col h2 {
	max-width: 13ch;
}

/* No artificial alternate grey background anymore:
   page remains in the site's global Citta background. */
.citta-seo-soft,
.citta-seo-local,
.citta-seo-practical {
	background: transparent;
}

/* We keep only one intentional inverse section, similar to Citta's
   large statement/CTA blocks elsewhere on the site. */
.citta-seo-dark,
.citta-seo-cta {
	background: var(--e-global-color-text, #543931);
	color: var(--e-global-color-16dad8b);
}

/* OFFERING LIST — more editorial, less "generic cards" */

.citta-seo-cards {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-card {
	padding: clamp(28px,4vw,58px) clamp(20px,4vw,55px) clamp(45px,5vw,70px) 0;
	border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-card:nth-child(even) {
	padding-left: clamp(20px,4vw,55px);
	border-left: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-card h3 {
	margin-bottom: 22px;
}

/* BENEFITS */

.citta-seo-benefits-intro {
	margin-bottom: 65px;
}

.citta-seo-benefit-list {
	list-style: none;
	padding: 0;
	margin: 0 0 65px;
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-benefit-list li {
	padding: 22px 18px 22px 0;
	border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-benefit-list li:nth-child(even) {
	padding-left: 22px;
	border-left: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-narrow {
	max-width: 740px;
	margin-left: auto;
}

/* TEXT LINK */

.citta-seo-text-link {
	display: inline-block;
	margin-top: 26px;
	color: inherit !important;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
}

/* PRICING */

.citta-seo-price-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
	border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-price {
	padding: 30px 25px 32px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.citta-seo-price + .citta-seo-price {
	border-left: 1px solid color-mix(in srgb, currentColor 22%, transparent);
	padding-left: 25px;
}

.citta-seo-price span {
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: .75rem;
}

.citta-seo-price strong {
	font: inherit;
	font-weight: inherit;
}

/* FAQ */

.citta-seo-faqs {
	border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-faq {
	border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-faq summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 25px 0;
}

.citta-seo-faq summary::-webkit-details-marker {
	display: none;
}

.citta-seo-faq summary span {
	font-size: 1.6em;
	font-weight: 300;
	transition: transform .2s ease;
}

.citta-seo-faq[open] summary span {
	transform: rotate(45deg);
}

.citta-seo-faq-answer {
	max-width: 760px;
	padding: 0 0 30px;
}

/* PRACTICAL */

.citta-seo-travel {
	max-width: 34ch;
	margin-bottom: 55px;
}

.citta-seo-practical-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: clamp(35px,5vw,75px);
}

/* CLOSING CTA */

.citta-seo-cta {
	padding: clamp(95px,12vw,190px) 0;
}

.citta-seo-cta h2 {
	max-width: 13ch;
	margin-bottom: 36px;
}

.citta-seo-cta .citta-seo-address {
	margin-top: 38px;
	opacity: .75;
}

.citta-seo-cta .citta-seo-btn {
	border-color: currentColor;
}

.citta-seo-cta .citta-seo-btn-primary {
	background: var(--e-global-color-16dad8b);
	color: var(--e-global-color-text, #543931) !important;
	border-color: var(--e-global-color-16dad8b);
}

.citta-seo-cta .citta-seo-btn-ghost {
	color: inherit !important;
}

/* MOBILE */

@media (max-width: 900px) {
	.citta-seo-shell {
		width: min(89vw,760px);
	}

	.citta-seo-hero {
		min-height: auto;
		padding-top: 145px;
	}

	.citta-seo-two-col,
	.citta-seo-section-head {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.citta-seo-cards,
	.citta-seo-benefit-list,
	.citta-seo-price-grid,
	.citta-seo-practical-grid {
		grid-template-columns: 1fr;
	}

	.citta-seo-card,
	.citta-seo-card:nth-child(even),
	.citta-seo-benefit-list li,
	.citta-seo-benefit-list li:nth-child(even),
	.citta-seo-price,
	.citta-seo-price + .citta-seo-price {
		padding-left: 0;
		border-left: 0;
	}

	.citta-seo-price + .citta-seo-price {
		border-top: 1px solid color-mix(in srgb,currentColor 22%,transparent);
	}

	.citta-seo-narrow {
		margin-left: 0;
	}
}

@media (max-width: 520px) {
	.citta-seo-shell {
		width: 88vw;
	}

	.citta-seo-section {
		padding-block: 65px;
	}

	.citta-seo-hero {
		padding-bottom: 65px;
	}

	.citta-seo-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.citta-seo-btn {
		width: 100%;
	}
}


/* ==========================================================
   Citta Local SEO v0.3.4 refinements
   ========================================================== */

.citta-seo-dark,
.citta-seo-cta {
	background: var(--e-global-color-b872e0c) !important;
	color: var(--e-global-color-0d06537) !important;
}

.citta-seo-hero {
	min-height: auto;
	padding-top: clamp(105px, 10vw, 155px);
}

.citta-seo-logo {
	display: block;
	width: clamp(58px, 5vw, 82px);
	height: auto;
	margin: 0 0 28px 0;
}

.citta-seo-actions {
	justify-content: flex-start;
	align-items: flex-start;
}

.citta-seo-btn {
	width: auto !important;
	align-self: flex-start;
	border-radius: 0 !important;
	text-align: left;
}

.citta-seo-dark .citta-seo-btn,
.citta-seo-cta .citta-seo-btn {
	color: var(--e-global-color-0d06537) !important;
	border-color: var(--e-global-color-0d06537) !important;
}

.citta-seo-dark .citta-seo-btn-primary,
.citta-seo-cta .citta-seo-btn-primary {
	background: var(--e-global-color-0d06537) !important;
	color: var(--e-global-color-b872e0c) !important;
}

/* Keep the middle divider visible even when the final row contains only one item. */
.citta-seo-card:nth-child(odd),
.citta-seo-benefit-list li:nth-child(odd) {
	border-right: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.citta-seo-card:nth-child(even),
.citta-seo-benefit-list li:nth-child(even) {
	border-left: 0;
}

/* Benefits closing copy remains in the left/content flow. */
.citta-seo-narrow {
	margin-left: 0 !important;
	margin-right: auto;
}

/* Optional photography */
.citta-seo-image-break {
	padding: clamp(35px, 5vw, 80px) 0;
	border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
	background: transparent;
}

.citta-seo-page-image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.citta-seo-image-break-1 .citta-seo-page-image {
	aspect-ratio: 16 / 9;
	height: auto;
}

.citta-seo-image-break-2 .citta-seo-shell {
	width: min(72vw, 1120px);
	margin-left: 4.5vw;
}

.citta-seo-image-break-2 .citta-seo-page-image {
	aspect-ratio: 4 / 5;
	height: auto;
	max-height: 900px;
}

.citta-seo-image-break-3 .citta-seo-shell {
	width: min(72vw, 1120px);
	margin-right: 4.5vw;
	margin-left: auto;
}

.citta-seo-image-break-3 .citta-seo-page-image {
	aspect-ratio: 3 / 2;
	height: auto;
}

@media (max-width: 900px) {
	.citta-seo-card:nth-child(odd),
	.citta-seo-benefit-list li:nth-child(odd) {
		border-right: 0;
	}

	.citta-seo-image-break-2 .citta-seo-shell,
	.citta-seo-image-break-3 .citta-seo-shell {
		width: 89vw;
		margin-inline: auto;
	}
}

@media (max-width: 520px) {
	.citta-seo-hero {
		padding-top: 90px;
	}

	.citta-seo-logo {
		width: 58px;
		margin-bottom: 22px;
	}

	.citta-seo-actions {
		align-items: flex-start;
	}

	.citta-seo-btn {
		width: auto !important;
	}
}


/* ==========================================================
   Citta Local SEO v0.3.6 refinements
   ========================================================== */

/* Three images together at the first image position */
.citta-seo-image-strip {
	padding: clamp(30px, 4vw, 60px) 0;
}

.citta-seo-image-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 1.5vw, 24px);
}

.citta-seo-image-cell {
	min-width: 0;
}

.citta-seo-image-grid .citta-seo-page-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
}

/* First CTA group stays cleanly left aligned with no odd inherited positioning */
.citta-seo-hero .citta-seo-actions,
.citta-seo-section .citta-seo-actions,
.citta-seo-cta .citta-seo-actions {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

/* Lock border geometry so hover never shifts neighboring content */
.citta-seo-btn,
.citta-seo-btn:hover,
.citta-seo-btn:focus,
.citta-seo-btn:active {
	border-width: 1px !important;
	border-style: solid !important;
	box-sizing: border-box;
	transform: none !important;
}

/* LIGHT SECTIONS */
.citta-seo:not(.citta-seo-dark) .citta-seo-btn-primary,
.citta-seo-section:not(.citta-seo-dark) .citta-seo-btn-primary,
.citta-seo-hero .citta-seo-btn-primary {
	background: var(--e-global-color-9717bc8) !important;
	color: var(--e-global-color-7749bca) !important;
	border-color: var(--e-global-color-9717bc8) !important;
}

.citta-seo:not(.citta-seo-dark) .citta-seo-btn-primary:hover,
.citta-seo-section:not(.citta-seo-dark) .citta-seo-btn-primary:hover,
.citta-seo-hero .citta-seo-btn-primary:hover {
	background: var(--e-global-color-9717bc8) !important;
	color: var(--e-global-color-7749bca) !important;
	border-color: var(--e-global-color-9717bc8) !important;
}

/* Secondary buttons on light sections:
   user requested hover font color = --e-global-color-7749bca */
.citta-seo-hero .citta-seo-btn-ghost,
.citta-seo-section:not(.citta-seo-dark) .citta-seo-btn-ghost {
	background: transparent !important;
	color: inherit !important;
	border-color: currentColor !important;
}

.citta-seo-hero .citta-seo-btn-ghost:hover,
.citta-seo-section:not(.citta-seo-dark) .citta-seo-btn-ghost:hover {
	background: transparent !important;
	color: var(--e-global-color-7749bca) !important;
	border-color: var(--e-global-color-7749bca) !important;
}

/* Workshop CTA uses the same light-section hover treatment */
.citta-seo-section:not(.citta-seo-dark) .citta-seo-actions .citta-seo-btn-ghost:hover {
	color: var(--e-global-color-7749bca) !important;
	border-color: var(--e-global-color-7749bca) !important;
}

/* DARK SECTIONS */
.citta-seo-dark .citta-seo-btn-ghost,
.citta-seo-cta .citta-seo-btn-ghost {
	background: transparent !important;
	color: var(--e-global-color-0d06537) !important;
	border-color: var(--e-global-color-0d06537) !important;
}

/* Interpreting the requested dark secondary hover as:
   background = --e-global-color-0d06537
   font color = --e-global-color-primary */
.citta-seo-dark .citta-seo-btn-ghost:hover,
.citta-seo-cta .citta-seo-btn-ghost:hover {
	background: var(--e-global-color-0d06537) !important;
	color: var(--e-global-color-primary) !important;
	border-color: var(--e-global-color-0d06537) !important;
}

/* Primary button on dark sections remains inverted and stable on hover */
.citta-seo-dark .citta-seo-btn-primary,
.citta-seo-cta .citta-seo-btn-primary {
	background: var(--e-global-color-0d06537) !important;
	color: var(--e-global-color-b872e0c) !important;
	border-color: var(--e-global-color-0d06537) !important;
}

.citta-seo-dark .citta-seo-btn-primary:hover,
.citta-seo-cta .citta-seo-btn-primary:hover {
	background: var(--e-global-color-0d06537) !important;
	color: var(--e-global-color-primary) !important;
	border-color: var(--e-global-color-0d06537) !important;
}

@media (max-width: 760px) {
	.citta-seo-image-grid {
		grid-template-columns: 1fr;
	}

	.citta-seo-image-grid .citta-seo-page-image {
		aspect-ratio: 4 / 3;
	}
}


/* ==========================================================
   Citta Local SEO v0.3.7 refinements
   ========================================================== */

/* Local intro/heading section with Image 1 on the right */
.citta-seo-local-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.citta-seo-local-copy {
	min-width: 0;
}

.citta-seo-local-image-wrap {
	min-width: 0;
}

.citta-seo-local-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

/* The later strip is now Images 2–4 */
.citta-seo-image-strip .citta-seo-image-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Light secondary CTA hover becomes the same filled treatment
   as the normal light primary CTA. */
.citta-seo-hero .citta-seo-btn-ghost:hover,
.citta-seo-section:not(.citta-seo-dark) .citta-seo-btn-ghost:hover,
.citta-seo-section:not(.citta-seo-dark) .citta-seo-actions .citta-seo-btn-ghost:hover {
	background: var(--e-global-color-9717bc8) !important;
	color: var(--e-global-color-7749bca) !important;
	border-color: var(--e-global-color-9717bc8) !important;
}

/* Preserve geometry on hover so there is never any jump */
.citta-seo-btn,
.citta-seo-btn:hover,
.citta-seo-btn:focus,
.citta-seo-btn:active {
	border-width: 1px !important;
	border-style: solid !important;
}

@media (max-width: 900px) {
	.citta-seo-local-split {
		grid-template-columns: 1fr;
	}

	.citta-seo-local-image-wrap {
		max-width: 680px;
	}
}

@media (max-width: 760px) {
	.citta-seo-image-strip .citta-seo-image-grid {
		grid-template-columns: 1fr;
	}
}


.citta-seo-local-split-no-image {
	grid-template-columns: minmax(0, 1fr);
	max-width: 900px;
}


/* ==========================================================
   Citta Local SEO v0.3.8 refinements
   ========================================================== */

/* Image 1 belongs in the hero beside "Yoga in Edegem". */
.citta-seo-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
	gap: clamp(32px, 6vw, 88px);
	align-items: center;
}

.citta-seo-hero-grid-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.citta-seo-hero-copy {
	min-width: 0;
}

.citta-seo-hero-image-wrap {
	min-width: 0;
}

.citta-seo-hero-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

/* Never fade Citta SEO buttons on hover. */
.citta-seo-btn,
.citta-seo-btn:hover,
.citta-seo-btn:focus,
.citta-seo-btn:active {
	opacity: 1 !important;
}

/* Old v0.3.7 local-image layout is no longer used. */
.citta-seo-local-split,
.citta-seo-local-split-no-image {
	display: contents;
}

@media (max-width: 900px) {
	.citta-seo-hero-grid {
		grid-template-columns: 1fr;
	}

	.citta-seo-hero-image-wrap {
		max-width: 680px;
	}

	.citta-seo-hero-image {
		aspect-ratio: 4 / 3;
	}
}


/* ==========================================================
   Citta Local SEO v0.3.9 refinements
   ========================================================== */

/* FAQ: 2 columns on larger screens, 1 column on mobile */
.citta-seo-faq-list,
.citta-seo-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
	align-items: start;
}

.citta-seo-faq-item {
	min-width: 0;
}

@media (max-width: 760px) {
	.citta-seo-faq-list,
	.citta-seo-faq-grid {
		grid-template-columns: 1fr;
	}
}


/* ==========================================================
   Citta Local SEO v0.3.10 refinements
   ========================================================== */

/* Bottom CTA: primary "View the class schedule" button in dark section */
.citta-seo-cta .citta-seo-btn-primary,
.citta-seo-cta .citta-seo-btn-primary:hover,
.citta-seo-cta .citta-seo-btn-primary:focus,
.citta-seo-cta .citta-seo-btn-primary:active {
	background: var(--e-global-color-0d06537) !important;
	color: var(--e-global-color-primary) !important;
	border-color: var(--e-global-color-0d06537) !important;
	opacity: 1 !important;
}


/* ==========================================================
   Citta Local SEO v0.3.11 — definitive bottom CTA override
   ========================================================== */

body.citta-local-seo-page .citta-seo-cta
a.citta-seo-btn.citta-seo-btn-primary.citta-seo-bottom-primary,
body.citta-local-seo-page .citta-seo-cta
a.citta-seo-btn.citta-seo-btn-primary.citta-seo-bottom-primary:link,
body.citta-local-seo-page .citta-seo-cta
a.citta-seo-btn.citta-seo-btn-primary.citta-seo-bottom-primary:visited,
body.citta-local-seo-page .citta-seo-cta
a.citta-seo-btn.citta-seo-btn-primary.citta-seo-bottom-primary:hover,
body.citta-local-seo-page .citta-seo-cta
a.citta-seo-btn.citta-seo-btn-primary.citta-seo-bottom-primary:focus,
body.citta-local-seo-page .citta-seo-cta
a.citta-seo-btn.citta-seo-btn-primary.citta-seo-bottom-primary:active {
	background-color: var(--e-global-color-0d06537) !important;
	background-image: none !important;
	color: var(--e-global-color-primary) !important;
	-webkit-text-fill-color: var(--e-global-color-primary) !important;
	border: 1px solid var(--e-global-color-0d06537) !important;
	opacity: 1 !important;
	box-shadow: none !important;
	transform: none !important;
}
