﻿/* EPIC Events homepage */

.epicee-home {
	--body-font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--cream: #fbf9f5;
	--cream-deep: #f4efe7;
	--ink: #2b2621;
	--ink-soft: #5c5449;
	--terracotta: #e08a3e;
	--terracotta-lt: #f2b77e;
	--ocean: #3a76a6;
	--ocean-lt: #7faec9;
	--blush: #ebc6b7;
	--gold-line: #b99257;
	--hairline: rgba(43, 38, 33, 0.12);
	position: relative;
	overflow-x: clip;
	background: var(--cream);
	color: var(--ink);
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

html:has(body.epicee-home-page) {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body.epicee-home-page {
	margin: 0;
	background: var(--cream, #fbf9f5);
	color: var(--ink, #2b2621);
	color-scheme: light;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
	max-width: 100vw;
}

body.epicee-home-page .epicee-site-header,
body.epicee-home-page .epicee-site-footer {
	display: none;
}

body.epicee-home-page main {
	margin-top: 0;
	min-height: 100vh;
	background: var(--cream, #fbf9f5);
	max-width: none !important;
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.epicee-home-page .entry-content {
	margin: 0;
	max-width: none !important;
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.epicee-home-page .wp-site-blocks {
	max-width: none !important;
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.epicee-home-page .entry-content > .alignfull.epicee-home {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
}

body.epicee-home-page .epicee-page-design .epicee-home {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
}

body.epicee-home-page .epicee-page-design .epicee-home .has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.epicee-home,
.epicee-home *,
.epicee-home *::before,
.epicee-home *::after {
	box-sizing: border-box;
}

.epicee-home .wp-block-html {
	width: 100%;
	max-width: 100%;
}

.epicee-home :is(h1, h2, h3, .serif) {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: var(--ink);
}

.epicee-home a:not(.epicee-home__btn-primary):not(.epicee-home__btn-ghost):not(.epicee-home__nav-cta):not(.epicee-home__stub) {
	color: inherit;
	text-decoration: none;
}

.epicee-home img {
	display: block;
	max-width: 100%;
}

/* Capiz glow */
.epicee-home__capiz-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.55;
	pointer-events: none;
	z-index: 0;
}

.epicee-home__glow-a {
	background: radial-gradient(circle, var(--terracotta-lt), transparent 70%);
}

.epicee-home__glow-b {
	background: radial-gradient(circle, var(--ocean-lt), transparent 70%);
}

.epicee-home__glow-c {
	background: radial-gradient(circle, var(--blush), transparent 70%);
}

.epicee-home__container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

/* Header / Nav */
.epicee-home__header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(251, 249, 245, 0.78);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--hairline);
}

.epicee-home__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 40px;
	max-width: 1180px;
	margin: 0 auto;
}

.epicee-home__brand {
	display: inline-flex;
	line-height: 0;
}

.epicee-home__brand img {
	width: auto;
	height: 42px;
	object-fit: contain;
}

.epicee-home__nav-links-wrap {
	display: flex;
	align-items: center;
	gap: 44px;
}

.epicee-home__nav-links {
	display: flex;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.epicee-home__nav-links > .menu-item {
	position: relative;
	margin: 0;
}

.epicee-home__nav-links a {
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--ink-soft);
	transition: color 0.25s ease;
	text-decoration: none;
}

.epicee-home__nav-links > .menu-item > a {
	display: block;
	padding: 0.25rem 0;
	white-space: nowrap;
}

.epicee-home__nav-links a:hover,
.epicee-home__nav-links a:focus-visible {
	color: var(--terracotta);
	outline: none;
}

.epicee-home__nav-links .sub-menu {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	min-width: 12rem;
	margin: 0;
	padding: 0.5rem;
	list-style: none;
	background: var(--cream);
	border: 1px solid var(--hairline);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(43, 38, 33, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.25rem);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 120;
}

.epicee-home__nav-links .menu-item-has-children:hover > .sub-menu,
.epicee-home__nav-links .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.epicee-home__nav-links .sub-menu .menu-item a {
	display: block;
	padding: 0.55rem 0.75rem;
	font-size: 0.84rem;
	border-radius: 8px;
	white-space: nowrap;
}

.epicee-home__nav-links .sub-menu .menu-item a:hover,
.epicee-home__nav-links .sub-menu .menu-item a:focus-visible {
	background: var(--cream-deep);
}

.epicee-home__nav-cta,
a.epicee-home__nav-cta,
a.epicee-home__nav-cta:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 1px solid var(--ink);
	border-radius: 999px;
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ink);
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.epicee-home__nav-cta:hover,
.epicee-home__nav-cta:focus-visible,
a.epicee-home__nav-cta:hover,
a.epicee-home__nav-cta:focus-visible {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--cream);
	outline: none;
	transform: translateY(-1px);
}

.epicee-home__nav-links .current-menu-item > a,
.epicee-home__nav-drawer-links .current-menu-item > a {
	color: var(--terracotta);
}

.epicee-home__nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--hairline);
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

.epicee-home__nav-toggle-bar {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--ink);
	border-radius: 1px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.epicee-home__nav-backdrop {
	position: fixed;
	inset: 0;
	z-index: 110;
	background: rgba(33, 28, 25, 0.42);
	backdrop-filter: blur(2px);
}

.epicee-home__nav-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 120;
	width: min(320px, 88vw);
	height: 100vh;
	height: 100dvh;
	background: var(--cream);
	border-left: 1px solid var(--hairline);
	box-shadow: -20px 0 50px rgba(33, 28, 25, 0.12);
	overflow-y: auto;
}

.epicee-home__nav-drawer-inner {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 96px 28px 40px;
}

.epicee-home__nav-drawer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.epicee-home__nav-drawer-links a {
	display: block;
	padding: 12px 0;
	font-size: 1rem;
	font-weight: 500;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 1px solid var(--hairline);
}

.epicee-home__nav-drawer-links a:hover,
.epicee-home__nav-drawer-links a:focus-visible,
.epicee-home__nav-drawer-links .current-menu-item > a {
	color: var(--terracotta);
	outline: none;
}

.epicee-home__nav-cta--drawer {
	width: 100%;
	justify-content: center;
}

body.epicee-nav-open {
	overflow: hidden;
}

.epicee-home.is-nav-open .epicee-home__nav-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.epicee-home.is-nav-open .epicee-home__nav-toggle-bar:nth-child(2) {
	opacity: 0;
}

.epicee-home.is-nav-open .epicee-home__nav-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Eyebrow */
.epicee-home__eyebrow {
	font-family: "Manrope", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--terracotta);
	font-weight: 600;
}

/* Hero / Event fold */
.epicee-home__hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 140px 0 80px;
	overflow: hidden;
}

.epicee-home__hero-1 {
	width: 520px;
	height: 520px;
	top: -160px;
	left: -140px;
}

.epicee-home__hero-2 {
	width: 460px;
	height: 460px;
	top: 120px;
	right: -160px;
}

.epicee-home__hero-3 {
	width: 400px;
	height: 400px;
	bottom: -200px;
	left: 30%;
}

.epicee-home__event-card {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 64px;
	align-items: center;
}

.epicee-home__event-image {
	position: relative;
	width: min(100%, calc(min(78vh, 820px) * 210 / 297));
	aspect-ratio: 210 / 297;
	margin: 0 auto;
	border-radius: 18px;
	overflow: hidden;
	background: var(--cream-deep);
	box-shadow: 0 30px 60px -20px rgba(43, 38, 33, 0.28);
}

.epicee-home__poster-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
	line-height: 0;
}

.epicee-home__poster-trigger img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.epicee-home__event-details .epicee-home__eyebrow {
	display: block;
	margin-bottom: 16px;
}

.epicee-home__event-title {
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	line-height: 1.1;
	margin: 0 0 10px;
}

.epicee-home__event-subtitle {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	color: var(--ink-soft);
	margin: 0 0 24px;
	font-style: italic;
}

.epicee-home__event-meta {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	margin: 0 0 28px;
	padding: 22px 0;
	border-top: 1px solid var(--hairline);
	border-bottom: 1px solid var(--hairline);
}

.epicee-home__event-meta > div {
	min-width: 120px;
}

.epicee-home__meta-label {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--ink-soft);
	margin-bottom: 6px;
}

.epicee-home__meta-value {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.05rem;
}

.epicee-home__event-desc {
	color: var(--ink-soft);
	margin: 0 0 32px;
	max-width: 460px;
}

.epicee-home__event-desc strong {
	color: var(--ink);
	font-weight: 600;
}

.epicee-home__hero-ctas {
	display: flex;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}

.epicee-home__btn-primary,
a.epicee-home__btn-primary,
a.epicee-home__btn-primary:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 34px;
	border: 1px solid var(--ink);
	border-radius: 999px;
	font-family: inherit;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--cream);
	background: var(--ink);
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.epicee-home__btn-primary:hover,
.epicee-home__btn-primary:focus-visible,
a.epicee-home__btn-primary:hover,
a.epicee-home__btn-primary:focus-visible {
	background: var(--terracotta);
	border-color: var(--terracotta);
	color: var(--cream);
	outline: none;
	transform: translateY(-2px);
}

.epicee-home__btn-ghost,
a.epicee-home__btn-ghost,
a.epicee-home__btn-ghost:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 3px;
	border: 0;
	border-bottom: 1px solid var(--ink);
	border-radius: 0;
	font-family: inherit;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ink);
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.epicee-home__btn-ghost:hover,
.epicee-home__btn-ghost:focus-visible,
a.epicee-home__btn-ghost:hover,
a.epicee-home__btn-ghost:focus-visible {
	color: var(--terracotta);
	border-bottom-color: var(--terracotta);
	outline: none;
}

.epicee-home__hero-ctas--secondary {
	margin-top: 18px;
}

.epicee-home__intro-inner p + p {
	margin-top: 16px;
}

/* Lightbox */
.epicee-home__lightbox {
	padding: 0;
	border: none;
	max-width: min(94vw, 42rem);
	background: transparent;
	overflow: visible;
}

.epicee-home__lightbox::backdrop {
	background: rgba(43, 38, 33, 0.9);
}

.epicee-home__lightbox img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 8px;
}

.epicee-home__lightbox-close {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.epicee-home__lightbox-close:hover,
.epicee-home__lightbox-close:focus-visible {
	background: rgba(255, 255, 255, 0.2);
	outline: none;
}

/* Sections */
.epicee-home__section {
	position: relative;
	padding: 100px 0;
}

.epicee-home__section-head {
	max-width: 640px;
	margin-bottom: 64px;
}

.epicee-home__section-head .epicee-home__eyebrow {
	display: block;
	margin-bottom: 18px;
}

.epicee-home__section-head h2 {
	font-size: clamp(1.9rem, 3.4vw, 2.7rem);
	line-height: 1.15;
	margin: 0;
}

.epicee-home__section-head p {
	margin-top: 18px;
	color: var(--ink-soft);
	font-size: 1.02rem;
	max-width: 520px;
}

/* Tickets */
.epicee-home__tickets-section {
	padding-top: 0;
}

.epicee-home__tickets {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 2vw, 1.75rem);
}

.epicee-home__stub,
a.epicee-home__stub,
a.epicee-home__stub:visited {
	position: relative;
	background: var(--cream);
	border: 1px solid var(--hairline);
	border-radius: 16px;
	padding: 30px 24px 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 0;
	color: var(--ink);
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.epicee-home__stub:hover,
.epicee-home__stub:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(58, 118, 166, 0.35);
	box-shadow: 0 14px 32px rgba(58, 118, 166, 0.14);
	outline: none;
}

.epicee-home__stub-bar {
	width: 36px;
	height: 4px;
	border-radius: 4px;
	margin-bottom: 18px;
}

.epicee-home__stub--vip .epicee-home__stub-bar {
	background: var(--terracotta);
}

.epicee-home__stub--plat .epicee-home__stub-bar {
	background: var(--ocean);
}

.epicee-home__stub--gen .epicee-home__stub-bar {
	background: var(--gold-line);
}

.epicee-home__stub-tier {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--ink-soft);
	margin-bottom: 10px;
}

.epicee-home__stub-price {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
}

.epicee-home__stub-perk {
	font-size: 13px;
	color: var(--ink-soft);
	margin-top: 10px;
}

.epicee-home__stub-divider {
	width: 100%;
	border-top: 1px dashed var(--hairline);
	margin: 22px 0 18px;
}

.epicee-home__stub-code {
	font-size: 11px;
	color: var(--ink-soft);
	letter-spacing: 0.12em;
}

/* Intro band */
.epicee-home__intro-band {
	padding: 80px 0;
}

.epicee-home__intro-inner {
	max-width: 640px;
}

.epicee-home__intro-inner .epicee-home__eyebrow {
	display: inline-block;
	margin-bottom: 22px;
}

.epicee-home__intro-inner h2 {
	font-size: clamp(1.9rem, 3.4vw, 2.7rem);
	line-height: 1.15;
	margin: 0 0 18px;
}

.epicee-home__intro-inner h2 em {
	font-style: italic;
	color: var(--terracotta);
}

.epicee-home__intro-inner p {
	color: var(--ink-soft);
	font-size: 1.02rem;
	max-width: 520px;
	margin: 0;
}

/* Purpose */
.epicee-home__purpose-band {
	background: var(--cream-deep);
	border-top: 1px solid var(--hairline);
	border-bottom: 1px solid var(--hairline);
}

.epicee-home__partner-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.epicee-home__partner-tag {
	padding: 10px 20px;
	border-radius: 999px;
	border: 1px solid var(--hairline);
	background: var(--cream);
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--ink-soft);
}

/* Gallery */
.epicee-home__gallery-section {
	padding-top: 0;
}

.epicee-home__gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 160px;
	gap: 16px;
}

.epicee-home__gallery-grid .epicee-home__g-item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

.epicee-home__gallery-grid .epicee-home__g-item:nth-child(4) {
	grid-column: span 2;
}

.epicee-home__gallery-grid .epicee-home__g-item:nth-child(6) {
	grid-row: span 2;
}

.epicee-home__g-item {
	border-radius: 14px;
	overflow: hidden;
}

.epicee-home__g-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.epicee-home__placeholder-block {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	background: linear-gradient(160deg, var(--ocean-lt), var(--cream-deep) 55%, var(--terracotta-lt));
	color: rgba(43, 38, 33, 0.65);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

/* Quote */
.epicee-home__quote-band {
	position: relative;
	background: var(--ink);
	color: var(--cream);
	overflow: hidden;
	padding: 130px 0;
}

.epicee-home__quote-1 {
	width: 480px;
	height: 480px;
	top: -200px;
	left: -120px;
	opacity: 0.28;
	filter: blur(100px);
}

.epicee-home__quote-2 {
	width: 480px;
	height: 480px;
	bottom: -220px;
	right: -100px;
	opacity: 0.28;
	filter: blur(100px);
}

.epicee-home__quote-inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.epicee-home__quote-inner .epicee-home__eyebrow {
	color: var(--terracotta-lt);
	margin-bottom: 28px;
	display: inline-block;
}

.epicee-home__quote-inner blockquote {
	font-family: "Fraunces", Georgia, serif;
	font-style: italic;
	font-size: clamp(1.5rem, 2.8vw, 2.2rem);
	line-height: 1.4;
	font-weight: 400;
	color: var(--cream);
	margin: 0;
}

.epicee-home__attribution {
	margin-top: 32px;
	font-family: "Manrope", sans-serif;
	font-style: normal;
	font-size: 0.85rem;
	color: rgba(251, 249, 245, 0.65);
	letter-spacing: 0.03em;
}

/* CTA */
.epicee-home__cta-band {
	padding: 110px 0;
	text-align: center;
}

.epicee-home__cta-band h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	max-width: 640px;
	margin: 0 auto 18px;
	line-height: 1.15;
}

.epicee-home__cta-band p {
	color: var(--ink-soft);
	margin-bottom: 40px;
}

.epicee-home__cta-band .epicee-home__hero-ctas {
	justify-content: center;
}

/* Footer */
.epicee-home__footer {
	border-top: 1px solid var(--hairline);
	padding: 70px 0 40px;
}

.epicee-home__footer-top {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 56px;
}

.epicee-home__footer-brand img {
	width: auto;
	height: 26px;
	object-fit: contain;
	margin-bottom: 16px;
}

.epicee-home__footer-brand p {
	color: var(--ink-soft);
	font-size: 0.92rem;
	max-width: 280px;
	margin: 0;
}

.epicee-home__footer-col h4 {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--ink-soft);
	margin: 0 0 18px;
	font-weight: 600;
}

.epicee-home__footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.epicee-home__footer-col ul li a {
	font-size: 0.92rem;
	color: var(--ink);
	transition: color 0.25s ease;
}

.epicee-home__footer-col ul li a:hover {
	color: var(--terracotta);
}

.epicee-home__footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 28px;
	border-top: 1px solid var(--hairline);
	font-size: 0.8rem;
	color: var(--ink-soft);
	flex-wrap: wrap;
	gap: 12px;
}

.epicee-home__footer-bottom .epicee-dev-version {
	margin: 0;
	margin-left: auto;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: var(--ink-soft);
	opacity: 0.55;
	text-align: right;
}

/* Reveal */
.epicee-home__reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.epicee-home__reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Focus */
/* Buttons â€” override WP global link styles */
body.epicee-home-page .entry-content a.epicee-home__btn-primary,
body.epicee-home-page .entry-content a.epicee-home__btn-primary:visited,
body.epicee-home-page .entry-content a.epicee-home__btn-primary,
body.epicee-home-page .entry-content a.epicee-home__btn-primary:visited {
	color: var(--cream);
	text-decoration: none;
}

body.epicee-home-page .entry-content a.epicee-home__btn-ghost,
body.epicee-home-page .entry-content a.epicee-home__btn-ghost:visited,
body.epicee-home-page .entry-content a.epicee-home__btn-ghost,
body.epicee-home-page .entry-content a.epicee-home__btn-ghost:visited {
	color: var(--ink);
	text-decoration: none;
}

body.epicee-home-page .entry-content a.epicee-home__nav-cta,
body.epicee-home-page .entry-content a.epicee-home__nav-cta:visited,
body.epicee-home-page .entry-content a.epicee-home__nav-cta,
body.epicee-home-page .entry-content a.epicee-home__nav-cta:visited {
	color: var(--ink);
	text-decoration: none;
}

body.epicee-home-page .entry-content a.epicee-home__stub,
body.epicee-home-page .entry-content a.epicee-home__stub:visited,
body.epicee-home-page .entry-content a.epicee-home__stub,
body.epicee-home-page .entry-content a.epicee-home__stub:visited {
	color: var(--ink);
	text-decoration: none;
}

.epicee-home a:focus-visible,
.epicee-home button:focus-visible {
	outline: 2px solid var(--ocean);
	outline-offset: 3px;
}

/* Responsive */
@media (max-width: 900px) {
	.epicee-home__nav-links-wrap {
		display: none;
	}

	.epicee-home__nav-toggle {
		display: inline-flex;
	}

	.epicee-home__event-card {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.epicee-home__tickets {
		grid-template-columns: 1fr;
	}

	.epicee-home__gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 140px;
	}

	.epicee-home__card-grid--gallery,
	.epicee-home__gallery-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epicee-home__footer-top {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 560px) {
	.epicee-home__container {
		padding: 0 22px;
	}

	.epicee-home__nav {
		padding: 16px 22px;
	}

	.epicee-home__hero {
		padding-top: 110px;
	}

	.epicee-home__footer-top {
		grid-template-columns: 1fr;
	}

	.epicee-home__footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.epicee-home__card-grid--gallery,
	.epicee-home__gallery-mosaic {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.epicee-home__reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	html:has(body.epicee-home-page) {
		scroll-behavior: auto;
	}

	.epicee-home--jewel .epicee-home__collage-frame {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.epicee-home--jewel .epicee-home__collage-frame:hover,
	.epicee-home--jewel .epicee-home__collage-frame:focus-visible {
		transform: none;
	}

	.epicee-home--jewel .epicee-home__collage-frame:hover .epicee-home__collage-fill,
	.epicee-home--jewel .epicee-home__collage-frame:focus-visible .epicee-home__collage-fill {
		transform: none;
	}

	.epicee-home__btn-primary,
	.epicee-home__stub {
		transition: none;
	}
}

/* Inner marketing pages */
.epicee-home--inner .epicee-home__page-hero {
	position: relative;
	padding: 140px 0 72px;
	overflow: hidden;
}

.epicee-home__page-hero-1 {
	width: 420px;
	height: 420px;
	top: -120px;
	right: -80px;
	background: var(--terracotta-lt);
}

.epicee-home__page-hero-2 {
	width: 360px;
	height: 360px;
	bottom: -140px;
	left: -60px;
	background: var(--ocean-lt);
}

.epicee-home__page-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
}

.epicee-home__page-hero-inner h1 {
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	line-height: 1.1;
	margin: 0 0 18px;
}

.epicee-home__page-lede {
	font-size: 1.05rem;
	color: var(--ink-soft);
	max-width: 56ch;
	margin: 0;
}

.epicee-home__section--muted {
	background: var(--cream-deep);
}

.epicee-home__empty-state {
	color: var(--ink-soft);
	font-size: 0.95rem;
	margin: 0;
}

/* Feature card (upcoming event) */
.epicee-home__feature-card {
	display: grid;
	grid-template-columns: minmax(220px, 320px) 1fr;
	gap: 40px;
	align-items: center;
	padding: 32px;
	border-radius: 18px;
	border: 1px solid var(--hairline);
	background: #fff;
}

.epicee-home__feature-media img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(43, 38, 33, 0.12);
}

.epicee-home__feature-title {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin: 8px 0 10px;
}

.epicee-home__feature-meta {
	color: var(--terracotta);
	font-weight: 600;
	font-size: 0.9rem;
	margin: 0 0 12px;
}

/* Card grids */
.epicee-home__card-grid {
	display: grid;
	gap: 24px;
}

.epicee-home__card-grid--events {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.epicee-home__card-grid--gallery,
.epicee-home__gallery-mosaic {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 2.5vw, 36px);
}

.epicee-home__card-grid--gallery .epicee-home__card--gallery .epicee-home__card-media,
.epicee-home__gallery-mosaic .epicee-home__card-media {
	aspect-ratio: 4 / 3;
}

.epicee-home__card-grid--gallery .epicee-home__card-body,
.epicee-home__gallery-mosaic .epicee-home__card-body {
	padding: 24px 26px 28px;
}

.epicee-home__card-grid--gallery .epicee-home__card-title,
.epicee-home__gallery-mosaic .epicee-home__card-title {
	font-size: clamp(1.2rem, 1.6vw, 1.4rem);
}

.epicee-home__card-grid--gallery .epicee-home__card-excerpt,
.epicee-home__gallery-mosaic .epicee-home__card-excerpt {
	font-size: 0.98rem;
	line-height: 1.55;
}

.epicee-home__card {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hairline);
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.epicee-home__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(43, 38, 33, 0.1);
}

.epicee-home__card-link {
	display: block;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.epicee-home__card-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.epicee-home__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.epicee-home__card-media--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	background: linear-gradient(160deg, var(--ocean-lt), var(--cream-deep) 55%, var(--terracotta-lt));
	color: rgba(43, 38, 33, 0.55);
	font-size: 0.8rem;
	font-weight: 600;
}

.epicee-home__card-body {
	padding: 20px 22px 24px;
}

.epicee-home__card-date {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--terracotta);
	margin-bottom: 8px;
}

.epicee-home__card-title {
	font-size: 1.15rem;
	margin: 0 0 8px;
	line-height: 1.3;
}

.epicee-home__card-meta,
.epicee-home__card-excerpt {
	font-size: 0.9rem;
	color: var(--ink-soft);
	margin: 0;
}

.epicee-home__card-excerpt {
	margin-top: 8px;
}

/* Stories */
.epicee-home__story-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.epicee-home__story-card {
	padding: 28px;
	border-radius: 14px;
	border: 1px solid var(--hairline);
	background: #fff;
}

.epicee-home__story-date {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ocean);
	margin-bottom: 12px;
}

.epicee-home__story-card h3 {
	font-size: 1.15rem;
	margin: 0 0 10px;
}

.epicee-home__story-card p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.92rem;
}

.epicee-home__advocacy-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 760px;
}

.epicee-home__advocacy-list li {
	padding: 18px 22px;
	border-radius: 12px;
	border: 1px solid var(--hairline);
	background: #fff;
	color: var(--ink-soft);
	line-height: 1.55;
}

.epicee-home__advocacy-list strong {
	color: var(--ink);
}

.epicee-home__story-closing {
	margin-top: 32px;
	max-width: 62ch;
	color: var(--ink-soft);
	font-size: 1rem;
}

/* News list */
.epicee-home__news-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--hairline);
}

.epicee-home__news-item {
	display: grid;
	grid-template-columns: minmax(200px, 320px) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 36px);
	align-items: center;
	padding: 32px 0;
	border-bottom: 1px solid var(--hairline);
}

.epicee-home__news-thumb {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 14px;
	background: var(--cream-deep, #f3efe8);
}

.epicee-home__news-thumb img,
.epicee-home__news-thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.epicee-home__news-thumb-placeholder {
	background: linear-gradient(160deg, var(--ocean-lt, #d7e4f4), var(--cream-deep, #f3efe8) 55%, var(--terracotta-lt, #f5d7c8));
}

.epicee-home__news-body {
	min-width: 0;
}

.epicee-home__news-date {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ink-soft);
	margin-bottom: 10px;
}

.epicee-home__news-title {
	font-size: 1.35rem;
	margin: 0 0 10px;
}

.epicee-home__news-title a {
	color: var(--ink);
	text-decoration: none;
}

.epicee-home__news-title a:hover {
	color: var(--terracotta);
}

.epicee-home__news-excerpt {
	color: var(--ink-soft);
	margin: 0 0 12px;
	max-width: 68ch;
}

.epicee-home__news-more {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--ocean);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Contact */
.epicee-home__contact-layout {
	max-width: 1080px;
	margin: 0 auto;
}

.epicee-home__contact-header {
	max-width: 680px;
	margin: 0 auto clamp(40px, 6vh, 56px);
	text-align: center;
}

.epicee-home__contact-header h2 {
	font-size: clamp(2rem, 4vw, 2.75rem);
	line-height: 1.12;
	margin: 0;
}

.epicee-home__contact-intro {
	margin: 18px auto 0;
	max-width: 42ch;
	font-size: clamp(1rem, 1.8vw, 1.12rem);
	line-height: 1.7;
	color: var(--ink-soft);
}

.epicee-home__contact-subhead {
	margin: 0 0 20px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-soft);
	text-align: center;
}

.epicee-home__contact-primary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 24px);
	margin-bottom: clamp(36px, 5vh, 52px);
}

.epicee-home__contact-team {
	margin-bottom: clamp(36px, 5vh, 52px);
}

.epicee-home__contact-team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 24px);
}

.epicee-home__contact-card {
	display: flex;
	align-items: flex-start;
	gap: clamp(16px, 2vw, 22px);
	padding: clamp(24px, 3vw, 32px);
	border-radius: 20px;
	border: 1px solid var(--hairline);
	background: #fff;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 1;
	box-shadow: 0 18px 48px -28px rgba(43, 38, 33, 0.14);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.epicee-home-page .entry-content a.epicee-home__contact-card,
body.epicee-home-page .entry-content a.epicee-home__contact-card:visited {
	color: inherit;
	text-decoration: none;
}

.epicee-home__contact-card:hover,
.epicee-home__contact-card:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(225, 104, 75, 0.35);
	box-shadow: 0 24px 56px -24px rgba(43, 38, 33, 0.18);
	outline: none;
}

.epicee-home__contact-card--featured {
	flex-direction: column;
	align-items: flex-start;
	min-height: 220px;
	padding: clamp(28px, 3.5vw, 40px);
}

.epicee-home__contact-card-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.epicee-home__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	color: var(--jewel-coral, var(--terracotta));
	background: rgba(225, 104, 75, 0.1);
}

.epicee-home__contact-card--featured .epicee-home__contact-icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
}

.epicee-home__contact-icon svg {
	display: block;
	width: 28px;
	height: 28px;
}

.epicee-home__contact-card--featured .epicee-home__contact-icon svg {
	width: 34px;
	height: 34px;
}

.epicee-home__contact-icon--phone {
	color: var(--jewel-blue, var(--ocean));
	background: rgba(90, 130, 196, 0.12);
}

.epicee-home__contact-icon--person {
	color: var(--jewel-blue, var(--ocean));
	background: rgba(90, 130, 196, 0.1);
}

.epicee-home__contact-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--ink-soft);
}

.epicee-home__contact-value {
	display: block;
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	font-weight: 600;
	line-height: 1.35;
	color: var(--ink);
	word-break: break-word;
}

.epicee-home__contact-card--featured .epicee-home__contact-value {
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.epicee-home__contact-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.epicee-home__contact-social-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 64px;
	padding: 14px 28px;
	border-radius: 999px;
	border: 1px solid var(--hairline);
	background: #fff;
	color: var(--ink);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 14px 36px -24px rgba(43, 38, 33, 0.14);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.epicee-home__contact-social-link:hover,
.epicee-home__contact-social-link:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(225, 104, 75, 0.35);
	color: var(--jewel-coral, var(--terracotta));
	box-shadow: 0 20px 44px -22px rgba(43, 38, 33, 0.16);
	outline: none;
}

.epicee-home__contact-icon--social {
	width: 48px;
	height: 48px;
	border-radius: 14px;
}

.epicee-home__contact-icon--social svg {
	width: 22px;
	height: 22px;
}

.epicee-home--contact .epicee-home__contact-section {
	padding-top: clamp(72px, 10vh, 100px);
	padding-bottom: clamp(88px, 12vh, 120px);
}

@media (max-width: 900px) {
	.epicee-home__contact-primary,
	.epicee-home__contact-team-grid {
		grid-template-columns: 1fr;
	}

	.epicee-home__contact-card--featured {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.epicee-home__contact-social-links {
		flex-direction: column;
		align-items: stretch;
	}

	.epicee-home__contact-social-link {
		justify-content: center;
	}
}

/* Legacy list — kept for any other templates still using it */
.epicee-home__contact-list {
	list-style: none;
	margin: 24px 0 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.epicee-home__contact-list a {
	font-size: 1rem;
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 900px) {
	.epicee-home__feature-card {
		grid-template-columns: 1fr;
	}

	.epicee-home__story-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Home-2 jewel layout — bright brand light leaks (scoped)
   ========================================================================== */

.epicee-home--jewel {
	--jewel-paper: #ffffff;
	--jewel-paper-2: #f8f8fa;
	--jewel-cream: #fbf9f5;
	--jewel-ink: #211c19;
	--jewel-ink-soft: #6b625b;
	--jewel-blush: #f0a57e;
	--jewel-coral: #e1684b;
	--jewel-lilac: #b49bcb;
	--jewel-sky: #6f92c4;
	--jewel-blue: #5a82c4;
	--jewel-gold: #d8a23e;
	--jewel-gold-soft: #e6cf94;
	--jewel-line: rgba(33, 28, 25, 0.12);
	--jewel-line-soft: rgba(33, 28, 25, 0.08);
	--display-font: "Cormorant Garamond", Georgia, serif;
	--body-font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-family: var(--body-font);
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(900px 700px at 92% 8%, rgba(240, 165, 126, 0.14), transparent 58%),
		radial-gradient(800px 620px at 4% 42%, rgba(111, 146, 196, 0.12), transparent 60%),
		radial-gradient(700px 560px at 78% 72%, rgba(180, 155, 203, 0.1), transparent 62%),
		radial-gradient(640px 500px at 12% 88%, rgba(216, 162, 62, 0.08), transparent 65%),
		var(--jewel-paper);
	color: var(--jewel-ink);
}

.epicee-home--jewel :is(h1, h2) {
	font-family: var(--display-font);
	font-weight: 600;
	letter-spacing: -0.005em;
	color: var(--jewel-ink);
}

.epicee-home--jewel :is(h3, h4, .serif) {
	font-family: var(--body-font);
	font-weight: 600;
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__container {
	padding-left: clamp(20px, 4vw, 32px);
	padding-right: clamp(20px, 4vw, 32px);
}

.epicee-home--jewel .epicee-home__accent {
	font-style: italic;
	font-weight: 500;
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__accent--emerald {
	color: var(--jewel-blue);
}

.epicee-home--jewel .epicee-home__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--body-font);
	font-size: 11px;
	letter-spacing: 0.22em;
	font-weight: 400;
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__eyebrow::before {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
	opacity: 0.6;
}

/* White sticky nav */
.epicee-home--jewel .epicee-home__header {
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--jewel-line-soft);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.epicee-home--jewel .epicee-home__nav-links a {
	font-family: var(--body-font);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jewel-ink-soft);
}

.epicee-home--jewel .epicee-home__nav-links a:hover,
.epicee-home--jewel .epicee-home__nav-links a:focus-visible,
.epicee-home--jewel .epicee-home__nav-links .current-menu-item > a {
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__nav-drawer {
	background: var(--jewel-paper);
	border-left-color: var(--jewel-line-soft);
}

.epicee-home--jewel .epicee-home__nav-drawer-links a {
	font-family: var(--body-font);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--jewel-ink);
	border-bottom-color: var(--jewel-line-soft);
}

.epicee-home--jewel .epicee-home__nav-drawer-links a:hover,
.epicee-home--jewel .epicee-home__nav-drawer-links a:focus-visible,
.epicee-home--jewel .epicee-home__nav-drawer-links .current-menu-item > a {
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__nav-cta {
	font-family: var(--body-font);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: var(--jewel-coral);
	border-color: var(--jewel-coral);
	color: var(--jewel-paper);
}

.epicee-home--jewel .epicee-home__nav-cta:hover,
.epicee-home--jewel .epicee-home__nav-cta:focus-visible {
	background: var(--jewel-blue);
	border-color: var(--jewel-blue);
	color: var(--jewel-paper);
}

.epicee-home--jewel .epicee-home__brand img {
	filter: none;
	opacity: 1;
}

/* Title fold — full viewport opener */
.epicee-home--jewel .epicee-home__fold--jewel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100svh;
	padding: 120px 40px 80px;
	overflow: hidden;
	text-align: center;
	background: #5a82c4;
}

.epicee-home--jewel .epicee-home__fold-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.epicee-home--jewel .epicee-home__fold-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 36%;
	min-width: 100%;
	min-height: 100%;
}

.epicee-home--jewel .epicee-home__fold-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(240, 165, 126, 0.82) 0%, rgba(225, 104, 75, 0.72) 30%, rgba(111, 146, 196, 0.78) 68%, rgba(90, 130, 196, 0.88) 100%),
		radial-gradient(900px 700px at 82% 18%, rgba(240, 165, 126, 0.45), transparent 58%),
		radial-gradient(760px 620px at 12% 72%, rgba(180, 155, 203, 0.4), transparent 60%),
		radial-gradient(680px 560px at 68% 88%, rgba(216, 162, 62, 0.35), transparent 62%);
}

.epicee-home--jewel .epicee-home__fold-inner {
	position: relative;
	z-index: 2;
	width: min(920px, 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(10px, 2vh, 18px);
	transform: translateY(18px);
	transition: transform 1s ease;
}

.epicee-home--jewel .epicee-home__fold-inner.is-settled {
	transform: translateY(0);
}

.epicee-home--jewel .epicee-home__fold-presented {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin-bottom: clamp(18px, 3.5vh, 36px);
}

.epicee-home--jewel .epicee-home__fold-logo {
	width: auto;
	height: clamp(30px, 4.5vw, 48px);
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.96;
}

.epicee-home--jewel .epicee-home__fold-presents {
	margin: 0;
	font-family: var(--body-font);
	font-size: clamp(0.68rem, 1.4vw, 0.82rem);
	font-weight: 400;
	letter-spacing: 0.42em;
	text-transform: lowercase;
	color: rgba(255, 255, 255, 0.9);
}

.epicee-home--jewel .epicee-home__fold-line {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	text-shadow: 0 2px 24px rgba(33, 28, 25, 0.18);
}

.epicee-home--jewel .epicee-home__fold-line--artist {
	font-family: var(--display-font);
	font-size: clamp(2.4rem, 6.5vw, 4.6rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0.08em;
	color: #fff;
}

.epicee-home--jewel .epicee-home__fold-line--title {
	font-family: var(--display-font);
	font-size: clamp(1.5rem, 4.2vw, 2.8rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.15;
	letter-spacing: 0.1em;
	color: var(--jewel-gold-soft);
}

.epicee-home--jewel .epicee-home__fold-line--tour {
	font-family: var(--body-font);
	font-size: clamp(0.72rem, 1.6vw, 0.92rem);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.24em;
	color: rgba(255, 255, 255, 0.88);
	margin-top: clamp(8px, 1.5vh, 16px);
}

.epicee-home--jewel .epicee-home__fold-line--location {
	font-family: var(--body-font);
	font-size: clamp(0.68rem, 1.4vw, 0.84rem);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.28em;
	color: rgba(255, 255, 255, 0.82);
}

.epicee-home--jewel .epicee-home__fold-cta,
.epicee-home--jewel a.epicee-home__fold-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: clamp(14px, 2.5vh, 22px);
	padding: 14px 28px;
	font-family: var(--body-font);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--jewel-ink);
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	box-shadow: 0 12px 28px -14px rgba(33, 28, 25, 0.35);
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.epicee-home--jewel .epicee-home__fold-cta:hover,
.epicee-home--jewel .epicee-home__fold-cta:focus-visible {
	background: var(--jewel-gold-soft);
	color: var(--jewel-ink);
	transform: translateY(-2px);
	outline: none;
}

/* Hero — bright with brand light leaks */
.epicee-home--jewel .epicee-home__hero--jewel {
	position: relative;
	overflow: hidden;
	min-height: auto;
	padding: 64px 0 52px;
	background: var(--jewel-paper);
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__hero--jewel::before,
.epicee-home--jewel .epicee-home__hero--jewel::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(72px);
	z-index: 0;
}

.epicee-home--jewel .epicee-home__hero--jewel::before {
	width: min(680px, 90vw);
	height: min(520px, 70vh);
	top: -8%;
	right: -6%;
	background: radial-gradient(circle, rgba(240, 165, 126, 0.42) 0%, transparent 68%);
}

.epicee-home--jewel .epicee-home__hero--jewel::after {
	width: min(520px, 80vw);
	height: min(460px, 60vh);
	top: 18%;
	left: -10%;
	background: radial-gradient(circle, rgba(111, 146, 196, 0.38) 0%, transparent 70%);
}

.epicee-home--jewel .epicee-home__hero--jewel .epicee-home__container {
	position: relative;
	z-index: 1;
}

.epicee-home--jewel .epicee-home__hero--jewel .epicee-home__eyebrow {
	color: var(--jewel-coral);
	margin-bottom: 18px;
}

.epicee-home--jewel .epicee-home__hero-headline {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	align-items: end;
	margin-bottom: 36px;
}

.epicee-home--jewel .epicee-home__event-title {
	font-size: clamp(2.6rem, 5.5vw, 4.75rem);
	line-height: 1.04;
	color: var(--jewel-ink);
	margin: 0;
}

.epicee-home--jewel .epicee-home__hero-lede {
	font-size: 16.5px;
	color: var(--jewel-ink-soft);
	line-height: 1.7;
	max-width: 340px;
	margin: 0;
	padding-bottom: 8px;
}

.epicee-home--jewel .epicee-home__hero-layout {
	display: grid;
	grid-template-columns: 0.56fr 0.44fr;
	gap: 36px;
	align-items: start;
}

.epicee-home--jewel .epicee-home__portrait {
	position: relative;
	border: 1px solid rgba(216, 162, 62, 0.45);
	padding: 16px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 24px 60px -24px rgba(33, 28, 25, 0.18);
}

.epicee-home--jewel .epicee-home__ribbon {
	position: absolute;
	top: 26px;
	right: -11px;
	z-index: 2;
	background: var(--jewel-gold);
	color: var(--jewel-ink);
	font-family: var(--body-font);
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 8px 16px 8px 20px;
	box-shadow: 0 8px 18px -6px rgba(33, 28, 25, 0.2);
}

.epicee-home--jewel .epicee-home__ribbon::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 0;
	border-style: solid;
	border-width: 16px 0 16px 9px;
	border-color: transparent transparent transparent #b8862a;
}

.epicee-home--jewel .epicee-home__portrait-frame {
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: var(--jewel-paper-2);
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}

.epicee-home--jewel .epicee-home__portrait-frame .epicee-home__poster-trigger {
	cursor: zoom-in;
}

.epicee-home--jewel .epicee-home__portrait-frame img {
	object-fit: cover;
}

.epicee-home--jewel .epicee-home__fact-list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	border-top: 1px solid var(--jewel-line);
	background: rgba(255, 255, 255, 0.55);
}

.epicee-home--jewel .epicee-home__fact-list li {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 17px 0;
	border-bottom: 1px solid var(--jewel-line);
}

.epicee-home--jewel .epicee-home__fact-label {
	font-family: var(--body-font);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--jewel-coral);
	width: 82px;
	flex-shrink: 0;
}

.epicee-home--jewel .epicee-home__fact-value {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 600;
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__event-desc {
	font-size: 15px;
	color: var(--jewel-ink-soft);
	line-height: 1.75;
	margin: 0 0 28px;
	max-width: none;
}

.epicee-home--jewel .epicee-home__event-desc strong {
	color: var(--jewel-ink);
}

/* Stub edge */
.epicee-home--jewel .epicee-home__stub-edge {
	position: relative;
	height: 34px;
	width: 100%;
	background-image: radial-gradient(circle 8px, var(--jewel-paper) 8px, transparent 8.5px);
	background-size: 36px 36px;
	background-position: 0 -18px;
	background-repeat: repeat-x;
}

.epicee-home--jewel .epicee-home__stub-edge--on-dark {
	background-image: radial-gradient(circle 8px, var(--jewel-cream) 8px, transparent 8.5px);
	transform: rotate(180deg);
	margin-top: -1px;
}

/* Jewel buttons */
.epicee-home--jewel .epicee-home__btn-primary,
.epicee-home--jewel a.epicee-home__btn-primary,
.epicee-home--jewel a.epicee-home__btn-primary:visited {
	font-family: var(--body-font);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 16px 28px;
	border-radius: 999px;
	border: 1px solid var(--jewel-ink);
	background: var(--jewel-ink);
	color: var(--jewel-paper);
}

.epicee-home--jewel .epicee-home__btn-primary:hover,
.epicee-home--jewel a.epicee-home__btn-primary:hover {
	background: var(--jewel-coral);
	border-color: var(--jewel-coral);
	color: var(--jewel-paper);
	box-shadow: 0 12px 26px -10px rgba(225, 104, 75, 0.45);
}

.epicee-home--jewel .epicee-home__btn-ghost,
.epicee-home--jewel a.epicee-home__btn-ghost,
.epicee-home--jewel a.epicee-home__btn-ghost:visited {
	font-family: var(--body-font);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 16px 28px;
	border-radius: 999px;
	border: 1px solid var(--jewel-line);
	background: rgba(255, 255, 255, 0.7);
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__btn-ghost:hover,
.epicee-home--jewel a.epicee-home__btn-ghost:hover {
	background: var(--jewel-paper);
	border-color: var(--jewel-coral);
	color: var(--jewel-coral);
}

/* Tickets */
.epicee-home--jewel .epicee-home__tickets-section--jewel {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 8vh, 88px) 0;
	background: var(--jewel-cream);
}

.epicee-home--jewel .epicee-home__tickets-section--jewel::before {
	content: "";
	position: absolute;
	width: 480px;
	height: 480px;
	bottom: -20%;
	right: -8%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(180, 155, 203, 0.32) 0%, transparent 70%);
	filter: blur(60px);
	pointer-events: none;
}

.epicee-home--jewel .epicee-home__tickets-section--jewel .epicee-home__section-head {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0 auto clamp(40px, 5vh, 52px);
	text-align: center;
}

.epicee-home--jewel .epicee-home__tickets-section--jewel h2 {
	font-size: clamp(2rem, 4vw, 2.9rem);
	margin-top: 0;
	color: var(--jewel-ink);
	text-align: center;
}

.epicee-home--jewel .epicee-home__ticket-panel {
	position: relative;
	z-index: 1;
	max-width: 1040px;
	margin: 0 auto;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.epicee-home--jewel .epicee-home__ticket-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.5vw, 28px);
	padding: 0;
	margin: 0;
	max-width: none;
}

.epicee-home--jewel .epicee-home__ticket-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	padding: clamp(32px, 4vw, 40px) clamp(24px, 3vw, 32px);
	color: var(--jewel-ink);
	background: var(--jewel-paper);
	border: 1px solid rgba(33, 28, 25, 0.08);
	border-radius: 20px;
	box-shadow: 0 20px 48px -32px rgba(33, 28, 25, 0.14);
	overflow: hidden;
	position: relative;
}

.epicee-home--jewel .epicee-home__ticket-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
}

.epicee-home--jewel .epicee-home__ticket-card--vip::before {
	background: linear-gradient(90deg, var(--jewel-coral), var(--jewel-blush));
}

.epicee-home--jewel .epicee-home__ticket-card--plat::before {
	background: linear-gradient(90deg, var(--jewel-sky), var(--jewel-blue));
}

.epicee-home--jewel .epicee-home__ticket-card--gen::before {
	background: linear-gradient(90deg, var(--jewel-lilac), var(--jewel-gold));
}

.epicee-home--jewel .epicee-home__ticket-tier {
	font-family: var(--body-font);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--jewel-coral);
	display: block;
	margin-bottom: 20px;
}

.epicee-home--jewel .epicee-home__ticket-card--plat .epicee-home__ticket-tier {
	color: var(--jewel-blue);
}

.epicee-home--jewel .epicee-home__ticket-card--gen .epicee-home__ticket-tier {
	color: var(--jewel-lilac);
}

.epicee-home--jewel .epicee-home__ticket-price {
	font-family: var(--body-font);
	font-size: clamp(2.5rem, 4vw, 3rem);
	font-weight: 700;
	margin: 0 0 18px;
	display: block;
	letter-spacing: -0.02em;
	color: var(--jewel-ink);
	line-height: 1;
}

.epicee-home--jewel .epicee-home__ticket-cur {
	font-size: 0.55em;
	vertical-align: top;
	color: var(--jewel-ink-soft);
}

.epicee-home--jewel .epicee-home__ticket-perk {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	width: 100%;
	min-height: 3.1em;
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: var(--jewel-ink-soft);
}

.epicee-home--jewel .epicee-home__ticket-rows {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--jewel-ink-soft);
	opacity: 0.8;
}

.epicee-home--jewel .epicee-home__ticket-actions {
	display: flex;
	justify-content: center;
	margin-top: clamp(36px, 5vh, 48px);
	padding: 0;
}

.epicee-home--jewel .epicee-home__ticket-cta {
	white-space: nowrap;
}

/* Give back */
.epicee-home--jewel .epicee-home__give-back {
	position: relative;
	overflow: hidden;
	padding: 72px 0;
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.82) 0%, rgba(251, 249, 245, 0.72) 45%, rgba(255, 255, 255, 0.78) 100%),
		linear-gradient(160deg, rgba(240, 165, 126, 0.38) 0%, rgba(225, 104, 75, 0.28) 28%, rgba(180, 155, 203, 0.32) 54%, rgba(111, 146, 196, 0.36) 100%);
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__give-back::before,
.epicee-home--jewel .epicee-home__give-back::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(80px);
}

.epicee-home--jewel .epicee-home__give-back::before {
	width: 560px;
	height: 560px;
	top: -18%;
	left: -10%;
	background: radial-gradient(circle, rgba(240, 165, 126, 0.35) 0%, transparent 68%);
}

.epicee-home--jewel .epicee-home__give-back::after {
	width: 520px;
	height: 520px;
	bottom: -22%;
	right: -8%;
	background: radial-gradient(circle, rgba(111, 146, 196, 0.28) 0%, transparent 70%);
}

.epicee-home--jewel .epicee-home__give-back-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: clamp(20px, 3.5vh, 32px);
}

.epicee-home--jewel .epicee-home__give-back .epicee-home__eyebrow {
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__give-back .epicee-home__eyebrow::before {
	opacity: 0.6;
}

.epicee-home--jewel .epicee-home__give-back h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 auto 12px;
	max-width: 720px;
	color: var(--jewel-ink);
	text-align: center;
}

.epicee-home--jewel .epicee-home__give-back .epicee-home__accent {
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__give-back-copy p {
	font-size: clamp(15px, 1.6vw, 17px);
	color: var(--jewel-ink-soft);
	line-height: 1.65;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.epicee-home--jewel .epicee-home__cause-list {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	width: min(1040px, 100%);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(33, 28, 25, 0.08);
	border-left: 1px solid rgba(33, 28, 25, 0.08);
}

.epicee-home--jewel .epicee-home__cause-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 20px 18px;
	background: rgba(255, 255, 255, 0.55);
	border-right: 1px solid rgba(33, 28, 25, 0.08);
	border-bottom: 1px solid rgba(33, 28, 25, 0.08);
	text-align: center;
}

.epicee-home--jewel .epicee-home__cause-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	max-width: 17rem;
}

.epicee-home--jewel .epicee-home__cause-logo-name {
	display: block;
	font-family: var(--body-font);
	font-size: clamp(0.95rem, 1.5vw, 1.08rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.02em;
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__cause-logo-sub {
	display: block;
	font-family: var(--body-font);
	font-size: clamp(0.62rem, 1vw, 0.72rem);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--jewel-ink-soft);
}

.epicee-home--jewel .epicee-home__cause-logo--st-james .epicee-home__cause-logo-name {
	font-size: clamp(1.05rem, 1.7vw, 1.2rem);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--jewel-blue);
}

.epicee-home--jewel .epicee-home__cause-logo--khyte .epicee-home__cause-logo-name {
	font-size: clamp(1.1rem, 1.8vw, 1.28rem);
	letter-spacing: 0.04em;
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__cause-logo--st-joseph .epicee-home__cause-logo-name {
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__cause-logo--asp .epicee-home__cause-logo-name {
	letter-spacing: 0.06em;
	color: var(--jewel-blue);
}

.epicee-home--jewel .epicee-home__cause-logo--mlbmf .epicee-home__cause-logo-name {
	font-weight: 700;
	letter-spacing: 0.01em;
}

.epicee-home--jewel .epicee-home__cause-logo--cfc .epicee-home__cause-logo-name {
	font-size: clamp(0.92rem, 1.45vw, 1.02rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--jewel-coral);
}

/* Gallery collage */
.epicee-home--jewel .epicee-home__gallery-section--jewel {
	position: relative;
	overflow: hidden;
	padding: 72px 0;
	background:
		linear-gradient(
			168deg,
			var(--jewel-cream) 0%,
			rgba(251, 249, 245, 0.98) 30%,
			rgba(240, 165, 126, 0.1) 55%,
			rgba(180, 155, 203, 0.12) 80%,
			var(--jewel-paper-2) 100%
		);
}

.epicee-home--jewel .epicee-home__gallery-section--jewel::before {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	top: 10%;
	right: -12%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(225, 104, 75, 0.2) 0%, transparent 70%);
	filter: blur(65px);
	pointer-events: none;
}

.epicee-home--jewel .epicee-home__gallery-section--jewel::after {
	content: "";
	position: absolute;
	width: 460px;
	height: 460px;
	bottom: 6%;
	left: -10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(111, 146, 196, 0.16) 0%, transparent 70%);
	filter: blur(65px);
	pointer-events: none;
}

.epicee-home--jewel .epicee-home__gallery-section--jewel .epicee-home__container {
	position: relative;
	z-index: 1;
}

.epicee-home--jewel .epicee-home__section-head--center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

.epicee-home--jewel .epicee-home__section-head--center h2,
.epicee-home--jewel .epicee-home__tickets-section--jewel .epicee-home__section-head h2 {
	text-align: center;
}

.epicee-home--jewel .epicee-home__section-head--center p,
.epicee-home--jewel .epicee-home__ticket-note {
	margin: 14px auto 0;
	max-width: 34rem;
	text-align: center;
	line-height: 1.65;
	color: var(--jewel-ink-soft);
	font-size: clamp(15px, 1.6vw, 17px);
}

.epicee-home--jewel .epicee-home__gallery-section--jewel .epicee-home__eyebrow {
	color: var(--jewel-coral);
	justify-content: center;
}

.epicee-home--jewel .epicee-home__collage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: clamp(12px, 1.8vw, 18px);
	width: min(980px, 100%);
	margin: clamp(24px, 4vw, 40px) auto 0;
	align-items: stretch;
}

.epicee-home--jewel .epicee-home__collage-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: clamp(10px, 1.5vw, 14px);
	min-height: 100%;
}

.epicee-home--jewel .epicee-home__collage-frame {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: clamp(7px, 1vw, 10px) clamp(7px, 1vw, 10px) clamp(24px, 3.2vw, 34px);
	background: #fff;
	border: 1px solid var(--jewel-line);
	border-radius: 2px;
	box-shadow:
		0 14px 28px -16px rgba(33, 28, 25, 0.24),
		0 0 0 1px rgba(255, 255, 255, 0.65) inset;
	cursor: zoom-in;
	overflow: hidden;
	opacity: 0;
	transform: translateY(20px) scale(0.98);
	transform-origin: center center;
	transition:
		opacity 0.55s ease,
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.45s ease;
	will-change: transform;
}

.epicee-home--jewel .epicee-home__collage.is-visible .epicee-home__collage-frame {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.epicee-home--jewel .epicee-home__collage-frame:hover,
.epicee-home--jewel .epicee-home__collage-frame:focus-visible {
	z-index: 2;
	transform: translateY(-2px) scale(1.01);
	box-shadow: 0 28px 52px -18px rgba(33, 28, 25, 0.28);
	outline: none;
}

.epicee-home--jewel .epicee-home__collage-media {
	display: block;
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

.epicee-home--jewel .epicee-home__collage-fill {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.epicee-home--jewel .epicee-home__collage-frame--1 .epicee-home__collage-fill {
	aspect-ratio: auto;
	flex: 1 1 auto;
	min-height: clamp(280px, 42vw, 460px);
	height: 100%;
}

.epicee-home--jewel .epicee-home__collage-frame:hover .epicee-home__collage-fill,
.epicee-home--jewel .epicee-home__collage-frame:focus-visible .epicee-home__collage-fill {
	transform: scale(1.06);
}

.epicee-home--jewel .epicee-home__collage-cap {
	position: absolute;
	bottom: clamp(8px, 1.2vw, 12px);
	left: 0;
	right: 0;
	padding: 0 clamp(10px, 1.6vw, 16px);
	font-family: var(--body-font);
	font-style: italic;
	font-weight: 500;
	font-size: clamp(12px, 1.4vw, 14px);
	text-align: center;
	color: var(--jewel-ink-soft);
	transition: color 0.3s ease;
}

.epicee-home--jewel .epicee-home__collage-frame:hover .epicee-home__collage-cap,
.epicee-home--jewel .epicee-home__collage-frame:focus-visible .epicee-home__collage-cap {
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__collage-frame--1 {
	padding-bottom: clamp(30px, 3.6vw, 38px);
}

.epicee-home--jewel .epicee-home__collage-frame--1 .epicee-home__collage-media {
	display: flex;
	flex: 1 1 auto;
}

.epicee-home--jewel .epicee-home__collage-frame--1 .epicee-home__collage-fill {
	background: linear-gradient(135deg, var(--jewel-blush), var(--jewel-coral) 60%, var(--jewel-lilac));
}

.epicee-home--jewel .epicee-home__collage-frame--2 .epicee-home__collage-fill {
	background: linear-gradient(135deg, #a8d4f0, var(--jewel-sky));
}

.epicee-home--jewel .epicee-home__collage-frame--3 .epicee-home__collage-fill {
	background: linear-gradient(135deg, var(--jewel-gold-soft), var(--jewel-gold) 65%, var(--jewel-blush));
}

.epicee-home--jewel .epicee-home__collage-frame--4 .epicee-home__collage-fill {
	background: linear-gradient(135deg, var(--jewel-lilac), var(--jewel-coral));
}

.epicee-home--jewel .epicee-home__collage-frame--5 .epicee-home__collage-fill {
	background: linear-gradient(135deg, var(--jewel-sky), var(--jewel-blue));
}

/* Quote */
.epicee-home--jewel .epicee-home__quote-band--jewel {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 8vh, 88px) 0;
	background:
		linear-gradient(155deg, rgba(180, 155, 203, 0.52) 0%, rgba(251, 249, 245, 0.96) 42%, rgba(111, 146, 196, 0.48) 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.45);
	border-bottom: 1px solid rgba(33, 28, 25, 0.08);
}

.epicee-home--jewel .epicee-home__quote-band--jewel::before,
.epicee-home--jewel .epicee-home__quote-band--jewel::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(75px);
}

.epicee-home--jewel .epicee-home__quote-band--jewel::before {
	width: 560px;
	height: 420px;
	top: -25%;
	left: 8%;
	background: radial-gradient(circle, rgba(216, 162, 62, 0.28) 0%, transparent 68%);
}

.epicee-home--jewel .epicee-home__quote-band--jewel::after {
	width: 520px;
	height: 400px;
	bottom: -30%;
	right: 5%;
	background: radial-gradient(circle, rgba(240, 165, 126, 0.25) 0%, transparent 70%);
}

.epicee-home--jewel .epicee-home__quote-band--jewel .epicee-home__container {
	display: flex;
	justify-content: center;
}

.epicee-home--jewel .epicee-home__quote-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.epicee-home--jewel .epicee-home__testimonial {
	margin: 0 auto;
	padding: clamp(36px, 5vw, 52px) clamp(32px, 5vw, 56px);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 249, 245, 0.92) 100%);
	box-shadow:
		0 28px 70px -36px rgba(33, 28, 25, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.epicee-home--jewel .epicee-home__testimonial-stars {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 20px;
	color: var(--jewel-gold);
}

.epicee-home--jewel .epicee-home__testimonial-stars svg {
	display: block;
	width: 28px;
	height: 28px;
	filter: drop-shadow(0 1px 2px rgba(216, 162, 62, 0.25));
}

.epicee-home--jewel .epicee-home__quote-band--jewel .epicee-home__eyebrow {
	color: var(--jewel-blue);
	justify-content: center;
}

.epicee-home--jewel .epicee-home__quote-band--jewel blockquote {
	position: relative;
	font-family: var(--display-font);
	font-style: italic;
	font-weight: 500;
	font-size: clamp(1.5rem, 3.2vw, 2.15rem);
	line-height: 1.5;
	color: var(--jewel-ink);
	margin: 0 auto;
	padding: 0;
	max-width: 40rem;
	text-align: center;
}

.epicee-home--jewel .epicee-home__quote-band--jewel blockquote::before {
	content: "\201C";
	display: block;
	margin-bottom: 10px;
	font-family: var(--display-font);
	font-size: clamp(3rem, 6vw, 4rem);
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	color: var(--jewel-gold);
	opacity: 0.85;
}

.epicee-home--jewel .epicee-home__quote-band--jewel .epicee-home__attribution {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(33, 28, 25, 0.08);
	font-family: var(--body-font);
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	color: var(--jewel-ink-soft);
}

.epicee-home--jewel .epicee-home__testimonial-name {
	font-size: clamp(1.1rem, 2vw, 1.3rem);
	font-weight: 600;
	font-style: normal;
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__testimonial-meta {
	display: block;
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	font-weight: 500;
	letter-spacing: 0.01em;
	text-transform: none;
	text-align: center;
	color: var(--jewel-ink-soft);
}

/* Team */
.epicee-home--jewel .epicee-home__team-section {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 9vh, 96px) 0 80px;
	background: var(--jewel-cream);
}

.epicee-home--jewel .epicee-home__team-section::before,
.epicee-home--jewel .epicee-home__team-section::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(80px);
}

.epicee-home--jewel .epicee-home__team-section::before {
	width: 520px;
	height: 520px;
	top: -12%;
	left: -10%;
	background: radial-gradient(circle, rgba(111, 146, 196, 0.3) 0%, transparent 68%);
}

.epicee-home--jewel .epicee-home__team-section::after {
	width: 480px;
	height: 480px;
	bottom: -18%;
	right: -8%;
	background: radial-gradient(circle, rgba(225, 104, 75, 0.24) 0%, transparent 70%);
}

.epicee-home--jewel .epicee-home__team-section .epicee-home__container,
.epicee-home--jewel .epicee-home__team-stage {
	position: relative;
	z-index: 1;
}

.epicee-home--jewel .epicee-home__team-section .epicee-home__eyebrow {
	color: var(--jewel-blue);
}

.epicee-home--jewel .epicee-home__team-stage {
	max-width: 1220px;
	margin: 0 auto;
	padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 32px) 0;
}

.epicee-home--jewel .epicee-home__team-stage::before {
	content: "";
	position: absolute;
	inset: 0 clamp(8px, 1.5vw, 20px) auto;
	height: calc(100% + 12px);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(251, 249, 245, 0.9) 100%);
	border: 1px solid rgba(33, 28, 25, 0.08);
	box-shadow:
		0 36px 90px -48px rgba(33, 28, 25, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	pointer-events: none;
}

.epicee-home--jewel .epicee-home__team-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 28px);
	align-items: stretch;
	margin-top: 8px;
	padding: clamp(18px, 3vw, 28px);
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

.epicee-home--jewel .epicee-home__team-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 250, 0.96) 100%);
	padding: 0 0 34px;
	border: 1px solid rgba(33, 28, 25, 0.1);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 48px -28px rgba(33, 28, 25, 0.14);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.epicee-home--jewel .epicee-home__team-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--jewel-coral), var(--jewel-blush));
}

.epicee-home--jewel .epicee-home__team-photo {
	position: relative;
	padding: 18px 18px 0;
	margin-bottom: 22px;
}

.epicee-home--jewel .epicee-home__team-photo-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 1px solid rgba(216, 162, 62, 0.42);
	background: var(--jewel-paper-2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.epicee-home--jewel .epicee-home__team-photo-frame::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent 0%, rgba(33, 28, 25, 0.42) 100%);
	pointer-events: none;
}

.epicee-home--jewel .epicee-home__team-photo-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 15%;
	transition: transform 0.45s ease;
}

.epicee-home--jewel .epicee-home__team-info {
	padding: 0 28px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.epicee-home--jewel .epicee-home__team-info h3 {
	font-family: var(--display-font);
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 600;
	color: var(--jewel-ink);
	margin: 0;
	line-height: 1.15;
}

.epicee-home--jewel .epicee-home__team-role {
	display: inline-block;
	font-family: var(--body-font);
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--jewel-coral);
	margin: 10px 0 0;
}

.epicee-home--jewel .epicee-home__team-role::after {
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	margin: 14px auto 12px;
	background: linear-gradient(90deg, transparent, var(--jewel-coral), transparent);
}

.epicee-home--jewel .epicee-home__team-info p:last-child {
	font-size: 14.5px;
	color: var(--jewel-ink-soft);
	line-height: 1.7;
	margin: 0;
	max-width: 28ch;
	margin-left: auto;
	margin-right: auto;
}

/* Contact CTA */
.epicee-home--jewel .epicee-home__cta-band--jewel {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	text-align: center;
	background:
		radial-gradient(ellipse 72% 68% at 50% 48%, rgba(33, 28, 25, 0.42) 0%, rgba(33, 28, 25, 0.12) 52%, transparent 78%),
		linear-gradient(135deg, #c45338 0%, #d96a4a 22%, #5a7eb8 62%, #3f6aad 100%);
	color: #fff;
}

.epicee-home--jewel .epicee-home__cta-band--jewel::before,
.epicee-home--jewel .epicee-home__cta-band--jewel::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(70px);
}

.epicee-home--jewel .epicee-home__cta-band--jewel::before {
	width: 520px;
	height: 380px;
	top: -28%;
	left: 18%;
	background: radial-gradient(circle, rgba(240, 165, 126, 0.28) 0%, transparent 68%);
}

.epicee-home--jewel .epicee-home__cta-band--jewel::after {
	width: 440px;
	height: 440px;
	bottom: -22%;
	right: 8%;
	background: radial-gradient(circle, rgba(90, 130, 196, 0.35) 0%, transparent 70%);
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__container {
	position: relative;
	z-index: 1;
	text-align: center;
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__eyebrow {
	color: #fff;
	justify-content: center;
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__eyebrow::before {
	background: rgba(255, 255, 255, 0.65);
	opacity: 1;
}

.epicee-home--jewel .epicee-home__cta-band--jewel h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
	margin: 0 auto 18px;
	max-width: 640px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 18px rgba(33, 28, 25, 0.22);
}

.epicee-home--jewel .epicee-home__cta-band--jewel h2 .epicee-home__accent {
	color: var(--jewel-gold-soft);
}

.epicee-home--jewel .epicee-home__cta-band--jewel p {
	color: rgba(255, 255, 255, 0.95);
	font-size: 16px;
	line-height: 1.65;
	max-width: 34rem;
	margin: 0 auto 38px;
	text-align: center;
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__hero-ctas {
	justify-content: center;
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__btn-primary {
	background: #fff;
	border-color: #fff;
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__btn-primary:hover,
.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__btn-primary:focus-visible {
	background: var(--jewel-gold-soft);
	border-color: var(--jewel-gold-soft);
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__btn-ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__btn-ghost:hover,
.epicee-home--jewel .epicee-home__cta-band--jewel .epicee-home__btn-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

/* Footer */
.epicee-home--jewel .epicee-home__footer--jewel {
	background: var(--jewel-paper);
	border-top: 1px solid var(--jewel-line-soft);
	padding: 52px 0 28px;
}

.epicee-home--jewel .epicee-home__footer--jewel .epicee-home__footer-brand img {
	filter: none;
	opacity: 1;
}

.epicee-home--jewel .epicee-home__footer--jewel .epicee-home__footer-brand p,
.epicee-home--jewel .epicee-home__footer--jewel .epicee-home__footer-bottom {
	color: var(--jewel-ink-soft);
}

.epicee-home--jewel .epicee-home__footer--jewel .epicee-home__footer-col h4 {
	font-family: var(--body-font);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__footer--jewel .epicee-home__footer-col ul li a {
	color: var(--jewel-ink);
}

.epicee-home--jewel .epicee-home__footer--jewel .epicee-home__footer-col ul li a:hover {
	color: var(--jewel-coral);
}

.epicee-home--jewel .epicee-home__footer--jewel .epicee-home__footer-top {
	border-bottom-color: var(--jewel-line-soft);
}

/* Jewel responsive */
@media (max-width: 880px) {
	.epicee-home--jewel .epicee-home__fold-image {
		object-position: center 32%;
	}

	.epicee-home--jewel .epicee-home__hero-headline {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.epicee-home--jewel .epicee-home__hero-lede {
		max-width: none;
	}

	.epicee-home--jewel .epicee-home__hero-layout {
		grid-template-columns: 1fr;
	}

	.epicee-home--jewel .epicee-home__ticket-strip {
		grid-template-columns: 1fr;
	}

	.epicee-home--jewel .epicee-home__ticket-cta {
		justify-content: center;
		white-space: normal;
		width: 100%;
	}

	.epicee-home--jewel .epicee-home__cause-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.epicee-home--jewel .epicee-home__cause-item {
		min-height: 88px;
		padding: 16px 14px;
	}

	.epicee-home--jewel .epicee-home__collage {
		grid-template-columns: 1fr;
		gap: clamp(14px, 2vw, 18px);
		padding: 0 12px;
	}

	.epicee-home--jewel .epicee-home__collage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(10px, 2vw, 14px);
	}

	.epicee-home--jewel .epicee-home__collage-frame {
		opacity: 1;
		transform: none !important;
	}

	.epicee-home--jewel .epicee-home__collage-frame--1 .epicee-home__collage-fill {
		min-height: clamp(240px, 56vw, 360px);
	}

	.epicee-home--jewel .epicee-home__collage-frame:hover,
	.epicee-home--jewel .epicee-home__collage-frame:focus-visible {
		transform: none !important;
	}

	.epicee-home--jewel .epicee-home__team-row {
		grid-template-columns: 1fr;
		padding-left: 24px;
		padding-right: 24px;
	}

	.epicee-home--jewel .epicee-home__footer-top {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 560px) {
	.epicee-home--jewel .epicee-home__footer-top {
		grid-template-columns: 1fr;
	}

	.epicee-home--jewel .epicee-home__cause-list {
		grid-template-columns: 1fr;
	}
}

body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__btn-primary,
body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__btn-primary:visited {
	color: var(--jewel-paper);
}

body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__btn-ghost,
body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__btn-ghost:visited {
	color: var(--jewel-ink);
}

body.epicee-home-page .entry-content .epicee-home--jewel .epicee-home__cta-band--jewel a.epicee-home__btn-primary,
body.epicee-home-page .entry-content .epicee-home--jewel .epicee-home__cta-band--jewel a.epicee-home__btn-primary:visited {
	color: var(--jewel-ink);
}

body.epicee-home-page .entry-content .epicee-home--jewel .epicee-home__cta-band--jewel a.epicee-home__btn-ghost,
body.epicee-home-page .entry-content .epicee-home--jewel .epicee-home__cta-band--jewel a.epicee-home__btn-ghost:visited {
	color: #fff;
}

body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__fold-cta,
body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__fold-cta:visited {
	color: var(--jewel-ink);
	text-decoration: none;
}

body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__nav-cta,
body.epicee-home-page .entry-content .epicee-home--jewel a.epicee-home__nav-cta:visited {
	color: var(--jewel-paper);
	text-decoration: none;
}

/* UI overhaul — sticky bar, gallery triggers, team hover, tokens */

/* ==========================================================================
   Inner marketing pages — jewel alignment (scoped to --inner.epicee-home--jewel)
   ========================================================================== */

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50vh;
	min-height: 50svh;
	padding: clamp(100px, 12vh, 130px) 0 clamp(40px, 5vh, 56px);
	overflow: hidden;
	text-align: center;
	background: #5a82c4;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 36%;
	min-width: 100%;
	min-height: 100%;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(240, 165, 126, 0.82) 0%, rgba(225, 104, 75, 0.72) 30%, rgba(111, 146, 196, 0.78) 68%, rgba(90, 130, 196, 0.88) 100%),
		radial-gradient(900px 700px at 82% 18%, rgba(240, 165, 126, 0.45), transparent 58%),
		radial-gradient(760px 620px at 12% 72%, rgba(180, 155, 203, 0.4), transparent 60%),
		radial-gradient(680px 560px at 68% 88%, rgba(216, 162, 62, 0.35), transparent 62%);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0 auto;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__eyebrow {
	color: rgba(255, 255, 255, 0.92);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__eyebrow::before {
	background: rgba(255, 255, 255, 0.55);
	opacity: 1;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero-inner h1 {
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	line-height: 1.08;
	margin: 0;
	color: #fff;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__accent {
	color: var(--jewel-gold-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__page-lede,
.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__section-head p {
	font-size: clamp(1.05rem, 1.9vw, 1.2rem);
	color: #fff;
	font-weight: 400;
	max-width: 48ch;
	margin: 16px auto 0;
	line-height: 1.7;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__section {
	padding: clamp(64px, 8vh, 88px) 0;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__section--muted {
	background: var(--jewel-cream);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__section-head {
	max-width: 640px;
	margin: 0 auto clamp(40px, 5vh, 52px);
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__section-head p {
	margin: 14px auto 0;
	max-width: 34rem;
	color: var(--jewel-ink-soft);
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.65;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__page-lede,
.epicee-home--inner.epicee-home--jewel .epicee-home__page-hero--jewel .epicee-home__section-head p {
	color: #fff;
	font-weight: 400;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__intro-inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__intro-inner .epicee-home__eyebrow {
	display: inline-block;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__intro-inner h2 {
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__intro-inner p {
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
	color: var(--jewel-ink-soft);
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.7;
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__intro-inner p + p {
	margin-top: 18px;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__empty-state {
	color: var(--jewel-ink-soft);
	font-size: 0.95rem;
	margin: 0;
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__empty-state a {
	color: var(--jewel-coral);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__feature-card {
	display: grid;
	grid-template-columns: minmax(220px, 300px) 1fr;
	gap: clamp(28px, 4vw, 40px);
	align-items: center;
	padding: clamp(28px, 4vw, 36px);
	border-radius: 20px;
	border: 1px solid rgba(33, 28, 25, 0.08);
	background: var(--jewel-paper);
	box-shadow: 0 24px 56px -32px rgba(33, 28, 25, 0.14);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__feature-media {
	border: 1px solid rgba(216, 162, 62, 0.4);
	padding: 12px;
	background: rgba(255, 255, 255, 0.9);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__feature-media img {
	width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__feature-title {
	font-family: var(--display-font);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin: 8px 0 10px;
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__feature-meta {
	color: var(--jewel-coral);
	font-weight: 600;
	font-size: 0.9rem;
	margin: 0 0 12px;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__feature-body p {
	color: var(--jewel-ink-soft);
	line-height: 1.65;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__card {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(33, 28, 25, 0.08);
	background: var(--jewel-paper);
	box-shadow: 0 18px 44px -28px rgba(33, 28, 25, 0.12);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 52px -24px rgba(33, 28, 25, 0.16);
	border-color: rgba(225, 104, 75, 0.25);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__card-media--placeholder {
	background: linear-gradient(160deg, rgba(111, 146, 196, 0.2), rgba(251, 249, 245, 0.9) 55%, rgba(240, 165, 126, 0.22));
	color: var(--jewel-ink-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__card-date {
	color: var(--jewel-coral);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__card-title {
	font-family: var(--body-font);
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__card-meta,
.epicee-home--inner.epicee-home--jewel .epicee-home__card-excerpt {
	color: var(--jewel-ink-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-card {
	padding: clamp(28px, 3vw, 32px);
	border-radius: 18px;
	border: 1px solid rgba(33, 28, 25, 0.08);
	background: var(--jewel-paper);
	box-shadow: 0 18px 44px -28px rgba(33, 28, 25, 0.12);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-date {
	color: var(--jewel-blue);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-card h3 {
	font-family: var(--display-font);
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-card p {
	color: var(--jewel-ink-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__advocacy-list {
	margin-left: auto;
	margin-right: auto;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__advocacy-list li {
	padding: 20px 24px;
	border-radius: 16px;
	border: 1px solid rgba(33, 28, 25, 0.08);
	background: var(--jewel-paper);
	color: var(--jewel-ink-soft);
	box-shadow: 0 14px 36px -24px rgba(33, 28, 25, 0.1);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__advocacy-list strong {
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__section-head + .epicee-home__section-head {
	margin-top: clamp(48px, 6vh, 64px);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-grid + .epicee-home__section-head {
	margin-top: clamp(64px, 9vh, 96px);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__section-head + .epicee-home__story-grid,
.epicee-home--inner.epicee-home--jewel .epicee-home__section-head + .epicee-home__advocacy-list {
	margin-top: 0;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__give-back-copy {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__give-back-copy p {
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-closing {
	margin: 32px auto 0;
	max-width: 62ch;
	color: var(--jewel-ink-soft);
	text-align: center;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-list {
	border-top: 1px solid var(--jewel-line-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-item {
	padding: clamp(28px, 4vw, 36px) 0;
	border-bottom: 1px solid var(--jewel-line-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-date {
	color: var(--jewel-ink-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-title {
	font-family: var(--display-font);
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-title a {
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-title a:hover {
	color: var(--jewel-coral);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-excerpt {
	color: var(--jewel-ink-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__news-more {
	color: var(--jewel-coral);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-section {
	background: var(--jewel-cream);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-header h2 {
	font-family: var(--display-font);
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-intro {
	color: var(--jewel-ink-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-subhead {
	color: var(--jewel-blue);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-card {
	border-color: rgba(33, 28, 25, 0.08);
	background: var(--jewel-paper);
	box-shadow: 0 20px 48px -28px rgba(33, 28, 25, 0.14);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-card:hover,
.epicee-home--inner.epicee-home--jewel .epicee-home__contact-card:focus-visible {
	border-color: rgba(225, 104, 75, 0.35);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-label {
	color: var(--jewel-ink-soft);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-value {
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-social-link {
	border-color: rgba(33, 28, 25, 0.08);
	background: var(--jewel-paper);
	color: var(--jewel-ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__contact-social-link:hover,
.epicee-home--inner.epicee-home--jewel .epicee-home__contact-social-link:focus-visible {
	color: var(--jewel-coral);
	border-color: rgba(225, 104, 75, 0.35);
}

@media (max-width: 900px) {
	.epicee-home--inner.epicee-home--jewel .epicee-home__feature-card {
		grid-template-columns: 1fr;
	}

	.epicee-home--inner.epicee-home--jewel .epicee-home__story-grid {
		grid-template-columns: 1fr;
	}
}

.epicee-home--event.epicee-home--jewel .epicee-home__hero--jewel {
	padding-top: clamp(48px, 6vh, 64px);
}

.epicee-home__gallery-trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	text-align: left;
	cursor: zoom-in;
}

.epicee-home__gallery-trigger:hover .epicee-home__card-media img,
.epicee-home__gallery-trigger:focus-visible .epicee-home__card-media img {
	transform: scale(1.03);
}

.epicee-home__card-media img {
	transition: transform 0.35s ease;
}

.epicee-home__lightbox--media .epicee-home__lightbox-figure {
	margin: 0;
}

.epicee-home__lightbox-caption {
	margin-top: 12px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.88);
}

.epicee-home--jewel .epicee-home__give-back-copy p {
	color: rgba(33, 28, 25, 0.88);
}

.epicee-home--jewel .epicee-home__team-card {
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.epicee-home--jewel .epicee-home__team-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 60px -26px rgba(33, 28, 25, 0.2);
	border-color: rgba(216, 162, 62, 0.35);
}

.epicee-home--jewel .epicee-home__team-photo-frame img {
	transition: transform 0.45s ease;
}

.epicee-home--jewel .epicee-home__team-card:hover .epicee-home__team-photo-frame img {
	transform: scale(1.05);
}

.epicee-home__story-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.epicee-home__story-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px -20px rgba(33, 28, 25, 0.14);
}

.epicee-home--inner .epicee-home__accent {
	font-style: italic;
	color: var(--jewel-coral);
}

/* About page — values grid & leadership profiles */
.epicee-home--inner.epicee-home--jewel .epicee-home__story-grid--values {
	grid-template-columns: repeat(4, 1fr);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile-grid {
	display: grid;
	gap: 28px;
	max-width: 52rem;
	margin-inline: auto;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile {
	padding: clamp(28px, 4vw, 36px);
	border-radius: 16px;
	border: 1px solid rgba(33, 28, 25, 0.08);
	background: #fff;
	box-shadow: 0 12px 32px -24px rgba(33, 28, 25, 0.12);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile h3 {
	margin: 0 0 4px;
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 2.5vw, 1.6rem);
	font-weight: 500;
	color: var(--ink);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile .epicee-home__team-role {
	margin-bottom: 16px;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(33, 28, 25, 0.82);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile p:last-of-type {
	margin-bottom: 0;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile-contact {
	margin-top: 18px !important;
	padding-top: 16px;
	border-top: 1px solid rgba(33, 28, 25, 0.08);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile-contact a {
	font-family: var(--font-mono);
	font-size: 13px;
	letter-spacing: 0.02em;
	color: var(--jewel-emerald);
	text-decoration: none;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile-contact a:hover,
.epicee-home--inner.epicee-home--jewel .epicee-home__about-profile-contact a:focus-visible {
	text-decoration: underline;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__about-strengths {
	max-width: 52rem;
	margin: 36px auto 0;
	padding: 20px 24px;
	border-radius: 12px;
	background: rgba(111, 146, 196, 0.08);
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: rgba(33, 28, 25, 0.78);
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-closing a {
	color: var(--jewel-emerald);
	text-decoration: none;
	font-weight: 500;
}

.epicee-home--inner.epicee-home--jewel .epicee-home__story-closing a:hover,
.epicee-home--inner.epicee-home--jewel .epicee-home__story-closing a:focus-visible {
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.epicee-home--inner.epicee-home--jewel .epicee-home__story-grid--values {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.epicee-home--inner.epicee-home--jewel .epicee-home__story-grid--values {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.epicee-home--jewel .epicee-home__fold-inner {
		transform: none;
		transition: none;
	}

	.epicee-home--jewel .epicee-home__team-card,
	.epicee-home__story-card,
	.epicee-home__card-media img {
		transition: none;
	}
}
