.restless-productions,
.restless-production {
	background: #fcfcfa;
}

.restless-productions__shell {
	padding: 1.1rem 1.8rem 1.8rem;
	min-height: 100vh;
	position: relative;
}

.restless-productions__intro {
	padding: 3.9rem 0 4.2rem;
}

.restless-productions__title {
	margin: 0;
	font-size: clamp(2rem, 4.8vw, 3.2rem);
	line-height: 0.94;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.restless-productions__table {
	display: grid;
	border-top: 1px solid #ece8e2;
}

.restless-productions__row {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1.2fr) minmax(0, 1fr) 5rem;
	gap: 1.25rem;
	align-items: center;
	padding: 1.15rem 0;
	border-bottom: 1px solid #ece8e2;
}

.restless-productions__row--head {
	padding-top: 0.95rem;
	padding-bottom: 0.95rem;
}

.restless-productions__row--link {
	color: inherit;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.restless-productions__row--link:hover,
.restless-productions__row--link:focus-visible {
	background: rgba(17, 17, 17, 0.02);
}

.restless-productions__cell {
	min-width: 0;
}

.restless-productions__cell--index,
.restless-productions__cell--year,
.restless-productions__row--head .restless-productions__cell {
	color: #a6a49f;
}

.restless-productions__cell--index,
.restless-productions__cell--year {
	font-size: 1rem;
}

.restless-productions__cell--title {
	font-size: 1.05rem;
	letter-spacing: -0.01em;
}

.restless-productions__cell--meta {
	font-size: 1.05rem;
	color: #b0aea9;
	letter-spacing: -0.01em;
}

.restless-productions__row--head .restless-productions__cell {
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.restless-productions__cell--year,
.restless-productions__row--head .restless-productions__cell--year {
	text-align: right;
}

.restless-productions__footer {
	margin-top: 7rem;
}

.restless-production {
	background: #fcfcfa;
	color: #121212;
}

.restless-production__hero {
	position: relative;
	min-height: min(86vh, 58rem);
	background: transparent;
	overflow: clip;
}

.restless-production__hero-media,
.restless-production__hero-image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.restless-production__hero-media {
	inset: -3rem 0 -3rem;
	height: auto;
	overflow: hidden;
}

.restless-production__hero-image {
	inset: 0;
}

.restless-production__hero-image {
	object-fit: cover;
	transform: scale(1.015);
	will-change: transform;
}

.restless-production__hero-media--placeholder {
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
		linear-gradient(145deg, #352f2e 0%, #7a5b42 42%, #171414 100%);
}

.restless-production__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 15, 15, 0.18) 0%, rgba(15, 15, 15, 0.06) 28%, rgba(15, 15, 15, 0) 78%);
	opacity: 0 !important;
	pointer-events: none;
}

.restless-production__hero-overlay {
	position: relative;
	z-index: 1;
	min-height: min(86vh, 58rem);
	padding: 1.3rem 1.6rem 1.35rem;
	display: flex;
	flex-direction: column;
}

.restless-production__header,
.restless-production__hero-copy {
	color: #fff;
}

.restless-production__header .restless-home__brand,
.restless-production__header .restless-home__brand-name {
	color: #fff;
}

.restless-production__header .restless-home__brand-tag {
	color: rgba(255, 255, 255, 0.78);
}

.restless-production__header .restless-home__menu-toggle span {
	background: #fff;
}

.restless-production__hero-copy {
	margin-top: auto;
	padding-top: 4rem;
	display: grid;
	gap: 1.5rem;
}

.restless-production__hero-title {
	margin: 0;
	max-width: 8ch;
	font-size: clamp(3.1rem, 8vw, 6.6rem);
	line-height: 0.95;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #fff;
}

.restless-production__hero-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: end;
	font-size: 1rem;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.restless-production__hero-meta span:nth-child(2) {
	text-align: center;
}

.restless-production__hero-meta span:last-child {
	text-align: right;
}

.restless-production__body {
	position: relative;
	z-index: 2;
	margin-top: -3.5rem;
	background: #fcfcfa;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.restless-production__body-inner {
	padding: 4.2rem 1.6rem 0;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.9fr);
	gap: 3.6rem;
	align-items: start;
}

.restless-production__content {
	max-width: 48rem;
}

.restless-production__summary {
	margin: 0 0 1.75rem;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.22;
	letter-spacing: -0.02em;
}

.restless-production__description {
	font-size: 1.05rem;
	line-height: 1.32;
	letter-spacing: -0.01em;
}

.restless-production__description > :first-child {
	margin-top: 0;
}

.restless-production__description p {
	margin: 0 0 1.4rem;
}

.restless-production__description em {
	font-style: italic;
}

.restless-production__description strong {
	font-weight: 600;
}

.restless-production__external {
	margin: 2rem 0 0;
}

.restless-production__external a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.restless-production__facts {
	display: grid;
	gap: 2rem;
	padding-top: 0.2rem;
}

.restless-production__fact h2 {
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	line-height: 1.1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #a4a199;
}

.restless-production__fact p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
	white-space: pre-line;
}

.restless-production__gallery {
	padding: 4.2rem 1.6rem 5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	align-items: start;
}

.restless-production__gallery-item {
	position: relative;
	background: #f1eeea;
	overflow: hidden;
}

.restless-production__gallery-caption {
	margin: 0;
	padding: 0.9rem 1rem 1rem;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(23, 22, 20, 0.74);
	background: #f1eeea;
}

.restless-production__gallery-item img,
.restless-production__gallery-item iframe,
.restless-production__gallery-item video {
	display: block;
	width: 100%;
	height: auto;
}

.restless-production__gallery-item img {
	aspect-ratio: 1.18 / 1;
	object-fit: cover;
}

.restless-production__embed iframe,
.restless-production__embed video {
	width: 100%;
	aspect-ratio: 1.18 / 1;
	border: 0;
}

.restless-production__audio {
	padding: 1.5rem;
}

.restless-production__audio audio {
	width: 100%;
}

.restless-production--parallax .restless-production__hero-media {
	transform: translate3d(0, calc(var(--restless-work-parallax, 0px) * -1), 0);
	will-change: transform;
}

@media (max-width: 900px) {
	.restless-productions__shell {
		padding: 0.85rem 1rem 1rem;
	}

	.restless-productions__intro {
		padding: 3rem 0 3rem;
	}

	.restless-productions__row {
		grid-template-columns: 3.25rem minmax(0, 1fr);
		gap: 0.5rem 1rem;
		align-items: start;
	}

	.restless-productions__cell--meta,
	.restless-productions__cell--year {
		grid-column: 2;
		text-align: left;
	}

	.restless-productions__row--head .restless-productions__cell--meta,
	.restless-productions__row--head .restless-productions__cell--year {
		display: none;
	}

	.restless-production__hero,
	.restless-production__hero-overlay {
		min-height: 70vh;
	}

	.restless-production__hero-title {
		font-size: clamp(2.6rem, 10vw, 4.8rem);
	}

	.restless-production__hero-meta {
		grid-template-columns: 1fr;
		gap: 0.45rem;
		font-size: 0.92rem;
	}

	.restless-production__hero-meta span:nth-child(2),
	.restless-production__hero-meta span:last-child {
		text-align: left;
	}

	.restless-production__body {
		margin-top: -2rem;
	}

	.restless-production__body-inner {
		padding: 3rem 1rem 0;
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.restless-production__gallery {
		padding: 3rem 1rem 4rem;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.restless-productions__title {
		font-size: clamp(1.9rem, 9vw, 2.9rem);
	}

	.restless-productions__cell--title,
	.restless-productions__cell--meta {
		font-size: 0.96rem;
	}

	.restless-productions__footer {
		margin-top: 6rem;
	}

	.restless-production__hero-overlay {
		padding: 1rem 1rem 1.1rem;
	}

	.restless-production__hero-copy {
		gap: 1rem;
		padding-top: 3rem;
	}

	.restless-production__summary {
		font-size: clamp(1.16rem, 6vw, 1.55rem);
	}

	.restless-production__description,
	.restless-production__fact p {
		font-size: 0.98rem;
	}
}
