/* Production page — Figma o3TA2IYRyKug4Fhx9hQthg / 201:8057 */

.production-page {
	font-family: 'Onest', Arial, sans-serif;
	color: #14151A;
	box-sizing: border-box;
}
.production-page *,
.production-page *::before,
.production-page *::after {
	box-sizing: border-box;
}

.production-section-title {
	margin: 0;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
	color: #102631;
	letter-spacing: 0.01em;
}

/* Hero — top spacing comes from breadcrumbs (40px bottom); keep hero flush */
.production-hero {
	padding: 0;
}
.production-hero__inner {
	display: grid;
	gap: 32px;
}
.production-hero__title {
	margin: 0 0 16px;
	max-width: 820px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
	color: #102631;
	white-space: pre-line;
}
.production-hero__subtitle {
	margin: 0;
	max-width: 640px;
	font-size: 22px;
	line-height: 1.5;
	color: #14151A;
}
.production-hero__media {
	border-radius: 20px;
	overflow: hidden;
}
.production-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Features */
.production-features {
	padding: 60px 0 160px;
}
.production-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}
.production-features__card {
	padding: 8px 0;
}
.production-features__icon {
	display: block;
	width: auto;
	height: 97px;
	margin-bottom: 20px;
	object-fit: contain;
	object-position: left center;
}
.production-features__title {
	margin: 0 0 12px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 24px;
	max-width: 250px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	color: #102631;
}
.production-features__text {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #102631;
	max-width: 300px;
}

/* Company */
.production-company {
	padding-bottom: 80px;
}
.production-company__inner {
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.production-company__top {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	grid-template-areas:
		"title ."
		"content aside";
	column-gap: 64px;
	row-gap: 0;
	align-items: start;
}
.production-company__title {
	grid-area: title;
	max-width: 680px;
	margin: 0 0 70px;
}
.production-company__content {
	grid-area: content;
}
.production-company__right {
	grid-area: aside;
}
.production-company__text {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	color: #102631;
}
.production-company__text + .production-company__text {
	margin-top: 20px;
}
.production-company__text strong {
	font-weight: 700;
}
.production-company__subtitle {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	color: #14151A;
}
.production-company__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.production-company__list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	color: #102631;
}
.production-company__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #102631;
}
.production-company__media {
	border-radius: 24px;
	overflow: hidden;
}
.production-company__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Process steps */
.production-process {
	padding-bottom: 80px;
}
.production-process__heading {
	margin-bottom: 70px;
	max-width: 720px;
	margin-top: 80px;
}
.production-process__heading-accent {
	color: #F62649;
}
.production-process__list {
	display: grid;
	gap: 0;
}
.production-process__step {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px 64px;
	align-items: center;
	padding: 40px 0;
	border-top: 1px solid #E5E7EB;
}
.production-process__step:first-child {
	border-top: none;
	padding-top: 0;
}
.production-process__step:last-child {
	padding-bottom: 0;
}
.production-process__step--reverse .production-process__media {
	order: 2;
}
.production-process__step--reverse .production-process__content {
	order: 1;
}
.production-process__media {
	border-radius: 28px;
	overflow: hidden;
	background: #F5F5F5;
}
.production-process__media img {
	display: block;
	width: 100%;
	height: 172px;
	object-fit: cover;
}
.production-process__num {
	display: block;
	margin-bottom: 12px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	color: #707070;
}
.production-process__title {
	margin: 0 0 24px;
	font-family: 'SONGER SemiExpanded', 'Onest', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	color: black;
}
.production-process__text {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: black;
}

/* Production gallery grid — tall left + 2×2 columns */
.production-gallery-block {
	padding-bottom: 80px;
	margin-top: 80px;
}
.production-gallery-block .production-section-title {
	margin-bottom: 70px;
}
.production-gallery-block__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 16px;
	align-items: stretch;
	min-height: 560px;
}
.production-gallery-block__main,
.production-gallery-block__col {
	min-height: 0;
}
.production-gallery-block__main {
	border-radius: 24px;
	overflow: hidden;
	height: 518px;
}
.production-gallery-block__main img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
}
.production-gallery-block__col {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 16px;
	height: 518px;
}
.production-gallery-block__col img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	border-radius: 24px;
}

/* --- Responsive: Figma 205:8597 / project breakpoints --- */

@media only screen and (max-width: 1500px) {
	.production-hero__title {
		font-size: 48px;
	}

	.production-section-title {
		font-size: 36px;
	}

	.production-features,
	.production-company,
	.production-process,
	.production-gallery-block {
		padding-bottom: 64px;
	}
}

@media only screen and (max-width: 1280px) {
	.production-hero__title {
		font-size: 44px;
	}

	.production-hero__subtitle {
		font-size: 20px;
	}

	.production-section-title {
		font-size: 32px;
	}

	.production-features__title {
		font-size: 24px;
	}

	.production-process__title {
		font-size: 24px;
	}

	.production-features__grid {
		gap: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.production-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 1024px) {
	.production-hero__inner {
		gap: 24px;
	}

	.production-hero__title {
		font-size: 40px;
	}

	.production-hero__subtitle {
		font-size: 18px;
	}

	.production-hero__media {
		border-radius: 16px;
	}

	.production-hero__media img {
		min-height: 260px;
	}

	.production-features {
		padding-top: 40px;
		padding-bottom: 56px;
	}

	.production-features__icon {
		height: 80px;
		margin-bottom: 16px;
	}

	.production-company__inner {
		gap: 32px;
	}

	.production-company__top {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"content"
			"aside";
		column-gap: 40px;
		row-gap: 0;
	}

	.production-company__right {
		margin-top: 32px;
	}

	.production-company__text,
	.production-company__subtitle {
		font-size: 16px;
	}

	.production-process__step,
	.production-gallery-block__grid {
		grid-template-columns: 1fr;
	}

	.production-process__step--reverse .production-process__media,
	.production-process__step--reverse .production-process__content {
		order: unset;
	}

	.production-process__heading {
		margin-bottom: 32px;
	}

	.production-process__step {
		gap: 20px;
		padding: 28px 0;
	}

	.production-process__num {
		font-size: 36px;
	}

	.production-gallery-block__grid {
		min-height: 0;
		gap: 12px;
		grid-template-columns: 1fr 1fr;
	}

	.production-gallery-block__main {
		grid-column: 1 / -1;
	}

	.production-gallery-block__main img {
		min-height: 280px;
	}

	.production-gallery-block__col {
		gap: 12px;
	}

	.production-gallery-block__col img {
		min-height: 160px;
		border-radius: 16px;
	}

	.production-company__media {
		border-radius: 16px;
	}

	.production-process__media {
		border-radius: 16px;
	}

}

/* Mobile mockup — vertical features, stacked process/gallery (≤767) */
@media only screen and (max-width: 767px) {
	/* Full-bleed hero: break out of #container --mob-page-pad gutters */
	.production-hero {
		padding-top: 0;
		margin-left: calc(-1 * var(--mob-page-pad, 16px));
		margin-right: calc(-1 * var(--mob-page-pad, 16px));
	}

	.production-hero__media {
		border-radius: 0;
	}

	/* Hero text is baked into hero.png — keep natural aspect, no crop crush */
	.production-hero__media img {
		min-height: 0;
		max-height: none;
		height: auto;
		object-fit: cover;
		object-position: left center;
	}

	.production-hero__content {
		margin-top: 0;
		padding-top: 16px;
	}

	.production-hero__title {
		font-size: 28px;
		line-height: 1.1;
		margin-bottom: 8px;
	}

	.production-hero__subtitle {
		font-size: 14px;
		line-height: 1.5;
	}

	.production-section-title {
		font-size: 22px;
		line-height: 1.2;
	}

	/* Features: icon left + title/text right */
	.production-features {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.production-features__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.production-features__card {
		display: grid;
		grid-template-columns: 56px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 14px;
		row-gap: 4px;
		align-items: start;
		padding: 0;
	}

	.production-features__icon {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 56px;
		height: 56px;
		margin-bottom: 0;
		object-fit: contain;
		object-position: center top;
	}

	.production-features__title {
		grid-column: 2;
		grid-row: 1;
		max-width: none;
		font-size: 16px;
		line-height: 1.25;
		margin-bottom: 0;
	}

	.production-features__text {
		grid-column: 2;
		grid-row: 2;
		max-width: none;
		font-size: 14px;
		line-height: 1.45;
		color: #102631;
	}

	/* Company: title → copy → bullets → photo */
	.production-company {
		padding-bottom: 48px;
	}

	.production-company__inner {
		gap: 20px;
	}

	.production-company__top {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"content"
			"aside";
		column-gap: 0;
		row-gap: 0;
	}

	.production-company__title {
		margin-bottom: 16px;
	}

	.production-company__right {
		margin-top: 16px;
	}

	.production-company__media {
		border-radius: 12px;
	}

	.production-company__text {
		font-size: 14px;
		line-height: 1.5;
	}

	.production-company__text + .production-company__text {
		margin-top: 12px;
	}

	.production-company__subtitle {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.45;
		margin-bottom: 12px;
	}

	.production-company__list li {
		font-size: 14px;
		line-height: 1.45;
		margin-bottom: 8px;
		padding-left: 16px;
	}

	/* Process: image then text for every step */
	.production-process {
		padding-bottom: 48px;
	}

	.production-process__heading {
		margin-top: 0;
		margin-bottom: 24px;
		max-width: none;
	}

	.production-process__list {
		gap: 28px;
	}

	.production-process__step {
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding: 0;
		border-top: none;
		align-items: start;
	}
	

	.production-process__step:first-child,
	.production-process__step:last-child {
		padding: 0;
	}

	.production-process__step--reverse .production-process__media,
	.production-process__step--reverse .production-process__content {
		order: unset;
	}

	.production-process__media {
		order: -1;
		border-radius: 12px;
		width: 100%;
	}

	.production-process__media img {
		width: 100%;
		height: auto;
		min-height: 160px;
		max-height: 220px;
		object-fit: cover;
		object-position: center;
	}

	.production-process__num {
		display: block;
		font-size: 28px;
		line-height: 1;
		margin-bottom: 8px;
	}

	.production-process__title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.25;
	}

	.production-process__text {
		font-size: 14px;
		line-height: 1.5;
		padding-left: 0;
	}

	/* Gallery: vertical stack of all 5 images */
	.production-gallery-block {
		padding-bottom: 48px;
		margin-top: 0;
	}

	.production-gallery-block .production-section-title {
		margin-bottom: 20px;
	}

	.production-gallery-block__grid {
		display: flex;
		flex-direction: column;
		gap: 12px;
		min-height: 0;
		grid-template-columns: none;
	}

	.production-gallery-block__main,
	.production-gallery-block__col {
		display: contents;
		height: auto;
		min-height: 0;
	}

	.production-gallery-block__main img,
	.production-gallery-block__col img {
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: 150px;
		aspect-ratio: 16 / 10;
		object-fit: cover;
		border-radius: 12px;
	}

}

@media only screen and (max-width: 640px) {
	.production-hero__title {
		font-size: 24px;
	}

	.production-section-title {
		font-size: 20px;
	}

	.production-features__icon {
		width: 48px;
		height: 48px;
	}

	.production-features__card {
		grid-template-columns: 48px minmax(0, 1fr);
		column-gap: 20px;
	}

	.production-features__title {
		font-size: 15px;
	}

	.production-features__text,
	.production-company__text,
	.production-company__subtitle,
	.production-company__list li,
	.production-process__text {
		font-size: 13px;
	}

	.production-process__title {
		font-size: 16px;
	}

	.production-process__num {
		font-size: 24px;
	}

	.production-process__media img {
		min-height: 0px;
		max-height: 85px;
	}

	.production-gallery-block__main img,
	.production-gallery-block__col img {
		aspect-ratio: 16 / 10;
	}
}
