.single-article {
	padding: 30px 0 130px;
	font-family: var(--font-inter);
}

.single-article__container {
	padding-inline: 25px;
}

.single-article__publication {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
	padding: 0;
	border-radius: 18px;
}

.single-article__publication img {
	width: min(100%, 430px);
	height: auto;
}

.single-article__hero {
	margin: 0;
	overflow: hidden;
	border-radius: 26px;
}

.single-article__hero img,
.single-article__hero .media-placeholder {
	width: 100%;
	aspect-ratio: 1.93 / 1;
	object-fit: cover;
}

.media-placeholder {
	display: grid;
	place-items: center;
	min-height: 280px;
	background: linear-gradient(135deg, #db3c28, #f26845 55%, #bc281d);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.single-article__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}

.single-article__categories a,
.single-article__tags a {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 7px 14px;
	border-radius: 999px;
	background: #d2cecc;
	color: #28262b;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.single-article__categories a:nth-child(2) {
	background: #eb4933;
	color: #fff;
}

.single-article__intro,
.content-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
	gap: clamp(50px, 7vw, 110px);
}

.single-article__intro {
	align-items: start;
	margin: 82px auto 68px;
	max-width: 950px;
}

.single-article__intro h1 {
	max-width: 100%;
	margin: 0;
	color: #e43e2b;
	font-family: var(--font-founders-x-condensed);
	font-size: clamp(64px, 8vw, 100px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: .7;
	overflow-wrap: normal;
	text-wrap: balance;
	text-transform: uppercase;
	word-spacing: .1em;
}

.single-article__nowrap {
	white-space: nowrap;
}

.single-article__summary {
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.08;
}

.single-article__summary p {
	margin-top: 0;
}

.single-article__action,
.single-article__feature-card a {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 4px;
	background: #01000f;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.single-article__action {
	padding: 14px 20px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.1;
}

.single-article__details {
	display: grid;
	grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
	gap: clamp(40px, 5vw, 64px);
	max-width: 950px;
	margin: 0 auto;
	padding: 42px 0;
	border-top: 4px dotted #8d8987;
}

.single-article__details time,
.single-article__tags > span {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.single-article__details time {
	padding-top: 8px;
	font-weight: 400;
	letter-spacing: .02em;
}

.single-article__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.single-article__tags > span {
	flex-basis: 100%;
	margin: 0 0 5px;
	letter-spacing: .02em;
	text-align: center;
}

.single-article__tags a {
	margin: 0;
	padding: 9px 14px;
	border: 1px solid #aaa5a3;
	border-radius: 5px;
	background: transparent;
	font-size: 13px;
	line-height: 1.2;
	text-transform: none;
}

.single-article__tags a:hover,
.single-article__tags a:focus-visible {
	border-color: #e43e2b;
	background: #e43e2b;
	color: #fff;
}

.single-article__supporters {
	display: grid;
	grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(45px, 7vw, 90px);
	max-width: 950px;
	min-height: 120px;
	margin: 34px auto 72px;
	padding: 28px 45px;
	border-radius: 22px;
	background: #fff;
}

.single-article__supporters-brand img {
	display: block;
	width: 100%;
	height: auto;
}

.single-article__supporters-partners {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.single-article__supporters-logos {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 150px;
}

.single-article__supporters-logos img {
	display: block;
	width: auto;
	max-width: 170px;
	height: 54px;
	object-fit: contain;
}

.single-article__supporters a {
	display: block;
}

.single-article__powered-by {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.single-article__chapter-roadmap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 34px;
	max-width: 950px;
	margin: -38px auto 90px;
	padding: clamp(32px, 4vw, 48px) 45px;
	border: 1px solid #d4cfca;
	border-radius: 22px;
	background: #eee9e1;
	color: #17151a;
}

.single-article__chapter-roadmap--closing {
	margin-bottom: 0;
}

.single-article__chapter-roadmap .eyebrow {
	color: #6f6b70;
}

.single-article__chapter-roadmap h2 {
	max-width: 420px;
	margin: 0;
	font-family: var(--font-founders-x-condensed);
	font-size: clamp(38px, 4.2vw, 54px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: .86;
	text-transform: uppercase;
}

.single-article__chapter-roadmap h2 span {
	color: #e43e2b;
}

.single-article__chapter-roadmap-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-article__chapter-roadmap-list li {
	position: relative;
	min-width: 0;
	padding: 31px 22px 0 0;
}

.single-article__chapter-roadmap-list li::before {
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
	width: 13px;
	height: 13px;
	border: 4px solid #eee9e1;
	border-radius: 50%;
	background: #e43e2b;
	box-shadow: 0 0 0 1px #d83b29;
	content: "";
}

.single-article__chapter-roadmap-list li:not(:last-child)::after {
	position: absolute;
	top: 9px;
	left: 13px;
	width: calc(100% - 13px);
	border-top: 1px dashed #aaa39e;
	content: "";
}

.single-article__chapter-roadmap-list li.is-current::before {
	background: #8d8987;
	box-shadow: 0 0 0 1px #8d8987;
}

.single-article__chapter-roadmap-list time {
	display: block;
	margin-bottom: 9px;
	color: #e43e2b;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .06em;
	line-height: 1;
}

.single-article__chapter-roadmap-list time span {
	color: #6f6b70;
	font-weight: 500;
}

.single-article__chapter-roadmap-list strong {
	display: block;
	font-size: 15px;
	line-height: 1.25;
}

.placeholder-label {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.single-article__feature-card {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	align-items: center;
	overflow: hidden;
	max-width: 1090px;
	margin: 0 auto 100px;
	border-radius: 18px;
	background: #eee5d3;
}

.single-article__feature-card > div:last-child {
	padding: 40px clamp(28px, 6vw, 80px);
	font-size: 18px;
	line-height: 1.42;
}

.media-placeholder--portrait {
	min-height: 365px;
	background: #c8c2bd;
}

.single-article__feature-image {
	width: 100%;
	height: 100%;
	min-height: 365px;
	object-fit: cover;
}

.eyebrow {
	margin: 0 0 8px;
	color: #e43e2b;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.single-article__feature-card h2,
.content-section h2,
.single-article__media-copy h2 {
	margin: 0 0 18px;
	color: #13121a;
	font-family: var(--font-founders-x-condensed);
	font-size: clamp(38px, 4.6vw, 64px);
	font-weight: 600;
	letter-spacing: -.012em;
	line-height: .88;
	text-transform: uppercase;
}

.content-section {
	grid-template-columns: minmax(0, var(--editorial-heading-width, 280px)) minmax(0, 1fr);
	gap: var(--editorial-grid-gap, clamp(32px, 3vw, 44px));
	align-items: start;
	max-width: 950px;
	margin-inline: auto;
}

.single-article__opening {
	margin-bottom: 105px;
}

.content-section__text {
	font-size: 21px;
	line-height: 1.5;
}

.content-section__text p {
	margin-block: 0 1.25em;
}

.content-section__text > p:last-child,
.content-section__text > p:has(+ figure),
.content-section__text > p:has(+ picture),
.content-section__text > p:has(+ img) {
	margin-bottom: 0;
}

.content-section__text > :first-child {
	margin-top: 0;
}

.lead::first-letter {
	float: left;
	margin: -.08em .08em 0 0;
	font-size: 5.2em;
	font-weight: 900;
	line-height: .8;
}

.single-article__media-card {
	display: grid;
	grid-template-columns: minmax(230px, .42fr) 1fr;
	gap: 45px;
	align-items: center;
	max-width: 1090px;
	margin: 0 auto 115px;
	padding: clamp(30px, 6vw, 75px);
	border-radius: 24px;
	background: #fff;
}

.single-article__media-copy {
	font-size: 18px;
	line-height: 1.42;
}

.media-placeholder--video {
	min-height: 360px;
	background: #17151a;
}

.single-article__series-timeline {
	display: grid;
	gap: 1px;
	overflow: hidden;
	border-radius: 14px;
	background: #38363d;
}

.single-article__series-timeline p {
	display: grid;
	grid-template-columns: 95px 1fr;
	gap: 15px;
	margin: 0;
	padding: 20px;
	background: #17151a;
	color: #fff;
}

.single-article__series-timeline strong {
	color: #09e1cd;
}

.single-article__body {
	margin-bottom: 90px;
}

.single-article__data-visual {
	max-width: 950px;
	margin: 0 auto 90px;
}

.single-article__data-visual img {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.single-article__data-visual figcaption {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.4;
}

.media-placeholder--chart {
	min-height: 600px;
	background: #080711;
	color: #09e1cd;
}

.single-article__conclusion {
	margin-bottom: 90px;
}

.single-article__takeaways {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 950px;
	margin: 0 auto;
}

.single-article__takeaways article {
	padding-top: 15px;
	border-top: 1px dashed #8d8987;
}

.single-article__takeaways h3 {
	margin: 0 0 12px;
	font-family: var(--font-founders-x-condensed);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.15;
}

.single-article__takeaways p {
	margin: 0;
	font-size: 15px;
	line-height: 1.42;
}

.editorial-content {
	--editorial-width: 950px;
	--editorial-visual-width: 1090px;
	--editorial-space: 64px;
	--editorial-heading-width: 280px;
	--editorial-grid-gap: clamp(32px, 3vw, 44px);
}

.editorial-section {
	margin-bottom: var(--editorial-space);
	scroll-margin-top: 30px;
}

.editorial-section--opening {
	margin-top: 15px;
}

.editorial-section > h2 {
	grid-column: 1 / -1;
	width: 100%;
	max-width: 560px;
	margin-bottom: 0;
	font-size: clamp(38px, 3.25vw, 46px);
	letter-spacing: 0;
	line-height: .88;
	overflow-wrap: normal;
	text-wrap: balance;
	word-spacing: .025em;
}

.editorial-section > h2 + .content-section__text {
	grid-column: 2;
	margin-top: 20px;
}

.content-section__text h3 {
	margin: 2em 0 .65em;
	color: #13121a;
	font-family: var(--font-founders-x-condensed);
	font-size: clamp(29px, 2.65vw, 36px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: .92;
	text-wrap: balance;
	text-transform: uppercase;
	word-spacing: .025em;
}

.content-section__text ul {
	margin: 0 0 1.5em;
	padding-left: 1.15em;
}

.content-section__text li {
	margin-bottom: .65em;
}

@media (min-width: 768px) {
	.editorial-section .content-section__text > p,
	.editorial-section .content-section__text > ul,
	.editorial-section .content-section__text > ol,
	.editorial-section .content-section__text > h3 {
		max-width: 560px;
	}
}

.editorial-placeholder {
	max-width: var(--editorial-width);
	margin: 0 auto var(--editorial-space);
	scroll-margin-top: 30px;
}

.editorial-placeholder__media {
	display: flex;
	min-height: 460px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 30px;
	border: 1px dashed #6f6b70;
	border-radius: 18px;
	background: #0a0912;
	color: #fff;
	text-align: center;
}

.editorial-placeholder__media span {
	color: #09e1cd;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.editorial-placeholder__media strong {
	max-width: 520px;
	font-size: 18px;
	line-height: 1.35;
}

.editorial-placeholder figcaption {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.4;
}

.editorial-graphic {
	width: 100%;
	max-width: var(--editorial-visual-width);
	margin: 0 auto var(--editorial-space);
	scroll-margin-top: 30px;
}

.editorial-graphic img {
	display: block;
	width: 100%;
	height: auto;
}

.editorial-graphic figcaption {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.4;
}

.editorial-quote {
	margin: 2em 0;
	padding: 28px 30px;
	border-left: 7px solid #e43e2b;
	background: #fff;
}

.editorial-quote p {
	margin: 0 0 16px;
	font-size: 1.12em;
	font-weight: 600;
	line-height: 1.35;
}

.editorial-quote cite {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
}

.editorial-quote--wide {
	max-width: var(--editorial-width);
	margin: 0 auto var(--editorial-space);
}

.editorial-quote-image {
	width: 100%;
	max-width: var(--editorial-visual-width);
	margin: 32px auto var(--editorial-space);
}

.editorial-quote-image img {
	display: block;
	width: 100%;
	height: auto;
}

.content-section__text > .editorial-quote-image,
.content-section__text > .editorial-graphic {
	width: calc(100% + var(--editorial-heading-width) + var(--editorial-grid-gap));
	max-width: none;
	margin: 36px 0 36px calc((var(--editorial-heading-width) + var(--editorial-grid-gap)) * -1);
}

.editorial-credits {
	max-width: var(--editorial-width);
	margin: 90px auto 0;
	padding-top: 55px;
	border-top: 1px dashed #8d8987;
}

.editorial-credits h2,
.editorial-credits h3,
.editorial-sponsors__title {
	color: #13121a;
	font-family: var(--font-founders-x-condensed);
	font-weight: 600;
	line-height: .95;
	text-transform: uppercase;
}

.editorial-accent {
	color: #e43e2b;
}

.editorial-credits h2,
.editorial-sponsors__title {
	font-size: clamp(38px, 3.25vw, 46px);
	letter-spacing: 0;
	text-wrap: balance;
	word-spacing: .025em;
}

.editorial-credits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 50px;
}

.editorial-credits__grid > div {
	padding-top: 18px;
	border-top: 1px dashed #8d8987;
}

.editorial-credits__grid h3 {
	font-size: 24px;
}

.editorial-credits__grid p,
.editorial-credits__about p {
	font-size: 16px;
	line-height: 1.5;
}

.editorial-credits__about {
    max-width: 640px;
    margin-top: 80px;
}

.editorial-sponsors {
    max-width: var(--editorial-width);
    margin: 80px auto 0;
    padding-top: 55px;
    border-top: 1px dashed #8d8987;
}

.editorial-sponsors__title {
    margin: 0 0 50px;
}

.editorial-sponsors__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
}

.editorial-sponsors__item {
    min-width: 0;
}

.editorial-sponsors__logo {
    display: flex;
    align-items: center;
    width: min(100%, 280px);
    height: 105px;
    margin-bottom: 32px;
}

.editorial-sponsors__logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 96px;
    object-fit: contain;
    object-position: left center;
}

.editorial-sponsors p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}

.editorial-sponsors__more {
    margin-top: 24px !important;
    font-weight: 700;
}

.editorial-sponsors__more a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.editorial-sponsors__more a:hover,
.editorial-sponsors__more a:focus-visible {
    color: var(--coral);
}

@media (max-width: 767px) {
	.site-header__navigation a:not(:first-child) {
		display: none;
	}

	.single-article {
		padding: 24px 0 72px;
	}

	.single-article__container {
		padding-inline: clamp(16px, 5vw, 25px);
	}

	.single-article__publication {
		margin-bottom: 22px;
	}

	.single-article__publication img {
		width: min(78vw, 300px);
	}

	.single-article__hero {
		border-radius: 18px;
	}

	.single-article__categories {
		margin-top: 18px;
	}

	.single-article__intro,
	.content-section,
	.single-article__feature-card,
	.single-article__media-card,
	.single-article__details {
		grid-template-columns: 1fr;
	}

	.content-section {
		gap: 20px;
	}

	.single-article__intro {
		gap: 30px;
		margin: 48px auto 44px;
	}

	.single-article__details {
		gap: 18px;
		padding: 28px 0;
	}

	.single-article__details time {
		padding-top: 0;
	}

	.single-article__tags {
		gap: 8px;
	}

	.single-article__tags > span {
		flex-basis: 100%;
		margin: 0 0 5px;
	}

	.single-article__tags a {
		padding: 9px 12px;
		font-size: 12px;
	}

	.single-article__intro h1 {
		font-size: clamp(46px, 14vw, 58px);
		letter-spacing: .3px;
		line-height: .86;
		overflow-wrap: anywhere;
	}

	.single-article__summary {
		font-size: 22px;
	}

	.single-article__action {
		padding: 12px 16px;
		font-size: 13px;
	}

	.content-section h2,
	.single-article__feature-card h2,
	.single-article__media-copy h2 {
		font-size: clamp(36px, 10.75vw, 42px);
		overflow-wrap: anywhere;
	}

	.content-section__text {
		font-size: 18px;
	}

	.single-article__supporters {
		grid-template-columns: 1fr;
		gap: 26px;
		min-height: 0;
		margin: 26px auto 52px;
		padding: 25px 20px;
	}

	.single-article__supporters-brand {
		width: min(65vw, 210px);
	}

	.single-article__supporters-logos {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 18px 28px;
	}

	.single-article__supporters-logos img {
		max-width: 120px;
		height: 42px;
	}

	.single-article__chapter-roadmap {
		grid-template-columns: 1fr;
		gap: 30px;
		margin: -26px auto 62px;
		padding: 30px 24px 34px;
		border-radius: 18px;
	}

	.single-article__chapter-roadmap h2 {
		max-width: 260px;
		font-size: 42px;
	}

	.single-article__chapter-roadmap-list {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 0;
	}

	.single-article__chapter-roadmap-list li {
		min-height: 82px;
		padding: 0 0 25px 34px;
	}

	.single-article__chapter-roadmap-list li:last-child {
		min-height: 0;
		padding-bottom: 0;
	}

	.single-article__chapter-roadmap-list li::before {
		top: 1px;
	}

	.single-article__chapter-roadmap-list li:not(:last-child)::after {
		top: 14px;
		left: 6px;
		width: 0;
		height: calc(100% - 13px);
		border-top: 0;
		border-left: 1px dashed #aaa39e;
	}

	.single-article__feature-card {
		margin-bottom: 70px;
	}

	.single-article__feature-card > div:last-child {
		padding: 32px 24px 38px;
	}

	.single-article__feature-image {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.single-article__opening,
	.single-article__media-card,
	.single-article__body,
	.single-article__data-visual,
	.single-article__conclusion {
		margin-bottom: 70px;
	}

	.single-article__media-card {
		gap: 28px;
		padding: 28px 24px;
		border-radius: 18px;
	}

	.media-placeholder--video {
		min-height: 230px;
	}

	.single-article__series-timeline p {
		grid-template-columns: 78px 1fr;
		padding: 16px;
	}

	.media-placeholder--chart {
		min-height: 340px;
	}

	.single-article__takeaways {
		grid-template-columns: 1fr;
	}

	.editorial-section,
	.editorial-placeholder,
	.editorial-graphic,
	.editorial-quote--wide,
	.editorial-quote-image {
		margin-bottom: 52px;
	}

	.editorial-section > h2 {
		grid-column: 1;
		max-width: 310px;
		margin-bottom: 0;
		font-size: clamp(33px, 9.5vw, 38px);
		line-height: .9;
	}

	.editorial-section > h2 + .content-section__text {
		grid-column: 1;
		margin-top: 0;
	}

	.content-section__text h3 {
		font-size: clamp(29px, 8.5vw, 34px);
	}

	.editorial-placeholder__media {
		min-height: 300px;
		padding: 24px;
		border-radius: 14px;
	}

	.editorial-quote {
		padding: 22px 20px;
	}

	.content-section__text > .editorial-quote-image,
	.content-section__text > .editorial-graphic {
		width: 100%;
		margin: 28px 0;
	}

	.editorial-credits {
		margin-top: 80px;
		padding-top: 40px;
	}

	.editorial-credits__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

    .editorial-credits__about {
        margin-top: 55px;
    }

    .editorial-sponsors {
        margin-top: 55px;
        padding-top: 40px;
    }

    .editorial-sponsors__title {
        margin-bottom: 40px;
    }

    .editorial-sponsors__grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .editorial-sponsors__logo {
        width: min(100%, 240px);
        height: 90px;
        margin-bottom: 22px;
    }

    .editorial-sponsors__logo img {
        max-height: 82px;
    }
}

@media (min-width: 768px) {
	.single-article__container {
		padding-inline: clamp(25px, 4vw, 50px);
	}
}
