:root {
	--gf-pink: #f434d1;
	--gf-purple: #6c35ff;
	--gf-orange: #ff7a45;
	--gf-ink: #111111;
	--gf-soft: #f7f4f8;
	--gf-line: rgba(17, 17, 17, 0.12);
	--gf-radius: 20px;
}

.page-id-1998 .entry-header,
.page-id-6788 .entry-header,
.page-id-6278 .entry-header,
.page-id-6 .entry-header {
	display: none;
}

.page-id-6278 .featured-media,
.page-id-6788 .featured-media {
	display: none;
}

.entry-content > .gf-page {
	box-sizing: border-box;
	width: min(calc(100% - 36px), 1080px) !important;
	max-width: 1080px !important;
	margin: 0 auto !important;
	padding: 24px 0 54px;
}

.gf-page,
.gf-page * {
	box-sizing: border-box;
}

.gf-page h1,
.gf-page h2,
.gf-page h3,
.gf-page p,
.gf-page li,
.gf-page a,
.gf-page summary {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.gf-page h1,
.gf-page h2,
.gf-page h3 {
	color: var(--gf-ink);
	font-weight: 800;
	letter-spacing: -0.025em;
}

.gf-page h1 {
	margin: 0 0 10px;
	font-size: clamp(34px, 6vw, 58px);
	line-height: 1.04;
}

.gf-page h2 {
	margin: 0 0 18px;
	font-size: clamp(26px, 4vw, 38px);
	line-height: 1.12;
}

.gf-page h3 {
	margin: 0 0 10px;
	font-size: clamp(22px, 3vw, 28px);
	line-height: 1.16;
}

.gf-page p,
.gf-page li {
	color: #242424;
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.55;
}

.gf-page a {
	color: #d5165e;
}

.gf-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.gf-page__intro,
.gf-event-head,
.gf-section-heading {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.gf-section-heading {
	margin-bottom: 28px;
}

.gf-page__intro {
	margin-top: 34px;
	margin-bottom: 44px;
}

.gf-page__intro p,
.gf-event-head p {
	margin: 0 auto;
}

.gf-event-page .gf-page__intro p + p {
	margin-top: 24px;
}

.gf-event-page .gf-page__intro {
	margin-bottom: 20px;
}

.gf-event-page .gf-page__intro + .gf-section {
	margin-top: 0;
}

.gf-hero-video {
	position: relative;
	width: min(100%, 1000px);
	margin: 0 auto 34px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: var(--gf-radius);
	background: #111;
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.gf-hero-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.gf-event-head {
	margin-bottom: 28px;
}

.gf-event-facts {
	color: #525252 !important;
	font-size: clamp(17px, 2vw, 21px) !important;
	font-weight: 650;
	line-height: 1.4 !important;
}

.gf-events-grid,
.gf-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.gf-events-stack {
	display: grid;
	gap: 28px;
}

.gf-events-stack .gf-event-card {
	display: grid;
	min-height: 460px;
	max-height: 500px;
	grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
}

.gf-events-stack .gf-event-card__image-link {
	height: 100%;
	min-height: 460px;
}

.gf-events-stack .gf-event-card__image-link img {
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
}

.gf-event-card,
.gf-info-card,
.gf-support-card,
.gf-costume-card,
.gf-coming-soon-card,
.gf-referral-card {
	overflow: hidden;
	border: 1px solid var(--gf-line);
	border-radius: var(--gf-radius);
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.gf-event-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

.gf-event-card__image-link {
	display: block;
	overflow: hidden;
	background: #111;
}

.gf-event-card__image-link img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 180ms ease;
}

.gf-event-card__image-link:hover img,
.gf-event-card__image-link:focus-visible img {
	transform: scale(1.015);
}

.gf-event-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.gf-event-card__body p {
	margin: 0 0 6px;
}

.gf-event-card__body .gf-event-card__location {
	margin-bottom: 22px;
	color: #666;
}

.gf-button,
.gf-page .gf-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 13px 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(100deg, var(--gf-pink), var(--gf-purple));
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(244, 52, 209, 0.22);
}

.gf-button:hover,
.gf-button:focus-visible {
	filter: brightness(0.96);
	transform: translateY(-1px);
}

.gf-button--dark,
.gf-page .gf-button--dark {
	background: var(--gf-ink);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.gf-button--wide {
	width: min(100%, 430px);
}

.gf-event-flyer {
	width: min(100%, 720px);
	margin: 0 auto 30px;
}

.gf-event-flyer img {
	width: 100%;
	border-radius: var(--gf-radius);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.gf-ticket-section,
.gf-section,
.gf-final-cta {
	margin-top: 42px;
}

.gf-ticket-section {
	padding: 28px;
	border: 1px solid var(--gf-line);
	border-radius: var(--gf-radius);
	background: #fff;
}

.gf-ticket-section > h2,
.gf-ticket-section > p {
	text-align: center;
}

.gf-ticket-fallback {
	margin: 18px auto 0;
	text-align: center;
}

.gf-ticket-ready .gf-ticket-fallback {
	display: none;
}

.gf-info-card,
.gf-support-card,
.gf-costume-card,
.gf-coming-soon-card,
.gf-referral-card {
	padding: 28px;
}

.gf-info-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gf-info-list li {
	padding: 13px 0;
	border-bottom: 1px solid var(--gf-line);
}

.gf-support-card {
	margin-top: 24px;
	background: var(--gf-soft);
}

.gf-support-card--after-faqs {
	width: min(100%, 1080px);
	margin: 32px auto 0;
}

.gf-support-card p:last-child,
.gf-costume-card p:last-child,
.gf-coming-soon-card p:last-child,
.gf-referral-card p:last-child {
	margin-bottom: 0;
}

.gf-costume-card {
	background: linear-gradient(135deg, #fff1fb, #f4efff);
}

.gf-costume-video__intro {
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: center;
}

.gf-costume-video {
	position: relative;
	width: min(100%, 900px);
	margin: 0 auto;
	overflow: hidden;
	border-radius: 18px;
	background: #10051f;
	box-shadow: 0 14px 32px rgba(43, 10, 66, 0.2);
	aspect-ratio: 16 / 9;
}

.gf-costume-video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.gf-faqs {
	width: min(100%, 820px);
	margin: 42px auto 0;
}

.gf-faqs h2 {
	margin-bottom: 12px;
}

.gf-faqs details {
	border-top: 1px solid var(--gf-line);
}

.gf-faqs details:last-child {
	border-bottom: 1px solid var(--gf-line);
}

.gf-faqs summary {
	position: relative;
	padding: 18px 46px 18px 0;
	color: var(--gf-ink);
	font-size: 18px;
	font-weight: 750;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.gf-faqs summary::-webkit-details-marker {
	display: none;
}

.gf-faqs summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	content: "+";
	font-size: 28px;
	font-weight: 500;
	transform: translateY(-50%);
}

.gf-faqs details[open] summary::after {
	content: "−";
}

.gf-faqs details p {
	margin: 0;
	padding: 0 46px 19px 0;
}

.gf-final-cta {
	padding: 34px 24px;
	border-radius: var(--gf-radius);
	background: linear-gradient(130deg, var(--gf-pink), var(--gf-orange));
	color: #fff;
	text-align: center;
}

.gf-final-cta h2,
.gf-final-cta p {
	color: #fff;
}

.gf-final-cta p {
	margin: -6px auto 22px;
}

.gf-coming-soon {
	width: min(100%, 820px);
	margin: 0 auto;
	text-align: center;
}

.gf-coming-soon-card img {
	width: 100%;
	margin-bottom: 26px;
	border-radius: 14px;
}

.gf-coming-soon-card .gf-button + .gf-button {
	margin-top: 12px;
}

.gf-about-copy {
	width: min(100%, 820px);
	margin: 0 auto 36px;
	text-align: center;
}

.gf-about-photo {
	width: min(100%, 900px);
	margin: 0 auto 36px;
}

.gf-about-photo img {
	width: 100%;
	border-radius: var(--gf-radius);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.gf-referral-card {
	width: min(100%, 900px);
	margin: 38px auto 0;
	padding: 34px;
	background: linear-gradient(135deg, #ff755e 0%, #ffb378 100%);
	text-align: center;
}

.gf-referral-card h2,
.gf-referral-card p {
	color: #fff;
}

.gf-referral-card p {
	margin: 0 auto 22px;
}

.gf-card-grid .gf-info-card,
.gf-card-grid .gf-support-card {
	margin-top: 0;
}

@media (max-width: 720px) {
	.entry-content > .gf-page {
		width: min(calc(100% - 28px), 1080px) !important;
		padding-top: 16px;
		padding-bottom: 38px;
	}

	.gf-page__intro {
		margin-top: 26px;
		margin-bottom: 34px;
	}

	.gf-events-grid,
	.gf-card-grid,
	.gf-events-stack .gf-event-card,
	.gf-info-list {
		grid-template-columns: 1fr;
	}

	.gf-events-grid,
	.gf-card-grid {
		gap: 18px;
	}

	.gf-event-card__body,
	.gf-info-card,
	.gf-support-card,
	.gf-costume-card,
	.gf-coming-soon-card,
	.gf-referral-card,
	.gf-ticket-section {
		padding: 22px;
	}

	.gf-events-stack .gf-event-card__image-link img {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.gf-events-stack .gf-event-card {
		min-height: 0;
		max-height: none;
	}

	.gf-events-stack .gf-event-card__image-link {
		height: auto;
		min-height: 0;
	}

	.gf-ticket-section,
	.gf-section,
	.gf-final-cta,
	.gf-faqs {
		margin-top: 32px;
	}

	.gf-button,
	.gf-page .gf-button {
		width: 100%;
	}

	.gf-event-flyer {
		margin-bottom: 24px;
	}
}
