/* ==========================================================================
   ThatWorks Entertainment — Experience Page (cinematic film)
   Loaded only on page-experience.php
   ========================================================================== */

:root {
	/* Intentionally empty — vars scoped below to avoid leaking onto the homepage */
}

.exp-page,
.twent-welcome-experience,
.exp-root {
	--exp-bg: #050709;
	--exp-surface: #0d1117;
	--exp-amber: #d4a574;
	--exp-gold: #c9a227;
	--exp-blue: #38bdf8;
	--exp-white: #f5f0e8;
	--exp-muted: rgba(245, 240, 232, 0.55);
	--exp-faint: rgba(245, 240, 232, 0.12);
	--exp-border: rgba(245, 240, 232, 0.1);
	--exp-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
	--exp-sans: "Outfit", system-ui, -apple-system, sans-serif;
}

.exp-page {
	background: var(--exp-bg);
	color: var(--exp-white);
	font-family: var(--exp-sans);
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

html.admin-bar .exp-nav { top: 32px; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* ── Nav ─────────────────────────────────────────────────────────────────── */
.exp-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem clamp(1.5rem, 5vw, 3.5rem);
	border-bottom: 1px solid transparent;
	transition: background 0.4s ease, border-color 0.4s ease;
}

.exp-nav.is-scrolled {
	background: color-mix(in srgb, var(--exp-bg) 90%, transparent);
	backdrop-filter: blur(12px);
	border-bottom-color: var(--exp-border);
}

.exp-nav__logo {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--exp-white);
	text-decoration: none;
	opacity: 0.55;
	transition: opacity 0.2s;
}
.exp-nav__logo:hover { opacity: 1; }

.exp-nav__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: clamp(1.25rem, 2.5vw, 2.25rem);
}

.exp-nav__link {
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: rgba(245, 240, 232, 0.38);
	text-decoration: none;
	transition: color 0.25s;
}
.exp-nav__link:hover,
.exp-nav__link:focus-visible { color: rgba(245, 240, 232, 0.85); }

/* ── Film stage (desktop cinematic) ──────────────────────────────────────── */
.experience-film {
	position: relative;
	background: var(--exp-bg);
	z-index: 1;
}

.experience-film__track {
	height: 100svh;
	position: relative;
}

.experience-film__stage {
	position: relative;
	top: 0;
	height: 100svh;
	width: 100%;
	overflow: hidden;
	background: var(--exp-bg);
}

/* Cinema mode: fixed viewport frame — not a pinned webpage section */
html.exp-cinema {
	overflow: hidden;
}

html.exp-cinema body {
	overflow: hidden;
}

html.exp-cinema .experience-film__stage {
	position: fixed;
	inset: 0;
	z-index: 120;
	height: 100svh;
	width: 100%;
}

html.exp-cinema .exp-nav {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.6s ease;
}

html.exp-cinema .exp-troy:not(.exp-troy--chapter),
html.exp-cinema .exp-ending,
html.exp-cinema .exp-scene--6 {
	visibility: hidden;
}

.experience-film.is-complete {
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
}

.experience-film.is-complete .experience-film__track {
	height: 0;
}

.experience-blackout {
	position: absolute;
	inset: 0;
	z-index: 28;
	background: var(--exp-bg);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.twent-welcome-experience .experience-blackout,
body.exp-page .experience-blackout {
	position: fixed;
}

.experience-film__images {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	contain: paint;
	transform: translateZ(0);
}

.experience-film__image {
	position: absolute;
	inset: 0;
	opacity: 0;
	/* Keep visibility on — toggling it with autoAlpha drops compositor layers in Firefox */
	visibility: visible;
	pointer-events: none;
	will-change: opacity;
	transform: translateZ(0);
	backface-visibility: hidden;
	transition: none !important;
}

.experience-film__image.is-active {
	opacity: 1;
	z-index: 1;
}

/* Ken Burns target: transform this wrapper, keep <img> static (Firefox-friendly) */
.experience-film__motion {
	position: absolute;
	inset: -10%;
	width: 120%;
	height: 120%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	transform-origin: 50% 50%;
}

.experience-film__image img {
	/* Beat theme img { max-width:100%; height:auto } when both CSS files load on homepage */
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center;
	display: block !important;
	transform: none !important;
	transition: none !important;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.experience-film__veil {
	position: absolute;
	inset: 0;
	z-index: 3;
	background: var(--exp-bg);
	pointer-events: none;
}

.experience-film__blend {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	opacity: 0;
	background:
		linear-gradient(to top, rgba(5, 7, 9, 0.72) 0%, rgba(5, 7, 9, 0.28) 45%, rgba(5, 7, 9, 0.5) 100%),
		radial-gradient(ellipse 80% 55% at 50% 70%, rgba(212, 165, 116, 0.12), transparent 65%);
}

.experience-film__shade {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(to top, rgba(5, 7, 9, 0.88) 0%, rgba(5, 7, 9, 0.35) 42%, rgba(5, 7, 9, 0.55) 100%),
		radial-gradient(ellipse 70% 50% at 50% 80%, rgba(212, 165, 116, 0.08), transparent 60%);
}

.experience-film__copy {
	position: absolute;
	z-index: 4;
	bottom: clamp(4rem, 10vh, 7rem);
	left: clamp(1.5rem, 6vw, 5rem);
	right: clamp(1.5rem, 6vw, 5rem);
	max-width: 34rem;
	pointer-events: none;
}

.experience-film__copy.is-right {
	left: auto;
	margin-left: auto;
	text-align: right;
}

.experience-film__eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--exp-amber);
	margin: 0 0 1rem;
	min-height: 1em;
	opacity: 0;
}

.experience-film__headline {
	font-family: var(--exp-display);
	font-size: clamp(2.6rem, 7vw, 5.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.02;
	color: var(--exp-white);
	margin: 0 0 1rem;
	text-shadow: 0 2px 40px rgba(0, 0, 0, 0.45);
}

.experience-film__headline span {
	display: block;
	opacity: 0;
	transform: translateY(18px);
}

.experience-film__body {
	font-size: clamp(0.98rem, 1.3vw, 1.12rem);
	line-height: 1.65;
	color: var(--exp-muted);
	margin: 0;
	max-width: 36ch;
	opacity: 0;
}

.experience-film__copy.is-right .experience-film__body {
	margin-left: auto;
}

.experience-film__progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	z-index: 4;
	background: transparent;
}

.experience-film__progress-fill {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(212, 165, 116, 0.45);
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}

.experience-film__skip {
	position: absolute;
	top: clamp(5rem, 10vh, 6.5rem);
	right: clamp(1.25rem, 4vw, 2.5rem);
	z-index: 5;
	background: transparent;
	border: 0;
	color: rgba(245, 240, 232, 0.28);
	font-family: var(--exp-sans);
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 0.4rem 0.2rem;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: color 0.2s, opacity 0.4s;
}

.experience-film__skip.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.experience-film__skip:hover,
.experience-film__skip:focus-visible {
	color: rgba(245, 240, 232, 0.7);
	outline: none;
}

/* Desktop film mode: hide editorial stack (except overlay mobile path) */
html.exp-js .experience-editorial:not(.is-overlay-mobile) {
	display: none;
}

/* No-JS / reduced / mobile: hide film, show editorial */
html:not(.exp-js) .experience-film,
html.exp-reduced .experience-film {
	display: none !important;
}

html:not(.exp-js) .experience-editorial,
html.exp-reduced .experience-editorial {
	display: block !important;
}

/* ── Editorial vertical (mobile / reduced / no-JS) ───────────────────────── */
.experience-editorial {
	display: none;
	padding: clamp(5rem, 10vh, 7rem) 0 clamp(3rem, 6vh, 5rem);
}

.experience-editorial__beat {
	margin-bottom: clamp(3.5rem, 8vh, 6rem);
}

.experience-editorial__figure {
	margin: 0 0 1.5rem;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--exp-surface);
}

.experience-editorial__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.experience-editorial__text {
	padding: 0 clamp(1.25rem, 5vw, 2.5rem);
	max-width: 40rem;
}

.experience-editorial__eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--exp-amber);
	margin: 0 0 0.85rem;
}

.experience-editorial__headline {
	font-family: var(--exp-display);
	font-size: clamp(2.2rem, 8vw, 3.5rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0 0 0.85rem;
}

.experience-editorial__headline span { display: block; }

.experience-editorial__copy {
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--exp-muted);
	margin: 0;
}

/* ── Troy ────────────────────────────────────────────────────────────────── */
.exp-troy {
	background: var(--exp-surface);
	padding: clamp(5rem, 12vh, 9rem) clamp(1.5rem, 5vw, 4rem);
}

.exp-troy__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(3rem, 7vw, 7rem);
	align-items: start;
}

.exp-eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--exp-amber);
	margin: 0 0 1.5rem;
}

.exp-troy__headline {
	font-family: var(--exp-display);
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.05;
	margin: 0 0 1.5rem;
	display: flex;
	flex-direction: column;
}

.exp-troy__headline-accent { color: var(--exp-amber); }

.exp-troy__lede {
	font-size: clamp(1.02rem, 1.25vw, 1.12rem);
	line-height: 1.72;
	color: var(--exp-muted);
	margin: 0 0 clamp(2rem, 4vh, 3rem);
	max-width: 42ch;
}

.exp-troy__portrait {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	max-width: 420px;
	background: var(--exp-bg);
}

.exp-troy__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.exp-troy__timeline {
	list-style: none;
	margin: 0;
	padding: clamp(0.5rem, 2vh, 1.5rem) 0 0;
}

.exp-troy__entry {
	display: grid;
	grid-template-columns: minmax(7.5rem, 11rem) 1fr;
	gap: clamp(1rem, 2.5vw, 2rem);
	align-items: baseline;
	padding: clamp(1.75rem, 3.5vh, 2.75rem) 0;
	border-top: 1px solid var(--exp-border);
}

.exp-troy__entry:last-child { border-bottom: 1px solid var(--exp-border); }

.exp-troy__date {
	font-family: var(--exp-display);
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--exp-white);
}

.exp-troy__text {
	font-size: clamp(0.98rem, 1.15vw, 1.08rem);
	line-height: 1.55;
	color: var(--exp-muted);
}

.exp-troy__link {
	grid-column: 1 / -1;
	justify-self: start;
	margin-top: clamp(2rem, 4vh, 3.25rem);
}

.exp-text-link {
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--exp-amber);
	text-decoration: none;
	border-bottom: 1px solid rgba(212, 165, 116, 0.35);
	padding-bottom: 2px;
	transition: color 0.2s, border-color 0.2s;
}
.exp-text-link:hover {
	color: var(--exp-white);
	border-color: rgba(255, 255, 255, 0.35);
}

/* ── Ending bridge ───────────────────────────────────────────────────────── */
.exp-ending {
	background: var(--exp-bg);
	min-height: 70svh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: clamp(5rem, 12vh, 9rem) clamp(1.5rem, 5vw, 3rem);
	position: relative;
}

.exp-ending::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 50% 40% at 50% 50%, rgba(212, 165, 116, 0.07), transparent 70%);
	pointer-events: none;
}

.exp-ending__inner { position: relative; z-index: 1; max-width: 40rem; }

.exp-ending__headline {
	font-family: var(--exp-display);
	font-size: clamp(2.4rem, 6vw, 4.5rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.05;
	margin: 0 0 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.08em;
}

.exp-ending__tagline {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--exp-amber);
	margin: 0 0 2.5rem;
}

.exp-ending__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #d4a574, #c9a227);
	color: #1a1208;
	font-weight: 700;
	font-size: 0.92rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.05rem 2.5rem;
	border-radius: 999px;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 0 40px rgba(212, 165, 116, 0.2);
}
.exp-ending__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 40px rgba(212, 165, 116, 0.35);
	color: #1a1208;
}
.exp-ending__cta:focus-visible {
	outline: 2px solid var(--exp-amber);
	outline-offset: 3px;
}

/* ── Form (preserved) ────────────────────────────────────────────────────── */
.exp-scene--6 {
	background: var(--exp-bg);
	padding: 0;
}

.exp-s6-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(5rem, 10vh, 8rem) clamp(1.5rem, 5vw, 3rem) clamp(4.5rem, 9vh, 7rem);
}

.exp-s6-header { margin-bottom: clamp(2rem, 4vh, 3rem); }

.exp-build-headline {
	font-family: var(--exp-display);
	font-size: clamp(2.6rem, 7vw, 5rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 0.98;
	color: var(--exp-white);
	margin: 0 0 1.1rem;
	display: flex;
	flex-direction: column;
}

.exp-build-headline__line { display: block; }

.exp-s6-lede {
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.6;
	color: var(--exp-muted);
	margin: 0;
	max-width: 36ch;
}

.exp-s6-progress { margin-bottom: 2rem; }

.exp-s6-progress__label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--exp-muted);
	margin: 0 0 0.65rem;
}

.exp-s6-progress__track {
	height: 2px;
	background: var(--exp-border);
	overflow: hidden;
}

.exp-s6-progress__fill {
	display: block;
	height: 100%;
	width: 11.11%;
	background: var(--exp-amber);
	transition: width 0.35s ease;
}

.exp-s6-step {
	margin: 0;
	padding: 0;
	border: none;
	min-height: 0;
}

html.exp-js .exp-s6-step { min-height: 12rem; }
html.exp-js .exp-s6-step:not(.is-active) { display: none !important; }

html:not(.exp-js) .exp-s6-step {
	display: block;
	margin-bottom: 1.75rem;
}

html:not(.exp-js) .exp-s6-progress,
html:not(.exp-js) [data-exp-back],
html:not(.exp-js) [data-exp-next] {
	display: none !important;
}

html:not(.exp-js) [data-exp-submit] { display: inline-flex !important; }

html.exp-js [data-exp-back][hidden],
html.exp-js [data-exp-next][hidden],
html.exp-js [data-exp-submit][hidden] {
	display: none !important;
}

.exp-s6-step__legend {
	font-family: var(--exp-display);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--exp-white);
	margin: 0 0 1.5rem;
	padding: 0;
}

.exp-s6-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.exp-s6-option { cursor: pointer; }
.exp-s6-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.exp-s6-option span {
	display: inline-block;
	border: 1px solid var(--exp-border);
	color: var(--exp-muted);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0.7rem 1.15rem;
	transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.exp-s6-option:hover span {
	color: var(--exp-white);
	border-color: rgba(255, 255, 255, 0.25);
}

.exp-s6-option input:focus-visible + span {
	outline: 2px solid var(--exp-amber);
	outline-offset: 2px;
}

.exp-s6-option input:checked + span {
	background: var(--exp-amber);
	border-color: var(--exp-amber);
	color: #1a1208;
}

.exp-s6-options--checks {
	flex-direction: column;
	align-items: stretch;
	gap: 0.45rem;
}

.exp-s6-option--check span { display: block; width: 100%; }

.exp-s6-field { display: block; width: 100%; }

.exp-s6-input {
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	color: var(--exp-white);
	font-family: var(--exp-sans);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 500;
	letter-spacing: -0.015em;
	padding: 0.85rem 0;
	outline: none;
	transition: border-color 0.2s;
}

.exp-s6-input::placeholder { color: rgba(255, 255, 255, 0.28); }
.exp-s6-input:focus { border-bottom-color: var(--exp-amber); }

.exp-s6-input--area {
	resize: vertical;
	min-height: 7rem;
	line-height: 1.5;
	font-size: 1.05rem;
}

.exp-s6-hint {
	margin: 0.85rem 0 0;
	font-size: 0.8rem;
	color: var(--exp-muted);
}

.exp-s6-error {
	margin: 0.85rem 0 0;
	font-size: 0.85rem;
	color: #f87171;
}

.exp-s6-form-error {
	margin: 1.25rem 0 0;
	font-size: 0.9rem;
	color: #f87171;
}

.exp-s6-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2.25rem;
}

.exp-s6-btn {
	font-family: var(--exp-sans);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.95rem 1.75rem;
	border-radius: 999px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: transform 0.15s ease, background 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}

.exp-s6-btn--primary {
	background: linear-gradient(135deg, #d4a574, #c9a227);
	color: #1a1208;
}
.exp-s6-btn--primary:hover { transform: translateY(-2px); }
.exp-s6-btn--primary:disabled {
	opacity: 0.55;
	cursor: wait;
	transform: none;
}

.exp-s6-btn--ghost {
	background: transparent;
	color: var(--exp-muted);
	border-color: var(--exp-border);
}
.exp-s6-btn--ghost:hover {
	color: var(--exp-white);
	border-color: rgba(255, 255, 255, 0.28);
}

.exp-s6-btn:focus-visible {
	outline: 2px solid var(--exp-amber);
	outline-offset: 3px;
}

.exp-s6-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.exp-s6-confirm { text-align: left; padding: 1rem 0 2rem; }
.exp-s6-confirm[hidden] { display: none !important; }

.exp-s6-confirm__eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--exp-amber);
	margin: 0 0 1.25rem;
}

.exp-s6-confirm__title {
	font-family: var(--exp-display);
	font-size: clamp(2.4rem, 6vw, 4.25rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.02;
	margin: 0 0 1.25rem;
}

.exp-s6-confirm__body {
	font-size: 1.1rem;
	line-height: 1.65;
	color: var(--exp-muted);
	margin: 0;
	max-width: 36ch;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */
.exp-footer {
	padding: 2.5rem clamp(1.5rem, 5vw, 3.5rem);
	border-top: 1px solid var(--exp-border);
	text-align: center;
	background: var(--exp-bg);
}

.exp-footer__link {
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--exp-muted);
	text-decoration: none;
	transition: color 0.2s;
}
.exp-footer__link:hover { color: var(--exp-white); }

/* ── Welcome overlay (homepage first visit) ──────────────────────────────── */

/*
 * Immediate black cover for first-visit pending state.
 * Prevents the homepage from flashing before experience.js boots the overlay.
 */
html.twent-experience-pending,
html.twent-experience-pending body {
	background: #050709 !important;
}

html.twent-experience-pending::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 99990;
	background: #050709;
	pointer-events: none;
}

html.twent-experience-pending body > *:not(#twent-welcome-experience) {
	visibility: hidden !important;
}

html.twent-experience-active::before {
	display: none;
}

html.twent-experience-skip #twent-welcome-experience {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.twent-welcome-experience {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100dvh;
	max-width: 100vw;
	z-index: 100000;
	display: block;
	background: #050709;
	color: #f5f0e8;
	overflow: hidden;
	overflow-x: hidden;
	pointer-events: auto;
	isolation: isolate;
}

.twent-welcome-experience[hidden],
.twent-welcome-experience.is-dismissed {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.twent-welcome-experience .exp-root {
	position: relative;
	width: 100%;
	height: 100%;
	background: #050709;
}

.twent-welcome-experience .experience-film,
.twent-welcome-experience .experience-film__track,
.twent-welcome-experience .experience-film__stage {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100dvh;
}

.twent-welcome-experience .experience-film__stage {
	overflow: hidden;
	background: #050709;
}

/* Beat main.css image rules that break Ken Burns cover plates */
.twent-welcome-experience .experience-film__image img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	display: block !important;
	transform: none !important;
}

html.twent-experience-active,
body.twent-experience-active {
	overflow: hidden !important;
}

/* ── Closing screen ──────────────────────────────────────────────────────── */
.exp-closing,
.exp-static-welcome {
	position: absolute;
	inset: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--exp-bg);
	padding: clamp(1.5rem, 5vw, 3rem);
	text-align: center;
}

.exp-closing[hidden],
.exp-static-welcome[hidden],
.exp-troy--chapter[hidden] {
	display: none !important;
}

.exp-closing__inner {
	max-width: 36rem;
}

.exp-closing__headline {
	font-family: var(--exp-display);
	font-size: clamp(2.8rem, 8vw, 5.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.02;
	margin: 0 0 1.25rem;
	display: flex;
	flex-direction: column;
	color: var(--exp-white);
}

.exp-closing__services,
.exp-closing__lede {
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	color: var(--exp-muted);
	margin: 0 0 2rem;
}

.exp-closing__btn {
	appearance: none;
	border: 1px solid rgba(212, 165, 116, 0.55);
	background: transparent;
	color: var(--exp-white);
	font-family: var(--exp-sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 1rem 1.75rem;
	cursor: pointer;
	transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.exp-closing [data-exp-proceed],
.exp-static-welcome [data-exp-proceed] {
	opacity: 0;
}

.exp-closing [data-exp-proceed].is-visible,
.exp-static-welcome [data-exp-proceed].is-visible {
	opacity: 1;
}

.exp-closing [data-exp-proceed].is-pulsing,
.exp-static-welcome [data-exp-proceed].is-pulsing {
	animation: exp-proceed-pulse 2.8s ease-in-out infinite;
}

.exp-closing__btn:hover,
.exp-closing__btn:focus-visible {
	background: rgba(212, 165, 116, 0.12);
	border-color: var(--exp-amber);
	outline: none;
	animation: none;
}

.exp-closing__btn:disabled {
	opacity: 0.55;
	cursor: wait;
	animation: none;
}

@keyframes exp-proceed-pulse {
	0%,
	100% {
		border-color: rgba(212, 165, 116, 0.4);
		box-shadow: 0 0 0 0 rgba(212, 165, 116, 0);
		transform: scale(1);
	}
	50% {
		border-color: rgba(212, 165, 116, 0.85);
		box-shadow: 0 0 22px 0 rgba(212, 165, 116, 0.22);
		transform: scale(1.03);
	}
}

@media (prefers-reduced-motion: reduce) {
	.exp-closing [data-exp-proceed],
	.exp-static-welcome [data-exp-proceed] {
		opacity: 1;
	}
	.exp-closing [data-exp-proceed].is-pulsing,
	.exp-static-welcome [data-exp-proceed].is-pulsing {
		animation: none;
	}
}

.exp-closing__replay {
	margin: 1.75rem 0 0;
	font-size: 0.8rem;
}

.exp-closing__replay a {
	color: rgba(245, 240, 232, 0.45);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.exp-closing__replay a:hover,
.exp-closing__replay a:focus-visible {
	color: var(--exp-white);
}

/* Troy as in-film chapter panel */
.exp-troy--chapter {
	position: absolute;
	inset: 0;
	z-index: 25;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: var(--exp-surface);
	padding: clamp(3rem, 8vh, 6rem) clamp(1.25rem, 4vw, 3rem);
}

.exp-root {
	position: relative;
	min-height: 100dvh;
	background: var(--exp-bg);
}

body.exp-page .exp-root {
	min-height: auto;
}

.experience-editorial__proceed {
	padding: 0 clamp(1.25rem, 5vw, 2.5rem) clamp(3rem, 8vh, 5rem);
	text-align: center;
}

/* Quiet accessible skip — visible on focus */
.experience-film__a11y-skip {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 6;
	appearance: none;
	border: none;
	cursor: pointer;
	font-family: var(--exp-sans);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--exp-bg);
	background: var(--exp-amber);
	padding: 0.55rem 0.85rem;
	text-decoration: none;
	clip-path: inset(50%);
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.experience-film__a11y-skip:focus,
.experience-film__a11y-skip:focus-visible {
	clip-path: none;
	clip: auto;
	width: auto;
	height: auto;
	overflow: visible;
	outline: 2px solid var(--exp-white);
	outline-offset: 2px;
}

.experience-editorial.is-overlay-mobile {
	position: absolute;
	inset: 0;
	z-index: 20;
	overflow-y: auto;
	display: block !important;
	background: var(--exp-bg);
	padding-top: 2rem;
}

/* ── Reduced motion ─────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }

	.experience-film { display: none !important; }
	.experience-editorial { display: block !important; }

	.experience-film__image img,
	.experience-film__copy * {
		animation: none !important;
		transition: none !important;
	}
}

/* ── Tablet ──────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
	.exp-troy__inner {
		grid-template-columns: 1fr;
		gap: clamp(2.5rem, 5vh, 4rem);
	}

	.exp-troy__portrait {
		max-width: 100%;
		aspect-ratio: 16 / 10;
	}

	.exp-troy__entry {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}
}

/* ── Mobile short-cut film (exp-mobile-film) — not editorial storyboard ─── */
@media (max-width: 767px) {
	html.exp-js.exp-mobile-film .experience-film {
		display: block !important;
	}

	html.exp-js.exp-mobile-film .experience-editorial {
		display: none !important;
	}

	html.exp-js.exp-mobile-film .experience-film__stage {
		position: fixed;
		inset: 0;
		height: 100dvh;
		width: 100%;
		z-index: 120;
	}

	html.exp-js.exp-mobile-film .exp-nav {
		opacity: 0;
		pointer-events: none;
	}

	/* Always-visible Skip to proceed on mobile film */
	html.exp-js.exp-mobile-film .experience-film__a11y-skip {
		clip-path: none;
		clip: auto;
		width: auto;
		height: auto;
		overflow: visible;
		white-space: nowrap;
		top: max(0.75rem, env(safe-area-inset-top));
		right: max(0.75rem, env(safe-area-inset-right));
		left: auto;
		color: rgba(245, 240, 232, 0.75);
		background: rgba(5, 7, 9, 0.45);
		border: 1px solid rgba(245, 240, 232, 0.28);
		backdrop-filter: blur(6px);
		font-size: 0.65rem;
		letter-spacing: 0.12em;
	}

	html.exp-js.exp-mobile-film .experience-film__a11y-skip:focus,
	html.exp-js.exp-mobile-film .experience-film__a11y-skip:focus-visible {
		color: var(--exp-white, #f5f0e8);
		border-color: rgba(212, 165, 116, 0.7);
		outline: 2px solid var(--exp-amber, #d4a574);
		outline-offset: 2px;
	}

	html.exp-js.exp-mobile-film .experience-film__copy {
		bottom: max(3.5rem, calc(env(safe-area-inset-bottom) + 2.5rem));
		left: 1.25rem;
		right: 1.25rem;
		max-width: none;
	}

	html.exp-js.exp-mobile-film .experience-film__headline {
		font-size: clamp(2rem, 9vw, 2.8rem);
	}

	html.exp-js.exp-mobile-film .exp-troy--chapter {
		padding: max(2rem, env(safe-area-inset-top)) 1.25rem max(2rem, env(safe-area-inset-bottom));
	}

	.exp-nav__links { display: none; }

	.experience-editorial__figure { aspect-ratio: 4 / 3; }
	.exp-troy__headline { font-size: clamp(2.1rem, 9vw, 3rem); }
	.exp-ending__headline { font-size: clamp(2rem, 9vw, 3.2rem); }
	.exp-troy__portrait { aspect-ratio: 4 / 5; }
}
