.steel-pillar-page .pillar-layout {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	padding-top: 56px;
	padding-bottom: 56px;
}

.steel-pillar-page .toc {
	position: sticky;
	top: 92px;
	padding: 20px;
	border: 1px solid var(--border-steel);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(14, 23, 32, 0.06);
}

.steel-pillar-page .toc-title {
	margin-bottom: 14px;
	color: var(--forge-dark);
	font-family: var(--font-condensed);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.steel-pillar-page .toc a {
	display: block;
	padding: 10px 12px;
	border-left: 3px solid transparent;
	color: var(--text-mid);
	font-family: var(--font-condensed);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.steel-pillar-page .toc a:hover {
	border-left-color: var(--accent-orange);
	background: rgba(232, 114, 42, 0.08);
	color: var(--forge-dark);
}

.steel-pillar-page .article {
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}

.steel-pillar-page .article-section {
	padding: 34px;
	margin-top: 50px;
	border: 1px solid var(--border-steel);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(14, 23, 32, 0.04);
}

.steel-pillar-page .article-copy {
	max-width: 820px;
	margin-bottom: 16px;
	color: var(--text-mid);
	font-size: 1.02rem;
}

.steel-pillar-page .article-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 24px 0;
	border: 1px solid var(--border-steel);
	border-radius: 8px;
}

.steel-pillar-page .article-subsection {
	margin-top: 30px;
}

.steel-pillar-page .article-subsection h3 {
	margin-bottom: 14px;
	color: var(--forge-dark);
	font-family: var(--font-condensed);
	font-size: 1.35rem;
	text-transform: uppercase;
}

.steel-pillar-page .article-copy a,
.steel-pillar-page .article-table a {
	color: var(--coil-steel);
	font-weight: 700;
}

.steel-pillar-page .article-link-button {
	margin-top: 10px;
	margin-right: 10px;
}

.steel-pillar-page .article-link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.steel-pillar-page .article-table-wrap {
	margin-bottom: 22px;
	background: var(--mill-white);
}

.steel-pillar-page .article-table {
	min-width: 620px;
}

.steel-pillar-page .article-table th {
	width: auto;
	background: var(--forge-dark);
	color: var(--mill-white);
}

.steel-pillar-page .article-table td {
	color: var(--text-mid);
}

.steel-pillar-page .cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.hero-visual-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-visual.has-image {
	background: none;
}

.hero-visual.has-image::before,
.hero-visual.has-image::after {
	display: none;
}

.steel-pillar-page .article-section .product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.steel-pillar-page .article-section .product-card p {
	min-height: 0;
}

.steel-pillar-page .article-section .value-grid.compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

@media (max-width: 900px) {
	.steel-pillar-page .pillar-layout {
		grid-template-columns: 1fr;
		padding-top: 40px;
	}

	.steel-pillar-page .toc {
		position: static;
	}

	.steel-pillar-page .article-section .product-grid,
	.steel-pillar-page .article-section .value-grid.compact {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 620px) {
	.steel-pillar-page .article-section {
		padding: 24px 20px;
	}

	.steel-pillar-page .article-section .product-grid,
	.steel-pillar-page .article-section .value-grid.compact {
		grid-template-columns: 1fr;
	}
}
