:root {
	--lsp-wine: #74374d;
	--lsp-wine-dark: #4d2434;
	--lsp-wine-soft: #925468;
	--lsp-rose: #c98998;
	--lsp-powder: #f8eeee;
	--lsp-cream: #fffaf6;
	--lsp-white: #ffffff;
	--lsp-gold: #bc945d;
	--lsp-ink: #352c2f;
	--lsp-muted: #726268;
	--lsp-line: #eadbd8;
	--lsp-shadow: 0 22px 54px rgba(74, 39, 51, 0.11);
}

body.lsp-agenda-page {
	background: var(--lsp-cream);
}

body.lsp-agenda-page .site-content .entry-header,
body.lsp-agenda-page .site-content .entry-title:not(.lsp-events__title),
body.lsp-agenda-page .site-content .page-header {
	display: none;
}

body.lsp-agenda-page .site-content,
body.lsp-agenda-page .site-content > .ast-container,
body.lsp-agenda-page .site-content .site-main,
body.lsp-agenda-page .site-content article,
body.lsp-agenda-page .site-content .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.lsp-events,
.lsp-events * {
	box-sizing: border-box;
}

.lsp-events {
	overflow: hidden;
	background: var(--lsp-cream);
	color: var(--lsp-ink);
	font-size: 17px;
	line-height: 1.7;
}

.lsp-events__shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.lsp-events__hero {
	position: relative;
	padding: clamp(66px, 8vw, 116px) 0 clamp(72px, 9vw, 128px);
	background:
		radial-gradient(circle at 12% 18%, rgba(201, 137, 152, 0.17), transparent 32%),
		linear-gradient(135deg, #fffaf6 0%, #f9efed 100%);
}

.lsp-events__hero::after {
	position: absolute;
	right: -45px;
	bottom: -90px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(188, 148, 93, 0.3);
	border-radius: 50%;
	content: "";
}

.lsp-events__hero-grid {
	gap: clamp(42px, 6vw, 86px);
	margin: 0;
}

.lsp-events__eyebrow {
	margin: 0 0 16px;
	color: var(--lsp-wine);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lsp-events__title,
.lsp-events__section-title,
.lsp-events__agenda-title,
.lsp-events__final-title {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.025em;
}

.lsp-events__title {
	max-width: 760px;
	margin: 0 0 26px;
	color: var(--lsp-wine-dark);
	font-size: clamp(2.9rem, 5.4vw, 5.5rem);
	line-height: 0.99;
}

.lsp-events__lead {
	max-width: 690px;
	margin: 0 0 30px;
	color: var(--lsp-muted);
	font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.lsp-events__actions,
.lsp-events__final-actions {
	margin: 0;
}

.lsp-events .wp-block-button__link {
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lsp-events .wp-block-button__link:hover,
.lsp-events .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
}

.lsp-events__button--primary .wp-block-button__link {
	background: var(--lsp-wine);
	box-shadow: 0 12px 28px rgba(116, 55, 77, 0.2);
	color: var(--lsp-white);
}

.lsp-events__button--primary .wp-block-button__link:hover,
.lsp-events__button--primary .wp-block-button__link:focus-visible {
	background: var(--lsp-wine-dark);
	color: var(--lsp-white);
}

.lsp-events__micro {
	margin: 20px 0 0;
	color: #8b767d;
	font-size: 0.82rem;
}

.lsp-events__hero-visual {
	position: relative;
}

.lsp-events__image {
	margin: 0;
}

.lsp-events__image img {
	display: block;
	width: 100%;
	height: clamp(430px, 48vw, 610px);
	border-radius: 220px 220px 26px 26px;
	box-shadow: var(--lsp-shadow);
	object-fit: cover;
}

.lsp-events__image-placeholder {
	display: grid;
	min-height: 500px;
	margin: 0;
	place-items: center;
	border-radius: 220px 220px 26px 26px;
	background: linear-gradient(145deg, #ead8d6, #c58d9a);
	color: var(--lsp-white);
	font-size: 4rem;
}

.lsp-events__hero-note {
	position: absolute;
	right: -26px;
	bottom: 34px;
	max-width: 260px;
	padding: 19px 22px;
	border: 1px solid rgba(188, 148, 93, 0.45);
	border-radius: 18px;
	background: rgba(255, 250, 246, 0.95);
	box-shadow: 0 15px 36px rgba(69, 39, 49, 0.12);
	backdrop-filter: blur(8px);
}

.lsp-events__hero-note p {
	margin: 0;
	color: var(--lsp-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

.lsp-events__hero-note strong {
	color: var(--lsp-wine-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 400;
}

.lsp-events__section {
	padding: clamp(76px, 9vw, 126px) 0;
}

.lsp-events__section--worlds {
	background: var(--lsp-white);
}

.lsp-events__section-title {
	margin: 0;
	color: var(--lsp-wine-dark);
	font-size: clamp(2.25rem, 4vw, 4rem);
	line-height: 1.12;
}

.lsp-events__section-title--center {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.lsp-events__world-grid {
	gap: 24px;
	margin: 54px 0 0;
}

.lsp-events__world-card {
	position: relative;
	min-height: 440px;
	padding: clamp(34px, 4vw, 55px);
	border: 1px solid var(--lsp-line);
	border-radius: 26px;
	background: var(--lsp-cream);
	overflow: hidden;
}

.lsp-events__world-card::after {
	position: absolute;
	right: -55px;
	bottom: -85px;
	width: 235px;
	height: 235px;
	border: 1px solid rgba(188, 148, 93, 0.32);
	border-radius: 50%;
	content: "";
}

.lsp-events__world-card--circle {
	background: linear-gradient(145deg, #f7eeee, #fffaf6);
}

.lsp-events__world-number {
	margin: 0 0 78px;
	color: var(--lsp-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
}

.lsp-events__world-label {
	margin: 0 0 10px;
	color: var(--lsp-wine);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.lsp-events__world-card h3 {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 0 0 18px;
	color: var(--lsp-wine-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.6vw, 2.35rem);
	font-weight: 400;
	line-height: 1.2;
}

.lsp-events__world-card > p:not(.lsp-events__world-number):not(.lsp-events__world-label):not(.lsp-events__text-link) {
	position: relative;
	z-index: 1;
	max-width: 530px;
	color: var(--lsp-muted);
}

.lsp-events__text-link {
	position: relative;
	z-index: 1;
	margin: 24px 0 0;
}

.lsp-events__text-link a {
	color: var(--lsp-wine);
	font-weight: 700;
	text-decoration: none;
}

.lsp-events__private-note {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	margin: 28px 0 0;
	padding: clamp(26px, 4vw, 38px);
	border: 1px solid var(--lsp-line);
	border-radius: 22px;
	background: linear-gradient(135deg, #fffaf6, #f8eeee);
}

.lsp-events__private-copy {
	max-width: 720px;
}

.lsp-events__private-copy .lsp-events__world-label {
	margin-bottom: 7px;
}

.lsp-events__private-copy h3 {
	margin: 0 0 8px;
	color: var(--lsp-wine-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.8vw, 2.2rem);
	font-weight: 400;
	line-height: 1.17;
}

.lsp-events__private-copy p:last-child {
	margin: 0;
	color: var(--lsp-muted);
}

.lsp-events__section--agenda {
	position: relative;
	background:
		radial-gradient(circle at 82% 8%, rgba(201, 137, 152, 0.3), transparent 28%),
		linear-gradient(142deg, #4d2434 0%, #74374d 56%, #8b5363 100%);
	color: var(--lsp-white);
}

.lsp-events__eyebrow--light,
.lsp-events__section--agenda .lsp-events__eyebrow--light {
	color: #f5dfe5 !important;
}

.lsp-events__agenda-title {
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(2.4rem, 4.6vw, 4.7rem);
	line-height: 1.08;
}

.lsp-events__agenda-lead {
	max-width: 720px;
	margin: 18px auto 42px;
	color: #f8edf0 !important;
	font-size: 1.04rem;
}

.lsp-events__amelia {
	min-height: 210px;
	padding: clamp(16px, 2.7vw, 30px);
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 25px;
	background: #ffffff;
	box-shadow: 0 25px 65px rgba(37, 14, 23, 0.28);
	color: var(--lsp-ink);
}

.lsp-events__amelia #amelia-container,
.lsp-events__amelia .amelia-v2-booking,
.lsp-events__amelia .am-wrap,
.lsp-events__amelia .am-eli {
	width: 100% !important;
	max-width: none !important;
	margin: 0 auto !important;
}

.lsp-events__amelia button,
.lsp-events__amelia [role="button"],
.lsp-events__amelia a {
	font-family: inherit;
}

.lsp-events__amelia [data-lsp-event-details="true"],
.lsp-events__amelia .el-button--primary,
.lsp-events__amelia .am-button--filled,
.lsp-events__amelia .am-advsc__btn {
	border-color: var(--lsp-wine) !important;
	background: var(--lsp-wine) !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

.lsp-events__amelia [data-lsp-event-details="true"]:hover,
.lsp-events__amelia [data-lsp-event-details="true"]:focus-visible,
.lsp-events__amelia .el-button--primary:hover,
.lsp-events__amelia .am-button--filled:hover {
	border-color: var(--lsp-wine-dark) !important;
	background: var(--lsp-wine-dark) !important;
	color: #ffffff !important;
}

.lsp-events__agenda-note {
	margin: 24px 0 0;
	color: #f6e8ec !important;
	font-size: 0.84rem;
}

.lsp-events__section--steps {
	background: var(--lsp-cream);
}

.lsp-events__steps-grid {
	gap: 20px;
	margin: 54px 0 0;
}

.lsp-events__step {
	min-height: 250px;
	padding: 34px 30px;
	border: 1px solid var(--lsp-line);
	border-radius: 22px;
	background: var(--lsp-white);
	box-shadow: 0 10px 32px rgba(74, 39, 51, 0.05);
}

.lsp-events__step-number {
	margin: 0 0 38px;
	color: var(--lsp-rose);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
}

.lsp-events__step h3 {
	margin: 0 0 12px;
	color: var(--lsp-wine-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.75rem;
	font-weight: 400;
}

.lsp-events__step p:last-child {
	margin-bottom: 0;
	color: var(--lsp-muted);
}

.lsp-events__section--final {
	padding-top: 0;
	background: var(--lsp-cream);
}

.lsp-events__final-card {
	position: relative;
	padding: clamp(56px, 7vw, 90px) 24px;
	border-radius: 28px;
	background: linear-gradient(135deg, #4d2434, #74374d 64%, #925468);
	box-shadow: var(--lsp-shadow);
	overflow: hidden;
}

.lsp-events__final-card::before,
.lsp-events__final-card::after {
	position: absolute;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	content: "";
}

.lsp-events__final-card::before {
	top: -130px;
	left: -80px;
}

.lsp-events__final-card::after {
	right: -80px;
	bottom: -140px;
}

.lsp-events__final-symbol {
	margin: 0 0 12px;
	color: #e9c99b !important;
	font-size: 1.6rem;
}

.lsp-events__final-title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(2.25rem, 4vw, 3.8rem);
	line-height: 1.1;
}

.lsp-events__final-text {
	position: relative;
	z-index: 1;
	margin: 17px auto 28px;
	color: #f8edf0 !important;
}

.lsp-events__button--light .wp-block-button__link {
	position: relative;
	z-index: 1;
	background: #ffffff;
	color: var(--lsp-wine-dark);
}

.lsp-events__button--light .wp-block-button__link:hover,
.lsp-events__button--light .wp-block-button__link:focus-visible {
	background: #fff2ee;
	color: var(--lsp-wine-dark);
}

@media (max-width: 920px) {
	.lsp-events__hero-grid,
	.lsp-events__world-grid,
	.lsp-events__steps-grid {
		flex-wrap: wrap !important;
	}

	.lsp-events__hero-copy,
	.lsp-events__hero-visual,
	.lsp-events__world-card,
	.lsp-events__step {
		flex-basis: 100% !important;
	}

	.lsp-events__hero-copy {
		text-align: center;
	}

	.lsp-events__lead {
		margin-right: auto;
		margin-left: auto;
	}

	.lsp-events__actions {
		justify-content: center;
	}

	.lsp-events__hero-visual {
		max-width: 620px;
		margin: 14px auto 0;
	}

	.lsp-events__image img {
		height: min(650px, 85vw);
	}

	.lsp-events__world-card {
		min-height: 370px;
	}

	.lsp-events__world-number {
		margin-bottom: 44px;
	}

	.lsp-events__step {
		min-height: 0;
	}

	.lsp-events__private-note {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.lsp-events {
		font-size: 16px;
	}

	.lsp-events__shell {
		width: min(100% - 28px, 1180px);
	}

	.lsp-events__hero {
		padding-top: 54px;
	}

	.lsp-events__title {
		font-size: clamp(2.55rem, 14vw, 3.65rem);
	}

	.lsp-events__image img,
	.lsp-events__image-placeholder {
		height: 116vw;
		min-height: 0;
		max-height: 570px;
		border-radius: 150px 150px 22px 22px;
	}

	.lsp-events__hero-note {
		right: 10px;
		bottom: 18px;
		max-width: 230px;
	}

	.lsp-events__section {
		padding: 72px 0;
	}

	.lsp-events__world-card {
		min-height: 0;
		padding: 32px 25px;
	}

	.lsp-events__amelia {
		padding: 9px;
		border-radius: 18px;
	}

	.lsp-events__final-card {
		border-radius: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lsp-events *,
	.lsp-events *::before,
	.lsp-events *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
