/*
 * Prosperant — Articles & Reports (insights CPTs).
 * Small add-ons only; base typography from theme assets + .people-details-wrap .content
 */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500&display=swap');

/* ——— Dark hero banner (single article / report) ——— */
.insight-hero-banner {
	background: #000;
	color: #fff;
	padding: 2.75rem 0 2.25rem;
	margin-top: 100px;
	margin-bottom: 0;
}

.insight-hero-banner__crumb {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.insight-hero-banner__crumb-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
}

.insight-hero-banner__crumb a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}

.insight-hero-banner__crumb a:hover {
	color: #fff;
}

.insight-hero-banner__crumb-sep {
	color: rgba(255, 255, 255, 0.35);
	user-select: none;
}

.insight-hero-banner__crumb-current {
	color: rgba(255, 255, 255, 0.45);
	max-width: 100%;
}

.insight-hero-banner__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 2rem;
	margin-top: 1.5rem;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.insight-topic-pill--banner {
	border-color: rgba(255, 255, 255, 0.85);
	color: #fff;
}

.insight-hero-banner__title {
	font-family: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
	font-weight: 200;
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	line-height: 1.12;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 1.35rem 0 1rem;
	max-width: 52rem;
}

.insight-hero-banner__excerpt {
	font-size: 1.0625rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
	max-width: 48rem;
}

.insight-hero-banner__excerpt p {
	margin: 0 0 0.75rem;
}

.insight-hero-banner__excerpt p:last-child {
	margin-bottom: 0;
}

.insight-hero-banner__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem 2rem;
	margin-top: 2.5rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.insight-hero-banner__footer--share-only {
	justify-content: flex-end;
}

.insight-hero-banner__author {
	display: flex;
	align-items: center;
	gap: 14px;
}

.insight-hero-banner__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.75);
	flex-shrink: 0;
}

.insight-hero-banner__author-name {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.insight-hero-banner__author-role {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 4px;
}

.insight-hero-banner__share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.25rem;
}

.insight-hero-banner__share-label {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.insight-hero-banner__share-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.insight-hero-banner__share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 1rem;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.85);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	font-family: inherit;
	line-height: 1.2;
}

.insight-hero-banner__share-btn:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.insight-hero-banner__share-btn.is-copied {
	border-color: rgba(255, 255, 255, 0.45);
	color: rgba(255, 255, 255, 0.65);
}

.insight-single .insight-hero-kicker,
.insight-archive .insight-hero-kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.insight-topic-pill {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 4px 12px;
	display: inline-block;
}

.insight-topic-pill--accent {
	border-color: rgba(222, 106, 16, 0.45);
	color: #de6a10;
}

.insight-series {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.insight-badge-new {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #de6a10;
}

.insight-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.insight-standfirst {
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
	max-width: 48rem;
}

.insight-byline-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.insight-byline-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.insight-byline-name {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.insight-byline-role {
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 2px;
}

.insight-hero-image {
	height: 400px;
	overflow: hidden;
}

.insight-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.insight-article-body img,
.insight-report-body img {
	max-width: 100%;
	height: auto;
}

.insight-sidebar-title {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 1rem;
	color: #de6a10;
}

.insight-sidebar-list li {
	padding: 0.75rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-sidebar-list li:last-child {
	border-bottom: none;
}

.insight-sidebar-list a {
	text-decoration: none;
	color: inherit;
}

.insight-sidebar-list a:hover {
	color: #de6a10;
}

/* ——— Single article: sidebar (related report + more articles) ——— */
.insight-article-sidebar {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.insight-sidebar-heading {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 1.1rem;
	color: #de6a10;
	font-weight: 600;
}

.insight-sidebar-card {
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.35rem 1.35rem 1.5rem;
}

.insight-sidebar-related-report__media {
	display: block;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	aspect-ratio: 16 / 9;
}

.insight-sidebar-related-report__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.insight-sidebar-related-report__title {
	font-family: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 0.65rem;
}

.insight-sidebar-related-report__title a {
	color: #fff;
	text-decoration: none;
}

.insight-sidebar-related-report__title a:hover {
	color: #de6a10;
}

.insight-sidebar-related-report__teaser {
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
	margin: 0 0 1.25rem;
}

.insight-sidebar-related-report__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
}

.insight-sidebar-related-report__price {
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #fff;
}

.insight-sidebar-related-report__buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.15rem;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #de6a10;
	border: 1px solid #de6a10;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.insight-sidebar-related-report__buy:hover {
	background: #c55e0e;
	border-color: #c55e0e;
	color: #fff;
}

.insight-sidebar-more-list {
	margin: 0;
	padding: 0;
}

.insight-sidebar-more-list__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-sidebar-more-list__item:last-child {
	border-bottom: none;
}

.insight-sidebar-more-list__link {
	display: block;
	padding: 1rem 0;
	text-decoration: none;
	color: inherit;
}

.insight-sidebar-more-list__link:hover .insight-sidebar-more-list__title {
	color: #de6a10;
}

.insight-sidebar-more-list__topic {
	display: block;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 0.35rem;
}

.insight-sidebar-more-list__title {
	display: block;
	font-size: 1rem;
	line-height: 1.35;
	color: #fff;
	margin-bottom: 0.4rem;
	transition: color 0.15s ease;
}

.insight-sidebar-more-list__meta {
	display: block;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.insight-meta-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.insight-meta-label {
	display: block;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 4px;
}

.insight-meta-value {
	font-size: 14px;
	letter-spacing: 0.04em;
}

.insight-price {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	vertical-align: middle;
}

.insight-card-title {
	font-size: 1.15rem;
	margin: 0.5rem 0;
	line-height: 1.35;
}

.insight-card-title a {
	color: inherit;
	text-decoration: none;
}

.insight-card-title a:hover {
	color: #de6a10;
}

.insight-card-excerpt {
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
}

.insight-card-price {
	font-size: 1rem;
	letter-spacing: 0.04em;
}

.pt-150 {
	padding-top: 150px;
}

@media (max-width: 991px) {
	.insight-single .col-lg-4 {
		margin-top: 2rem;
	}
}

/* ——— Article bottom: topics + more from Prosperant ——— */
.insight-article-bottom {
	padding: 3rem 0 4rem;
	margin-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-bottom-topics {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1rem 1.75rem;
	margin-bottom: 2rem;
}

.insight-bottom-topics__label {
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
	padding-top: 0.4rem;
}

.insight-bottom-topics__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.insight-bottom-topics__tag {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 0.4rem 0.85rem;
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.insight-bottom-topics__tag:hover {
	border-color: #de6a10;
	color: #de6a10;
}

.insight-bottom-rule {
	height: 0;
	margin: 0 0 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.insight-more-from__heading {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 1.75rem;
	color: #de6a10;
	font-weight: 600;
}

.insight-more-from__grid {
	margin: 0;
}

.insight-more-from__col {
	padding: 0 1.5rem 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
	.insight-more-from__col {
		padding-top: 0.25rem;
		padding-bottom: 2rem;
		border-bottom: none;
	}

	.insight-more-from__col:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
}

.insight-more-from__link {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.insight-more-from__link:hover .insight-more-from__title {
	color: #de6a10;
}

.insight-more-from__kicker {
	display: block;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
	margin-bottom: 0.65rem;
}

.insight-more-from__title {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.35rem;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0.75rem;
	transition: color 0.15s ease;
}

.insight-more-from__meta {
	display: block;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

/* ——— Single report: two-column product layout ——— */
.insight-report-page {
	background: #000;
	color: #fff;
	padding: 2.5rem 0 4rem;
	margin-top: 100px;
}

.insight-report-crumb {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 1.5rem;
}

.insight-report-crumb__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
}

.insight-report-crumb a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}

.insight-report-crumb a:hover {
	color: #de6a10;
}

.insight-report-crumb__sep {
	color: rgba(255, 255, 255, 0.35);
}

.insight-report-crumb__current {
	color: rgba(255, 255, 255, 0.4);
}

.insight-report-kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1.25rem;
}

.insight-topic-pill--report {
	border-color: #de6a10;
	color: #de6a10;
	background: rgba(222, 106, 16, 0.12);
}

.insight-report-series {
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.insight-report-title {
	font-family: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
	font-weight: 200;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.12;
	letter-spacing: 0.02em;
	margin: 0 0 1rem;
	max-width: 52rem;
}

.insight-report-standfirst {
	font-size: 1.0625rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.65);
	max-width: 48rem;
	margin-bottom: 2rem;
}

.insight-report-standfirst p {
	margin: 0 0 0.75rem;
}

.insight-report-standfirst p:last-child {
	margin-bottom: 0;
}

.insight-report-meta-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem 2rem;
	padding: 1.5rem 0;
	margin-bottom: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 576px) {
	.insight-report-meta-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.insight-report-meta-grid__label {
	display: block;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 0.35rem;
}

.insight-report-meta-grid__value {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.88);
}

.insight-report-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.25rem;
	margin-bottom: 2.5rem;
}

.insight-report-share__label {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.insight-report-share__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.insight-report-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 1rem;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.85);
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease, color 0.15s ease;
}

.insight-report-share__btn:hover {
	background: #fff;
	color: #000;
}

.insight-report-section-heading {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
	color: #de6a10;
	font-weight: 600;
}

.insight-report-whats-inside {
	margin-bottom: 2.5rem;
}

.insight-report-whats-list__item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1rem 1.25rem;
	align-items: baseline;
	padding: 1.1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-report-whats-list__num {
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.45);
	font-variant-numeric: tabular-nums;
}

.insight-report-whats-list__body {
	min-width: 0;
}

.insight-report-whats-list__title {
	display: block;
	font-size: 1.05rem;
	color: #fff;
	line-height: 1.35;
	margin-bottom: 0.2rem;
}

.insight-report-whats-list__label {
	display: block;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.insight-report-whats-list__pp {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
}

.insight-report-body-wrap {
	margin-top: 0.5rem;
}

.insight-report-sidebar {
	padding-left: 0;
}

@media (min-width: 992px) {
	.insight-report-sidebar {
		padding-left: 1.5rem;
		border-left: 1px solid rgba(255, 255, 255, 0.12);
	}
}

.insight-report-sidebar-cover {
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: #111;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.insight-report-sidebar-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.insight-report-sidebar-price {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin: 0 0 0.5rem;
	color: #fff;
}

.insight-report-sidebar-licence {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin: 0 0 1.5rem;
	line-height: 1.5;
}

.insight-report-sidebar-cta {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.insight-report-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.insight-report-btn--primary {
	background: #de6a10;
	border: 1px solid #de6a10;
	color: #0a0a0a;
}

.insight-report-btn--primary:hover {
	background: #c55e0e;
	border-color: #c55e0e;
	color: #0a0a0a;
}

.insight-report-btn--secondary {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.85);
	color: #fff;
}

.insight-report-btn--secondary:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.insight-report-includes__list {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.6);
}

.insight-report-includes__list li {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}

.insight-report-includes__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
	.insight-report-sidebar {
		margin-top: 2.5rem;
		padding-top: 2rem;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
}
