:root {
	--elp-ink: #0d1733;
	--elp-indigo: #17234b;
	--elp-indigo-soft: #2a315f;
	--elp-gold: #e8b64e;
	--elp-gold-soft: #f4d795;
	--elp-paper: #fffaf0;
	--elp-cream: #f8f0df;
	--elp-rose: #b98a8b;
	--elp-purple: #6b568d;
	--elp-text: #20253d;
	--elp-muted: #6f7180;
	--elp-line: rgba(24, 34, 70, .14);
	--elp-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--elp-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.elp-page-active .site-header,
.elp-page-active .entry-header,
.elp-page-active .site-footer,
.elp-page-active .ast-breadcrumbs-wrapper,
.elp-page-active .comments-area {
	display: none !important;
}

.elp-page-active .site-content,
.elp-page-active .ast-container,
.elp-page-active .content-area,
.elp-page-active .site-main,
.elp-page-active .site-main > article,
.elp-page-active .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elp-page-active {
	background: var(--elp-paper);
}

.elp,
.elp * {
	box-sizing: border-box;
}

.elp {
	color: var(--elp-text);
	background: var(--elp-paper);
	font-family: var(--elp-sans);
	font-size: 17px;
	line-height: 1.65;
	min-height: 100vh;
	overflow-x: clip;
}

.elp h1,
.elp h2,
.elp h3,
.elp p,
.elp ul,
.elp ol,
.elp blockquote {
	margin-top: 0;
}

.elp h1,
.elp h2,
.elp h3 {
	color: var(--elp-ink);
	font-family: var(--elp-serif);
	font-weight: 500;
	line-height: 1.06;
}

.elp h1 {
	font-size: clamp(3.2rem, 8vw, 7rem);
	letter-spacing: -.045em;
}

.elp h2 {
	font-size: clamp(2.1rem, 4.6vw, 4.2rem);
}

.elp h3 {
	font-size: 1.55rem;
}

.elp a {
	color: inherit;
}

.elp button,
.elp input,
.elp select,
.elp textarea {
	font: inherit;
}

.elp-skip {
	position: fixed;
	top: .5rem;
	left: .5rem;
	z-index: 9999;
	transform: translateY(-150%);
	background: #fff;
	color: #000;
	padding: .7rem 1rem;
	border-radius: .3rem;
}

.elp-skip:focus {
	transform: translateY(0);
}

.elp-header,
.elp-public-header {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 0 clamp(1.2rem, 4vw, 4.5rem);
	color: #fff;
	background: rgba(11, 20, 48, .96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.admin-bar .elp-header,
.admin-bar .elp-public-header {
	top: 32px;
}

.elp-brand,
.elp-public-header a {
	text-decoration: none;
	font-size: .84rem;
	font-weight: 750;
	letter-spacing: .16em;
}

.elp-brand span {
	color: var(--elp-gold);
}

.elp-nav {
	display: flex;
	align-items: center;
	gap: 1.45rem;
}

.elp-nav a {
	color: rgba(255,255,255,.84);
	text-decoration: none;
	font-size: .88rem;
	font-weight: 650;
}

.elp-nav a:hover,
.elp-nav a:focus-visible,
.elp-nav a[aria-current="page"] {
	color: var(--elp-gold-soft);
}

.elp-menu {
	display: none;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	padding: .45rem .9rem;
}

.elp-main {
	min-height: 70vh;
}

.elp-kicker {
	color: #b37b1d;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.elp-hero {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 80vh;
	padding: 7rem 1.4rem;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 50% 8%, rgba(254,218,129,.34), transparent 26%),
		linear-gradient(145deg, #101a38, #26305e 58%, #493259);
}

.elp-hero > * {
	position: relative;
	z-index: 1;
	max-width: 1080px;
}

.elp-hero h1,
.elp-hero h2 {
	color: #fff8e9;
}

.elp-hero h1 {
	margin: .15em 0 .22em;
	text-shadow: 0 8px 30px rgba(0,0,0,.2);
}

.elp-hero h2 {
	margin: -.4rem 0 1.2rem;
	font-style: italic;
	color: var(--elp-gold-soft);
	font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.elp-hero > p:not(.elp-kicker) {
	max-width: 760px;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.elp-orb {
	position: absolute !important;
	z-index: 0 !important;
	top: 5%;
	left: 50%;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	transform: translateX(-50%);
	background: radial-gradient(circle, #fff8ca 0, #f7c75d 28%, rgba(232,182,78,.24) 58%, transparent 72%);
	filter: blur(1px);
	box-shadow: 0 0 80px rgba(244,208,122,.3);
}

.elp-event-date {
	padding: 1rem 1.5rem;
	border: 1px solid rgba(255,255,255,.26);
	border-radius: 1rem;
	background: rgba(255,255,255,.07);
}

.elp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: .78rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 999px;
	text-decoration: none !important;
	font-size: .92rem;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.elp-button:hover,
.elp-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(12,21,50,.16);
}

.elp-button:focus-visible,
.elp button:focus-visible,
.elp input:focus-visible,
.elp textarea:focus-visible,
.elp select:focus-visible,
.elp a:focus-visible {
	outline: 3px solid #f0bd51;
	outline-offset: 3px;
}

.elp-button--gold {
	color: #111a36;
	background: linear-gradient(135deg, #f3d27d, #e5a936);
}

.elp-button--light {
	color: var(--elp-ink);
	background: #fff;
	border-color: rgba(17,26,54,.14);
}

.elp-button--rose {
	color: #fff;
	background: linear-gradient(135deg, #aa777b, #6c568d);
}

.elp-button--ghost {
	color: inherit;
	background: transparent;
	border-color: currentColor;
}

.elp-section {
	padding: clamp(4.5rem, 8vw, 8.5rem) clamp(1.25rem, 7vw, 8rem);
}

.elp-section > * {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.elp-section--narrow > * {
	max-width: 820px;
}

.elp-section--narrow > p,
.elp-section--narrow blockquote {
	font-size: 1.18rem;
}

.elp-section blockquote {
	margin: 2.5rem 0;
	padding-left: 1.5rem;
	border-left: 2px solid var(--elp-gold);
	color: var(--elp-indigo);
	font-family: var(--elp-serif);
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	font-style: italic;
}

.elp-section--ink {
	color: rgba(255,255,255,.82);
	background:
		radial-gradient(circle at 75% 20%, rgba(231,183,83,.13), transparent 28%),
		var(--elp-ink);
}

.elp-section--ink h2,
.elp-section--ink h3 {
	color: #fff7e4;
}

.elp-section--paper {
	background:
		linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)),
		var(--elp-cream);
}

.elp-section-head {
	margin-bottom: 3rem;
	text-align: center;
}

.elp-section-head > p:last-child {
	max-width: 700px;
	margin: 0 auto;
	color: var(--elp-muted);
}

.elp-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 2rem clamp(1.2rem, 5vw, 5rem);
	color: rgba(255,255,255,.72);
	background: #091128;
	font-size: .86rem;
}

.elp-footer p {
	margin: 0;
}

.elp-doorways {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	max-width: 1260px;
	margin: -5rem auto 0;
	padding: 0 1.25rem 6rem;
}

.elp-doorway {
	position: relative;
	min-height: 430px;
	padding: 2.5rem;
	border-radius: 1.3rem;
	box-shadow: 0 24px 60px rgba(15,23,53,.18);
	overflow: hidden;
}

.elp-doorway > span {
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .18em;
}

.elp-doorway h2 {
	margin: 2.4rem 0 1rem;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.elp-doorway p {
	min-height: 110px;
}

.elp-doorway--album {
	color: #fff4d6;
	background: radial-gradient(circle at 85% 14%, #f1c567, transparent 17%), linear-gradient(145deg, #5c321d, #bd6828);
}

.elp-doorway--album h2 {
	color: #fff8e8;
}

.elp-doorway--studio {
	color: #eaeafb;
	background: radial-gradient(circle at 80% 14%, rgba(255,255,255,.18), transparent 18%), linear-gradient(145deg, #192450, #3f467a);
}

.elp-doorway--studio h2 {
	color: #fff;
}

.elp-doorway--retreat {
	color: #fff0ec;
	background: radial-gradient(circle at 80% 14%, rgba(255,214,157,.24), transparent 18%), linear-gradient(145deg, #523a5c, #a06f74);
}

.elp-doorway--retreat h2 {
	color: #fff;
}

.elp-doorway--pending {
	grid-column: auto;
	background: #f2eadc;
}

.elp-quiet {
	padding: 5rem 1.5rem;
	text-align: center;
	background: #fff;
}

.elp-quiet p {
	margin: 0;
	color: var(--elp-indigo);
	font-family: var(--elp-serif);
	font-size: clamp(1.7rem, 4vw, 3.2rem);
	font-style: italic;
	line-height: 1.25;
}

.elp-public-header {
	position: absolute;
	width: 100%;
	background: rgba(8,15,36,.72);
}

.elp-public-header a:last-child {
	padding: .55rem 1rem;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 999px;
}

.elp-public-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.elp-public-grid article {
	padding: 2rem;
	border: 1px solid var(--elp-line);
	border-radius: 1rem;
	background: rgba(255,255,255,.72);
}

.elp-public-grid article > span {
	color: #b77e1e;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .15em;
}

.elp-music-copy {
	color: #fff;
	background:
		radial-gradient(circle at 25% 40%, rgba(247,199,93,.28), transparent 24%),
		linear-gradient(135deg, #6f391c, #b65e24 55%, #422b55);
}

.elp-music-copy h2,
.elp-sovereignty h2 {
	color: #fff8e8;
}

.elp-sovereignty {
	color: rgba(255,255,255,.86);
	background: linear-gradient(145deg, #2e315f, #574262);
	text-align: center;
}

.elp-sovereignty > * {
	max-width: 850px;
}

.elp-interest {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: clamp(2.5rem, 7vw, 7rem);
	background: var(--elp-cream);
}

.elp-interest > * {
	width: 100%;
}

.elp-form {
	display: grid;
	gap: 1rem;
}

.elp-form label:not(.elp-check) {
	display: grid;
	gap: .35rem;
	color: var(--elp-ink);
	font-size: .88rem;
	font-weight: 750;
}

.elp-form small {
	color: var(--elp-muted);
	font-weight: 500;
}

.elp-form input:not([type="checkbox"]),
.elp-form select,
.elp-form textarea,
.elp-note,
.elp-reflection textarea {
	width: 100%;
	border: 1px solid rgba(30,36,70,.22);
	border-radius: .65rem;
	background: rgba(255,255,255,.9);
	color: var(--elp-text);
	padding: .78rem .9rem;
}

.elp-form textarea,
.elp-note,
.elp-reflection textarea {
	resize: vertical;
}

.elp-check {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: .65rem;
	align-items: start;
	font-size: .9rem;
}

.elp-check input {
	width: 20px;
	height: 20px;
	margin-top: .15rem;
}

.elp-hp {
	position: absolute !important;
	left: -10000px !important;
}

.elp-result,
.elp-notice {
	padding: 1.25rem;
	border: 1px solid rgba(180,120,30,.3);
	border-radius: .8rem;
	background: #fff8e6;
}

.elp-notice--success {
	border-color: rgba(52,119,81,.35);
	background: #edf8f0;
}

.elp-login {
	display: grid;
	place-items: center;
	min-height: 100vh;
	padding: 2rem;
	color: #fff;
	background: radial-gradient(circle at 50% 18%, rgba(243,208,118,.25), transparent 25%), linear-gradient(145deg, #0b1530, #33345e 64%, #4b3255);
}

.elp-login-card {
	position: relative;
	width: min(100%, 580px);
	padding: clamp(2rem, 6vw, 4rem);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 1.4rem;
	background: rgba(255,255,255,.94);
	color: var(--elp-text);
	box-shadow: 0 30px 90px rgba(0,0,0,.3);
	overflow: hidden;
}

.elp-login-card .elp-orb {
	top: -130px;
	width: 250px;
	height: 250px;
	opacity: .6;
}

.elp-login-card h1 {
	position: relative;
	font-size: clamp(2.7rem, 7vw, 4.6rem);
}

.elp-login-card details {
	margin-top: 1.4rem;
}

.elp-small {
	margin-top: 1.4rem;
	color: var(--elp-muted);
	font-size: .8rem;
}

.elp-welcome-grid,
.elp-origin,
.elp-reflection {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 7vw, 7rem);
}

.elp-location {
	padding: 2rem;
	border-radius: 1rem;
	color: #fff;
	background: linear-gradient(145deg, #16224a, #594262);
}

.elp-location h3 {
	color: #fff8e8;
	font-size: 2rem;
}

.elp-location p:last-child {
	margin-top: 1.2rem;
	font-size: .82rem;
	color: rgba(255,255,255,.7);
}

.elp-retreat-nav {
	position: sticky;
	top: 72px;
	z-index: 90;
	display: flex;
	gap: 1.5rem;
	padding: 1rem 5vw;
	overflow-x: auto;
	white-space: nowrap;
	background: rgba(255,250,240,.96);
	border-bottom: 1px solid var(--elp-line);
}

.admin-bar .elp-retreat-nav {
	top: 104px;
}

.elp-retreat-nav a {
	text-decoration: none;
	font-size: .86rem;
	font-weight: 750;
}

.elp-prepare-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.elp-prepare-grid article {
	padding: clamp(1.75rem, 3.5vw, 2.6rem);
	border-radius: 1rem;
	background: rgba(255,255,255,.66);
}

.elp-prepare-grid article > :first-child,
.elp-public-grid article > :first-child,
.elp-locked > :first-child,
.elp-current-prompt > :first-child {
	margin-top: 0;
}

.elp-prepare-grid article > :last-child,
.elp-public-grid article > :last-child,
.elp-locked > :last-child,
.elp-current-prompt > :last-child {
	margin-bottom: 0;
}

.elp-prepare-grid article,
.elp-public-grid article,
.elp-locked,
.elp-current-prompt,
.elp-callout,
.elp-paper-note,
.elp-screen-note {
	overflow-wrap: anywhere;
}

.elp-checklist {
	list-style: none;
	padding: 0;
}

.elp-checklist li {
	position: relative;
	padding: .35rem 0 .35rem 1.7rem;
}

.elp-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #a46e13;
	font-weight: 900;
}

.elp-paper-note,
.elp-callout,
.elp-screen-note {
	margin-top: 2rem;
	padding: 1rem 1.2rem;
	border-radius: .7rem;
	background: #fff;
	border-left: 4px solid var(--elp-gold);
}

.elp-timeline {
	max-width: 900px;
	list-style: none;
	padding: 0;
}

.elp-timeline li {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 1.5rem;
	padding: 1.8rem 0;
	border-bottom: 1px solid var(--elp-line);
}

.elp-timeline li > span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: var(--elp-ink);
	background: var(--elp-gold-soft);
	font-size: .75rem;
	font-weight: 900;
}

.elp-language-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .75rem;
	margin-top: 2rem;
}

.elp-language-list span {
	display: grid;
	padding: 1rem;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: .7rem;
	background: rgba(255,255,255,.05);
}

.elp-language-list strong {
	color: var(--elp-gold-soft);
	font-size: .86rem;
	letter-spacing: .05em;
}

.elp-locked {
	max-width: 760px;
	padding: 3rem;
	text-align: center;
	border: 1px solid var(--elp-line);
	border-radius: 1rem;
	background: linear-gradient(145deg, #fff, #f6eddf);
}

.elp-locked > span {
	color: var(--elp-gold);
	font-size: 2rem;
}

.elp-my-practice {
	max-width: 840px;
}

.elp-my-practice blockquote {
	color: #fff7df;
	border-left-color: var(--elp-gold);
}

.elp-my-practice details {
	margin: 1.5rem 0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: .8rem;
	background: rgba(255,255,255,.06);
}

.elp-my-practice summary {
	padding: 1rem 1.2rem;
	color: var(--elp-gold-soft);
	cursor: pointer;
	font-weight: 800;
}

.elp-my-practice pre {
	max-height: 60vh;
	margin: 0;
	padding: 1.2rem;
	overflow: auto;
	white-space: pre-wrap;
	color: rgba(255,255,255,.84);
	border-top: 1px solid rgba(255,255,255,.14);
	background: transparent;
	font: 1rem/1.7 var(--elp-serif);
}

.elp-current-prompt {
	max-width: 840px;
	padding: clamp(1.4rem, 4vw, 3rem);
	border: 1px solid var(--elp-line);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 16px 40px rgba(20,27,56,.08);
}

.elp-current-prompt h3 {
	font-size: clamp(1.8rem, 4vw, 3rem);
}

.elp-note {
	display: block;
	width: 100%;
	min-height: 160px;
}

.elp-save-state {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-top: .7rem;
	color: var(--elp-muted);
	font-size: .8rem;
}

.elp-save-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a2a3aa;
}

.elp-save-state.is-saving .elp-save-dot {
	background: var(--elp-gold);
}

.elp-save-state.is-saved .elp-save-dot {
	background: #4e9a6d;
}

.elp-save-state.is-error .elp-save-dot {
	background: #b34b4b;
}

.elp-all-notes {
	max-width: 840px;
	margin: 1.25rem auto 0;
	border: 1px solid var(--elp-line);
	border-radius: .8rem;
	background: rgba(255,255,255,.65);
}

.elp-all-notes summary {
	padding: 1rem 1.2rem;
	cursor: pointer;
	font-weight: 750;
}

.elp-note-list {
	display: grid;
	gap: 1.4rem;
	padding: 1.2rem;
	border-top: 1px solid var(--elp-line);
}

.elp-note-list label {
	display: grid;
	gap: .6rem;
}

.elp-journal-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .7rem;
	max-width: 840px;
	margin: 1.3rem auto;
}

.elp-delete-link {
	margin-left: auto;
	color: #8b3434;
	font-size: .85rem;
}

.elp-privacy-detail {
	max-width: 840px;
	margin: 1.5rem auto 0;
	padding: 1.1rem 1.2rem;
	border-radius: .7rem;
	background: #f5f0e7;
	color: var(--elp-muted);
	font-size: .82rem;
}

.elp-privacy-detail h3 {
	font-family: var(--elp-sans);
	font-size: .9rem;
	font-weight: 800;
}

.elp-access-list {
	margin: 2rem 0;
	border-top: 1px solid var(--elp-line);
}

.elp-access-list div {
	display: flex;
	justify-content: space-between;
	padding: .9rem 0;
	border-bottom: 1px solid var(--elp-line);
}

.elp-album-hero {
	display: grid;
	grid-template-columns: minmax(280px, 540px) 1fr;
	gap: clamp(2rem, 7vw, 7rem);
	align-items: center;
	min-height: 86vh;
	padding: clamp(5rem, 8vw, 9rem) clamp(1.25rem, 7vw, 8rem);
	color: #fff0d3;
	background:
		radial-gradient(circle at 23% 48%, rgba(255,199,93,.3), transparent 28%),
		linear-gradient(140deg, #2c170f, #9b4f20 50%, #351f43);
}

.elp-album-hero h1 {
	margin-bottom: .2rem;
	color: #fff8e8;
}

.elp-album-hero h2 {
	color: var(--elp-gold-soft);
	font-family: var(--elp-sans);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .25em;
	text-transform: uppercase;
}

.elp-album-cover img,
.elp-cover-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: .75rem;
	box-shadow: 0 30px 90px rgba(0,0,0,.35);
	object-fit: cover;
}

.elp-cover-placeholder {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 1rem;
	text-align: center;
	color: #fff7df;
	background: radial-gradient(circle, #ffdb76, #a65221 42%, #3d1f2d 75%);
	font-family: var(--elp-serif);
	font-size: 2.2rem;
}

.elp-cover-placeholder small {
	font-family: var(--elp-sans);
	font-size: .8rem;
	letter-spacing: .25em;
}

.elp-album-total {
	color: var(--elp-gold-soft);
	font-size: .85rem;
	font-weight: 750;
	letter-spacing: .12em;
}

.elp-player {
	max-width: 920px;
	margin: -3.5rem auto 0;
	padding: clamp(1.4rem, 4vw, 3rem);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 1.2rem;
	color: #fff;
	background: rgba(19,26,56,.96);
	box-shadow: 0 24px 70px rgba(13,19,42,.24);
}

.elp-player h2 {
	margin-bottom: .4rem;
	color: #fff8e8;
	font-size: clamp(1.7rem, 4vw, 2.8rem);
	text-align: center;
}

.elp-now-playing {
	text-align: center;
}

.elp-now-playing p:last-child {
	color: rgba(255,255,255,.62);
	font-size: .82rem;
}

.elp-progress-wrap input {
	width: 100%;
	accent-color: var(--elp-gold);
}

.elp-times {
	display: flex;
	justify-content: space-between;
	color: rgba(255,255,255,.65);
	font-size: .78rem;
}

.elp-player-controls {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	margin: 1.2rem 0;
}

.elp-player-controls button {
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.elp-player-controls button:first-child {
	text-align: right;
}

.elp-player-controls button:last-child {
	text-align: left;
}

.elp-player-controls .elp-play {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	color: var(--elp-ink);
	background: var(--elp-gold);
	font-size: 1.4rem;
}

.elp-continuous {
	display: flex;
	justify-content: center;
	gap: .5rem;
	font-size: .86rem;
}

.elp-player-note {
	margin: 1rem 0 0;
	text-align: center;
	color: rgba(255,255,255,.52);
	font-size: .76rem;
}

.elp-player-status {
	min-height: 1.5em;
	margin: .9rem 0 0;
	text-align: center;
	color: var(--elp-gold-soft);
	font-size: .86rem;
	font-weight: 750;
	letter-spacing: .02em;
}

.elp-player-status[data-state="error"] {
	color: #ffd0c6;
}

.elp-player-status[data-state="playing"] {
	color: #fff3c8;
}

.elp-album-tracklist button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.elp-track-section {
	padding-top: 5rem;
}

.elp-album-tracklist {
	list-style: none;
	padding: 0;
	border-top: 1px solid var(--elp-line);
}

.elp-album-tracklist button {
	display: grid;
	grid-template-columns: 55px 1fr auto;
	gap: 1rem;
	width: 100%;
	padding: 1.15rem .4rem;
	border: 0;
	border-bottom: 1px solid var(--elp-line);
	text-align: left;
	color: var(--elp-text);
	background: transparent;
	cursor: pointer;
}

.elp-album-tracklist button:hover,
.elp-album-tracklist button:focus-visible,
.elp-album-tracklist li.is-active button {
	background: rgba(238,188,81,.11);
}

.elp-album-tracklist span,
.elp-album-tracklist time {
	color: var(--elp-muted);
	font-size: .8rem;
}

.elp-reflection {
	background: #f5ecdc;
}

.elp-reflection textarea {
	width: 100%;
}

.elp-stream-links {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
}

@media (max-width: 900px) {
	.elp-doorways,
	.elp-public-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.elp-interest,
	.elp-welcome-grid,
	.elp-origin,
	.elp-reflection,
	.elp-album-hero {
		grid-template-columns: 1fr;
	}

	.elp-album-cover {
		max-width: 540px;
		margin: 0 auto;
	}
}

@media (max-width: 720px) {
	.admin-bar .elp-header,
	.admin-bar .elp-public-header {
		top: 46px;
	}

	.elp-header {
		min-height: 62px;
	}

	.elp-menu {
		display: block;
	}

	.elp-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: .5rem 1rem 1rem;
		background: #0b1430;
	}

	.elp-nav.is-open {
		display: flex;
	}

	.elp-nav a {
		padding: .75rem;
	}

	.elp-hero {
		min-height: 74vh;
		padding-top: 6rem;
	}

	.elp-orb {
		width: 160px;
		height: 160px;
	}

	.elp-doorways {
		grid-template-columns: 1fr;
		margin-top: -2.5rem;
	}

	.elp-doorway {
		min-height: 350px;
	}

	.elp-doorway p {
		min-height: 0;
	}

	.elp-public-grid,
	.elp-prepare-grid,
	.elp-language-list {
		grid-template-columns: 1fr;
	}

	.elp-retreat-nav {
		top: 62px;
		padding: .75rem 1rem;
	}

	.admin-bar .elp-retreat-nav {
		top: 108px;
	}

	.elp-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.elp-interest {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.elp-journal-actions .elp-button {
		width: 100%;
	}

	.elp-delete-link {
		margin: .8rem auto 0;
	}

	.elp-album-hero {
		min-height: auto;
		padding-top: 5rem;
	}

	.elp-player {
		margin: 0;
		border-radius: 0;
	}

	.elp-album-tracklist button {
		grid-template-columns: 36px 1fr auto;
		gap: .6rem;
	}

	.elp-player-controls button span:not(.screen-reader-text) {
		display: none;
	}
}

@media (max-width: 420px) {
	.elp {
		font-size: 16px;
	}

	.elp-public-header {
		padding: 0 1rem;
	}

	.elp-public-header a {
		letter-spacing: .08em;
	}

	.elp-timeline li {
		grid-template-columns: 45px 1fr;
		gap: .8rem;
	}

	.elp-timeline li > span {
		width: 40px;
		height: 40px;
	}

	.elp-prepare-grid article,
	.elp-public-grid article,
	.elp-locked,
	.elp-current-prompt {
		padding: 1.4rem;
	}
}

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

.elp-living-chamber {
	color: #fff8e8;
	background:
		radial-gradient(circle at 50% 12%, rgba(239,188,80,.2), transparent 27%),
		linear-gradient(145deg, #101731, #382443);
}

.elp-living-chamber .elp-screen-note {
	margin: 0 0 2rem;
	color: var(--elp-text);
}

.elp-chamber-preview {
	display: grid;
	grid-template-columns: minmax(320px, 1.25fr) minmax(280px, .75fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.elp-chamber-preview__image {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(244,215,149,.36);
	box-shadow: 0 30px 90px rgba(0,0,0,.38);
}

.elp-chamber-preview__image::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 50% 50%, rgba(255,242,171,.14), transparent 35%);
}

.elp-chamber-preview__image img {
	display: block;
	width: 100%;
	height: auto;
}

.elp-chamber-preview__copy h2 {
	color: #fff8e8;
}

.elp-chamber-preview__copy > p:not(.elp-kicker):not(.elp-chamber-consent) {
	color: rgba(255,255,255,.76);
}

.elp-chamber-actions,
.elp-chamber-controls {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin-top: 2rem;
}

.elp-chamber-consent {
	margin-top: 1rem;
	color: rgba(255,255,255,.56);
	font-size: .78rem;
}

.elp-chamber-dialog[hidden] {
	display: none !important;
}

.elp-chamber-dialog {
	position: fixed;
	inset: 0;
	z-index: 10000;
	opacity: 0;
	background: #080d1c;
	transition: opacity .45s ease;
}

.elp-chamber-dialog.is-open {
	opacity: 1;
}

.elp-chamber-is-open {
	overflow: hidden;
}

.elp-chamber-scene {
	position: relative;
	display: grid;
	place-items: end center;
	width: 100%;
	height: 100%;
	min-height: 100svh;
	overflow: hidden;
	isolation: isolate;
}

.elp-chamber-scene::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: -2.5%;
	background:
		linear-gradient(to top, rgba(4,7,16,.72), transparent 55%),
		var(--elp-chamber-image) center / cover no-repeat;
	animation: elp-chamber-breathe 16s ease-in-out infinite alternate;
}

.elp-chamber-scene::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(to top, rgba(7,10,25,.94) 0, rgba(7,10,25,.5) 23%, rgba(7,10,25,.03) 60%);
}

.elp-chamber-glow {
	position: absolute;
	z-index: -1;
	top: 25%;
	left: 50%;
	width: min(60vw, 740px);
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,244,185,.22), rgba(231,180,73,.06) 38%, transparent 70%);
	filter: blur(10px);
	animation: elp-chamber-glow 8s ease-in-out infinite alternate;
	pointer-events: none;
}

.elp-chamber-presence {
	width: min(920px, calc(100% - 2rem));
	margin: 0 auto clamp(1rem, 5vh, 3.2rem);
	padding: clamp(1.4rem, 4vw, 2.7rem);
	border: 1px solid rgba(255,238,180,.23);
	border-radius: 1rem;
	text-align: center;
	color: #fff;
	background: rgba(8,13,31,.72);
	backdrop-filter: blur(13px);
	box-shadow: 0 22px 75px rgba(0,0,0,.35);
}

.elp-chamber-presence h2 {
	margin-bottom: 1rem;
	color: #fff8e8;
	font-size: clamp(2.25rem, 5vw, 4.8rem);
}

.elp-chamber-presence > p:not(.elp-kicker):not(.elp-chamber-status) {
	color: rgba(255,255,255,.75);
}

.elp-chamber-controls {
	justify-content: center;
}

.elp-chamber-status {
	margin: 1.25rem 0 0;
	color: var(--elp-gold-soft);
	font-size: .78rem;
	letter-spacing: .08em;
}

@keyframes elp-chamber-breathe {
	from { transform: scale(1); }
	to { transform: scale(1.025); }
}

@keyframes elp-chamber-glow {
	from { opacity: .65; transform: translate(-50%, -50%) scale(.94); }
	to { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
}

@media (max-width: 760px) {
	.elp-chamber-preview {
		grid-template-columns: 1fr;
	}

	.elp-chamber-preview__copy {
		text-align: center;
	}

	.elp-chamber-actions {
		justify-content: center;
	}

	.elp-chamber-preview__image {
		order: -1;
	}

	.elp-chamber-presence {
		margin-bottom: .75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elp-chamber-scene::before,
	.elp-chamber-glow {
		animation: none !important;
		transform: none;
	}

	.elp-chamber-glow {
		transform: translate(-50%, -50%);
	}
}

/* Dedicated Living Chamber — full-viewport, private, and intentionally restrained. */
html:has(body.elp-chamber-page) {
	margin-top: 0 !important;
	background: #050713;
}

body.elp-chamber-page {
	overflow: hidden !important;
	background: #050713 !important;
}

.elp-chamber-page #wpadminbar,
.elp-chamber-page .site-header,
.elp-chamber-page .site-footer {
	display: none !important;
}

.elp-chamber-immersion,
.elp-chamber-immersion * {
	box-sizing: border-box;
}

.elp-chamber-immersion {
	--elp-parallax-x: 0px;
	--elp-parallax-y: 0px;
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	width: 100vw;
	height: 100svh;
	min-height: 520px;
	overflow: hidden;
	isolation: isolate;
	color: #fff8e8;
	background: #090914;
	font-family: var(--elp-sans);
	animation: elp-chamber-eye-adjust 1.8s ease both;
}

.elp-chamber-immersion__image {
	position: absolute;
	z-index: -6;
	inset: -2.5%;
	background: var(--elp-chamber-image) center center / cover no-repeat;
	transform: translate(var(--elp-parallax-x), var(--elp-parallax-y)) scale(1.025);
	animation: elp-chamber-image-breathe 22s ease-in-out infinite alternate;
	will-change: transform;
}

.elp-chamber-immersion__depth {
	position: absolute;
	z-index: -5;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(to top, rgba(6,6,17,.72) 0%, rgba(7,7,18,.12) 29%, transparent 58%),
		radial-gradient(ellipse at 50% 52%, transparent 0%, transparent 46%, rgba(12,4,18,.18) 77%, rgba(5,3,12,.48) 100%);
}

.elp-chamber-immersion__doorway {
	position: absolute;
	z-index: -4;
	top: 4%;
	left: 50%;
	width: min(29vw, 520px);
	height: min(74vh, 760px);
	transform: translateX(-50%);
	border-radius: 48% 48% 20% 20%;
	pointer-events: none;
	background: radial-gradient(ellipse at 50% 44%, rgba(255,255,222,.3), rgba(255,216,107,.13) 42%, transparent 72%);
	filter: blur(13px);
	mix-blend-mode: screen;
	animation: elp-chamber-doorway 10s ease-in-out infinite alternate;
}

.elp-chamber-immersion__vignette {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 11vw rgba(4,2,10,.32);
}

.elp-chamber-immersion__motes {
	position: absolute;
	z-index: 1;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.elp-chamber-immersion__motes i {
	position: absolute;
	bottom: -3%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(255,235,163,.86);
	box-shadow: 0 0 12px 3px rgba(255,202,84,.38);
	opacity: 0;
	animation: elp-chamber-mote 15s linear infinite;
}

.elp-chamber-immersion__motes i:nth-child(1) { left: 8%; animation-delay: -2s; animation-duration: 18s; }
.elp-chamber-immersion__motes i:nth-child(2) { left: 14%; animation-delay: -9s; animation-duration: 21s; }
.elp-chamber-immersion__motes i:nth-child(3) { left: 21%; animation-delay: -4s; animation-duration: 17s; }
.elp-chamber-immersion__motes i:nth-child(4) { left: 29%; animation-delay: -13s; animation-duration: 23s; }
.elp-chamber-immersion__motes i:nth-child(5) { left: 36%; animation-delay: -6s; animation-duration: 19s; }
.elp-chamber-immersion__motes i:nth-child(6) { left: 43%; animation-delay: -15s; animation-duration: 24s; }
.elp-chamber-immersion__motes i:nth-child(7) { left: 49%; animation-delay: -1s; animation-duration: 20s; }
.elp-chamber-immersion__motes i:nth-child(8) { left: 55%; animation-delay: -10s; animation-duration: 18s; }
.elp-chamber-immersion__motes i:nth-child(9) { left: 61%; animation-delay: -5s; animation-duration: 22s; }
.elp-chamber-immersion__motes i:nth-child(10) { left: 67%; animation-delay: -17s; animation-duration: 25s; }
.elp-chamber-immersion__motes i:nth-child(11) { left: 72%; animation-delay: -8s; animation-duration: 19s; }
.elp-chamber-immersion__motes i:nth-child(12) { left: 78%; animation-delay: -14s; animation-duration: 21s; }
.elp-chamber-immersion__motes i:nth-child(13) { left: 83%; animation-delay: -3s; animation-duration: 17s; }
.elp-chamber-immersion__motes i:nth-child(14) { left: 89%; animation-delay: -11s; animation-duration: 24s; }
.elp-chamber-immersion__motes i:nth-child(15) { left: 94%; animation-delay: -7s; animation-duration: 20s; }
.elp-chamber-immersion__motes i:nth-child(16) { left: 52%; animation-delay: -19s; animation-duration: 27s; }

.elp-chamber-threshold {
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: clamp(1rem, 5vh, 3.8rem);
	width: min(690px, calc(100% - 2rem));
	padding: clamp(1.3rem, 3vw, 2.15rem);
	transform: translateX(-50%);
	border: 1px solid rgba(255,236,173,.32);
	border-radius: 1rem;
	text-align: center;
	color: #fff;
	background: linear-gradient(145deg, rgba(17,11,24,.76), rgba(7,9,25,.72));
	backdrop-filter: blur(16px) saturate(112%);
	box-shadow: 0 24px 80px rgba(0,0,0,.37), inset 0 1px rgba(255,255,255,.05);
	transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.elp-chamber-threshold.is-leaving {
	opacity: 0;
	filter: blur(5px);
	transform: translate(-50%, 20px) scale(.98);
	pointer-events: none;
}

.elp-chamber-threshold .elp-kicker {
	margin: 0 0 .55rem;
	color: var(--elp-gold);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .25em;
}

.elp-chamber-threshold h1 {
	margin: 0;
	color: #fff9e9;
	font-family: var(--elp-serif);
	font-size: clamp(2.25rem, 5.5vw, 4rem);
	font-weight: 500;
	line-height: 1;
	text-shadow: 0 2px 28px rgba(255,215,116,.17);
}

.elp-chamber-threshold > p:not(.elp-kicker):not(.elp-chamber-consent) {
	margin: .8rem 0 0;
	color: rgba(255,255,255,.76);
}

.elp-chamber-threshold__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .7rem;
	margin-top: 1.25rem;
}

.elp-chamber-threshold .elp-button {
	min-height: 46px;
	padding: .75rem 1.15rem;
	font-size: .72rem;
}

.elp-chamber-benediction {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 12vh;
	width: min(740px, calc(100% - 2rem));
	transform: translate(-50%, 14px);
	text-align: center;
	color: #fff9e9;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.4s ease, transform 1.4s ease;
	text-shadow: 0 2px 25px rgba(7,4,15,.9);
}

.elp-chamber-benediction.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.elp-chamber-benediction p {
	margin: .25rem 0;
	font-family: var(--elp-serif);
	font-size: clamp(1.25rem, 2.5vw, 2.15rem);
	font-style: italic;
}

.elp-chamber-dock[hidden],
.elp-chamber-benediction[hidden] {
	display: none !important;
}

.elp-chamber-dock {
	position: absolute;
	z-index: 8;
	left: 50%;
	bottom: .8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(940px, calc(100% - 1.2rem));
	min-height: 55px;
	padding: .6rem .8rem;
	transform: translateX(-50%);
	border: 1px solid rgba(255,235,169,.2);
	border-radius: .8rem;
	color: #fff;
	background: rgba(7,8,21,.72);
	backdrop-filter: blur(15px);
	box-shadow: 0 15px 55px rgba(0,0,0,.3);
	transition: opacity .6s ease, transform .6s ease;
}

.elp-chamber-dock.is-resting {
	opacity: .18;
	transform: translate(-50%, calc(100% - 9px));
}

.elp-chamber-dock:hover,
.elp-chamber-dock:focus-within {
	opacity: 1;
	transform: translateX(-50%);
}

.elp-chamber-dock__sound,
.elp-chamber-dock__actions {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.elp-chamber-icon-button,
.elp-chamber-return {
	display: inline-flex;
	align-items: center;
	gap: .42rem;
	min-height: 36px;
	padding: .42rem .68rem;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 99px;
	color: #fff;
	background: rgba(255,255,255,.06);
	font: 700 .73rem/1 var(--elp-sans);
	text-decoration: none;
	cursor: pointer;
}

.elp-chamber-icon-button:hover,
.elp-chamber-icon-button:focus-visible,
.elp-chamber-return:hover,
.elp-chamber-return:focus-visible {
	border-color: var(--elp-gold-soft);
	background: rgba(232,182,78,.16);
	outline: none;
}

.elp-chamber-volume {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: rgba(255,255,255,.7);
	font-size: .68rem;
}

.elp-chamber-volume input {
	width: 92px;
	accent-color: var(--elp-gold);
}

.elp-chamber-time {
	color: rgba(255,255,255,.62);
	font-variant-numeric: tabular-nums;
	font-size: .68rem;
	white-space: nowrap;
}

.elp-chamber-progress {
	position: absolute;
	right: .8rem;
	bottom: 0;
	left: .8rem;
	height: 2px;
	overflow: hidden;
	border-radius: 9px;
	background: rgba(255,255,255,.12);
}

.elp-chamber-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, var(--elp-gold), #fff2bb);
}

.elp-chamber-live-status {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.elp-chamber-locked {
	min-height: 75vh;
	display: grid;
	align-content: center;
	text-align: center;
}

@keyframes elp-chamber-eye-adjust {
	from { opacity: 0; filter: brightness(.45) blur(3px); }
	to { opacity: 1; filter: brightness(1) blur(0); }
}

@keyframes elp-chamber-image-breathe {
	from { transform: translate(var(--elp-parallax-x), var(--elp-parallax-y)) scale(1.025); }
	to { transform: translate(var(--elp-parallax-x), var(--elp-parallax-y)) scale(1.045); }
}

@keyframes elp-chamber-doorway {
	from { opacity: .58; transform: translateX(-50%) scale(.97); }
	to { opacity: .94; transform: translateX(-50%) scale(1.035); }
}

@keyframes elp-chamber-mote {
	0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.7); }
	12% { opacity: .48; }
	70% { opacity: .24; }
	100% { opacity: 0; transform: translate3d(18px, -82vh, 0) scale(1.25); }
}

@media (max-width: 720px) {
	.elp-chamber-immersion {
		min-height: 440px;
	}

	.elp-chamber-threshold {
		bottom: .75rem;
		padding: 1.1rem;
	}

	.elp-chamber-threshold__actions {
		flex-direction: column;
	}

	.elp-chamber-threshold .elp-button {
		width: 100%;
	}

	.elp-chamber-dock {
		flex-wrap: wrap;
		gap: .5rem;
	}

	.elp-chamber-dock__sound {
		flex: 1 1 100%;
		justify-content: space-between;
	}

	.elp-chamber-volume span,
	.elp-chamber-icon-button span:last-child {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.elp-chamber-dock__actions {
		margin-left: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elp-chamber-immersion,
	.elp-chamber-immersion__image,
	.elp-chamber-immersion__doorway,
	.elp-chamber-immersion__motes i {
		animation: none !important;
	}

	.elp-chamber-immersion__image {
		transform: scale(1.025) !important;
	}
}
