.steel-bofu-page .narrative-section {
	padding-top: 0;
	background: linear-gradient(180deg, color-mix(in srgb, var(--steel-silver) 12%, transparent), transparent 34%);
}

.steel-bofu-page .narrative-stack {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}

.steel-bofu-page .article-section {
	padding: 34px;
	border: 1px solid var(--border-steel);
	border-radius: 8px;
	background: var(--mill-white);
	box-shadow: 0 10px 28px color-mix(in srgb, var(--forge-dark) 4%, transparent);
}

.steel-bofu-page .article-section h2 {
	font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.steel-bofu-page .article-copy {
	max-width: 820px;
	margin-bottom: 16px;
	color: var(--text-mid);
	font-size: 1.02rem;
}

.steel-bofu-page .article-subsection {
	margin-top: 30px;
}

.steel-bofu-page .article-subsection h3 {
	margin-bottom: 14px;
	color: var(--forge-dark);
	font-family: var(--font-condensed);
	font-size: 1.35rem;
	text-transform: uppercase;
}

.steel-bofu-page .article-copy a,
.steel-bofu-page .article-table a {
	color: var(--coil-steel);
	font-weight: 700;
}

.steel-bofu-page .article-link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.steel-bofu-page .article-link-button {
	margin-top: 0;
}

.steel-bofu-page .article-image {
	display: block;
	width: 100%;
	max-width: 920px;
	height: auto;
	margin: 22px 0;
	border-radius: 8px;
	border: 1px solid var(--border-steel);
	background: var(--steel-silver);
}

.steel-bofu-page .article-table-wrap {
	margin: 18px 0 22px;
	border-color: var(--border-steel);
	background: var(--mill-white);
}

.steel-bofu-page .article-table th {
	width: auto;
	background: var(--forge-dark);
	color: var(--mill-white);
}

.steel-bofu-page .article-table td {
	color: var(--text-mid);
	background: var(--mill-white);
}

.steel-bofu-page .article-table th,
.steel-bofu-page .article-table td {
	border-bottom: 1px solid var(--border-steel);
}

@media (max-width: 620px) {
	.steel-bofu-page .article-section {
		padding: 24px 20px;
	}
}
