:root {
	--ffc-ink: #121c2b;
	--ffc-ink-soft: #344054;
	--ffc-paper: #fffdf8;
	--ffc-sand: #f5efe3;
	--ffc-gold: #d99a2b;
	--ffc-gold-dark: #946312;
	--ffc-mint: #dcebdd;
	--ffc-line: #d9dee7;
	--ffc-white: #ffffff;
	--ffc-radius: 18px;
	--ffc-shadow: 0 18px 50px rgba(18, 28, 43, 0.12);
}

.ffc-2026-shell {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0;
}

/* Keep Bravada's site navigation while removing its duplicate page-title
 * image banner from the dedicated Film Festival Connect template. */
.page-template-template-ffc-2026 #masthead {
	height: 75px;
	min-height: 75px;
	background: #0d1623;
}

.page-template-template-ffc-2026 #site-header-main {
	top: 0;
	background: #0d1623;
}

.page-template-template-ffc-2026 #branding img {
	filter: brightness(0) invert(1);
}

.page-template-template-ffc-2026 #header-image-main {
	display: none;
}

.ffc-2026-main,
.ffc-2026-page,
.ffc-2026-content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none;
}

.ffc-2026-page {
	background: var(--ffc-paper);
	color: var(--ffc-ink);
}

.ffc-wrap {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ffc-section {
	padding: clamp(58px, 8vw, 104px) 0;
}

.ffc-section--soft {
	background: var(--ffc-sand);
}

.ffc-kicker {
	margin: 0 0 12px;
	color: var(--ffc-gold-dark);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ffc-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(84px, 11vw, 154px) 0 clamp(72px, 9vw, 120px);
	background:
		linear-gradient(90deg, rgba(7, 15, 25, 0.88) 0%, rgba(7, 15, 25, 0.68) 48%, rgba(7, 15, 25, 0.22) 100%),
		linear-gradient(180deg, rgba(7, 15, 25, 0.06) 0%, rgba(7, 15, 25, 0.38) 100%),
		url("/wp-content/uploads/2026/08/ffc-toronto-2026-networking-hero-v1.webp") right center / cover no-repeat;
	color: var(--ffc-white);
}

.ffc-hero__content {
	max-width: 820px;
}

.ffc-hero h1,
.ffc-detail-hero h1 {
	margin: 0;
	color: var(--ffc-white);
	font-size: clamp(2.65rem, 7vw, 5.9rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.ffc-hero__lead,
.ffc-detail-hero__lead {
	max-width: 720px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.08rem, 2.1vw, 1.42rem);
	line-height: 1.6;
}

.ffc-status-banner {
	margin-top: 34px;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--ffc-white);
	font-size: 0.94rem;
}

.ffc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.ffc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border: 2px solid var(--ffc-gold);
	border-radius: 999px;
	background: var(--ffc-gold);
	color: #111821;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ffc-button:hover,
.ffc-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
	background: #efb647;
	color: #111821;
}

.ffc-button--ghost {
	background: transparent;
	color: var(--ffc-white);
}

.ffc-button--muted,
.ffc-button[aria-disabled="true"] {
	border-color: #b7bec8;
	background: #e7e9ed;
	box-shadow: none;
	color: #4f5967;
	cursor: not-allowed;
	pointer-events: none;
}

.ffc-section h2 {
	max-width: 840px;
	margin: 0;
	color: var(--ffc-ink);
	font-size: clamp(2rem, 4.5vw, 3.7rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.ffc-section__intro {
	max-width: 760px;
	margin: 20px 0 0;
	color: var(--ffc-ink-soft);
	font-size: 1.12rem;
	line-height: 1.7;
}

.ffc-value-grid,
.ffc-pass-grid,
.ffc-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 42px;
}

.ffc-value-card,
.ffc-pass-card,
.ffc-detail-card {
	padding: 28px;
	border: 1px solid var(--ffc-line);
	border-radius: var(--ffc-radius);
	background: var(--ffc-white);
	box-shadow: 0 10px 32px rgba(18, 28, 43, 0.07);
}

.ffc-pass-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.ffc-pass-media {
	margin: -28px -28px 26px;
	background: #0d1623;
}

.ffc-pass-art {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	background: #0d1623;
	object-fit: contain;
}

.ffc-pass-card--featured {
	border: 2px solid var(--ffc-gold);
	box-shadow: var(--ffc-shadow);
}

.ffc-pass-card--annual {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
	gap: 30px;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(7, 15, 25, 0.95) 0%, rgba(7, 15, 25, 0.82) 48%, rgba(7, 15, 25, 0.52) 100%),
		linear-gradient(180deg, rgba(7, 15, 25, 0.12) 0%, rgba(7, 15, 25, 0.52) 100%),
		url("/wp-content/uploads/2026/08/ffc-year-round-open-air-cinema-seasons-v1.webp") center 52% / cover no-repeat;
	color: var(--ffc-white);
}

.ffc-pass-card--annual h3,
.ffc-pass-card--annual p {
	color: inherit;
}

.ffc-card-label {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 18px;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--ffc-sand);
	color: var(--ffc-gold-dark);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ffc-pass-card h3,
.ffc-value-card h3,
.ffc-detail-card h3 {
	margin: 0;
	color: var(--ffc-ink);
	font-size: 1.45rem;
	line-height: 1.25;
}

.ffc-pass-card.ffc-pass-card--annual h3 {
	color: inherit;
}

.ffc-price {
	margin: 18px 0 6px;
	font-size: 2.45rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.ffc-price-note {
	margin: 0 0 18px;
	color: var(--ffc-ink-soft);
	font-size: 0.88rem;
}

.ffc-list {
	margin: 22px 0 28px;
	padding: 0;
	list-style: none;
}

.ffc-list li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 24px;
	line-height: 1.52;
}

.ffc-list li::before {
	position: absolute;
	left: 0;
	top: 0.22em;
	content: "✓";
	color: var(--ffc-gold-dark);
	font-weight: 900;
}

.ffc-pass-card .ffc-button {
	margin-top: auto;
}

.ffc-note {
	padding: 22px 24px;
	border-left: 5px solid var(--ffc-gold);
	border-radius: 0 12px 12px 0;
	background: var(--ffc-sand);
	color: var(--ffc-ink);
}

.ffc-table-wrap {
	overflow-x: auto;
	margin-top: 38px;
	border: 1px solid var(--ffc-line);
	border-radius: 16px;
	background: var(--ffc-white);
}

.ffc-table {
	width: 100%;
	min-width: 820px;
	margin: 0;
	border-collapse: collapse;
}

.ffc-table th,
.ffc-table td {
	padding: 18px;
	border-bottom: 1px solid var(--ffc-line);
	text-align: left;
	vertical-align: top;
}

.ffc-table th {
	background: var(--ffc-ink);
	color: var(--ffc-white);
	font-size: 0.84rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ffc-table tbody th {
	background: var(--ffc-white);
	color: var(--ffc-ink);
	font-size: inherit;
	letter-spacing: normal;
	text-transform: none;
}

.ffc-table tbody tr:nth-child(even) th,
.ffc-table tbody tr:nth-child(even) td {
	background: #faf7f0;
}

.ffc-table tr:last-child td {
	border-bottom: 0;
}

.ffc-tag {
	display: inline-block;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--ffc-mint);
	color: #274f2b;
	font-size: 0.78rem;
	font-weight: 800;
}

.ffc-tag--pending {
	background: #f7e8c9;
	color: #754f0f;
}

.ffc-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 38px;
	counter-reset: ffc-steps;
}

.ffc-step {
	padding: 28px;
	border-top: 4px solid var(--ffc-gold);
	background: var(--ffc-white);
	box-shadow: 0 8px 25px rgba(18, 28, 43, 0.06);
	counter-increment: ffc-steps;
}

.ffc-step::before {
	display: block;
	margin-bottom: 16px;
	content: "0" counter(ffc-steps);
	color: var(--ffc-gold-dark);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.ffc-faq {
	margin-top: 34px;
}

.ffc-faq details {
	border-bottom: 1px solid var(--ffc-line);
}

.ffc-faq summary {
	padding: 20px 0;
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 800;
}

.ffc-faq details > div {
	max-width: 800px;
	padding: 0 0 22px;
	color: var(--ffc-ink-soft);
	line-height: 1.65;
}

.ffc-legal-summary {
	padding: 30px;
	border: 1px solid var(--ffc-line);
	border-radius: var(--ffc-radius);
	background: var(--ffc-white);
}

.ffc-purchase-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.ffc-purchase-option {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 18px;
	border: 2px solid var(--ffc-gold);
	border-radius: 14px;
	background: var(--ffc-ink);
	color: var(--ffc-white);
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ffc-purchase-option:hover,
.ffc-purchase-option:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(18, 28, 43, 0.18);
	color: var(--ffc-white);
}

.ffc-purchase-option span {
	color: #f2bd5b;
	font-weight: 800;
}

.ffc-detail-hero {
	padding: clamp(74px, 9vw, 124px) 0;
	background: linear-gradient(140deg, #101b2a, #243a53);
	color: var(--ffc-white);
}

.ffc-detail-hero h1 {
	font-size: clamp(2.5rem, 6vw, 5rem);
}

.ffc-detail-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: clamp(34px, 6vw, 78px);
	align-items: center;
}

.ffc-detail-hero__art {
	margin: 0;
}

.ffc-detail-hero__art img {
	display: block;
	width: min(100%, 440px);
	margin-inline: auto;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.ffc-detail-price {
	margin: 24px 0 0;
	color: var(--ffc-gold);
	font-size: 2.2rem;
	font-weight: 900;
}

@media (max-width: 900px) {
	.ffc-value-grid,
	.ffc-pass-grid,
	.ffc-detail-grid,
	.ffc-steps {
		grid-template-columns: 1fr;
	}

	.ffc-pass-card--annual {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

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

	.ffc-detail-hero__grid {
		grid-template-columns: 1fr;
	}

	.ffc-detail-hero__art img {
		width: min(100%, 520px);
	}
}

@media (max-width: 640px) {
	.ffc-wrap {
		width: min(100% - 28px, 1180px);
	}

	.ffc-section {
		padding: 54px 0;
	}

	.ffc-value-card,
	.ffc-pass-card,
	.ffc-detail-card,
	.ffc-legal-summary {
		padding: 22px;
	}

	.ffc-pass-media {
		margin: -22px -22px 22px;
	}

	.ffc-actions,
	.ffc-actions .ffc-button {
		width: 100%;
	}

	.ffc-purchase-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ffc-button {
		transition: none;
	}
}
