@charset "utf-8";

/* Editorial type scale — site release 12.9 */

.editorial-type h1 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: clamp(42px, 6.5vw, 90px);
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin: 0;
}

.editorial-type h2.project-title {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: clamp(26px, 4vw, 54px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-top: 0;
	margin-bottom: 32px;
}

.editorial-type h2.case-study-title {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #66645f;
	margin-top: 0;
	margin-bottom: 24px;
}

.editorial-type h3 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-top: 0;
	margin-bottom: 12px;
}

.editorial-type .brand-campaign-label {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif !important;
	font-weight: 500 !important;
	font-size: clamp(20px, 2.4vw, 34px) !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
	color: #66645f !important;
	margin-top: calc(1em - 8px) !important;
	margin-bottom: 68px !important;
}

.editorial-type .case-study-header > .col-12 > h1,
.editorial-type .sub-case-study-header > .col-12 > h2.project-title {
	margin-bottom: 0;
	font-weight: 700;
}

.editorial-type .sub-case-study-header > .col-12 > h2.project-title {
	font-size: clamp(42px, 6.5vw, 90px);
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-top: 0;
}

.editorial-type .client-description {
	font-family: Georgia, serif;
	font-weight: 500;
	font-size: clamp(19px, 2.4vw, 30px);
	line-height: 1.5;
	letter-spacing: 0;
	color: #111111;
	max-width: 980px;
}

.editorial-type .description_left {
	font-family: Georgia, serif;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #66645f;
	padding-right: 40px;
	max-width: 760px;
}

.editorial-type .roles-label {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #66645f;
}

.editorial-type .role-item {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: none;
	color: #3a3935;
	border-color: #dedbd2;
	border-radius: 4px;
	padding: 4px 8px;
}

/* Case study header layout — title row, then roles + description side by side */
.editorial-type .case-study-header .roles-section,
.editorial-type .sub-case-study-header .roles-section {
	display: flex;
	align-items: flex-start;
	column-gap: 8px;
	margin-top: 0;
}

.editorial-type .case-study-header > .col-6_md-12 .client-description,
.editorial-type .sub-case-study-header > .col-6_md-12 .client-description {
	margin-top: 0;
}

@media all and (min-width: 48.01em) {
	.editorial-type .case-study-header .roles-section,
	.editorial-type .sub-case-study-header .roles-section {
		margin-right: 40px;
	}

	.editorial-type .case-study-header > .col-6_md-12 + .col-6_md-12,
	.editorial-type .sub-case-study-header > .col-6_md-12 + .col-6_md-12 {
		padding-left: 20px;
	}
}

@media all and (max-width: 48em) {
	.editorial-type .case-study-header > .col-6_md-12 + .col-6_md-12,
	.editorial-type .sub-case-study-header > .col-6_md-12 + .col-6_md-12 {
		margin-top: 24px;
	}
}

.editorial-type .case-study-header .roles-section .roles-label,
.editorial-type .sub-case-study-header .roles-section .roles-label {
	flex-shrink: 0;
	margin-right: 0;
	padding-right: 0;
	display: flex;
	align-items: center;
	min-height: calc(1.2em + 8px);
}

.editorial-type .case-study-header .roles-section .roles-chips,
.editorial-type .sub-case-study-header .roles-section .roles-chips {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
	flex: 1;
	min-width: 0;
}

.editorial-type .case-study-header .roles-section .role-item,
.editorial-type .sub-case-study-header .roles-section .role-item {
	margin: 0;
}

.editorial-type .accordion-header h2.case-study-title {
	margin: 0;
	line-height: 1;
}

@media all and (max-width: 48em) {
	.editorial-type .description_left {
		padding-right: 0;
		max-width: none;
	}

	.editorial-type .client-description {
		max-width: none;
	}
}
