article.mst-article.mst-article--editorial {
	background-color: var(--mst-panel);
	color: var(--mst-paper);
}

/* The four article families share one renderer. Feature uses the same quiet
 * dark reading surface as the rest of the site; works and journal retain their
 * compact dark reading surface, and Signals keeps its date-first text header. */
.mst-article--feature .mst-article__content--editorial {
	max-width: none;
	margin: 0;
	padding: clamp(54px, 7vw, 100px) max(20px, calc((100vw - 1040px) / 2)) clamp(74px, 9vw, 130px);
	background: #111718;
	color: var(--mst-paper);
}

.mst-article--feature .mst-story {
	max-width: 980px;
	margin: 0 auto;
}

.mst-article--feature .mst-story :is(p, strong, .intro-section .section-title, .sub-title, h4, .summary-section .section-title) {
	color: var(--mst-paper);
}

.mst-article--feature .mst-story :is(.feature-block, .summary-section) {
	border-color: var(--mst-line);
}

.mst-article--feature .mst-story p {
	color: #c8d0cf;
}

.mst-article--feature .mst-story .caption {
	color: #aab4b2;
}

.mst-article--works .mst-editorial-hero { min-height: clamp(420px, 36vw, 560px); }
.mst-article--journal .mst-editorial-hero { min-height: clamp(390px, 32vw, 500px); }

.mst-editorial-hero {
	position: relative;
	display: flex;
	min-height: clamp(520px, 42vw, 640px);
	align-items: flex-end;
	isolation: isolate;
	overflow: hidden;
	background: #0b1113;
}

.mst-editorial-hero__media,
.mst-editorial-hero__shade {
	position: absolute;
	inset: 0;
}

.mst-editorial-hero__media { z-index: -2; }

.mst-editorial-hero__media img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.mst-editorial-hero__shade {
	z-index: -1;
	background: rgba(3, 8, 10, .44);
}

.mst-editorial-hero__content {
	padding-top: 155px;
	padding-bottom: clamp(56px, 7vw, 92px);
}

.mst-editorial-hero__kicker {
	margin: 0 0 27px;
	color: var(--mst-cyan);
	font: 500 10px/1.5 "DM Sans", sans-serif;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.mst-editorial-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--mst-paper);
	font: 300 clamp(44px, 5.4vw, 76px)/1.25 "Noto Serif JP", serif;
	letter-spacing: -.055em;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .9);
}

.mst-editorial-hero h1 span { display: block; }

.mst-editorial-hero h1.is-long-title {
	max-width: 1120px;
	font-size: clamp(38px, 4.2vw, 56px);
	line-height: 1.3;
}

.mst-editorial-hero__subtitle {
	display: inline-block;
	margin: 30px 0 0;
	padding-top: 18px;
	border-top: 1px solid rgba(100, 202, 250, .72);
	color: #edf0ed;
	font: 400 13px/1.5 "DM Sans", sans-serif;
	letter-spacing: .04em;
	text-shadow: 0 1px 12px rgba(0, 0, 0, .9);
}

.mst-article__content--editorial {
	max-width: 1180px;
	padding-top: 0;
	padding-bottom: clamp(74px, 9vw, 130px);
	font-size: 14px;
	line-height: 2;
}

.mst-article__content--editorial .mst-story {
	width: 100%;
}

/* Legacy articles retain their original tables and embeds. Constrain those
 * elements here instead of deleting content or adding per-post CSS. */
.mst-article__content :is(img, iframe, video, table) {
	max-width: 100%;
}

.mst-article__content iframe,
.mst-article__content video {
	width: 100%;
}

.mst-article__content table {
	width: 100% !important;
	table-layout: fixed;
}

.mst-article__content :is(th, td) {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.mst-story__intro-icon,
.mst-story__signature {
	display: block;
	margin-bottom: 20px;
	color: var(--mst-cyan);
	font-size: 22px;
	line-height: 1;
}

.mst-story__intro-icon { opacity: .82; }

.mst-story__signature {
	margin-bottom: 24px;
	font-size: 19px;
	opacity: .72;
}

.mst-story p {
	margin: 0 0 1.45em;
	color: #c0c7c6;
}

.mst-story strong {
	color: var(--mst-paper);
	font-weight: 500;
}

.mst-story .intro-section {
	max-width: 790px;
	padding: clamp(65px, 8vw, 105px) 0 clamp(70px, 8vw, 108px);
}

.mst-story .intro-section .section-title {
	margin: 0 0 27px;
	color: var(--mst-paper);
	font: 300 clamp(27px, 3vw, 42px)/1.45 "Noto Serif JP", serif;
	letter-spacing: -.04em;
}

.mst-story .feature-block {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	gap: clamp(46px, 7vw, 104px);
	align-items: center;
	padding: clamp(58px, 7vw, 92px) 0;
	border-top: 1px solid var(--mst-line);
}

.mst-story .feature-block:not(.reverse-layout) .text-col {
	grid-column: 2;
	grid-row: 1;
}

.mst-story .feature-block:not(.reverse-layout) .img-col {
	grid-column: 1;
	grid-row: 1;
}

.mst-story__index {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	color: var(--mst-cyan);
	font: 500 10px/1 "DM Sans", sans-serif;
	letter-spacing: .13em;
}

.mst-story__index i {
	font-size: 15px;
	opacity: .78;
}

.mst-story__index b {
	font: inherit;
	font-weight: 500;
}

.mst-story .sub-title {
	margin: 0 0 25px;
	color: var(--mst-paper);
	font: 300 clamp(25px, 2.65vw, 38px)/1.45 "Noto Serif JP", serif;
	letter-spacing: -.035em;
}

.mst-story .img-col {
	min-width: 0;
}

.mst-story .feature-img,
.mst-story .full-width-img {
	width: 100%;
	height: auto;
	aspect-ratio: 1.55;
	margin: 0;
	object-fit: cover;
	background: #12191b;
}

.mst-story .caption {
	margin: 10px 0 0;
	color: #7f8988;
	font-size: 9px;
	line-height: 1.7;
}

.mst-story .summary-section {
	max-width: 790px;
	margin: 0 auto;
	padding: clamp(70px, 9vw, 118px) 0 0;
	border-top: 1px solid var(--mst-line);
	text-align: center;
}

.mst-story .summary-section .section-title {
	margin: 0 0 28px;
	color: var(--mst-paper);
	font: 300 clamp(28px, 3.1vw, 43px)/1.4 "Noto Serif JP", serif;
	letter-spacing: -.04em;
}

/* Shared structures used by the modern Page Builder article collection. */
.mst-story--collection .img-col-grid,
.mst-story--collection .gallery-grid,
.mst-story--collection .process-img-grid,
.mst-story--collection .comparison-grid,
.mst-story--collection .img-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
}

.mst-story--collection .feature-block:not(.reverse-layout) .img-col-grid {
	grid-column: 1;
	grid-row: 1;
}

.mst-story--collection .feature-block.reverse-layout .img-col-grid {
	grid-column: 2;
	grid-row: 1;
}

.mst-story--collection .feature-block.reverse-layout .text-col {
	grid-column: 1;
	grid-row: 1;
}

.mst-story--collection .feature-block .img-col-grid,
.mst-story--collection .feature-block .img-col {
	min-width: 0;
}

.mst-story--collection :is(
	.feature-img,
	.grid-img,
	.grid-img-1,
	.grid-img-2,
	.gallery-img,
	.process-img,
	.comp-img,
	.intro-thumb,
	.philo-thumb,
	.diagram-img,
	.ctrl-img,
	.cad-img,
	.print-img,
	.finish-img,
	.final-img,
	.gal-img,
	.column-img
) {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.55;
	object-fit: cover;
	background: #12191b;
}

.mst-story--collection .img-col-grid :is(img, .grid-img, .grid-img-1, .grid-img-2),
.mst-story--collection .comparison-grid :is(img, .comp-img),
.mst-story--collection .gallery-grid :is(img, .gallery-img, .gal-img) {
	aspect-ratio: 1.35;
}

.mst-story--collection .full-width {
	grid-column: 1 / -1;
}

.mst-story--collection :is(
	.gallery-section,
	.process-section,
	.spec-section,
	.philosophy-section,
	.tuning-section,
	.product-showcase,
	.column-block,
	.process-block,
	.cta-section
) {
	padding: clamp(62px, 8vw, 102px) 0;
	border-top: 1px solid var(--mst-line);
}

.mst-story--collection :is(.gallery-section, .process-section, .spec-section) > .section-title,
.mst-story--collection :is(.gallery-section, .process-section, .spec-section) > .sub-title {
	margin: 0 0 clamp(30px, 4vw, 50px);
	color: var(--mst-paper);
	font: 300 clamp(27px, 3vw, 42px)/1.42 "Noto Serif JP", serif;
	letter-spacing: -.04em;
}

.mst-story--collection :is(.intro-layout, .column-block, .process-block, .comparison-block, .philosophy-row, .tuning-flex, .controller-box, .product-showcase) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(38px, 6vw, 82px);
	align-items: center;
}

.mst-story--collection :is(.column-block.reverse, .philosophy-row.reverse) > :first-child {
	grid-column: 2;
	grid-row: 1;
}

.mst-story--collection :is(.column-block.reverse, .philosophy-row.reverse) > :last-child {
	grid-column: 1;
	grid-row: 1;
}

.mst-story--collection .process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 48px);
}

.mst-story--collection .spec-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 48px);
}

.mst-story--collection :is(.process-item, .spec-group, .gallery-item, .grid-item, .comp-item) {
	min-width: 0;
	padding-top: 18px;
	border-top: 1px solid var(--mst-line);
}

.mst-story--collection :is(h4, .spec-group h3, .philosophy-text h3, .tuning-title) {
	margin: 0 0 18px;
	color: var(--mst-paper);
	font: 400 clamp(17px, 1.8vw, 24px)/1.5 "Noto Serif JP", serif;
	letter-spacing: -.025em;
}

.mst-story--collection :is(.diagram-wrapper, .gallery-wrapper, .philosophy-bg, .tuning-bg) {
	margin: clamp(30px, 5vw, 62px) 0;
	overflow: hidden;
}

.mst-story--collection :is(.diagram-wrapper, .philosophy-bg, .tuning-bg) img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: cover;
}

.mst-story--collection :is(.spec-list, .spec-group) dl {
	margin: 0;
	border-top: 1px solid var(--mst-line);
}

.mst-story--collection :is(.spec-list, .spec-group) :is(dt, dd) {
	margin: 0;
	padding: 11px 0;
	border-bottom: 1px solid var(--mst-line);
}

.mst-story--collection :is(.spec-list, .spec-group) dt {
	color: var(--mst-cyan);
	font: 500 9px/1.4 "DM Sans", sans-serif;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.mst-story--collection :is(.spec-list, .spec-group) dd {
	color: #c0c7c6;
}

.mst-story--collection :is(.cta-box, .cta-area, .cta-inner, .summary-box) {
	margin-top: 34px;
	padding: 26px 0;
	border-top: 1px solid var(--mst-line);
	border-bottom: 1px solid var(--mst-line);
}

.mst-story--collection :is(.mst-btn-primary, .cta-box a, .cta-area a, .cta-section a) {
	display: inline-flex;
	align-items: center;
	min-height: 45px;
	margin-top: 13px;
	padding: 0 20px;
	border: 1px solid rgba(100, 202, 250, .5);
	color: var(--mst-paper);
	font: 500 11px/1 "DM Sans", sans-serif;
	letter-spacing: .06em;
}

.mst-story--collection :is(.gallery-caption, .closing-msg, .spec-lead, .tuning-desc) {
	color: #9aa4a3;
}

.mst-story--collection .comp-label {
	display: block;
	margin-top: 9px;
	color: var(--mst-cyan);
	font: 500 9px/1 "DM Sans", sans-serif;
	letter-spacing: .12em;
}

.mst-related-works {
	padding: clamp(64px, 7vw, 95px) 0 clamp(76px, 9vw, 122px);
	border-top: 1px solid var(--mst-line);
	background: var(--mst-ink);
}

.mst-related-works__inner {
	max-width: 1180px;
}

.mst-related-works__heading {
	margin-bottom: 25px;
}

.mst-related-works__icon {
	display: block;
	margin-bottom: 16px;
	color: var(--mst-cyan);
	font-size: 20px;
	line-height: 1;
	opacity: .72;
}

.mst-related-works__heading h2 {
	margin: 10px 0 0;
	font: 300 clamp(27px, 3vw, 40px)/1.3 "Noto Serif JP", serif;
	letter-spacing: -.04em;
}

.mst-related-works__list {
	border-top: 1px solid var(--mst-line);
}

.mst-related-work {
	display: grid;
	grid-template-columns: clamp(145px, 21vw, 270px) minmax(0, 1fr) 32px;
	gap: clamp(22px, 4vw, 55px);
	align-items: center;
	min-height: 150px;
	padding: 15px 0;
	border-bottom: 1px solid var(--mst-line);
	transition: color .25s, background .25s;
}

.mst-related-work:hover,
.mst-related-work:focus-visible {
	color: var(--mst-cyan);
	background: rgba(100, 202, 250, .035);
}

.mst-related-work__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.85;
	background: #12191b;
}

.mst-related-work__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s, filter .45s;
	filter: saturate(.72) brightness(.82);
}

.mst-related-work:hover .mst-related-work__image img { transform: scale(1.025); filter: saturate(1) brightness(.95); }

.mst-related-work__copy {
	display: block;
	min-width: 0;
}

.mst-related-work__meta {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 13px;
	color: #87908f;
	font: 400 9px/1 "DM Sans", sans-serif;
	letter-spacing: .06em;
}

.mst-related-work__meta b {
	padding: 5px 7px;
	border: 1px solid rgba(255, 255, 255, .28);
	color: #dfe4e1;
	font-weight: 400;
}

.mst-related-work__copy strong {
	display: block;
	max-width: 760px;
	font: 300 clamp(17px, 2vw, 27px)/1.45 "Noto Serif JP", serif;
	letter-spacing: -.025em;
}

.mst-related-work__arrow {
	color: var(--mst-cyan);
	font-size: 21px;
}

@media (max-width: 760px) {
	.mst-editorial-hero {
		min-height: 620px;
	}

	.mst-editorial-hero__media img {
		object-position: 58% center !important;
	}

	.mst-editorial-hero__shade { background: rgba(3, 8, 10, .52); }

	.mst-editorial-hero__content {
		padding-top: 145px;
		padding-bottom: 58px;
	}

	.mst-editorial-hero h1 {
		max-width: 330px;
		font-size: clamp(32px, 8.8vw, 38px);
		line-height: 1.32;
	}

	.mst-editorial-hero h1.is-long-title {
		font-size: clamp(27px, 7.7vw, 33px);
		line-height: 1.38;
	}

	.mst-editorial-hero__subtitle {
		max-width: 330px;
		font-size: 11px;
	}

	.mst-article__content--editorial { font-size: 13px; }

	.mst-story .feature-block,
	.mst-story .feature-block:not(.reverse-layout) {
		display: flex;
		flex-direction: column;
		gap: 28px;
		align-items: stretch;
	}

	.mst-story .feature-block .text-col,
	.mst-story .feature-block .img-col,
	.mst-story .feature-block .img-col-grid { width: 100%; }

	.mst-story--collection :is(.intro-layout, .column-block, .process-block, .comparison-block, .philosophy-row, .tuning-flex, .controller-box, .product-showcase),
	.mst-story--collection :is(.column-block.reverse, .philosophy-row.reverse) {
		display: flex;
		flex-direction: column;
		gap: 28px;
		align-items: stretch;
	}

	.mst-story--collection :is(.column-block.reverse, .philosophy-row.reverse) > :first-child,
	.mst-story--collection :is(.column-block.reverse, .philosophy-row.reverse) > :last-child {
		width: 100%;
	}

	.mst-story--collection .process-grid,
	.mst-story--collection .spec-grid {
		grid-template-columns: 1fr;
	}

	.mst-story--collection .feature-block:not(.reverse-layout) .img-col-grid,
	.mst-story--collection .feature-block.reverse-layout .img-col-grid,
	.mst-story--collection .feature-block.reverse-layout .text-col {
		grid-column: auto;
		grid-row: auto;
	}

	.mst-related-work {
		grid-template-columns: 112px minmax(0, 1fr) 18px;
		gap: 15px;
		min-height: 115px;
		padding: 13px 0;
	}

	.mst-related-work__meta span { display: none; }
	.mst-related-work__copy strong { font-size: 14px; line-height: 1.55; }
	.mst-related-work__arrow { font-size: 16px; }
}
