.pem-home,
.pem-home *,
.pem-archive,
.pem-archive *,
.pem-single,
.pem-single * {
	box-sizing: border-box;
}

.pem-home,
.pem-archive,
.pem-single {
	--pem-silk: #faf9f6;
	--pem-paper: #fff;
	--pem-tea: #1f3d2b;
	--pem-tea-2: #2e5a40;
	--pem-sage: #66776c;
	--pem-muted: #6f756f;
	--pem-gold: #c79a4a;
	--pem-gold-soft: #e8d2a7;
	--pem-line: rgba(31, 61, 43, 0.12);
	--pem-shadow: 0 18px 55px rgba(31, 61, 43, 0.085);
	--pem-shadow-hover: 0 27px 72px rgba(31, 61, 43, 0.145);
	width: 100%;
	direction: rtl;
	color: var(--pem-tea);
	font-family: inherit;
	line-height: 1.9;
}

.pem-home a,
.pem-home a:hover,
.pem-home a:focus,
.pem-home a:visited,
.pem-archive a,
.pem-archive a:hover,
.pem-archive a:focus,
.pem-archive a:visited,
.pem-single a,
.pem-single a:hover,
.pem-single a:focus,
.pem-single a:visited {
	color: inherit;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.pem-home svg,
.pem-archive svg,
.pem-single svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pem-home h2,
.pem-home h3,
.pem-home p,
.pem-archive h2,
.pem-archive h3,
.pem-archive p,
.pem-single h1,
.pem-single h2,
.pem-single h3,
.pem-single p,
.pem-single figure {
	margin: 0;
}

.pem-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 10px;
	color: var(--pem-gold);
	font-size: 13px;
	font-weight: 900;
}

.pem-kicker::before {
	content: "";
	width: 31px;
	height: 1.5px;
	border-radius: 20px;
	background: currentColor;
}

.pem-button {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 8px 18px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 12px;
	font-weight: 900;
	transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.pem-button svg {
	width: 17px;
	height: 17px;
	transition: transform 0.35s ease;
}

.pem-button:hover {
	transform: translateY(-3px);
}

.pem-button:hover svg {
	transform: translateX(-4px);
}

.pem-button--ghost {
	color: var(--pem-tea) !important;
	border-color: rgba(199, 154, 74, 0.62);
	background: rgba(255, 255, 255, 0.78);
}

/* Homepage calendar block — matched to the original Elementor composition. */
body.home .pileh-calendar {
	display: none !important;
}

body.home .pileh-home-events-dynamic-section {
	padding: 40px 0 46px !important;
}

.pem-home {
	width: min(1307px, calc(100vw - 56px));
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1.123fr) minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.pem-home__list {
	align-self: center;
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(199, 154, 74, 0.18);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.91);
	box-shadow: 0 8px 24px rgba(31, 61, 43, 0.055);
}

.pem-home-event {
	min-height: 84px;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 22px;
	align-items: center;
	gap: 16px;
	padding: 8px 16px;
	border-bottom: 1px solid rgba(199, 154, 74, 0.24);
	transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.pem-home-event:last-child {
	border-bottom: 0;
}

.pem-home-event:hover {
	background: rgba(250, 249, 246, 0.94);
	box-shadow: inset -3px 0 0 rgba(199, 154, 74, 0.58);
}

.pem-date-badge {
	width: 64px;
	min-height: 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 9px;
	color: var(--pem-tea);
	border: 1px solid #e6c989;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: none;
	text-align: center;
	line-height: 1.35;
}

.pem-date-badge strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.pem-date-badge span {
	display: block;
	margin-top: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.pem-home-event__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px;
}

.pem-home-event h3 {
	color: var(--pem-tea);
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.pem-home-event p {
	margin-top: 0;
	overflow: hidden;
	color: var(--pem-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pem-home-event__link {
	width: 22px;
	height: 56px;
	display: grid;
	place-items: center;
	padding: 6px;
	color: var(--pem-tea) !important;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5;
	transition: transform 0.3s ease, color 0.3s ease;
}

.pem-home-event__link:hover {
	transform: translateX(-4px);
	color: var(--pem-gold) !important;
	background: transparent;
}

.pem-home__intro {
	height: 278px;
	min-height: 278px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	overflow: visible;
	position: relative;
	padding: 4px 12px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.pem-home__intro h2 {
	z-index: 2;
	color: var(--pem-tea);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.4;
}

.pem-home__intro > p {
	z-index: 2;
	max-width: 520px;
	margin-top: 0;
	color: var(--pem-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
}

.pem-home__land {
	width: calc(100% + 24px);
	height: 218px;
	display: block;
	position: absolute;
	top: 60px;
	right: -12px;
	background-image: url("../images/pileh-calendar-landscape.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.68;
}

.pem-home__intro .pem-button {
	z-index: 3;
	width: 222px;
	min-width: 222px;
	min-height: 46px;
	margin-top: 0;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	border-color: var(--pem-gold);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 6px 16px rgba(31, 61, 43, 0.06);
	backdrop-filter: blur(6px);
	font-size: 13px;
	font-weight: 700;
}

.pem-home__intro .pem-button:hover {
	transform: translate(-50%, -3px);
}

/* Full events archive. */
.pem-archive {
	width: 100%;
}

.pem-archive__section {
	padding: 90px max(24px, calc((100% - 1220px) / 2));
}

.pem-archive__section--past {
	border-block: 1px solid rgba(31, 61, 43, 0.055);
	background: linear-gradient(180deg, rgba(31, 61, 43, 0.04), rgba(255, 255, 255, 0.12));
}

.pem-section-head {
	max-width: 790px;
	margin: 0 auto 40px;
	text-align: center;
}

.pem-section-head .pem-kicker {
	justify-content: center;
}

.pem-section-head .pem-kicker::after {
	content: "";
	width: 31px;
	height: 1.5px;
	border-radius: 20px;
	background: currentColor;
}

.pem-section-head h2 {
	color: var(--pem-tea);
	font-size: clamp(29px, 3.2vw, 44px);
	font-weight: 930;
	line-height: 1.45;
}

.pem-section-head p {
	margin-top: 13px;
	color: var(--pem-muted);
	font-size: 14px;
}

.pem-event-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 19px;
}

.pem-event-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--pem-line);
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.87);
	box-shadow: 0 14px 42px rgba(31, 61, 43, 0.06);
	transition: transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.48s ease, border-color 0.48s ease;
}

.pem-event-card:hover {
	transform: translateY(-8px);
	border-color: rgba(199, 154, 74, 0.38);
	box-shadow: var(--pem-shadow-hover);
}

.pem-event-card__visual {
	min-height: 215px;
	display: grid;
	place-items: center;
	overflow: hidden;
	position: relative;
	color: var(--pem-tea);
	background-color: #ece8dc;
}

.pem-event-card__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(31, 61, 43, 0.08));
	pointer-events: none;
}

.pem-event-card__image {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
	transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.65s ease;
}

.pem-event-card:hover .pem-event-card__image {
	transform: scale(1.055);
	filter: saturate(1.04) contrast(1.02);
}

.pem-event-card__type {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 15px;
	padding: 5px 10px;
	color: var(--pem-tea);
	border: 1px solid rgba(199, 154, 74, 0.38);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	font-size: 10px;
	font-weight: 900;
	backdrop-filter: blur(6px);
}

.pem-event-card__icon {
	display: grid;
	place-items: center;
}

.pem-event-card__icon svg {
	width: 108px;
	height: 108px;
	opacity: 0.72;
	transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pem-event-card:hover .pem-event-card__icon svg {
	transform: scale(1.08) rotate(-3deg);
}

.pem-date-badge--card {
	position: absolute;
	z-index: 2;
	left: 15px;
	bottom: 15px;
}

.pem-event-card__body {
	padding: 25px;
}

.pem-event-card__body h3 {
	color: var(--pem-tea);
	font-size: 19px;
	line-height: 1.55;
}

.pem-event-card__body > p {
	min-height: 54px;
	margin-top: 9px;
	color: var(--pem-muted);
	font-size: 13px;
}

.pem-event-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(31, 61, 43, 0.08);
}

.pem-event-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--pem-sage);
	font-size: 11px;
	font-weight: 750;
}

.pem-event-card__meta svg {
	width: 16px;
	height: 16px;
	color: var(--pem-gold);
}

.pem-event-card__link {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--pem-tea) !important;
	font-size: 12px;
	font-weight: 900;
}

.pem-event-card__link svg {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}

.pem-event-card__link:hover svg {
	transform: translateX(-4px);
}

.pem-event-card--cancelled {
	filter: grayscale(0.6);
	opacity: 0.76;
}

.pem-empty {
	grid-column: 1 / -1;
	min-height: 180px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 12px;
	padding: 30px;
	border: 1px dashed rgba(31, 61, 43, 0.17);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.58);
	text-align: center;
}

.pem-empty__icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	color: var(--pem-gold);
	border: 1px solid rgba(199, 154, 74, 0.25);
	border-radius: 18px;
	background: #fff;
}

.pem-empty__icon svg {
	width: 27px;
	height: 27px;
}

.pem-empty p {
	color: var(--pem-muted);
	font-size: 13px;
}

/* Single event details. */
.pem-event-details-page {
	background: #faf9f6;
}

.pem-single {
	min-height: 70vh;
	overflow: hidden;
	position: relative;
	padding: 28px 24px 96px;
	background:
		radial-gradient(circle at 9% 16%, rgba(199, 154, 74, 0.09), transparent 22%),
		radial-gradient(circle at 92% 52%, rgba(31, 61, 43, 0.055), transparent 24%),
		#faf9f6;
	isolation: isolate;
}

.pem-single__pattern {
	width: 520px;
	height: 520px;
	position: absolute;
	z-index: -1;
	top: 220px;
	right: -290px;
	border: 1px solid rgba(31, 61, 43, 0.055);
	border-radius: 50%;
	box-shadow:
		0 0 0 52px rgba(31, 61, 43, 0.018),
		0 0 0 105px rgba(199, 154, 74, 0.016);
}

.pem-single__pattern::before,
.pem-single__pattern::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(199, 154, 74, 0.11);
	border-radius: 70% 20% 70% 20%;
	transform: rotate(32deg);
}

.pem-single__pattern::before {
	width: 70px;
	height: 128px;
	top: 55px;
	left: 66px;
}

.pem-single__pattern::after {
	width: 44px;
	height: 80px;
	right: 46px;
	bottom: 74px;
	transform: rotate(-24deg);
}

.pem-single__breadcrumb {
	width: min(1220px, 100%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 auto 18px;
	padding-inline: 8px;
	color: var(--pem-muted);
	font-size: 12px;
}

.pem-single__breadcrumb a {
	transition: color 0.25s ease;
}

.pem-single__breadcrumb a:hover {
	color: var(--pem-gold);
}

.pem-single__breadcrumb span[aria-current="page"] {
	max-width: 350px;
	overflow: hidden;
	color: var(--pem-tea);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pem-single__hero {
	width: min(1220px, 100%);
	min-height: 530px;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: stretch;
	gap: 8px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(31, 61, 43, 0.09);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 26px 80px rgba(31, 61, 43, 0.085);
}

.pem-single__hero::after {
	content: "";
	width: 220px;
	height: 220px;
	position: absolute;
	right: -90px;
	bottom: -140px;
	border: 1px solid rgba(199, 154, 74, 0.13);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(199, 154, 74, 0.025);
	pointer-events: none;
}

.pem-single__hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 58px 82px;
}

.pem-single__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.pem-single__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 12px;
	border: 1px solid rgba(31, 61, 43, 0.1);
	border-radius: 999px;
	background: rgba(250, 249, 246, 0.86);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.4;
}

.pem-single__badge--type {
	color: #8b6225;
	border-color: rgba(199, 154, 74, 0.35);
	background: rgba(232, 210, 167, 0.23);
}

.pem-single__badge--upcoming {
	color: #1f6b3a;
	background: #e7f5ea;
}

.pem-single__badge--full {
	color: #875a16;
	background: #fff3d7;
}

.pem-single__badge--past {
	color: #626862;
	background: #f0f1f0;
}

.pem-single__badge--cancelled {
	color: #8a2424;
	background: #f9e3e3;
}

.pem-single__hero h1 {
	max-width: 610px;
	color: var(--pem-tea);
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 1.42;
}

.pem-single__lead {
	max-width: 600px;
	margin-top: 17px !important;
	color: var(--pem-muted);
	font-size: 15px;
	line-height: 2.05;
}

.pem-single__hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}

.pem-button--primary {
	color: #fff !important;
	border-color: var(--pem-tea);
	background: var(--pem-tea);
	box-shadow: 0 12px 28px rgba(31, 61, 43, 0.2);
}

.pem-button--primary:hover {
	border-color: var(--pem-tea-2);
	background: var(--pem-tea-2);
	box-shadow: 0 17px 36px rgba(31, 61, 43, 0.27);
}

.pem-single__call {
	min-width: 222px;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 9px 20px;
	border-radius: 15px;
}

.pem-single__call > svg {
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
}

.pem-single__call > span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.45;
}

.pem-single__call strong {
	font-size: 12px;
	font-weight: 900;
}

.pem-single__call small {
	direction: ltr;
	font-size: 11px;
	font-weight: 700;
	unicode-bidi: embed;
}

.pem-single__call--disabled {
	color: #727772;
	border: 1px solid rgba(31, 61, 43, 0.1);
	background: #f0f1f0;
	cursor: not-allowed;
}

.pem-single__back {
	min-height: 49px;
}

.pem-single__visual {
	min-height: 506px;
	overflow: hidden;
	position: relative;
	margin: 12px;
	border-radius: 27px;
	background:
		linear-gradient(145deg, rgba(232, 210, 167, 0.65), rgba(31, 61, 43, 0.12)),
		#eee9de;
}

.pem-single__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(16, 36, 24, 0.18));
	pointer-events: none;
}

.pem-single__visual img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	inset: 0;
	object-fit: cover;
	transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.7s ease;
}

.pem-single__hero:hover .pem-single__visual img {
	transform: scale(1.025);
	filter: saturate(1.025) contrast(1.01);
}

.pem-single__visual-icon {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: rgba(31, 61, 43, 0.62);
}

.pem-single__visual-icon svg {
	width: 150px;
	height: 150px;
}

.pem-single__date {
	min-width: 88px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	right: 23px;
	bottom: 23px;
	padding: 13px 16px;
	color: var(--pem-tea);
	border: 1px solid rgba(199, 154, 74, 0.65);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 30px rgba(31, 61, 43, 0.11);
	backdrop-filter: blur(10px);
	line-height: 1.25;
}

.pem-single__date strong {
	font-size: 31px;
	font-weight: 850;
}

.pem-single__date span {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
}

.pem-single__facts {
	width: min(1130px, calc(100% - 42px));
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 11px;
	margin: -42px auto 0;
	position: relative;
	z-index: 3;
}

.pem-single__fact {
	min-height: 108px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 19px;
	border: 1px solid rgba(31, 61, 43, 0.09);
	border-radius: 21px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 13px 35px rgba(31, 61, 43, 0.07);
	transition: transform 0.38s ease, box-shadow 0.38s ease, border-color 0.38s ease;
}

.pem-single__fact:hover {
	transform: translateY(-5px);
	border-color: rgba(199, 154, 74, 0.32);
	box-shadow: 0 20px 45px rgba(31, 61, 43, 0.105);
}

.pem-single__fact-icon {
	width: 47px;
	height: 47px;
	display: grid;
	place-items: center;
	flex: 0 0 47px;
	color: var(--pem-gold);
	border-radius: 15px;
	background: rgba(232, 210, 167, 0.2);
}

.pem-single__fact-icon svg {
	width: 23px;
	height: 23px;
}

.pem-single__fact > span:last-child {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pem-single__fact small {
	color: var(--pem-muted);
	font-size: 10px;
	font-weight: 700;
}

.pem-single__fact strong {
	overflow: hidden;
	color: var(--pem-tea);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.7;
	text-overflow: ellipsis;
}

.pem-single__body {
	width: min(1220px, 100%);
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.72fr);
	align-items: start;
	gap: 24px;
	margin: 74px auto 0;
}

.pem-single__content,
.pem-single__register {
	border: 1px solid rgba(31, 61, 43, 0.085);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.87);
	box-shadow: 0 18px 55px rgba(31, 61, 43, 0.06);
}

.pem-single__content {
	padding: clamp(30px, 4.5vw, 60px);
}

.pem-single__content > h2 {
	color: var(--pem-tea);
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 950;
	line-height: 1.5;
}

.pem-single__prose {
	margin-top: 25px;
	color: #4f5d54;
	font-size: 14px;
	line-height: 2.25;
}

.pem-single__prose > * + * {
	margin-top: 1.25em;
}

.pem-single__prose h2,
.pem-single__prose h3,
.pem-single__prose h4 {
	color: var(--pem-tea);
	line-height: 1.7;
}

.pem-single__prose ul,
.pem-single__prose ol {
	margin: 1.1em 0;
	padding-right: 1.35em;
}

.pem-single__prose li + li {
	margin-top: 0.45em;
}

.pem-single__prose img {
	max-width: 100%;
	height: auto;
	border-radius: 19px;
}

.pem-single__speaker {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 32px;
	padding: 18px;
	border: 1px solid rgba(199, 154, 74, 0.22);
	border-radius: 19px;
	background: rgba(232, 210, 167, 0.11);
}

.pem-single__speaker-icon {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	flex: 0 0 50px;
	color: var(--pem-gold);
	border-radius: 16px;
	background: #fff;
}

.pem-single__speaker-icon svg {
	width: 25px;
	height: 25px;
}

.pem-single__speaker > span:last-child {
	display: flex;
	flex-direction: column;
}

.pem-single__speaker small {
	color: var(--pem-muted);
	font-size: 10px;
}

.pem-single__speaker strong {
	color: var(--pem-tea);
	font-size: 14px;
}

.pem-single__external {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: var(--pem-tea) !important;
	font-size: 12px;
	font-weight: 900;
}

.pem-single__external svg {
	width: 17px;
	height: 17px;
	color: var(--pem-gold);
}

.pem-single__aside {
	position: sticky;
	top: 28px;
}

.pem-single__register {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 36px 29px;
	text-align: center;
}

.pem-single__register-icon {
	width: 68px;
	height: 68px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
	color: var(--pem-gold);
	border: 1px solid rgba(199, 154, 74, 0.25);
	border-radius: 22px;
	background: rgba(232, 210, 167, 0.15);
}

.pem-single__register-icon svg {
	width: 31px;
	height: 31px;
}

.pem-single__register .pem-kicker {
	justify-content: center;
}

.pem-single__register .pem-kicker::before {
	display: none;
}

.pem-single__register h2 {
	color: var(--pem-tea);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.65;
}

.pem-single__register p {
	margin-top: 11px;
	color: var(--pem-muted);
	font-size: 12px;
	line-height: 2;
}

.pem-single__register-button {
	width: 100%;
	min-height: 52px;
	margin-top: 23px;
	direction: ltr;
	font-size: 15px;
	unicode-bidi: embed;
}

.pem-single__register-button svg {
	width: 20px;
	height: 20px;
}

.pem-single__register-state {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 23px;
	color: var(--pem-muted);
	border: 1px solid rgba(31, 61, 43, 0.1);
	border-radius: 13px;
	background: #f0f1f0;
	font-size: 13px;
	font-weight: 900;
}

.pem-single__register > small {
	margin-top: 14px;
	color: #7c827d;
	font-size: 9.5px;
	line-height: 1.8;
}

.pem-single__related {
	width: min(1220px, 100%);
	margin: 93px auto 0;
}

.pem-single__related .pem-section-head {
	margin-bottom: 31px;
}

.pem-single__related .pem-section-head h2 {
	font-size: clamp(28px, 3vw, 40px);
}

@media (max-width: 1024px) {
	.pem-home {
		width: calc(100vw - 40px);
		grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
		gap: 18px;
		padding: 8px;
	}

	.pem-event-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pem-single {
		padding-inline: 18px;
	}

	.pem-single__hero {
		min-height: 480px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	}

	.pem-single__hero-content {
		padding: 44px 35px 72px;
	}

	.pem-single__hero h1 {
		font-size: clamp(32px, 4.5vw, 46px);
	}

	.pem-single__visual {
		min-height: 456px;
	}

	.pem-single__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pem-single__body {
		grid-template-columns: minmax(0, 1.4fr) minmax(275px, 0.75fr);
	}
}

@media (max-width: 767px) {
	body.home .pileh-home-events-dynamic-section {
		padding: 34px 0 40px !important;
	}

	.pem-home {
		width: min(620px, calc(100% - 28px));
		grid-template-columns: 1fr;
		gap: 28px;
		margin-inline: auto;
		padding: 0;
		position: static;
		transform: none;
	}

	.pem-home__intro {
		height: 250px;
		min-height: 250px;
		padding: 4px 0 0;
	}

	.pem-home__intro h2 {
		font-size: 29px;
	}

	.pem-home__intro > p {
		font-size: 12px;
	}

	.pem-home__land {
		width: 100%;
		height: 190px;
		top: 58px;
		right: 0;
	}

	.pem-home__intro .pem-button {
		bottom: -12px;
	}

	.pem-home-event {
		min-height: 78px;
		grid-template-columns: 58px minmax(0, 1fr) 22px;
		gap: 10px;
		padding: 5px 8px;
	}

	.pem-date-badge {
		width: 58px;
		min-height: 62px;
		padding: 6px 7px;
	}

	.pem-date-badge strong {
		font-size: 20px;
	}

	.pem-date-badge span {
		font-size: 11px;
	}

	.pem-home-event p {
		display: none;
	}

	.pem-archive__section {
		padding: 61px 14px;
	}

	.pem-event-grid {
		grid-template-columns: 1fr;
	}

	.pem-event-card__body > p {
		min-height: auto;
	}

	.pem-single {
		padding: 18px 12px 65px;
	}

	.pem-single__breadcrumb {
		margin-bottom: 12px;
		padding-inline: 5px;
		font-size: 10px;
	}

	.pem-single__hero {
		min-height: 0;
		grid-template-columns: 1fr;
		border-radius: 25px;
	}

	.pem-single__hero-content {
		order: 2;
		padding: 27px 23px 73px;
	}

	.pem-single__badges {
		margin-bottom: 16px;
	}

	.pem-single__hero h1 {
		font-size: clamp(29px, 9vw, 39px);
	}

	.pem-single__lead {
		margin-top: 12px !important;
		font-size: 13px;
	}

	.pem-single__hero-actions {
		align-items: stretch;
		flex-direction: column;
		margin-top: 23px;
	}

	.pem-single__call,
	.pem-single__back {
		width: 100%;
	}

	.pem-single__visual {
		min-height: 290px;
		order: 1;
		margin: 8px;
		border-radius: 20px;
	}

	.pem-single__date {
		min-width: 74px;
		min-height: 85px;
		right: 15px;
		bottom: 15px;
		border-radius: 14px;
	}

	.pem-single__date strong {
		font-size: 26px;
	}

	.pem-single__facts {
		width: calc(100% - 22px);
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: -42px;
	}

	.pem-single__fact {
		min-height: 82px;
		padding: 14px 16px;
		border-radius: 17px;
	}

	.pem-single__fact-icon {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.pem-single__body {
		grid-template-columns: 1fr;
		gap: 17px;
		margin-top: 49px;
	}

	.pem-single__content {
		padding: 28px 22px;
		border-radius: 22px;
	}

	.pem-single__aside {
		position: static;
	}

	.pem-single__register {
		padding: 30px 22px;
		border-radius: 22px;
	}

	.pem-single__related {
		margin-top: 64px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pem-home *,
	.pem-home *::before,
	.pem-home *::after,
	.pem-archive *,
	.pem-archive *::before,
	.pem-archive *::after,
	.pem-single *,
	.pem-single *::before,
	.pem-single *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
