:root {
	--ink: #080808;
	--paper: #f4f4ef;
	--white: #ffffff;
	--grey: #a3a3a3;
	--line: #c9c9c3;
	--signal: #c9ff36;
	--record: #ff3b30;
	--condensed: "Arial Narrow", "Aptos Narrow", "Roboto Condensed", "PingFang SC", "Microsoft YaHei", sans-serif;
	--sans: Inter, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
	--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	--shell: 1360px;
}

html {
	background: var(--ink);
}

body {
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.65;
	overflow-x: hidden;
}

body.menu-is-open {
	overflow: hidden;
}

::selection {
	background: var(--signal);
	color: var(--ink);
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
figure,
dl,
dd {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	font-family: var(--condensed);
	font-weight: 800;
	letter-spacing: 0;
}

.frame-shell {
	width: min(calc(100% - 64px), var(--shell));
	margin-inline: auto;
}

.content-shell {
	width: min(calc(100% - 48px), 820px);
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--signal);
	color: var(--ink);
}

.site-header {
	position: relative;
	z-index: 100;
	background: var(--ink);
	color: var(--white);
	border-bottom: 1px solid #303030;
}

.site-header__inner {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 178px;
	align-items: stretch;
	min-height: 82px;
}

.site-brand {
	display: flex;
	align-items: center;
	border-right: 1px solid #303030;
}

.site-brand__link {
	display: inline-grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.site-brand__mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--signal);
	color: var(--ink);
	font-family: var(--mono);
	font-size: 14px;
	font-weight: 800;
}

.site-brand__name {
	display: flex;
	flex-direction: column;
	font-family: var(--condensed);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
}

.site-brand__name small {
	margin-top: 4px;
	color: var(--grey);
	font-family: var(--mono);
	font-size: 9px;
	font-weight: 500;
}

.primary-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu a {
	display: block;
	padding: 29px 18px;
	color: #d7d7d2;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.site-menu a:hover,
.site-menu .current-menu-item > a,
.site-menu .current_page_item > a {
	background: #1d1d1d;
	color: var(--signal);
}

.header-status {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding-left: 22px;
	border-left: 1px solid #303030;
	text-decoration: none;
}

.record-light {
	display: block;
	width: 11px;
	height: 11px;
	background: var(--record);
	border-radius: 50%;
}

.header-status span:last-child {
	display: flex;
	flex-direction: column;
}

.header-status b {
	font-family: var(--mono);
	font-size: 13px;
}

.header-status small {
	color: var(--grey);
	font-family: var(--mono);
	font-size: 9px;
}

.menu-toggle {
	display: none;
}

.monitor-hero {
	background: var(--paper);
	border-bottom: 1px solid var(--ink);
}

.monitor-hero__grid {
	display: grid;
	grid-template-columns: minmax(350px, 0.82fr) minmax(560px, 1.18fr);
	min-height: 690px;
	border-inline: 1px solid var(--ink);
}

.hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 62px 48px 56px;
	border-right: 1px solid var(--ink);
}

.hero-copy__status {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--ink);
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 700;
}

.kicker,
.timecode {
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.kicker {
	margin-bottom: 12px;
}

.hero-copy h1 {
	margin: 0;
	font-size: 92px;
	line-height: 0.9;
}

.hero-english {
	margin: 17px 0 28px;
	color: transparent;
	-webkit-text-stroke: 1px var(--ink);
	font-family: var(--condensed);
	font-size: 58px;
	font-weight: 800;
	line-height: 0.86;
}

.hero-lede {
	max-width: 500px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.7;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: auto;
}

.signal-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 52px;
	padding: 12px 16px;
	background: var(--signal);
	border: 1px solid var(--signal);
	color: var(--ink);
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.signal-button:hover {
	background: var(--white);
	border-color: var(--ink);
}

.signal-button span {
	font-size: 18px;
}

.line-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid currentColor;
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.line-link span {
	font-size: 17px;
}

.line-link--light {
	color: var(--white);
}

.hero-monitor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px 42px;
	background: #141414;
	color: var(--white);
}

.monitor-screen,
.reel-single__monitor {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #000;
}

.monitor-screen img,
.reel-single__monitor > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%) contrast(1.12);
}

.monitor-top,
.monitor-bottom {
	position: absolute;
	z-index: 3;
	left: 18px;
	right: 18px;
	display: flex;
	justify-content: space-between;
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 700;
	text-shadow: 0 1px 4px #000;
}

.monitor-top {
	top: 15px;
}

.monitor-bottom {
	bottom: 14px;
}

.monitor-top i {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 6px;
	background: var(--record);
	border-radius: 50%;
}

.monitor-bottom b {
	font-size: 13px;
}

.focus-corners {
	position: absolute;
	z-index: 2;
	inset: 50% auto auto 50%;
	width: 152px;
	height: 92px;
	transform: translate(-50%, -50%);
}

.focus-corners span {
	position: absolute;
	width: 24px;
	height: 24px;
	border-color: var(--signal);
	border-style: solid;
}

.focus-corners span:nth-child(1) { top: 0; left: 0; border-width: 2px 0 0 2px; }
.focus-corners span:nth-child(2) { top: 0; right: 0; border-width: 2px 2px 0 0; }
.focus-corners span:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.focus-corners span:nth-child(4) { right: 0; bottom: 0; border-width: 0 2px 2px 0; }

.monitor-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr) auto;
	margin-top: 12px;
	border: 1px solid #444;
	font-family: var(--mono);
	font-size: 9px;
}

.monitor-meta span,
.monitor-meta strong {
	padding: 11px 10px;
	border-right: 1px solid #444;
}

.monitor-meta strong {
	background: var(--signal);
	color: var(--ink);
	text-align: center;
}

.shot-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-inline: 1px solid var(--ink);
}

.shot-strip a {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 0 10px;
	padding: 18px 22px;
	border-right: 1px solid var(--ink);
	text-decoration: none;
}

.shot-strip a:last-child {
	border-right: 0;
}

.shot-strip a:hover {
	background: var(--signal);
}

.shot-strip b {
	grid-row: span 2;
	font-family: var(--mono);
	font-size: 10px;
}

.shot-strip span {
	font-family: var(--condensed);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.shot-strip small {
	color: #666;
	font-size: 11px;
}

.section-dark {
	background: var(--ink);
	color: var(--white);
}

.reel-contact,
.package-board,
.timeline-edit,
.field-notes,
.booking-slate,
.reel-archive-grid {
	padding: 112px 0;
}

.section-header {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
	gap: 80px;
	align-items: end;
	margin-bottom: 58px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--ink);
}

.section-header--dark {
	border-color: #434343;
}

.section-header h2,
.timeline-edit h2,
.booking-slate h2,
.footer-call h2 {
	margin-bottom: 0;
	font-size: 68px;
	line-height: 0.96;
}

.section-header .timecode,
.timeline-edit .timecode,
.booking-slate .timecode,
.footer-call .timecode {
	margin-bottom: 18px;
	color: #6e6e6e;
}

.section-header--dark .timecode,
.timeline-edit .timecode,
.footer-call .timecode {
	color: var(--signal);
}

.section-header__aside > span {
	display: block;
	margin-bottom: 14px;
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 800;
}

.section-header__aside p {
	max-width: 440px;
	margin-bottom: 24px;
	color: #666;
}

.section-header--dark .section-header__aside p {
	color: #b3b3ad;
}

.contact-sheet {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 34px 20px;
}

.reel-frame {
	grid-column: span 6;
}

.reel-frame--2,
.reel-frame--4 {
	margin-top: 74px;
}

.reel-frame__image {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #1b1b1b;
	text-decoration: none;
}

.reel-frame__image::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	border: 1px solid #343434;
	content: "";
}

.reel-frame__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%) contrast(1.12);
	transition: filter 180ms ease, transform 180ms ease;
}

.reel-frame__image:hover img {
	filter: grayscale(0%) contrast(1.04);
	transform: scale(1.015);
}

.reel-frame__play {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	background: var(--signal);
	color: var(--ink);
	font-size: 15px;
	transform: translate(-50%, -50%);
}

.reel-frame__time {
	position: absolute;
	z-index: 3;
	right: 12px;
	bottom: 10px;
	padding: 3px 6px;
	background: var(--ink);
	color: var(--white);
	font-family: var(--mono);
	font-size: 9px;
}

.reel-frame__meta {
	display: grid;
	grid-template-columns: 128px 1fr;
	gap: 20px;
	padding: 15px 0 0;
}

.reel-frame__meta > span {
	color: var(--grey);
	font-family: var(--mono);
	font-size: 9px;
}

.reel-frame__meta h3 {
	margin: 0;
	font-size: 25px;
	line-height: 1.15;
}

.reel-frame__meta h3 a {
	text-decoration: none;
}

.take-list {
	border-top: 2px solid var(--ink);
}

.take-row {
	display: grid;
	grid-template-columns: 100px minmax(270px, 1.05fr) minmax(310px, 0.9fr) 100px 28px;
	gap: 24px;
	align-items: center;
	min-height: 164px;
	padding: 26px 0;
	border-bottom: 1px solid var(--ink);
	text-decoration: none;
}

.take-row:hover {
	background: var(--signal);
}

.take-row__number,
.take-row ul,
.take-row > strong {
	font-family: var(--mono);
}

.take-row__number {
	align-self: start;
	padding-top: 8px;
	font-size: 10px;
	font-weight: 800;
}

.take-row h3 {
	margin-bottom: 5px;
	font-size: 42px;
	line-height: 1;
}

.take-row p {
	max-width: 480px;
	margin: 0;
	color: #575757;
	font-size: 14px;
}

.take-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	line-height: 2;
}

.take-row ul li::before {
	content: "[+] ";
}

.take-row > strong {
	font-size: 16px;
}

.take-row > b {
	font-size: 24px;
}

.package-foot {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-top: 20px;
	font-family: var(--mono);
	font-size: 10px;
}

.timeline-edit__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.75fr) minmax(480px, 1.25fr);
	gap: 100px;
}

.timeline-edit header > p:not(.timecode) {
	max-width: 510px;
	margin: 30px 0;
	color: #b6b6b0;
}

.edit-tracks {
	border-top: 1px solid #3b3b3b;
}

.track {
	display: grid;
	grid-template-columns: 76px 10px 1fr;
	gap: 18px;
	min-height: 150px;
	padding: 28px 0;
	border-bottom: 1px solid #3b3b3b;
}

.track time,
.track b {
	font-family: var(--mono);
	font-size: 10px;
}

.track time {
	color: var(--grey);
}

.track__line {
	position: relative;
	width: 1px;
	height: calc(100% + 57px);
	background: #505050;
}

.track__line::before {
	position: absolute;
	top: 0;
	left: -4px;
	width: 9px;
	height: 9px;
	background: var(--ink);
	border: 1px solid var(--grey);
	content: "";
}

.track:last-child .track__line {
	height: 10px;
}

.track--active .track__line,
.track--active .track__line::before {
	background: var(--signal);
	border-color: var(--signal);
}

.track b {
	display: block;
	margin-bottom: 6px;
	color: var(--signal);
}

.track strong {
	font-family: var(--condensed);
	font-size: 28px;
}

.track p {
	max-width: 510px;
	margin: 6px 0 0;
	color: #9e9e98;
	font-size: 14px;
}

.note-list {
	border-top: 2px solid var(--ink);
}

.note-row {
	display: grid;
	grid-template-columns: 80px minmax(280px, 0.9fr) minmax(300px, 1fr) 32px;
	gap: 28px;
	align-items: center;
	min-height: 142px;
	padding: 24px 0;
	border-bottom: 1px solid var(--ink);
}

.note-row time,
.note-row span {
	font-family: var(--mono);
	font-size: 9px;
	font-weight: 700;
}

.note-row h3 {
	margin: 7px 0 0;
	font-size: 27px;
	line-height: 1.15;
}

.note-row h3 a,
.note-row__arrow {
	text-decoration: none;
}

.note-row__excerpt p {
	margin: 0;
	color: #656565;
	font-size: 14px;
}

.note-row__arrow {
	font-size: 24px;
}

.note-row:hover {
	background: var(--white);
}

.booking-slate {
	padding-top: 0;
}

.booking-slate__grid {
	display: grid;
	grid-template-columns: minmax(420px, 1.05fr) minmax(420px, 0.95fr);
	border: 1px solid var(--ink);
}

.booking-slate__image {
	position: relative;
	min-height: 610px;
	background: var(--ink);
}

.booking-slate__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%) contrast(1.1);
}

.booking-slate__image span {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 7px 9px;
	background: var(--signal);
	font-family: var(--mono);
	font-size: 9px;
	font-weight: 800;
}

.booking-slate__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px;
	background: var(--white);
}

.booking-slate__copy > p:not(.timecode) {
	margin: 28px 0;
	color: #585858;
}

.booking-slate__copy .signal-button {
	align-self: flex-start;
}

.booking-days {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 34px;
	border: 1px solid var(--ink);
}

.booking-days span {
	display: flex;
	flex-direction: column;
	padding: 13px;
	border-right: 1px solid var(--ink);
	font-family: var(--mono);
	font-size: 10px;
}

.booking-days span:last-child {
	border-right: 0;
}

.booking-days b {
	color: #6a6a6a;
}

.site-footer {
	padding: 90px 0 40px;
	background: var(--ink);
	color: var(--white);
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(400px, 1.2fr) minmax(360px, 0.8fr);
	gap: 82px;
}

.footer-call .signal-button {
	margin-top: 34px;
}

.footer-board {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-self: end;
	border-top: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
}

.footer-board div {
	display: flex;
	flex-direction: column;
	min-height: 90px;
	padding: 14px;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}

.footer-board span,
.footer-board b,
.footer-navigation {
	font-family: var(--mono);
	font-size: 9px;
}

.footer-board span {
	color: var(--grey);
}

.footer-board b {
	margin-top: auto;
	font-size: 12px;
}

.footer-navigation {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid #333;
	color: var(--grey);
}

.footer-menu {
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-navigation a {
	color: var(--white);
}

.archive-monitor {
	padding: 110px 0 70px;
}

.archive-monitor__grid {
	display: grid;
	grid-template-columns: minmax(400px, 1.3fr) minmax(320px, 0.7fr);
	gap: 100px;
	align-items: end;
	padding-bottom: 54px;
	border-bottom: 1px solid #444;
}

.archive-monitor h1,
.paper-header h1,
.reel-single__heading h1,
.missing-frame h1 {
	margin: 0;
	font-size: 84px;
	line-height: 0.92;
}

.archive-monitor__grid > div:last-child > span {
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 800;
}

.archive-monitor__grid > div:last-child p {
	margin: 18px 0 28px;
	color: #aaa;
}

.contact-sheet--archive .reel-frame {
	margin-top: 0;
}

.pagination-wrap {
	margin-top: 50px;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.pagination a,
.pagination span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid currentColor;
	font-family: var(--mono);
	font-size: 10px;
	text-decoration: none;
}

.pagination .current {
	background: var(--signal);
	color: var(--ink);
}

.reel-single__hero {
	padding: 90px 0 72px;
}

.reel-single__heading {
	display: grid;
	grid-template-columns: 180px 1fr;
	align-items: end;
	gap: 20px;
	margin-bottom: 46px;
}

.reel-single__heading h1 {
	grid-column: 2;
	max-width: 1000px;
}

.reel-single__heading .timecode {
	grid-column: 1;
	grid-row: 1;
	color: var(--signal);
}

.reel-single__heading > span {
	grid-column: 2;
	font-family: var(--mono);
	font-size: 10px;
	color: var(--grey);
}

.reel-single__monitor {
	aspect-ratio: 16 / 8.5;
}

.reel-single__body {
	padding: 100px 0;
}

.reel-single__grid {
	display: grid;
	grid-template-columns: 300px minmax(0, 740px);
	justify-content: center;
	gap: 100px;
}

.call-sheet {
	align-self: start;
	position: sticky;
	top: 24px;
	border-top: 2px solid var(--ink);
}

.call-sheet > .timecode {
	padding: 15px 0;
	border-bottom: 1px solid var(--ink);
}

.call-sheet dl {
	margin: 0 0 26px;
}

.call-sheet dl div {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
}

.call-sheet dt,
.call-sheet dd {
	font-family: var(--mono);
	font-size: 9px;
}

.call-sheet dd {
	font-weight: 800;
}

.reel-story__result {
	margin-bottom: 48px;
	padding: 24px;
	background: var(--signal);
	font-family: var(--condensed);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
}

.reel-story__result span {
	display: block;
	margin-bottom: 14px;
	font-family: var(--mono);
	font-size: 9px;
}

.entry-content {
	font-size: 18px;
	line-height: 1.8;
}

.entry-content h2 {
	margin: 2.2em 0 0.6em;
	font-size: 48px;
	line-height: 1;
}

.entry-content h3 {
	margin: 1.8em 0 0.5em;
	font-size: 30px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 1.4em;
}

.entry-content blockquote {
	margin: 2em 0;
	padding: 20px 24px;
	border-left: 8px solid var(--signal);
	font-family: var(--condensed);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.35;
}

.entry-content img {
	width: 100%;
	margin: 2em 0;
}

.entry-content a {
	text-decoration-thickness: 2px;
}

.reel-next {
	padding: 50px 0;
}

.reel-next .frame-shell,
.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.reel-next a,
.post-navigation a {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #444;
	font-family: var(--condensed);
	font-size: 24px;
	font-weight: 800;
	text-decoration: none;
}

.reel-next a span,
.post-navigation a span {
	margin-bottom: 10px;
	color: var(--signal);
	font-family: var(--mono);
	font-size: 9px;
}

.paper-header {
	padding: 110px 0 64px;
	border-bottom: 1px solid var(--ink);
}

.paper-header__grid {
	display: grid;
	grid-template-columns: minmax(440px, 1.25fr) minmax(300px, 0.75fr);
	gap: 100px;
	align-items: end;
}

.paper-header__grid > p,
.paper-header__grid > div:last-child:not(:first-child) {
	max-width: 480px;
	color: #606060;
}

.paper-list {
	padding: 72px 0 110px;
}

.paper-single__header {
	padding: 100px 0 60px;
}

.paper-single__header h1 {
	margin: 18px 0 28px;
	font-size: 74px;
	line-height: 0.98;
}

.paper-single__meta {
	display: flex;
	gap: 28px;
	padding-top: 15px;
	border-top: 1px solid var(--ink);
	font-family: var(--mono);
	font-size: 9px;
}

.paper-single__cover {
	aspect-ratio: 16 / 8;
	overflow: hidden;
	background: var(--ink);
}

.paper-single__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
}

.paper-single > .entry-content {
	padding: 80px 0 100px;
}

.post-navigation {
	margin-bottom: 100px;
}

.post-navigation a {
	border-color: var(--ink);
}

.post-navigation a span {
	color: #666;
}

.page-sheet__content {
	padding-top: 80px;
	padding-bottom: 120px;
}

.page-sheet__content > * {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.page-sheet__content > .wide-sheet,
.page-sheet__content > .wp-block-group.alignwide,
.page-sheet__content > .alignwide {
	max-width: 1180px;
}

.page-sheet__content .sheet-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	margin-top: 50px;
	border-top: 1px solid var(--ink);
	border-left: 1px solid var(--ink);
}

.page-sheet__content .sheet-cell {
	min-height: 230px;
	padding: 30px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
}

.page-sheet__content .sheet-cell span,
.page-sheet__content .step-line time,
.page-sheet__content .booking-form label {
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 700;
}

.page-sheet__content .sheet-cell h2 {
	margin: 50px 0 12px;
	font-size: 36px;
}

.page-sheet__content .step-list {
	margin-top: 50px;
	border-top: 2px solid var(--ink);
}

.page-sheet__content .step-line {
	display: grid;
	grid-template-columns: 100px 1fr minmax(240px, 0.8fr);
	gap: 30px;
	padding: 30px 0;
	border-bottom: 1px solid var(--ink);
}

.page-sheet__content .step-line h2 {
	margin: 0;
	font-size: 38px;
}

.page-sheet__content .step-line p {
	margin: 0;
	color: #666;
	font-size: 14px;
}

.page-sheet__content .booking-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 900px;
	margin-top: 50px;
	padding: 38px;
	background: var(--ink);
	color: var(--white);
}

.page-sheet__content .booking-form p {
	margin: 0;
}

.page-sheet__content .booking-form p:last-child,
.page-sheet__content .booking-form .form-wide {
	grid-column: 1 / -1;
}

.page-sheet__content .booking-form label {
	display: block;
}

.page-sheet__content .booking-form input,
.page-sheet__content .booking-form textarea,
.page-sheet__content .booking-form select {
	width: 100%;
	margin-top: 7px;
	padding: 13px;
	background: #181818;
	border: 1px solid #555;
	border-radius: 0;
	color: var(--white);
}

.page-sheet__content .booking-form textarea {
	min-height: 150px;
	resize: vertical;
}

.page-sheet__content .booking-form button {
	min-height: 50px;
	padding: 10px 18px;
	background: var(--signal);
	border: 1px solid var(--signal);
	color: var(--ink);
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.page-sheet__content .booking-form button:disabled {
	background: var(--white);
	cursor: default;
}

.page-sheet__content .booking-form .form-status {
	min-height: 24px;
	color: var(--signal);
	font-family: var(--mono);
	font-size: 10px;
}

.search-form {
	display: flex;
	min-width: 300px;
	border-bottom: 1px solid var(--ink);
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	padding: 12px 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
}

.search-form button {
	background: transparent;
	border: 0;
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

.empty-state {
	padding: 70px 0;
}

.empty-state h2 {
	font-size: 48px;
}

.missing-frame {
	min-height: 680px;
	padding: 120px 0;
}

.missing-frame__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	align-items: center;
}

.missing-frame__code {
	display: block;
	color: transparent;
	-webkit-text-stroke: 2px var(--signal);
	font-family: var(--condensed);
	font-size: 210px;
	font-weight: 800;
	line-height: 0.8;
}

.missing-frame h1 {
	margin-bottom: 28px;
}

.missing-frame__grid > div:last-child p {
	max-width: 480px;
	margin-bottom: 28px;
	color: var(--grey);
}

@media (max-width: 1180px) {
	.site-header__inner {
		grid-template-columns: 230px 1fr 150px;
	}

	.site-menu a {
		padding-inline: 11px;
		font-size: 12px;
	}

	.monitor-hero__grid {
		grid-template-columns: 0.82fr 1.18fr;
	}

	.hero-copy {
		padding-inline: 34px;
	}

	.hero-copy h1 {
		font-size: 72px;
	}

	.hero-english {
		font-size: 47px;
	}

	.hero-monitor {
		padding-inline: 28px;
	}

	.take-row {
		grid-template-columns: 80px 1fr 270px 80px 24px;
		gap: 16px;
	}

	.section-header h2,
	.timeline-edit h2,
	.booking-slate h2,
	.footer-call h2 {
		font-size: 58px;
	}
}

@media (max-width: 960px) {
	.frame-shell {
		width: min(calc(100% - 40px), var(--shell));
	}

	.site-header__inner {
		grid-template-columns: 1fr auto auto;
		min-height: 72px;
	}

	.site-brand {
		border-right: 0;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		gap: 9px;
		padding: 0 16px;
		background: transparent;
		border: 0;
		border-left: 1px solid #303030;
		color: var(--white);
		cursor: pointer;
	}

	.menu-toggle__icon {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 20px;
	}

	.menu-toggle__icon i {
		display: block;
		width: 20px;
		height: 1px;
		background: currentColor;
	}

	.menu-toggle__label {
		font-family: var(--mono);
		font-size: 9px;
	}

	.primary-navigation {
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		padding: 22px;
		background: var(--ink);
		border-top: 1px solid #303030;
	}

	.menu-open .primary-navigation {
		display: block;
	}

	.site-menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.site-menu a {
		padding: 16px;
		border: 1px solid #303030;
		font-size: 14px;
	}

	.header-status {
		padding-left: 16px;
	}

	.header-status small {
		display: none;
	}

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

	.hero-copy {
		min-height: 570px;
		border-right: 0;
		border-bottom: 1px solid var(--ink);
	}

	.hero-monitor {
		min-height: 540px;
	}

	.shot-strip {
		grid-template-columns: 1fr 1fr;
	}

	.shot-strip a:nth-child(2) {
		border-right: 0;
	}

	.shot-strip a:nth-child(-n+2) {
		border-bottom: 1px solid var(--ink);
	}

	.section-header,
	.timeline-edit__grid,
	.footer-grid,
	.archive-monitor__grid,
	.paper-header__grid,
	.reel-single__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.contact-sheet {
		gap: 50px 18px;
	}

	.reel-frame--2,
	.reel-frame--4 {
		margin-top: 40px;
	}

	.take-row {
		grid-template-columns: 76px 1fr 82px 24px;
	}

	.take-row ul {
		grid-column: 2 / 3;
	}

	.take-row > strong {
		grid-column: 3;
		grid-row: 1;
	}

	.booking-slate__grid {
		grid-template-columns: 1fr;
	}

	.footer-navigation {
		grid-column: auto;
	}

	.reel-single__grid {
		justify-content: stretch;
	}

	.call-sheet {
		position: static;
	}

	.page-sheet__content .step-line {
		grid-template-columns: 80px 1fr;
	}

	.page-sheet__content .step-line p {
		grid-column: 2;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 16px;
	}

	.frame-shell {
		width: min(calc(100% - 24px), var(--shell));
	}

	.site-header__inner {
		width: 100%;
		padding-left: 12px;
	}

	.site-brand__link {
		grid-template-columns: 34px 1fr;
		gap: 8px;
	}

	.site-brand__mark {
		width: 34px;
		height: 34px;
		font-size: 11px;
	}

	.site-brand__name {
		font-size: 17px;
	}

	.site-brand__name small {
		font-size: 7px;
	}

	.header-status {
		display: none;
	}

	.menu-toggle {
		padding-inline: 13px;
	}

	.site-menu {
		grid-template-columns: 1fr;
	}

	.monitor-hero__grid {
		border-inline: 0;
	}

	.hero-copy {
		min-height: 560px;
		padding: 40px 20px 34px;
	}

	.hero-copy__status {
		margin-bottom: 30px;
		font-size: 8px;
	}

	.hero-copy h1 {
		font-size: 66px;
	}

	.hero-english {
		font-size: 43px;
	}

	.hero-lede {
		font-size: 16px;
	}

	.hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.hero-monitor {
		min-height: auto;
		padding: 24px 12px;
	}

	.monitor-meta {
		grid-template-columns: 1fr 1fr;
	}

	.monitor-meta span,
	.monitor-meta strong {
		border-bottom: 1px solid #444;
	}

	.shot-strip {
		width: 100%;
		border-inline: 0;
	}

	.shot-strip a {
		padding: 15px 12px;
	}

	.reel-contact,
	.package-board,
	.timeline-edit,
	.field-notes,
	.booking-slate,
	.reel-archive-grid {
		padding: 76px 0;
	}

	.section-header {
		gap: 30px;
		margin-bottom: 38px;
	}

	.section-header h2,
	.timeline-edit h2,
	.booking-slate h2,
	.footer-call h2 {
		font-size: 45px;
	}

	.contact-sheet {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.reel-frame {
		grid-column: auto;
		margin-top: 0;
	}

	.reel-frame__meta {
		grid-template-columns: 84px 1fr;
	}

	.take-row {
		grid-template-columns: 60px 1fr 22px;
		gap: 12px;
		min-height: 0;
		padding: 28px 0;
	}

	.take-row h3 {
		font-size: 33px;
	}

	.take-row ul {
		grid-column: 2 / -1;
	}

	.take-row > strong {
		grid-column: 2;
		grid-row: auto;
	}

	.take-row > b {
		grid-column: 3;
		grid-row: 1;
	}

	.package-foot,
	.footer-navigation {
		align-items: flex-start;
		flex-direction: column;
	}

	.timeline-edit__grid {
		gap: 56px;
	}

	.track {
		grid-template-columns: 58px 8px 1fr;
		gap: 12px;
	}

	.track strong {
		font-size: 22px;
	}

	.note-row {
		grid-template-columns: 48px 1fr 24px;
		gap: 14px;
		padding: 22px 0;
	}

	.note-row__excerpt {
		display: none;
	}

	.note-row h3 {
		font-size: 22px;
	}

	.booking-slate {
		padding-top: 0;
	}

	.booking-slate__grid {
		width: 100%;
		border-inline: 0;
	}

	.booking-slate__image {
		min-height: 380px;
	}

	.booking-slate__copy {
		padding: 42px 22px;
	}

	.booking-days {
		grid-template-columns: 1fr;
	}

	.booking-days span {
		border-right: 0;
		border-bottom: 1px solid var(--ink);
	}

	.booking-days span:last-child {
		border-bottom: 0;
	}

	.site-footer {
		padding-top: 72px;
	}

	.footer-grid {
		gap: 50px;
	}

	.footer-board {
		grid-template-columns: 1fr;
	}

	.footer-menu {
		flex-wrap: wrap;
	}

	.archive-monitor {
		padding: 78px 0 50px;
	}

	.archive-monitor h1,
	.paper-header h1,
	.reel-single__heading h1,
	.missing-frame h1 {
		font-size: 52px;
	}

	.archive-monitor__grid {
		gap: 36px;
	}

	.reel-single__hero {
		padding: 70px 0 45px;
	}

	.reel-single__heading {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.reel-single__heading h1,
	.reel-single__heading .timecode,
	.reel-single__heading > span {
		grid-column: 1;
	}

	.reel-single__heading .timecode {
		grid-row: auto;
	}

	.reel-single__monitor {
		aspect-ratio: 4 / 3;
	}

	.reel-single__body {
		padding: 70px 0;
	}

	.reel-story__result {
		font-size: 25px;
	}

	.entry-content h2 {
		font-size: 38px;
	}

	.reel-next .frame-shell,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.paper-header {
		padding: 74px 0 46px;
	}

	.paper-header__grid {
		gap: 30px;
	}

	.paper-single__header {
		padding: 74px 0 40px;
	}

	.paper-single__header h1 {
		font-size: 48px;
	}

	.paper-single__cover {
		width: 100%;
		aspect-ratio: 4 / 3;
	}

	.page-sheet__content {
		padding-top: 54px;
	}

	.page-sheet__content .sheet-grid {
		grid-template-columns: 1fr;
	}

	.page-sheet__content .step-line {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.page-sheet__content .step-line p {
		grid-column: 1;
	}

	.page-sheet__content .booking-form {
		grid-template-columns: 1fr;
		padding: 24px 18px;
	}

	.page-sheet__content .booking-form p:last-child,
	.page-sheet__content .booking-form .form-wide {
		grid-column: 1;
	}

	.missing-frame {
		min-height: 600px;
		padding: 80px 0;
	}

	.missing-frame__grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.missing-frame__code {
		font-size: 150px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
