/* Organization and Sub-Sector single pages. */
.profile-single.main {
	padding: 0;
	background: var(--haze);
}

.profile-single__hero {
	padding: clamp(45px, 7vw, 90px) 0 clamp(42px, 6vw, 76px);
	background: var(--storm);
}

.profile-single__hero-inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: clamp(35px, 6vw, 90px);
}

.profile-single__hero-inner--no-media {
	grid-template-columns: minmax(0, 850px);
}

.profile-single__media {
	position: relative;
	min-height: clamp(280px, 32vw, 440px);
	margin: 0;
	overflow: hidden;
	background: var(--white);
	border-radius: 30px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.profile-single .profile-single__media img {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.profile-single__media picture {
	display: block;
	width: 100%;
}

.profile-single__media--cover picture {
	position: absolute;
	inset: 0;
	height: 100%;
}

.profile-single__media--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(35px, 5vw, 75px);
}

.profile-single__media--logo picture {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

.profile-single .profile-single__media--logo img {
	max-height: 250px;
	object-fit: contain;
}

.profile-single .profile-single__media--cover img {
	position: absolute;
	inset: 0;
	object-fit: cover;
}

.profile-single__intro {
	max-width: 760px;
}

.profile-single__eyebrow {
	margin-bottom: 14px !important;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--breeze);
}

.profile-single__intro h1 {
	max-width: 850px;
	margin-bottom: 25px;
	color: var(--white);
}

.profile-single__terms ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px !important;
	padding: 0 !important;
	list-style: none !important;
}

.profile-single__terms a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 14px;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--white);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
}

.profile-single__terms a:hover,
.profile-single__terms a:focus-visible {
	color: var(--storm);
	background: var(--white);
}

.profile-single__terms--tags {
	margin-top: 0;
}

.profile-single__terms--tags a {
	color: var(--breeze);
	background: transparent;
	border-color: rgba(162, 202, 206, 0.5);
}

.profile-single__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 13px 23px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--white);
	background: var(--orange);
	border: 2px solid var(--orange);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.profile-single__button:hover,
.profile-single__button:focus-visible {
	color: var(--orange);
	background: var(--white);
}

.profile-single__button span {
	font-size: 1.25em;
	line-height: 1;
}

.profile-single__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.profile-single__button--secondary {
	color: var(--white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	box-shadow: none;
}

.profile-single__button--secondary:hover,
.profile-single__button--secondary:focus-visible {
	color: var(--storm);
	background: var(--white);
	border-color: var(--white);
}

.profile-single .profile-single__share {
	position: relative;
	inset: auto;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-width: 2px;
	font-size: 17px;
}

.profile-single .profile-single__share::after {
	content: attr(aria-label);
}

.profile-single--supplier .profile-single__hero {
	padding: clamp(30px, 4vw, 52px) 0;
}

.profile-single--supplier .profile-single__hero-inner {
	grid-template-columns: minmax(190px, 320px) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 55px);
}

.profile-single--supplier .profile-single__media--logo {
	min-height: clamp(180px, 20vw, 240px);
	padding: clamp(24px, 3vw, 40px);
}

.profile-single--supplier .profile-single__media--logo img {
	max-height: 130px;
}

.profile-single--supplier .profile-single__intro h1 {
	margin-bottom: 16px;
}

.profile-single--supplier .profile-single__content {
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.profile-single--supplier .profile-single__section {
	padding: clamp(24px, 3vw, 36px);
}

.profile-single--supplier .profile-single__section h2 {
	margin-bottom: 16px;
}

.profile-single--supplier .profile-single__section h2::after {
	margin-top: 10px;
}

.profile-single__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 38px);
	padding-top: clamp(30px, 8vw, 60px);
	padding-bottom: clamp(30px, 8vw, 60px);
}

.profile-single__section {
	padding: clamp(28px, 4vw, 48px);
	background: var(--white);
	border-radius: 24px;
	box-shadow: 0 12px 35px rgba(48, 58, 66, 0.1);
}

.profile-single__section--lead,
.profile-single__section--wide,
.profile-single--organization .profile-single__section {
	grid-column: 1 / -1;
}

.profile-single__section h2 {
	margin-bottom: 22px;
	color: var(--storm);
}

.profile-single__section h2::after {
	content: '';
	display: block;
	width: 54px;
	height: 4px;
	margin-top: 16px;
	background: var(--orange);
	border-radius: 999px;
}

.profile-single__wysiwyg > :last-child {
	margin-bottom: 0;
}

.profile-single__wysiwyg ul,
.profile-single__wysiwyg ol {
	padding-left: 1.45rem !important;
	margin: 0 0 30px 0 !important;
}

.profile-single__wysiwyg ul {
	list-style: disc outside !important;
}

.profile-single__wysiwyg ol {
	list-style: decimal outside !important;
}

.profile-single__wysiwyg li + li {
	margin-top: 0.45em;
}

.profile-single .profile-single__facilities {
	display: grid;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.profile-single__facilities li > a,
.profile-single__facilities li > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 16px 18px;
	font-weight: 700;
	text-decoration: none;
	color: var(--storm);
	background: var(--haze);
	border-radius: 12px;
}

.profile-single__facilities li > a:hover,
.profile-single__facilities li > a:focus-visible {
	color: var(--white);
	background: var(--seafarer);
}

.profile-single__facilities a span:last-child {
	flex: 0 0 auto;
}

@media screen and (max-width: 900px) {
	.profile-single__hero-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 35px;
	}

	.profile-single--supplier .profile-single__hero-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 26px;
	}

	.profile-single__media {
		width: min(100%, 620px);
		min-height: 320px;
	}

	.profile-single--supplier .profile-single__media--logo {
		justify-self: center;
		width: min(100%, 280px);
		min-height: 170px;
	}
}

@media screen and (max-width: 700px) {
	.profile-single__hero {
		padding-top: 35px;
	}

	.profile-single__media {
		min-height: 245px;
		border-radius: 22px;
	}

	.profile-single__media--logo {
		padding: 35px;
	}

	.profile-single__content {
		grid-template-columns: minmax(0, 1fr);
	}

	.profile-single__section,
	.profile-single__section--lead,
	.profile-single__section--wide {
		grid-column: auto;
		padding: 26px 22px;
		border-radius: 18px;
	}
}

@media print {
	.profile-single.main {
		padding: 0;
		background: var(--white);
	}

	.profile-single__hero {
		padding: 20px 0;
	}

	.profile-single__intro h1,
	.profile-single__eyebrow {
		color: var(--black);
	}

	.profile-single__section,
	.profile-single__media {
		box-shadow: none;
	}

	.profile-single__button {
		color: var(--black);
		background: transparent;
	}
}
