:root {
	--bos-v2-orange: #ff5b22;
	--bos-v2-dark: #343434;
	--bos-v2-text: #292929;
	--bos-v2-muted: #f2f2f2;
	--bos-v2-white: #fff;
	--bos-v2-container: 1128px;
}

.bos-project-v2,
.bos-project-v2 * {
	box-sizing: border-box;
}

.bos-project-v2 {
	overflow: hidden;
	color: var(--bos-v2-text);
	font-family: "Supreme", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.bos-project-v2 h1,
.bos-project-v2 h2,
.bos-project-v2 h3,
.bos-project-v2 p,
.bos-project-v2 figure,
.bos-project-v2 blockquote,
.bos-project-v2 ul {
	margin-top: 0;
}

.bos-project-v2 a {
	color: inherit;
}

.bos-project-v2__container {
	width: min(var(--bos-v2-container), calc(100% - 48px));
	margin-inline: auto;
}

.bos-project-v2__hero {
	min-height: 362px;
	background: var(--bos-v2-dark);
	color: var(--bos-v2-white);
}

.bos-project-v2__hero-inner {
	display: grid;
	grid-template-columns: 1fr 648px;
	gap: 48px;
	align-items: start;
	padding-top: 76px;
}

.bos-project-v2__hero-copy {
	min-width: 0;
}

.bos-project-v2__hero h1 {
	max-width: 480px;
	margin-bottom: 28px;
	font-size: clamp(34px, 3.25vw, 40px);
	font-weight: 500;
	line-height: 1.09;
}

.bos-project-v2__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.bos-project-v2__facts li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 32px;
	padding: 4px 11px;
	background: transparent;
	font-size: 14px;
	white-space: nowrap;
	border: 1px solid #606060;
}

.bos-project-v2__facts svg {
	width: 17px;
	height: 16px;
	fill: currentColor;
}

.bos-project-v2__breadcrumbs {
	background-color: var(--bos-v2-dark);
}

.bos-project-v2__breadcrumbs > .bos-project-v2__container {
	padding: 10px 0;
	border-bottom: 1px solid #606060;
}

.project-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--bos-v2-white);
}

.project-breadcrumbs li {
    margin: 0;
}

.project-breadcrumbs a {
    text-decoration: none;
}

.project-breadcrumbs a:hover {
    text-decoration: underline;
}

.project-breadcrumbs .separator {
    opacity: 0.6;
}

.project-breadcrumbs [aria-current="page"] {
    opacity: 0.7;
}

.bos-project-v2__hero-image {
	height: 362px;
	margin-bottom: -75px;
	position: relative;
}

.bos-project-v2__hero-image::after {
	content: '';
	position: absolute;
	width: 75px;
	height: 75px;
	left: 0;
	bottom: 0;
	background-color: #f2f2f2;
}

.bos-project-v2__hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bos-project-v2__highlights {
	padding: 134px 0 40px;
	background: var(--bos-v2-muted);
}

.bos-project-v2 .project-banner-slider {
	padding: 0 0 100px;
	background: var(--bos-v2-muted);
}

.bos-project-v2 .project-banner-slider .large-image {
	position: relative;
}

.bos-project-v2 .project-banner-slider .large-image::after {
	content: '';
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 53%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.bos-project-v2__slide-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 40px 30px;
	color: #fff;
	z-index: 1;
}

.bos-project-v2__slide-caption h3 {
	margin-bottom: 7px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
}

.bos-project-v2__slide-caption p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.35;
}

.bos-project-v2__highlight-intro {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: start;
	margin-bottom: 40px;
}

.bos-project-v2__section-heading {
	max-width: 500px;
}

.bos-project-v2__section-heading h2,
.bos-project-v2__description-title h2,
.bos-project-v2__related-heading h2 {
	position: relative;
	padding-left: 8px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
}

.bos-project-v2__section-heading h2::after,
.bos-project-v2__description-title h2::after,
.bos-project-v2__description-copy h3::after,
.bos-project-v2__related-heading h2::after {
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--bos-v2-orange);
	content: "";
}

.bos-project-v2__intro-copy {
	padding-top: 8px;
	margin-left: 240px;
}

.bos-project-v2__intro-copy p {
	max-width: 648px;
	margin-bottom: 28px;
}

.bos-project-v2__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.bos-project-v2__chips li {
	padding: 4px 14px;
	background: transparent;
	color: var(--bos-v2-dark);
	font-size: 15px;
	border: 1px solid var(--bos-v2-dark);
}

.bos-project-v2__slider {
	position: relative;
	width: min(1464px, calc(100vw + 184px));
	margin-inline: auto;
}

.bos-project-v2__slider-viewport {
	overflow: hidden;
	width: 100%;
}

.bos-project-v2__slider-track {
	display: flex;
	align-items: stretch;
	gap: 24px;
	will-change: transform;
	transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.bos-project-v2__slide {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
}

.bos-project-v2__slide > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bos-project-v2__slide.is-small {
	width: 394px;
	height: 454px;
	padding-top: 170px;
}

.bos-project-v2__slide.is-small.is-top {
	padding-top: 0;
	padding-bottom: 170px;
}

.bos-project-v2__slide.is-small > img {
	height: 284px;
}

.bos-project-v2__slide.is-main {
	width: 648px;
	height: 454px;
}

.bos-project-v2__slide figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 166px;
	padding: 38px 40px 30px;
	background: rgba(18, 18, 18, .84);
	color: #fff;
}

.bos-project-v2__slide figcaption h3 {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}

.bos-project-v2__slide figcaption p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.35;
}

.bos-project-v2__slider-nav {
	position: absolute;
	right: 252px;
	bottom: 0;
	display: flex;
	gap: 24px;
	transform: translateY(100%);
}

.bos-project-v2__slider-nav button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #3a3a3a;
	color: #fff;
	place-items: center;
	cursor: pointer;
	transition: opacity .2s ease, background-color .2s ease;
}

.bos-project-v2__slider-nav button.is-accent {
	background: var(--bos-v2-orange);
}

.bos-project-v2__slider-nav button[disabled] {
	opacity: .35;
	cursor: default;
}

.bos-project-v2__slider-nav svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.bos-project-v2__description {
	background: #fff;
}

.bos-project-v2__description-title {
	padding-top: 100px;
	padding-bottom: 22px;
}

.bos-project-v2__description-title h2 {
	margin-bottom: 0;
}

.bos-project-v2__description-row {
	padding: 100px 0;
}

.bos-project-v2__description-row:first-of-type {
	padding-top: 30px;
}

.bos-project-v2__description-row.is-reversed {
	background: var(--bos-v2-muted);
}

.bos-project-v2__description-grid {
	display: grid;
	grid-template-columns: 548px 456px;
	gap: 120px;
	align-items: center;
}

.bos-project-v2__description-row.is-reversed .bos-project-v2__description-grid {
	grid-template-columns: 456px 548px;
}

.bos-project-v2__description-row.is-reversed .bos-project-v2__description-image {
	order: 2;
}

.bos-project-v2__description-image {
	height: 251px;
	position: relative;
}

.bos-project-v2__description-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bos-project-v2__description-image::after {
	content: '';
	width: 72px;
	height: 72px;
	background-color: #fff;
	top: 0;
	right: 0;
	position: absolute;
}

.bos-project-v2__description-row.is-reversed .bos-project-v2__description-image::after {
	left: 0;
	right: unset;
	background-color: var(--bos-v2-muted);
}

.bos-project-v2__description-copy {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.bos-project-v2__description-copy h3 {
	position: relative;
	width: 100%;
	margin-bottom: 32px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 8px;
}

.bos-project-v2__richtext {
	max-width: 352px;
}

.bos-project-v2__description-copy h3::after {
	bottom: -16px;
}

.bos-project-v2__richtext > :last-child {
	margin-bottom: 0;
}

.bos-project-v2__quote-section {
	background: var(--bos-v2-muted);
}

.bos-project-v2__quote {
	position: relative;
	max-width: 800px;
	padding: 80px 24px 100px;
	margin: 0 auto;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bos-project-v2__quote::before {
    display: flex;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    height: 24px;
    content: "”";
    color: #fff;
    width: 24px;
    background: #ff5b22;
    justify-content: center;
}

.bos-project-v2__quote blockquote {
	margin-bottom: 22px;
	color: var(--bos-v2-orange);
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.35;
}

.bos-project-v2__quote figcaption {
	font-size: 14px;
	font-style: normal;
}

.bos-project-v2__cta {
	padding: 60px 0;
	background: var(--bos-v2-dark);
	color: #fff;
}

.bos-project-v2__cta-grid {
	display: grid;
	grid-template-columns: 1fr 452px;
	gap: 40px;
	align-items: center;
}

.bos-project-v2__cta-grid svg {
	width: 16px;
	height: 16px;
}

.bos-project-v2__cta h2 {
	max-width: 470px;
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
}

.bos-project-v2__cta ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.bos-project-v2__cta li {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
	font-size: 16px;
}

.bos-project-v2__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 26px;
}

.bos-project-v2__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 9px 20px;
	border: 1px solid transparent;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.bos-project-v2__button span {
	margin-left: 28px;
}

.bos-project-v2__button.is-accent {
	background: var(--bos-v2-orange);
	color: #fff;
}

.bos-project-v2__button.is-accent:hover,
.bos-project-v2__button.is-accent:focus-visible {
	background: #e94b14;
}

.bos-project-v2__button.is-outline-light {
	border-color: #fff;
	background: #fff;
	color: var(--bos-v2-dark);
}

.bos-project-v2__button.is-outline-dark {
	border-color: var(--bos-v2-dark);
	background: transparent;
}

.bos-project-v2__related {
	padding: 100px 0;
	background: var(--bos-v2-muted);
}

.bos-project-v2__related-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 52px;
}

.bos-project-v2__related-heading h2 {
	margin-bottom: 0;
}

/* .bos-project-v2__related-heading h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 7px;
	background: var(--bos-v2-orange);
	content: "";
} */

.bos-project-v2__related-heading > a {
	display: flex;
	min-width: 210px;
	min-height: 40px;
	align-items: center;
	justify-content: space-between;
	padding: 7px 16px;
	border: 1px solid #777;
	text-decoration: none;
}

.bos-project-v2__related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.bos-project-v2__card {
	background: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .08);
}

.bos-project-v2__card a {
	display: block;
	text-decoration: none;
}

.bos-project-v2__card-image {
	height: 196px;
	overflow: hidden;
	position: relative;
}

.bos-project-v2__card-image::after {
	content: '';
	background: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 0;
}

.bos-project-v2__card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.bos-project-v2__card:hover img {
	transform: scale(1.035);
}

.bos-project-v2__card h3 {
	min-height: 96px;
	padding: 22px 20px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

.bos-project-v2__contact {
	padding: 96px 0;
	background: #fff;
}

.bos-project-v2__contact-grid {
	display: grid;
	grid-template-columns: 168px 1fr 264px;
	gap: 64px;
	align-items: center;
}

.bos-project-v2__contact-person img {
	display: block;
	width: 168px;
	height: 168px;
	object-fit: cover;
}

.bos-project-v2__contact-person p {
	margin: 8px 0 0;
	font-size: 14px;
}

.bos-project-v2__contact-copy h2 {
	margin-bottom: 18px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.25;
}

.bos-project-v2__contact-copy > p {
	max-width: 560px;
	margin-bottom: 0;
}

.bos-project-v2__contact-details {
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-style: normal;
}

.bos-project-v2__contact-details h3 {
	margin-bottom: 10px;
	color: var(--bos-v2-orange);
	font-size: 18px;
	font-weight: 500;
}

.bos-project-v2__contact-details a {
	font-size: 14px;
	text-decoration: none;
}

@media (max-width: 1199px) {
	.bos-project-v2__hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(440px, 55%);
	}

	.bos-project-v2__highlight-intro {
		grid-template-columns: minmax(300px, 42%) 1fr;
		gap: 50px;
	}

	.bos-project-v2__description-grid, .bos-project-v2__description-row.is-reversed .bos-project-v2__description-grid {
		grid-template-columns: 1fr 1fr;
		gap: 72px;
	}

	.bos-project-v2__contact-grid {
		grid-template-columns: 140px 1fr 230px;
		gap: 40px;
	}
	
	.bos-project-v2__intro-copy {
		margin-left: 290px;
	}

	.bos-project-v2__richtext {
		max-width: unset;
		padding-left: 80px;
	}
}

@media (max-width: 1024px) {
	.bos-project-v2__intro-copy {
        margin-left: 25%;
    }
}

@media (max-width: 900px) {
	.bos-project-v2__hero-inner {
		grid-template-columns: 1fr 1fr;
	}

	.bos-project-v2__highlight-intro,
	.bos-project-v2__cta-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.bos-project-v2__related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bos-project-v2__contact-grid {
		grid-template-columns: 140px 1fr;
	}

	.bos-project-v2__contact-details {
		grid-column: 2;
	}

	.bos-project-v2__richtext {
		padding-left: 8px;
	}
}

@media (max-width: 767px) {
	.bos-project-v2__description-copy h3 {
		width: 100%;
	}

	.bos-project-v2__intro-copy {
        margin-left: 0;
    }

	.bos-project-v2__hero-image {
		margin-bottom: 0;
	}

	.bos-project-v2__container {
		width: min(calc(100% - 40px), var(--bos-v2-container));
	}

	.bos-project-v2__hero {
		min-height: 0;
	}

	.bos-project-v2__hero-inner {
		grid-template-columns: 1fr;
		gap: 38px;
		width: 100%;
		padding-top: 52px;
	}

	.bos-project-v2__hero-copy {
		width: calc(100% - 40px);
		margin-inline: auto;
	}

	.bos-project-v2__hero h1 {
		font-size: 36px;
	}

	.bos-project-v2__facts {
		gap: 8px;
	}

	.bos-project-v2__facts li {
		font-size: 13px;
	}

	.bos-project-v2__hero-image {
		height: 66vw;
		max-height: 420px;
	}

	.bos-project-v2__highlights {
		padding: 72px 0 40px;
	}

	.bos-project-v2 .project-banner-slider {
		padding-bottom: 80px;
	}

	.bos-project-v2__slide-caption {
		/* position: static; */
		min-height: 0;
		padding: 25px 24px;
	}

	.bos-project-v2__highlight-intro {
		display: block;
		margin-bottom: 42px;
	}

	.bos-project-v2__section-heading h2,
	.bos-project-v2__description-title h2,
	.bos-project-v2__related-heading h2 {
		font-size: 28px;
	}

	.bos-project-v2__section-heading {
		margin-bottom: 44px;
	}

	.bos-project-v2__slider {
		width: calc(100% - 40px);
	}

	.bos-project-v2__slider-track {
		gap: 20px;
	}

	.bos-project-v2__slide.is-small {
		display: none;
	}

	.bos-project-v2__slide.is-main {
		width: 100%;
		height: auto;
	}

	.bos-project-v2__slide.is-main > img {
		height: min(72vw, 420px);
	}

	.bos-project-v2__slide figcaption {
		position: static;
		min-height: 0;
		padding: 25px 24px;
	}

	.bos-project-v2__slider-nav {
		position: static;
		justify-content: flex-end;
		margin-top: 18px;
		transform: none;
	}

	.bos-project-v2__description-title {
		padding-top: 72px;
		padding-bottom: 38px;
	}

	.bos-project-v2__description-row {
		padding: 54px 0;
	}

	.bos-project-v2__description-grid {
		grid-template-columns: 1fr !important;
		gap: 36px !important;
	}

	.bos-project-v2__description-row.is-reversed .bos-project-v2__description-image {
		order: 0;
	}

	.bos-project-v2__description-image {
		height: 55vw;
		max-height: 360px;
	}

	.bos-project-v2__description-copy {
		padding-inline: 0;
	}

	.bos-project-v2__quote {
		padding: 74px 20px;
	}

	.bos-project-v2__quote blockquote {
		font-size: 20px;
		margin-inline: 20px;
	}

	.bos-project-v2__cta {
		padding: 54px 0;
	}

	.bos-project-v2__cta-grid {
		gap: 34px;
	}

	.bos-project-v2__cta h2 {
		font-size: 28px;
	}

	.bos-project-v2__related {
		padding: 72px 0;
	}

	.bos-project-v2__related-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 30px;
		margin-bottom: 38px;
	}

	.bos-project-v2__related-heading > a {
		margin-top: 20px;
	}

	.bos-project-v2__related-grid {
		grid-template-columns: 1fr;
	}

	.bos-project-v2__contact {
		padding: 72px 0;
	}

	.bos-project-v2__contact-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.bos-project-v2__contact-details {
		grid-column: auto;
	}

	.bos-project-v2__contact-person img {
		width: 140px;
		height: 140px;
	}

	.project-breadcrumbs ol {
		font-size: 14px;
		column-gap: 6px;
		row-gap: 0;
	}
	
	.bos-project-v2__breadcrumbs > .bos-project-v2__container {
		padding: 8px 0;
	}
}

@media (max-width: 575px) {
	.bos-project-v2__related.desktop-sec {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bos-project-v2__slider-track,
	.bos-project-v2__card-image img,
	.bos-project-v2__button {
		transition: none;
	}
}
