:root {
	--gold: #d7b48d;
	--paper: #f5f2ed;
	--black: #030404;
	--line: #ffffff3d
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px
}

body {
	margin: 0;
	background: var(--black);
	color: var(--paper);
	font: 18px Georgia, 'Times New Roman', serif
}

button, a, summary {
	-webkit-tap-highlight-color: transparent
}

a {
	color: inherit;
	text-decoration: none
}

button {
	color: inherit;
	font: inherit;
	cursor: pointer
}

button:focus-visible, a:focus-visible, summary:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 5px
}

button:hover, a:hover {
	color: var(--gold)
}

[hidden] {
	display: none !important
}

header {
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3.6%;
	gap: 30px;
	z-index: 30;
	background: linear-gradient(#030404 15%, #030404e8 75%, transparent)
}

.brand {
	font: clamp(22px, 2vw, 32px) Georgia, serif;
	white-space: nowrap;
	letter-spacing: 1px
}

nav {
	display: flex;
	align-items: center;
	gap: clamp(15px, 2.7vw, 44px)
}

nav a {
	font: 14px Arial, sans-serif;
	letter-spacing: .8px;
	text-transform: uppercase;
	white-space: nowrap
}

.menu {
	width: 38px;
	padding: 0;
	background: none;
	border: 0;
	flex-shrink: 0;
	height: 44px
}

.menu i {
	display: block;
	height: 1px;
	margin: 10px 0;
	background: #fff
}

header.expanded nav {
	position: absolute;
	right: 3.6%;
	top: 90px;
	display: flex;
	flex-direction: column;
	background: #090909;
	padding: 35px;
	align-items: flex-start;
	gap: 25px;
	border: 1px solid #ffffff25
}

.screen {
	height: max(780px, 100svh);
	max-height: 1120px;
	position: relative;
	overflow: hidden;
	padding: 100px 4% 65px
}

h1, h2, h3, p, blockquote {
	font-weight: 400
}

h1, h2, h3 {
	margin: 0
}

h2 {
	font-size: clamp(46px, 4.5vw, 74px);
	line-height: 1.16
}

p {
	line-height: 1.5
}

.gold, .act {
	color: var(--gold)
}

.art {
	display: block;
	overflow: hidden
}

.hero-art {
	position: absolute;
	right: 0;
	top: 105px;
	width: 68%;
	height: 75%;
	mask-image: linear-gradient(90deg, transparent, black 22%);
	opacity: .94
}

.hero-copy {
	position: relative;
	z-index: 2;
	margin-left: 3%;
	padding-top: 60px;
	width: max-content
}

.fifty {
	display: block;
	font-size: clamp(270px, 27vw, 435px);
	line-height: .84;
	letter-spacing: -22px;
	color: #d3bea2
}

.act-title {
	display: block;
	font-size: clamp(46px, 4.4vw, 71px);
	letter-spacing: 3px;
	color: #d3bea2;
	margin-top: 24px
}

.intro {
	text-transform: uppercase;
	font-size: clamp(23px, 2vw, 31px);
	line-height: 1.45;
	letter-spacing: 1.2px;
	margin: 27px 0 36px
}

.pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	border: 1.5px solid var(--gold);
	border-radius: 60px;
	padding: 22px 36px;
	font: 16px Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: transparent;
	min-height: 65px
}

.pill:hover {
	background: #d7b48d;
	color: #050505
}

.pill span {
	font-size: 28px
}

.down {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 45px;
	margin: 12px 0 0 150px;
	width: 50px;
	font-weight: 200
}

.hero-quote {
	position: absolute;
	right: 5%;
	bottom: 8%;
	text-transform: uppercase;
	font-size: clamp(21px, 1.9vw, 31px);
	line-height: 1.45;
	text-align: right;
	margin: 0;
	letter-spacing: 1px
}

.opening {
	height: 260svh;
	background: #020303
}

.opening-sticky {
	position: sticky;
	top: 0;
	height: 100svh;
	min-height: 720px;
	padding-top: 140px;
	overflow: hidden
}

.opening h2 {
	text-align: center;
	font-size: clamp(75px, 7.2vw, 115px)
}

.timeline-intro {
	text-align: center;
	text-transform: uppercase;
	font-size: clamp(20px, 2vw, 31px);
	margin: 25px 4% 55px
}

.timeline-window {
	overflow: hidden;
	width: 100%;
	padding-top: 8px
}

.timeline-film {
	display: flex;
	width: max-content;
	will-change: transform;
	transform: translate3d(0, 0, 0)
}

.year-frame {
	width: 180px;
	flex: none
}

.year-label {
	width: 100%;
	height: 72px;
	text-align: center;
	position: relative;
	font: 17px Arial, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #aaa;
	padding-top: 0;
	color: #999
}

.year-label:after {
	content: '';
	position: absolute;
	height: 30px;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #bbb
}

.year-frame.active .year-label {
	color: var(--gold)
}

.year-frame.active .year-label:after {
	background: var(--gold);
	width: 2px
}

.year-frame .art {
	height: 215px;
	width: 100%;
	filter: brightness(.65);
	transition: filter .25s
}

.year-frame.active .art {
	filter: brightness(1.15)
}

.timeline-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 7%
}

.year-readout {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.year-readout span {
	font-size: 65px;
	color: var(--gold);
	font-variant-numeric: tabular-nums
}

.year-readout small {
	font: 12px Arial, sans-serif;
	letter-spacing: 2px
}

.timeline-bottom>div:last-child {
	text-align: right
}

.timeline-bottom p {
	text-transform: uppercase;
	font-size: 26px
}

.down-link {
	font: 14px Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase
}

.down-link span {
	display: block;
	font-size: 40px;
	margin-top: 14px
}

.left-copy {
	position: relative;
	z-index: 3;
	padding-top: 13vh;
	width: 36%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.act {
	font-size: 35px;
	letter-spacing: 3px;
	margin: 0 0 38px
}

.lead {
	font-size: clamp(24px, 2vw, 33px);
	line-height: 1.45;
	margin: 45px 0 25px
}

.controls {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: auto;
	padding-top: 35px
}

.count {
	font: 18px Arial, sans-serif;
	letter-spacing: 3px;
	margin-right: 38px;
	white-space: nowrap
}

.controls button {
	border: 1px solid #fff;
	background: transparent;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	font: 43px Georgia, serif;
	line-height: 1;
	padding-bottom: 5px
}

.controls button:hover {
	border-color: var(--gold);
	background: #d7b48d15
}

.history-art {
	position: absolute;
	right: 0;
	top: 90px;
	width: 65%;
	height: calc(100% - 90px);
	mask-image: linear-gradient(90deg, transparent, black 22%)
}

.story-screen .left-copy {
	width: 39%
}

.story-screen .lead {
	max-width: 460px
}

.moment-art {
	position: absolute;
	left: 28%;
	top: 110px;
	width: 58%;
	height: calc(100% - 155px);
	mask-image: linear-gradient(90deg, transparent, black 8%, black 90%, transparent)
}

.moments-screen .left-copy {
	width: 34%;
	padding-top: 10vh;
	padding-bottom: 60px
}

.moments-screen h2 {
	font-size: clamp(48px, 4.7vw, 76px)
}

.moments-screen .act {
	margin-bottom: 34px
}

.moments-screen .lead {
	margin-top: 35px
}

.side-quote {
	position: absolute;
	right: 3%;
	top: 27%;
	font-size: clamp(23px, 2vw, 33px);
	line-height: 1.4;
	width: 18%;
	margin: 0;
	z-index: 4
}

.side-quote i, .gold-rule {
	width: 75px;
	height: 2px;
	display: block;
	background: var(--gold);
	margin: 35px 0
}

.text-action {
	border: 0;
	background: transparent;
	padding: 8px 0;
	font: 15px Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.6
}

.text-action span {
	font-size: 28px;
	margin-left: 14px
}

.subtle {
	font: 12px Arial, sans-serif;
	line-height: 1.7;
	letter-spacing: 1.4px;
	color: #afa79d
}

.moment-picks {
	position: absolute;
	bottom: 23px;
	left: 4%;
	right: 4%;
	display: flex;
	gap: 15px;
	align-items: center;
	border-top: 1px solid var(--line);
	padding-top: 15px;
	overflow: auto
}

.moment-picks button {
	background: none;
	border: 0;
	color: #aaa;
	font: 14px Arial, sans-serif;
	padding: 6px 12px
}

.moment-picks button[aria-current=true] {
	color: var(--gold);
	border-bottom: 1px solid var(--gold)
}

.people-screen {
	display: grid;
	grid-template-columns: 29% 1fr;
	gap: 3%;
	align-items: center;
	padding-top: 125px;
	padding-bottom: 85px
}

.people-copy h2 {
	font-size: clamp(34px, 3.05vw, 49px);
	line-height: 1.25
}

.people-copy .lead {
	margin-top: 50px
}

.select-label {
	font: 17px Arial, sans-serif;
	letter-spacing: 2px;
	line-height: 1.8;
	text-transform: uppercase;
	margin-top: 75px
}

.select-label span {
	font-size: 30px;
	margin-left: 15px
}

.portrait-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	height: 100%;
	max-height: 725px
}

.portrait-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #0a0908;
	border: 1px solid #ffffff36;
	text-align: left;
	overflow: hidden;
	min-width: 0
}

.portrait-card .art {
	width: 100%;
	height: 78%;
	position: absolute;
	top: 0;
	left: 0
}

.portrait-caption {
	position: relative;
	z-index: 1;
	margin-top: auto;
	padding: 65px 15px 18px;
	background: linear-gradient(transparent, #020202 58%);
	width: 100%
}

.portrait-caption strong {
	font: clamp(19px, 1.6vw, 26px) Georgia, serif;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	white-space: nowrap
}

.portrait-caption small {
	display: block;
	font: clamp(18px, 1.65vw, 27px) Georgia, serif;
	margin-top: 9px;
	line-height: 1.2
}

.portrait-card:hover .art {
	filter: brightness(1.18)
}

.backstage-art {
	position: absolute;
	left: 34%;
	top: 90px;
	width: 45%;
	height: calc(100% - 90px);
	mask-image: linear-gradient(90deg, transparent, black 9%, black 92%, transparent)
}

.backstage-screen .left-copy {
	width: 34%
}

.backstage-screen .side-quote {
	top: 43%;
	width: 17%
}

.stage-screen .left-copy {
	width: 30%;
	padding-top: 10vh
}

.stage-art {
	position: absolute;
	left: 28%;
	top: 100px;
	width: 72%;
	height: 72%;
	mask-image: linear-gradient(90deg, transparent, black 6%)
}

.stage-caption {
	position: absolute;
	bottom: 10%;
	left: 32%;
	max-width: 62%;
	z-index: 5
}

.stage-caption h3 {
	font-size: 27px;
	font-weight: 400
}

.stage-caption p {
	font-size: 23px;
	margin: 10px 0
}

.stage-screen .lead {
	margin-top: 45px
}

.stage-screen .gold-rule {
	margin: 12px 0
}

.numbers-screen {
	display: grid;
	grid-template-columns: 28% 1fr;
	align-items: start;
	gap: 4%;
	padding-top: 200px
}

.numbers-copy, .stats {
	position: relative;
	z-index: 2
}

.numbers-copy h2 {
	font-size: clamp(40px, 4vw, 64px)
}

.numbers-copy .lead {
	font-size: clamp(23px, 1.85vw, 30px);
	margin-top: 50px
}

.numbers-copy .text-action {
	margin-top: 35px
}

.stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 100px 25px;
	padding-top: 0
}

.stats strong {
	font-size: clamp(60px, 6.2vw, 100px);
	color: var(--gold);
	font-weight: 400;
	line-height: 1.1;
	display: block;
	white-space: nowrap
}

.stats span {
	display: block;
	font-size: clamp(22px, 2.3vw, 36px);
	margin-top: 7px
}

.stats .infinity {
	color: #fff;
	font-size: 110px;
	line-height: .98
}

.seats-art {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85%;
	height: 70%;
	opacity: .72;
	mask-image: linear-gradient(135deg, transparent, black)
}

.section-footer {
	position: absolute;
	bottom: 45px;
	left: 4%;
	right: 4%;
	display: flex;
	align-items: center;
	gap: 30px;
	z-index: 5
}

.section-footer>span, .section-footer>a {
	font-size: 26px;
	white-space: nowrap
}

.section-footer i {
	height: 1px;
	flex: 1;
	background: #bcb3a5
}

.section-footer small {
	font: 13px Arial, sans-serif;
	letter-spacing: 2px
}

.curtain-art {
	position: absolute;
	left: 31%;
	top: 100px;
	width: 53%;
	height: calc(100% - 100px);
	mask-image: linear-gradient(90deg, transparent, black 12%, black 86%, transparent)
}

.next-screen .left-copy {
	width: 40%;
	padding-top: 13vh
}

.next-screen .act {
	font-size: 28px
}

.next-screen .side-quote {
	top: 32%;
	width: 15%
}

.next-screen .pill {
	margin-top: 15px
}

.final-screen {
	display: grid;
	grid-template-columns: 54% 46%;
	align-items: center;
	gap: 0;
	padding-top: 130px;
	padding-bottom: 140px
}

.mosaic-number {
	width: 100%
}

.mosaic-number .art {
	width: 100%;
	height: auto;
	aspect-ratio: 800/590
}

.final-copy {
	padding-left: 5%
}

.final-copy h2 {
	font-size: clamp(46px, 4.4vw, 71px)
}

.final-copy .lead {
	font-size: clamp(23px, 2.3vw, 37px);
	margin-top: 30px
}

.uppercase {
	text-transform: uppercase
}

.handwritten {
	font: italic clamp(34px, 3.7vw, 60px) 'Snell Roundhand', 'Segoe Script', Georgia, serif;
	transform: rotate(-7deg);
	margin: 40px 0 60px;
	white-space: nowrap
}

.signature {
	text-align: right;
	font-size: 27px;
	line-height: 1.5
}

.final-screen .section-footer {
	border-top: 1px solid var(--line);
	padding-top: 30px
}

.interview-section {
	padding: 30px 7% 70px;
	color: #c7bfb4
}

.interview-section details {
	border-bottom: 1px solid var(--line)
}

summary {
	list-style: none;
	cursor: pointer;
	padding: 24px 0;
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: Arial, sans-serif;
	font-size: 16px
}

summary::-webkit-details-marker {
	display: none
}

summary span:last-child {
	margin-left: auto
}

.topic-num {
	color: var(--gold);
	font-size: 13px
}

.topic-name {
	flex: 1;
	font: 25px Georgia, serif
}

.topic-sub {
	font-size: 14px;
	color: #aaa
}

.interview-section details p {
	font-size: 19px;
	line-height: 1.7
}

.interview-section h3 {
	margin-top: 35px;
	font-size: 30px
}

.interview-section li {
	font-size: 19px;
	padding: 10px;
	line-height: 1.7
}

dialog {
	background: #10100f;
	color: var(--paper);
	border: 1px solid #7c6d5a;
	max-width: 680px;
	width: 90%;
	padding: 50px;
	max-height: 85svh;
	overflow: auto
}

dialog::backdrop {
	background: #000b;
	backdrop-filter: blur(7px)
}

.dialog-close {
	position: absolute;
	right: 16px;
	top: 10px;
	background: none;
	border: 0;
	font: 35px Arial, sans-serif
}

dialog h2 {
	font-size: 38px
}

dialog .act {
	font-size: 16px;
	margin-bottom: 24px
}

dialog p, dialog li {
	font-size: 22px;
	line-height: 1.6
}

dialog .subtle {
	font-size: 14px
}

.dialog-video {
	width: 100%
}

@media(max-width:1150px) {
	header {
		gap: 20px
	}

	nav {
		gap: 16px
	}

	nav a {
		font-size: 12px
	}

	.brand {
		font-size: 23px
	}

	.screen {
		min-height: 760px
	}

	.left-copy {
		padding-top: 10vh
	}

	.count {
		margin-right: 10px
	}

	.controls {
		gap: 12px
	}

	.controls button {
		width: 53px;
		height: 53px
	}

	.people-screen {
		grid-template-columns: 28% 1fr;
		gap: 3%
	}

	.portrait-grid {
		gap: 12px;
		max-height: 610px
	}

	.portrait-caption {
		padding: 50px 10px 17px
	}

	.portrait-caption strong {
		font-size: 19px;
		white-space: normal
	}

	.portrait-caption small {
		font-size: 21px
	}

	.people-copy .lead {
		font-size: 23px
	}

	.select-label {
		font-size: 14px;
		margin-top: 40px
	}

	.stats {
		gap: 85px 22px
	}

	.section-footer small {
		font-size: 11px
	}

	.side-quote {
		font-size: 23px
	}

	.next-screen h2 {
		font-size: 51px
	}

	.next-screen .pill {
		padding: 18px 23px;
		font-size: 13px
	}

	.stage-caption h3 {
		font-size: 23px
	}

	.intro {
		font-size: 23px
	}

	.hero-copy {
		padding-top: 85px
	}

	.hero-quote {
		font-size: 23px
	}

	.timeline-bottom {
		padding-top: 20px
	}

}

@media(max-width:760px) {
	html {
		scroll-padding-top: 78px
	}

	body {
		font-size: 17px
	}

	header {
		height: 80px;
		padding: 0 6%
	}

	.brand {
		font-size: 22px
	}

	nav {
		display: none
	}

	header.expanded nav {
		right: 0;
		top: 77px;
		width: 100%;
		padding: 30px 7%;
		border-right: 0;
		border-left: 0
	}

	header.expanded nav a {
		font-size: 16px;
		padding: 8px 0
	}

	.menu {
		width: 31px
	}

	.menu i {
		margin: 8px 0
	}

	.screen {
		height: auto;
		min-height: 800px;
		max-height: none;
		padding: 105px 7% 60px
	}

	h2 {
		font-size: 43px
	}

	.hero {
		min-height: 870px
	}

	.hero-copy {
		padding-top: 60px;
		margin: 0;
		width: 100%
	}

	.fifty {
		font-size: 265px;
		letter-spacing: -19px
	}

	.act-title {
		font-size: 37px;
		letter-spacing: 1px;
		margin-top: 14px
	}

	.intro {
		font-size: 21px;
		letter-spacing: .5px;
		margin: 32px 0
	}

	.hero-art {
		top: 115px;
		right: -22%;
		width: 110%;
		height: 415px;
		opacity: .56;
		mask-image: linear-gradient(0deg, transparent, black 30%, black 70%, transparent)
	}

	.pill {
		font-size: 13px;
		padding: 20px 28px;
		min-height: 60px;
		letter-spacing: 1.5px
	}

	.hero .down {
		margin: 12px 0 0 115px;
		font-size: 34px
	}

	.hero-quote {
		left: 7%;
		right: 7%;
		bottom: 38px;
		text-align: left;
		font-size: 18px;
		letter-spacing: .5px
	}

	.opening {
		height: 240svh
	}

	.opening-sticky {
		padding-top: 115px;
		min-height: 660px
	}

	.opening h2 {
		font-size: 76px
	}

	.timeline-intro {
		font-size: 19px;
		line-height: 1.5;
		margin: 25px 7% 30px
	}

	.year-frame {
		width: 135px
	}

	.year-label {
		font-size: 15px;
		height: 60px
	}

	.year-frame .art {
		height: 185px
	}

	.timeline-bottom {
		padding: 25px 7%;
		gap: 25px
	}

	.timeline-bottom p {
		font-size: 18px
	}

	.year-readout span {
		font-size: 47px
	}

	.year-readout small {
		font-size: 9px
	}

	.down-link {
		font-size: 10px;
		letter-spacing: 1px
	}

	.down-link span {
		font-size: 29px;
		margin-top: 10px
	}

	.left-copy, .story-screen .left-copy, .moments-screen .left-copy, .backstage-screen .left-copy, .stage-screen .left-copy, .next-screen .left-copy {
		padding: 0;
		width: 100%;
		height: auto
	}

	.act {
		font-size: 26px;
		margin-bottom: 25px
	}

	.lead {
		font-size: 24px;
		margin: 30px 0
	}

	.story-screen {
		padding-bottom: 32px;
		display: flex;
		flex-direction: column;
		min-height: 960px
	}

	.history-art {
		position: relative;
		order: 2;
		width: calc(100% + 16.3%);
		height: 420px;
		top: auto;
		right: auto;
		margin: 25px -8.15% 0;
		mask-image: linear-gradient(0deg, black 75%, transparent)
	}

	.story-screen .left-copy {
		order: 1
	}

	.story-screen h2 {
		font-size: 44px
	}

	.story-screen .lead {
		max-width: none
	}

	.controls {
		padding-top: 15px;
		margin-top: 10px;
		gap: 15px
	}

	.count {
		font-size: 15px;
		flex: 1
	}

	.controls button {
		width: 51px;
		height: 51px
	}

	.moment-art {
		left: 17%;
		top: 170px;
		width: 95%;
		height: 475px;
		opacity: .5;
		mask-image: linear-gradient(0deg, transparent, black 25%, black 85%, transparent)
	}

	.moments-screen {
		min-height: 970px;
		padding-bottom: 90px
	}

	.moments-screen h2 {
		font-size: 48px;
		max-width: 330px
	}

	.moments-screen .lead {
		max-width: 270px;
		margin-top: 35px
	}

	.moments-screen .controls {
		width: 100%;
		margin-top: 25px
	}

	.moments-screen .side-quote {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		font-size: 24px;
		margin-top: 35px
	}

	.side-quote i {
		margin: 22px 0
	}

	.moment-picks {
		left: 7%;
		right: 7%;
		gap: 5px;
		bottom: 22px
	}

	.moment-picks button {
		padding: 8px 10px;
		flex: none
	}

	.people-screen {
		display: block;
		padding-top: 105px;
		min-height: 0
	}

	.people-copy h2 {
		font-size: 37px
	}

	.people-copy .lead {
		margin: 32px 0;
		font-size: 24px
	}

	.select-label {
		margin: 25px 0 30px;
		font-size: 14px
	}

	.portrait-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		height: auto;
		max-height: none
	}

	.portrait-card {
		height: 280px
	}

	.portrait-caption {
		padding: 45px 10px 15px
	}

	.portrait-caption strong {
		font-size: 19px;
		white-space: normal
	}

	.portrait-caption small {
		font-size: 19px
	}

	.portrait-card .art {
		height: 75%
	}

	.backstage-screen {
		min-height: 1080px;
		padding-bottom: 35px
	}

	.backstage-art {
		position: absolute;
		left: 15%;
		top: 480px;
		height: 525px;
		width: 80%;
		mask-image: linear-gradient(0deg, transparent, black 10%, black 80%, transparent)
	}

	.backstage-screen .left-copy {
		max-width: none
	}

	.backstage-screen .lead {
		max-width: 340px
	}

	.backstage-screen .side-quote {
		top: auto;
		bottom: 40px;
		left: 7%;
		width: 65%;
		font-size: 25px;
		text-shadow: 0 2px 15px #000
	}

	.backstage-screen .controls {
		position: relative;
		z-index: 2
	}

	.stage-screen {
		min-height: 930px;
		padding-bottom: 45px
	}

	.stage-art {
		left: 0;
		top: 435px;
		width: 100%;
		height: 360px;
		mask-image: linear-gradient(0deg, transparent, black 15%, black 80%, transparent)
	}

	.stage-screen .lead {
		font-size: 24px;
		line-height: 1.3;
		margin: 25px 0
	}

	.stage-screen .left-copy {
		position: static
	}

	.stage-screen .controls {
		position: absolute;
		bottom: 38px;
		left: 7%;
		right: 7%;
		z-index: 5
	}

	.stage-screen .gold-rule {
		margin: 15px 0
	}

	.stage-caption {
		left: 7%;
		bottom: 130px;
		max-width: 86%
	}

	.stage-caption h3 {
		font-size: 22px
	}

	.stage-caption p {
		font-size: 18px
	}

	.numbers-screen {
		display: block;
		min-height: 1020px;
		padding-bottom: 135px
	}

	.numbers-copy h2 {
		font-size: 47px
	}

	.numbers-copy .lead {
		margin: 30px 0;
		font-size: 23px
	}

	.numbers-copy .text-action {
		margin: 0 0 35px
	}

	.stats {
		grid-template-columns: 1fr 1fr;
		gap: 37px 20px
	}

	.stats strong {
		font-size: 65px
	}

	.stats span {
		font-size: 25px
	}

	.stats .infinity {
		font-size: 80px
	}

	.seats-art {
		width: 100%;
		height: 50%;
		opacity: .45
	}

	.section-footer {
		bottom: 30px;
		left: 7%;
		right: 7%;
		flex-wrap: wrap;
		gap: 15px
	}

	.section-footer>span, .section-footer>a {
		font-size: 20px
	}

	.section-footer i {
		min-width: 20px
	}

	.section-footer small {
		width: 100%;
		font-size: 9px;
		letter-spacing: 1.6px
	}

	.next-screen {
		min-height: 1020px
	}

	.next-screen .act {
		font-size: 23px
	}

	.next-screen h2 {
		font-size: 46px
	}

	.next-screen .lead {
		font-size: 25px;
		margin: 25px 0
	}

	.curtain-art {
		left: 8%;
		top: 395px;
		width: 94%;
		height: 560px;
		opacity: .82;
		mask-image: linear-gradient(0deg, transparent, black 20%, black 70%, transparent)
	}

	.next-screen .side-quote {
		top: auto;
		bottom: 135px;
		left: 7%;
		width: 67%;
		font-size: 24px;
		text-shadow: 0 2px 8px #000
	}

	.next-screen .side-quote p {
		margin: 0
	}

	.next-screen .side-quote i {
		margin: 18px 0
	}

	.next-screen .side-quote .text-action {
		font-size: 13px
	}

	.final-screen {
		display: flex;
		flex-direction: column;
		gap: 25px;
		min-height: 970px;
		padding-bottom: 150px;
		justify-content: center
	}

	.mosaic-number {
		width: 100%;
		max-width: 520px
	}

	.final-copy {
		padding: 0;
		width: 100%
	}

	.final-copy h2 {
		font-size: 39px
	}

	.final-copy .lead {
		font-size: 23px;
		margin: 25px 0
	}

	.final-copy .gold-rule {
		margin: 25px 0
	}

	.handwritten {
		font-size: 34px;
		margin: 30px 0 45px;
		white-space: normal
	}

	.signature {
		font-size: 22px
	}

	.final-screen .section-footer {
		padding-top: 20px
	}

	.interview-section {
		padding: 15px 7% 50px
	}

	.topic-sub {
		display: none
	}

	.topic-name {
		font-size: 22px
	}

	summary {
		font-size: 15px;
		gap: 12px
	}

	.interview-section details p, .interview-section li {
		font-size: 17px
	}

	.interview-section ol {
		padding-left: 20px
	}

	dialog {
		padding: 45px 25px 30px
	}

	dialog h2 {
		font-size: 31px
	}

	dialog p, dialog li {
		font-size: 19px
	}

}

@media(max-width:360px) {
	.brand {
		font-size: 19px
	}

	.fifty {
		font-size: 235px
	}

	.act-title {
		font-size: 32px
	}

	.portrait-card {
		height: 245px
	}

	.portrait-caption strong, .portrait-caption small {
		font-size: 17px
	}

	.stats strong {
		font-size: 56px
	}

	.next-screen h2 {
		font-size: 40px
	}

}

@media(prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto
	}

	*, *::before, *::after {
		transition: none !important
	}

}

/* Light editorial serif matching the supplied compositions. */
body {
	font-family: "Times New Roman", Georgia, serif
}

.fifty {
	font-family: Didot, "Times New Roman", serif;
	font-weight: 400
}

.moment-year {
	font-size: 28px;
	margin: 25px 0 0
}

.moment-year+.lead {
	margin-top: 25px
}

.screen:target {
	scroll-margin-top: -80px
}

/* Viewport-aware spacing: reserve the header and each section's own controls. */
:root {
	--body-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--display-font: "Times New Roman", Georgia, serif;
	--header-height: clamp(64px, 10svh, 90px);
	--section-gap: clamp(18px, 3svh, 34px)
}

html {
	scroll-padding-top: 0
}

body {
	font-family: var(--body-font);
	font-weight: 300
}

h1, h2, h3, .act, .brand, .act-title, .stats strong, .year-readout>span, .section-footer>a, .section-footer>span {
	font-family: var(--display-font);
	font-weight: 400
}

p, blockquote, .lead, .intro, .signature, .timeline-intro, .timeline-bottom p, .stats span, .portrait-caption small, dialog p, dialog li, .interview-section li, .interview-section details p {
	font-family: var(--body-font);
	font-weight: 300
}

nav a, .pill, .text-action, .count, .year-label, .year-readout small, .down-link, .subtle, .select-label, .moment-picks button, summary, .section-footer small {
	font-family: var(--body-font);
	font-weight: 300
}

.portrait-caption strong {
	font-family: var(--display-font);
	font-weight: 400
}

.handwritten {
	font-family: 'Snell Roundhand', 'Segoe Script', Georgia, serif
}

header {
	height: var(--header-height);
	background: linear-gradient(#030404 60%, #030404ee 90%, transparent)
}

header.expanded nav {
	top: var(--header-height)
}

.screen:target {
	scroll-margin-top: 0
}

.lead, .intro, .side-quote {
	line-height: 1.45
}

@media(min-width:761px) {
	.screen {
		height: 100svh;
		min-height: 0;
		max-height: none;
		padding: calc(var(--header-height) + var(--section-gap)) 4% var(--section-gap)
	}

	h2 {
		font-size: clamp(32px, min(4.5vw, 7svh), 74px);
		line-height: 1.1
	}

	.left-copy, .story-screen .left-copy, .moments-screen .left-copy, .backstage-screen .left-copy, .stage-screen .left-copy, .next-screen .left-copy {
		padding-top: clamp(8px, 3svh, 36px);
		padding-bottom: 0;
		height: 100%;
		min-height: 0
	}

	.left-copy>* {
		flex-shrink: 0
	}

	.act {
		font-size: clamp(22px, 3.5svh, 35px);
		margin-bottom: var(--section-gap)
	}

	.lead, .people-copy .lead, .numbers-copy .lead {
		font-size: clamp(18px, min(1.85vw, 3svh), 30px);
		margin: var(--section-gap) 0;
		line-height: 1.5
	}

	.controls {
		padding-top: 14px;
		gap: 14px;
		margin-top: auto;
		width: 100%;
		max-width: 360px
	}

	.controls .count {
		font-size: 14px;
		margin-right: auto
	}

	.controls button {
		width: clamp(44px, 6.2svh, 62px);
		height: clamp(44px, 6.2svh, 62px);
		font-size: 36px;
		flex-shrink: 0
	}

	.hero-copy {
		height: 100%;
		padding-top: 0;
		margin-left: 3%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start
	}

	.fifty {
		font-size: clamp(150px, min(27vw, 37svh), 420px);
		line-height: .84;
		letter-spacing: -.055em
	}

	.act-title {
		font-size: clamp(32px, min(4.4vw, 6.5svh), 68px);
		margin-top: 2svh;
		line-height: 1.1
	}

	.intro {
		font-size: clamp(18px, min(1.7vw, 2.9svh), 28px);
		margin: 2.5svh 0;
		line-height: 1.45;
		letter-spacing: .5px
	}

	.pill {
		min-height: 48px;
		padding: clamp(13px, 1.9svh, 21px) 30px;
		font-size: 14px
	}

	.hero .down {
		font-size: 32px;
		line-height: 1.1;
		margin: 1.5svh 0 0 110px
	}

	.hero-art {
		top: var(--header-height);
		height: calc(100% - var(--header-height) - 7svh)
	}

	.hero-quote {
		font-size: clamp(18px, min(1.7vw, 2.7svh), 28px);
		bottom: var(--section-gap);
		max-width: 46%;
		letter-spacing: .5px
	}

	.history-art, .backstage-art, .curtain-art {
		top: var(--header-height);
		height: calc(100% - var(--header-height))
	}

	.moments-screen {
		padding-bottom: 86px
	}

	.moments-screen h2 {
		font-size: clamp(31px, min(4.2vw, 6.3svh), 70px);
		overflow-wrap: normal
	}

	.moments-screen .act {
		margin-bottom: 2svh
	}

	.moment-year {
		font-size: clamp(20px, 3svh, 28px);
		margin: 2svh 0 0
	}

	.moments-screen .lead, .moment-year+.lead {
		margin: 2svh 0
	}

	.moments-screen .subtle {
		margin: 1svh 0;
		font-size: 12px
	}

	.moments-screen .text-action {
		font-size: 14px;
		padding: 6px 0
	}

	.moment-art {
		top: var(--header-height);
		height: calc(100% - var(--header-height) - 78px)
	}

	.moment-picks {
		height: 52px;
		bottom: 16px;
		padding-top: 10px;
		gap: 12px
	}

	.side-quote, .backstage-screen .side-quote {
		font-size: clamp(19px, min(1.85vw, 3svh), 30px)
	}

	.side-quote i {
		margin: var(--section-gap) 0
	}

	.people-screen {
		align-items: center;
		gap: 3%
	}

	.people-copy h2 {
		font-size: clamp(30px, min(3vw, 5svh), 48px)
	}

	.people-copy .lead {
		margin: var(--section-gap) 0
	}

	.select-label {
		font-size: 14px;
		margin: var(--section-gap) 0 0
	}

	.portrait-grid {
		height: 100%;
		max-height: none;
		min-height: 0;
		grid-template-rows: repeat(2, minmax(0, 1fr));
		gap: clamp(12px, 2svh, 20px)
	}

	.portrait-card {
		min-height: 0
	}

	.portrait-caption {
		padding: 35px 14px 14px
	}

	.portrait-caption strong {
		font-size: clamp(17px, min(1.6vw, 2.7svh), 25px);
		white-space: normal
	}

	.portrait-caption small {
		font-size: clamp(16px, min(1.5vw, 2.5svh), 24px);
		margin-top: 7px
	}

	.stage-screen .lead {
		margin: var(--section-gap) 0
	}

	.stage-art {
		top: var(--header-height);
		height: calc(100% - var(--header-height) - 15svh)
	}

	.stage-caption {
		bottom: var(--section-gap)
	}

	.stage-caption h3 {
		font-size: clamp(20px, 2.8svh, 27px)
	}

	.stage-caption p {
		font-size: clamp(18px, 2.5svh, 23px)
	}

	.numbers-screen {
		padding-top: calc(var(--header-height) + 7svh);
		padding-bottom: 110px;
		align-items: start
	}

	.numbers-copy h2 {
		font-size: clamp(32px, min(4vw, 6svh), 64px)
	}

	.numbers-copy .text-action {
		margin-top: var(--section-gap)
	}

	.stats {
		gap: clamp(28px, 8svh, 100px) 25px
	}

	.stats strong {
		font-size: clamp(48px, min(6.2vw, 10svh), 100px)
	}

	.stats span {
		font-size: clamp(18px, min(2vw, 3.5svh), 32px)
	}

	.stats .infinity {
		font-size: clamp(60px, 11svh, 110px)
	}

	.section-footer {
		bottom: var(--section-gap);
		gap: 24px;
		min-height: 32px
	}

	.section-footer>span, .section-footer>a {
		font-size: clamp(19px, 2.7svh, 26px)
	}

	.section-footer small {
		font-size: 12px;
		letter-spacing: 1.5px
	}

	.next-screen {
		padding-bottom: 95px
	}

	.next-screen h2 {
		font-size: clamp(32px, min(4.2vw, 7svh), 70px)
	}

	.next-screen .act {
		font-size: clamp(20px, 3svh, 28px)
	}

	.next-screen .lead {
		margin: var(--section-gap) 0
	}

	.next-screen .side-quote {
		width: 17%;
		font-size: clamp(19px, min(1.85vw, 3svh), 30px)
	}

	.next-screen .pill {
		font-size: 14px;
		padding: 16px 25px
	}

	.final-screen {
		padding-bottom: 105px
	}

	.mosaic-number {
		height: 100%;
		min-height: 0;
		display: flex;
		align-items: center
	}

	.mosaic-number .art {
		height: 100%;
		max-height: 65svh;
		object-fit: contain
	}

	.final-copy h2 {
		font-size: clamp(32px, min(4.2vw, 6.7svh), 70px)
	}

	.final-copy .lead {
		font-size: clamp(20px, min(2vw, 3.3svh), 33px);
		margin: var(--section-gap) 0
	}

	.final-copy .gold-rule {
		margin: var(--section-gap) 0
	}

	.handwritten {
		font-size: clamp(28px, min(3.5vw, 5svh), 56px);
		margin: var(--section-gap) 0 4svh;
		white-space: normal
	}

	.signature {
		font-size: clamp(20px, 2.8svh, 27px);
		margin: var(--section-gap) 0 0
	}

	.final-screen .section-footer {
		padding-top: 20px
	}

}

/* The sticky timeline fits the viewport, including its lower caption. */
.opening-sticky {
	min-height: 0;
	height: 100svh;
	padding: calc(var(--header-height) + 2svh) 0 2.5svh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2svh
}

.opening h2 {
	font-size: clamp(48px, 10svh, 110px);
	line-height: 1.05;
	flex: none
}

.timeline-intro {
	font-size: clamp(16px, min(1.9vw, 3svh), 29px);
	margin: 0 5%;
	line-height: 1.45;
	flex: none
}

.timeline-window {
	flex: none;
	padding-top: 0
}

.year-label {
	height: clamp(42px, 7svh, 70px);
	font-size: 15px
}

.year-label:after {
	height: clamp(18px, 3svh, 30px)
}

.year-frame .art {
	height: clamp(110px, 25svh, 240px)
}

.timeline-bottom {
	padding: 0 7%;
	gap: 20px;
	flex: none
}

.year-readout span {
	font-size: clamp(32px, 6svh, 65px);
	line-height: 1.1
}

.timeline-bottom p {
	font-size: clamp(16px, 2.6svh, 25px);
	margin: 0 0 1.5svh
}

.down-link span {
	font-size: 27px;
	line-height: 1.1;
	margin-top: 1svh
}

@media(min-width:761px) and (max-height:600px) {
	.screen {
		height: auto;
		min-height: 100svh;
		overflow: visible
	}

	.screen:not(.people-screen):not(.final-screen):not(.numbers-screen) {
		min-height: 600px
	}

	.hero {
		height: 600px !important
	}

	.left-copy {
		min-height: 450px
	}

	.moments-screen .left-copy {
		min-height: 430px
	}

	.portrait-grid {
		height: 470px
	}

	.final-screen {
		min-height: 600px
	}

	.numbers-screen {
		min-height: 600px
	}

}

@media(max-width:1000px) and (min-width:761px) {
	nav {
		display: none
	}

	.left-copy {
		width: 40%
	}

	.moments-screen .left-copy {
		width: 40%
	}

	.moment-art {
		left: 33%;
		width: 60%
	}

	.side-quote {
		width: 20%
	}

	.people-screen {
		grid-template-columns: 30% 1fr
	}

	.portrait-grid {
		gap: 10px
	}

	.portrait-caption {
		padding: 30px 8px 12px
	}

	.portrait-caption strong {
		font-size: 17px
	}

	.portrait-caption small {
		font-size: 16px
	}

	.section-footer small {
		font-size: 10px
	}

}

@media(max-width:760px) {
	:root {
		--header-height: 72px
	}

	.screen {
		min-height: 0;
		max-height: none;
		height: auto;
		overflow: hidden;
		padding: calc(var(--header-height) + 24px) 7% 35px
	}

	.hero {
		height: 100svh;
		min-height: 620px;
		padding-bottom: 26px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px
	}

	.hero-copy {
		padding-top: 0;
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center
	}

	.fifty {
		font-size: clamp(165px, 29svh, 265px);
		line-height: .85
	}

	.act-title {
		font-size: clamp(30px, 8.5vw, 38px);
		margin-top: 2svh
	}

	.intro {
		font-size: clamp(17px, 2.6svh, 21px);
		margin: 2.5svh 0;
		line-height: 1.45
	}

	.hero .pill {
		min-height: 48px;
		padding: 16px 26px;
		font-size: 13px
	}

	.hero .down {
		font-size: 28px;
		line-height: 1;
		margin: 1.5svh 0 0 110px
	}

	.hero-quote {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		margin: 0;
		font-size: 16px;
		line-height: 1.4;
		z-index: 2;
		text-transform: none
	}

	.hero-art {
		top: var(--header-height);
		height: 56%;
		right: -22%
	}

	.left-copy, .story-screen .left-copy, .moments-screen .left-copy, .backstage-screen .left-copy, .stage-screen .left-copy, .next-screen .left-copy {
		height: auto;
		min-height: 0;
		padding: 0
	}

	.lead, .people-copy .lead, .numbers-copy .lead, .next-screen .lead {
		font-size: 21px;
		margin: 24px 0;
		line-height: 1.5
	}

	.act {
		font-size: 23px;
		margin-bottom: 22px
	}

	.controls {
		margin-top: 25px;
		padding-top: 0
	}

	.story-screen {
		gap: 0
	}

	.history-art {
		height: 330px;
		flex: none;
		margin-top: 25px
	}

	.moments-screen {
		padding-bottom: 30px;
		min-height: 0
	}

	.moments-screen .lead {
		margin: 24px 0;
		font-size: 21px
	}

	.moments-screen h2 {
		font-size: clamp(33px, 10vw, 45px)
	}

	.moment-year {
		font-size: 23px;
		margin-top: 18px
	}

	.moment-year+.lead {
		margin-top: 18px
	}

	.moments-screen .side-quote {
		font-size: 21px;
		margin: 30px 0 20px
	}

	.moment-picks {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 25px;
		padding: 16px 0 0;
		z-index: 5
	}

	.moment-art {
		height: 480px;
		max-height: 70%;
		left: 10%;
		width: 100%
	}

	.people-copy h2 {
		font-size: 35px
	}

	.select-label {
		margin: 25px 0;
		font-size: 14px
	}

	.portrait-caption small {
		font-size: 17px
	}

	.portrait-caption strong {
		font-size: 18px
	}

	.portrait-card {
		height: 260px
	}

	.backstage-screen {
		display: flex;
		flex-direction: column
	}

	.backstage-art {
		position: relative;
		order: 2;
		top: auto;
		left: auto;
		width: 100%;
		height: 380px;
		margin-top: 24px;
		mask-image: linear-gradient(0deg, transparent, black 15%, black 85%, transparent)
	}

	.backstage-screen .left-copy {
		order: 1
	}

	.backstage-screen .side-quote {
		position: relative;
		order: 3;
		top: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		font-size: 22px;
		margin: 20px 0 0
	}

	.stage-screen {
		display: flex;
		flex-direction: column
	}

	.stage-screen .left-copy {
		order: 1;
		position: relative
	}

	.stage-screen .controls {
		position: static;
		margin-top: 25px
	}

	.stage-art {
		position: relative;
		order: 2;
		left: auto;
		top: auto;
		width: 116%;
		height: 280px;
		margin: 24px -8% 0;
		flex: none
	}

	.stage-caption {
		position: relative;
		order: 3;
		left: auto;
		bottom: auto;
		max-width: 100%;
		margin-top: 24px
	}

	.stage-screen .lead {
		font-size: 21px;
		margin: 24px 0
	}

	.stage-caption h3 {
		font-size: 23px
	}

	.numbers-screen {
		padding-bottom: 35px
	}

	.numbers-copy h2 {
		font-size: 43px
	}

	.stats {
		gap: 30px 20px
	}

	.stats span {
		font-size: 21px
	}

	.numbers-copy .text-action {
		margin-bottom: 30px
	}

	.section-footer {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		margin-top: 45px;
		gap: 15px;
		z-index: 5
	}

	.next-screen {
		display: flex;
		flex-direction: column
	}

	.next-screen .left-copy {
		order: 1
	}

	.curtain-art {
		position: relative;
		order: 2;
		left: auto;
		top: auto;
		width: 116%;
		height: 370px;
		margin: 20px -8% 0;
		flex: none
	}

	.next-screen .side-quote {
		position: relative;
		order: 3;
		bottom: auto;
		left: auto;
		top: auto;
		width: 100%;
		font-size: 22px;
		margin-top: 24px
	}

	.next-screen .section-footer {
		order: 4
	}

	.final-screen {
		padding-bottom: 35px;
		gap: 25px
	}

	.final-copy .lead {
		font-size: 22px
	}

	.signature {
		font-size: 21px
	}

	.final-screen .section-footer {
		width: 100%;
		margin-top: 25px
	}

	.timeline-intro {
		font-size: 16px;
		margin: 0 7%
	}

	.opening h2 {
		font-size: clamp(48px, 9svh, 76px)
	}

	.year-frame .art {
		height: clamp(105px, 24svh, 190px)
	}

	.timeline-bottom {
		padding: 0 7%;
		gap: 16px
	}

	.timeline-bottom p {
		font-size: 16px;
		max-width: 190px
	}

	.year-readout small {
		font-size: 10px
	}

	.down-link {
		font-size: 12px;
		letter-spacing: .5px
	}

}