.us-blog-hero,
.us-article__header {
	background:
		radial-gradient(circle at 80% 20%, rgba(43, 201, 216, .18), transparent 32rem),
		linear-gradient(135deg, #07090b 0%, #111419 100%);
	color: #fff;
	padding: clamp(7rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 7rem);
}

.us-blog-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(16rem, .65fr);
	align-items: end;
	gap: clamp(2rem, 6vw, 5rem);
}

.us-blog-hero .us-lead {
	color: rgba(255,255,255,.84);
}

.us-blog-hero h1,
.us-article__header h1 {
	color: #fff;
	font-family: var(--us-font-display);
	font-size: clamp(2.6rem, 7vw, 5.9rem);
	line-height: .96;
	letter-spacing: -.045em;
	margin: .65rem 0 1.4rem;
	max-width: 14ch;
}

.urbanstart-v5 .us-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .875rem;
	margin: 2.125rem 0;
}

.us-blog-hero__note,
.us-article-fact {
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 1.4rem;
	background: rgba(255,255,255,.06);
	backdrop-filter: blur(14px);
	padding: 1.6rem;
}

.us-blog-hero__note span,
.us-article-fact span {
	color: var(--us-color-signal);
	display: block;
	font-family: var(--us-font-display);
	font-size: .78rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.us-blog-hero__note strong,
.us-article-fact strong {
	display: block;
	font-family: var(--us-font-display);
	font-size: 1.35rem;
	margin: .45rem 0;
}

.us-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.us-blog-card {
	background: #fff;
	border: 1px solid rgba(10,14,19,.12);
	border-radius: 1.3rem;
	box-shadow: 0 1.2rem 3rem rgba(15,23,42,.08);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.us-blog-card:hover {
	border-color: var(--us-color-cyan);
	box-shadow: 0 1.4rem 3.4rem rgba(15,23,42,.14);
	transform: translateY(-4px);
}

.us-blog-card__media {
	aspect-ratio: 16 / 9;
	background: #111;
	display: block;
	overflow: hidden;
}

.us-blog-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.us-blog-card:hover .us-blog-card__media img {
	transform: scale(1.035);
}

.us-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.45rem;
}

.us-blog-card__meta {
	color: #69717d;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .04em;
	margin: 0 0 .75rem;
	text-transform: uppercase;
}

.us-blog-card h3 {
	font-family: var(--us-font-display);
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 1.08;
	margin: 0 0 .8rem;
}

.us-blog-card h3 a {
	color: #101318;
	text-decoration: none;
}

.us-blog-card__body > p:not(.us-blog-card__meta) {
	color: #59606b;
	margin: 0 0 1.2rem;
}

.us-blog-card__link {
	color: #111;
	font-family: var(--us-font-display);
	font-size: .9rem;
	font-weight: 700;
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
}

.us-blog-card__link:hover {
	color: #8d36bb;
}

.us-blog-card--compact {
	box-shadow: none;
}

.us-article__header {
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.us-article__header-inner {
	max-width: 64rem;
}

.us-breadcrumbs {
	align-items: center;
	display: flex;
	font-size: .86rem;
	gap: .55rem;
	margin-bottom: 2.5rem;
}

.us-breadcrumbs a {
	color: rgba(255,255,255,.8);
	text-decoration: none;
}

.us-article__byline {
	align-items: center;
	color: rgba(255,255,255,.72);
	display: flex;
	flex-wrap: wrap;
	font-size: .9rem;
	gap: .7rem 1.3rem;
}

.us-article__byline span + span::before {
	color: var(--us-color-cyan);
	content: "•";
	margin-right: 1.3rem;
}

.us-article__cover {
	margin-top: -2.4rem;
	position: relative;
	z-index: 2;
}

.us-article__cover img {
	aspect-ratio: 16 / 8;
	border: 3px solid #fff;
	border-radius: 1.4rem;
	box-shadow: 0 1.4rem 4rem rgba(0,0,0,.18);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.us-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 48rem) minmax(14rem, 20rem);
	gap: clamp(2rem, 6vw, 5rem);
	justify-content: center;
	padding-bottom: clamp(4rem, 8vw, 7rem);
	padding-top: clamp(3rem, 7vw, 5.5rem);
}

.us-article__content {
	color: #343a43;
	font-size: clamp(1.04rem, 1.5vw, 1.14rem);
	line-height: 1.78;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	width: 100%;
}

.us-article__content h2,
.us-article__content h3 {
	color: #101318;
	font-family: var(--us-font-display);
	line-height: 1.08;
	margin: 2.4em 0 .65em;
}

.us-article__content h2 {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.us-article__content h3 {
	font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.us-article__content img {
	border-radius: 1rem;
	height: auto;
	margin: 1.2rem 0;
	max-width: 100%;
}

.us-article__content a {
	color: #7e2ea7;
	text-decoration-thickness: 2px;
	text-underline-offset: .18em;
}

.us-article__content > :first-child {
	margin-top: 0;
}

.us-article-media {
	margin: clamp(1.6rem, 4vw, 2.5rem) 0;
}

.us-article-media img {
	aspect-ratio: auto;
	display: block;
	margin: 0;
	width: 100%;
}

.us-article-media figcaption {
	color: #69717d;
	font-size: .88rem;
	line-height: 1.5;
	margin-top: .65rem;
}

.us-article__content ul,
.us-article__content ol {
	padding-left: 1.35rem;
}

.us-article__content li + li {
	margin-top: .55rem;
}

.us-article__content blockquote {
	border-left: .3rem solid var(--us-color-cyan);
	color: #20252c;
	font-size: 1.16em;
	margin: 2rem 0;
	padding: .25rem 0 .25rem 1.35rem;
}

.us-article__content table {
	border-collapse: collapse;
	display: block;
	margin: 2rem 0;
	max-width: 100%;
	overflow-x: auto;
	width: max-content;
}

.us-article__content .wp-block-table {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.us-article__content th,
.us-article__content td {
	border: 1px solid rgba(10,14,19,.16);
	padding: .75rem;
	text-align: left;
	vertical-align: top;
}

.us-article__content th {
	background: #eef2f4;
	color: #101318;
}

.us-article-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin: 2rem 0;
}

.us-article__side {
	align-self: start;
	position: sticky;
	top: 7rem;
}

.us-article-fact {
	background: #101318;
	color: #fff;
	margin-bottom: 1rem;
}

.us-article-cta {
	background: linear-gradient(135deg, rgba(43,201,216,.12), rgba(255,232,0,.13));
	border: 1px solid rgba(43,201,216,.45);
	border-radius: 1.25rem;
	margin-top: 3.5rem;
	padding: clamp(1.4rem, 4vw, 2.2rem);
}

.us-article-cta h2 {
	margin-top: .5rem;
}

.us-article-cta > div {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1.25rem;
}

.urbanstart-v5 .us-cta-band__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding-block: 3.625rem;
}

.urbanstart-v5 .us-cta-band h2 {
	margin-bottom: .5rem;
}

.urbanstart-v5 .us-cta-band p {
	margin: 0;
}

@media (max-width: 880px) {
	.us-blog-hero__grid,
	.us-article__layout {
		grid-template-columns: minmax(0, 1fr);
	}
	.us-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.us-article__side {
		position: static;
	}
	.urbanstart-v5 .us-cta-band__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.us-blog-grid {
		grid-template-columns: 1fr;
	}
	.us-article__byline {
		align-items: flex-start;
		flex-direction: column;
		gap: .35rem;
	}
	.us-article__byline span + span::before {
		content: none;
	}
	.urbanstart-v5 .us-hero__actions {
		flex-direction: column;
	}
	.urbanstart-v5 .us-hero__actions .us-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.us-blog-card,
	.us-blog-card__media img {
		transition: none;
	}
}
