/*
 * EM editorial system 4.1
 * Visual refinement: balanced typography, denser rhythm and robust responsive layouts.
 */

:root {
	--em4-ink: #10231f;
	--em4-ink-soft: #263b35;
	--em4-paper: #f5f3ed;
	--em4-surface: #fffefa;
	--em4-surface-soft: #ebece5;
	--em4-muted: #66736f;
	--em4-line: rgba(16, 35, 31, .13);
	--em4-accent: #bd704a;
	--em4-gold: #d7b864;
	--em4-radius-sm: 14px;
	--em4-radius: 22px;
	--em4-radius-lg: 30px;
	--em4-shadow: 0 24px 70px rgba(16, 35, 31, .10);
	--em4-gutter: clamp(20px, 3vw, 36px);
}

body.em-home-v2,
body.em-about-v2,
body.em-experience-v3,
body.em-contact-v3,
body.em-notes-en-v3,
body.blog,
body.single-post,
body.single-em_note_en {
	background: var(--em4-paper);
	color: var(--em4-ink);
}

/* Prevent long headings and controls from breaking into unreadable fragments. */
.em-page-v2 *,
.em-page-v2 *::before,
.em-page-v2 *::after {
	box-sizing: border-box;
}

.em-page-v2 h1,
.em-page-v2 h2,
.em-page-v2 h3,
.em-page-v2 a,
.em-note-card-v3 h2,
body.blog .entry-title,
body.single-post .entry-title,
body.single-em_note_en .entry-title {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

@supports (text-wrap: balance) {
	.em-page-v2 h1,
	.em-page-v2 h2,
	.em-page-v2 h3,
	.em-note-card-v3 h2,
	body.blog .entry-title,
	body.single-post .entry-title,
	body.single-em_note_en .entry-title {
		text-wrap: balance;
	}
}

@supports (text-wrap: pretty) {
	.em-page-v2 p,
	.em-page-v2 li,
	.em-note p,
	.em-note li {
		text-wrap: pretty;
	}
}

/* Header */

body .site-header,
body.em-home-v2 .site-header,
body.em-about-v2 .site-header,
body.blog .site-header,
body.single-post .site-header {
	border-color: var(--em4-line);
	background: rgba(245, 243, 237, .92);
	box-shadow: 0 1px 0 rgba(16, 35, 31, .02);
}

body .inside-header,
body.em-home-v2 .inside-header,
body.em-about-v2 .inside-header,
body.blog .inside-header,
body.single-post .inside-header {
	min-height: 78px;
	max-width: 1240px;
	gap: 24px;
	padding: 15px var(--em4-gutter);
}

.em-site-monogram {
	width: 40px;
	height: 40px;
	background: var(--em4-ink);
}

.em-site-name {
	font-size: 15px;
}

.em-site-name small {
	color: var(--em4-muted);
}

body .main-navigation .main-nav ul li a,
body.em-home-v2 .main-navigation .main-nav ul li a,
body.em-about-v2 .main-navigation .main-nav ul li a,
body.blog .main-navigation .main-nav ul li a,
body.single-post .main-navigation .main-nav ul li a {
	padding: 9px 12px;
	color: var(--em4-ink);
	font-size: 12px;
}

body .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: rgba(16, 35, 31, .09);
}

body .main-navigation .main-nav ul li.em-language-switch a {
	min-width: 42px;
	border-color: var(--em4-line);
	background: var(--em4-surface);
}

/* Page frame and shared type */

body.em-home-v2 .grid-container,
body.em-about-v2 .grid-container,
body.em-experience-v3 .grid-container,
body.em-contact-v3 .grid-container,
body.em-notes-en-v3 .grid-container,
body.blog .grid-container {
	max-width: 1240px;
}

body.em-home-v2 .site-content,
body.em-about-v2 .site-content,
body.em-experience-v3 .site-content,
body.em-contact-v3 .site-content,
body.em-notes-en-v3 .site-content,
body.blog .site-content {
	padding-right: var(--em4-gutter);
	padding-bottom: 88px;
	padding-left: var(--em4-gutter);
}

.entry-content .em-page-v2 {
	padding-bottom: 56px;
}

.em-page-v2 p,
.em-page-v2 li {
	color: var(--em4-ink-soft);
}

.em-v2-eyebrow,
.entry-content .em-v2-eyebrow,
.em-v2-section-number,
.entry-content .em-v2-section-number {
	color: var(--em4-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
}

.em-v2-lead,
.entry-content .em-v2-lead {
	max-width: 720px;
	color: var(--em4-ink-soft);
	font-size: clamp(18px, 1.6vw, 22px);
	letter-spacing: -.018em;
	line-height: 1.5;
}

.em-v2-actions {
	gap: 20px;
	margin-top: 30px;
}

.entry-content .em-v2-button,
.em-v2-button {
	flex: 0 0 auto;
	min-height: 46px;
	justify-content: space-between;
	gap: 28px;
	padding: 14px 18px;
	border-radius: 999px;
	background: var(--em4-ink);
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.15;
	white-space: nowrap;
}

.entry-content .em-v2-link,
.em-v2-link {
	flex: 0 0 auto;
	gap: 12px;
	font-size: 12px;
	letter-spacing: 0;
	white-space: nowrap;
}

.em-card-link,
.entry-content .em-card-link,
.entry-content .em-career-linked article > a,
.em-career-linked article > a,
.entry-content .em-stage-nav a,
.em-stage-nav a,
.em-contact-links-v3 > a,
.entry-content .em-contact-links-v3 > a {
	letter-spacing: 0;
}

.em-v2-section {
	padding: clamp(72px, 7vw, 92px) 0;
	border-color: var(--em4-line);
}

.em-v2-section h2,
.entry-content .em-v2-section h2 {
	max-width: 720px;
	color: var(--em4-ink);
	font-size: clamp(34px, 3.4vw, 50px);
	font-weight: 650;
	letter-spacing: -.045em;
	line-height: 1.07;
}

.em-v2-intro-grid {
	grid-template-columns: minmax(330px, .86fr) minmax(420px, 1.14fr);
	gap: clamp(52px, 6vw, 82px);
}

.em-v2-intro-grid h2,
.entry-content .em-v2-intro-grid h2 {
	font-size: clamp(32px, 3vw, 43px);
	line-height: 1.09;
}

.em-v2-copy p,
.entry-content .em-v2-copy p {
	margin-bottom: 20px;
	color: var(--em4-ink-soft);
	font-size: 16px;
	line-height: 1.72;
}

.em-v2-copy p:first-child,
.entry-content .em-v2-copy p:first-child {
	font-size: 19px;
	line-height: 1.58;
}

.em-v2-section-head {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: clamp(40px, 6vw, 76px);
	margin-bottom: 40px;
}

.em-v2-section-head > p,
.entry-content .em-v2-section-head > p {
	font-size: 15px;
	line-height: 1.65;
}

/* Home */

.em-home-hero-v2 {
	grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
	gap: clamp(48px, 7vw, 88px);
	min-height: 620px;
	padding: 74px 0 70px;
}

.em-home-hero-v2 h1,
.entry-content .em-home-hero-v2 h1 {
	max-width: 720px;
	margin-bottom: 28px;
	font-size: clamp(54px, 5.2vw, 76px) !important;
	font-weight: 670;
	letter-spacing: -.055em !important;
	line-height: .99 !important;
}

.em-system-card {
	width: 100%;
	max-width: 430px;
	justify-self: end;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 26px;
	background:
		radial-gradient(circle at 100% 0%, rgba(215, 184, 100, .22), transparent 38%),
		var(--em4-ink);
	box-shadow: var(--em4-shadow);
}

.em-system-label,
.entry-content .em-system-label {
	margin-bottom: 26px;
	font-size: 9px;
}

.em-system-line {
	grid-template-columns: 28px minmax(110px, 1fr) auto;
	gap: 12px;
	padding: 14px 0;
}

.em-system-line > strong {
	font-size: 14px;
}

.em-system-line > small {
	font-size: 9px;
	text-align: right;
}

.em-system-foot,
.entry-content .em-system-foot {
	margin-top: 26px;
	font-size: 15px;
	line-height: 1.5;
}

.em-proof-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 10px 0;
	border: 0;
}

.em-proof-strip > div,
.em-proof-strip > div:first-child {
	min-height: 106px;
	padding: 22px;
	border: 1px solid var(--em4-line);
	border-radius: var(--em4-radius-sm);
	background: rgba(255, 254, 250, .58);
}

.em-proof-strip strong {
	font-size: 15px;
}

.em-proof-strip span {
	font-size: 10px;
	line-height: 1.45;
}

/* Capability cards */

.em-v2-capabilities {
	gap: 16px;
}

.em-v2-capabilities article {
	min-height: 250px;
	padding: 26px;
	border-color: var(--em4-line);
	border-radius: var(--em4-radius);
	background: rgba(255, 254, 250, .65);
}

.em-v2-capabilities article:hover {
	background: var(--em4-surface);
	box-shadow: 0 18px 45px rgba(16, 35, 31, .07);
}

.em-v2-capabilities h3,
.entry-content .em-v2-capabilities h3 {
	margin: 54px 0 12px;
	font-size: 22px;
	letter-spacing: -.035em;
	line-height: 1.16;
}

.em-v2-capabilities p,
.entry-content .em-v2-capabilities p {
	font-size: 14px;
	line-height: 1.62;
}

/* Experience teaser */

.em-v2-terrain {
	grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
	column-gap: clamp(48px, 7vw, 88px);
}

.em-terrain-list {
	gap: 8px;
}

.em-terrain-list span {
	padding: 9px 12px;
	border-color: var(--em4-line);
	background: rgba(255, 254, 250, .62);
	font-size: 10px;
}

.em-v2-terrain blockquote,
.entry-content .em-v2-terrain blockquote {
	grid-column: 1 / -1;
	max-width: none;
	margin: 42px 0 0;
	padding: clamp(28px, 4vw, 44px);
	border: 0;
	border-left: 4px solid var(--em4-accent);
	border-radius: 0 var(--em4-radius) var(--em4-radius) 0;
	background: var(--em4-surface-soft);
	color: var(--em4-ink);
	font-size: clamp(20px, 2.1vw, 28px);
	font-style: normal;
	font-weight: 560;
	letter-spacing: -.025em;
	line-height: 1.35;
}

.em-terrain-action {
	grid-column: 1 / -1;
	margin: 22px 0 0;
	text-align: right;
}

/* Latest notes */

.em-latest-grid {
	gap: 16px;
}

.em-latest-card {
	min-height: 320px;
	padding: 26px;
	border-color: var(--em4-line);
	border-radius: var(--em4-radius);
	background: var(--em4-surface);
}

.em-latest-meta,
.entry-content .em-latest-meta {
	margin-bottom: 34px;
	font-size: 9px;
}

.em-latest-card h3,
.entry-content .em-latest-card h3 {
	font-size: clamp(20px, 2vw, 24px);
	letter-spacing: -.035em;
	line-height: 1.14;
}

.em-latest-card > p:not(.em-latest-meta),
.entry-content .em-latest-card > p:not(.em-latest-meta) {
	font-size: 13px;
	line-height: 1.6;
}

/* Closing panels */

.em-v2-closing {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 270px;
	align-items: center;
	gap: clamp(36px, 6vw, 80px);
	padding: clamp(34px, 5vw, 58px);
	border-radius: var(--em4-radius-lg);
	background:
		radial-gradient(circle at 100% 0%, rgba(215, 184, 100, .15), transparent 32%),
		var(--em4-ink);
}

.em-v2-closing > p,
.entry-content .em-v2-closing > p {
	max-width: 800px;
	font-size: clamp(32px, 3.8vw, 50px);
	letter-spacing: -.045em;
	line-height: 1.08;
}

/* WordPress may wrap a direct CTA in a paragraph; keep that wrapper neutral. */
.em-v2-closing > p + p,
.entry-content .em-v2-closing > p + p {
	max-width: none;
	margin: 0;
	justify-self: end;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: 1;
}

.entry-content .em-v2-button-light,
.em-v2-button-light {
	min-width: max-content;
	background: var(--em4-surface);
}

/* About */

.em-about-hero-v2 {
	padding: 76px 0 78px;
}

.em-about-hero-v2 h1,
.entry-content .em-about-hero-v2 h1 {
	max-width: 1040px;
	font-size: clamp(50px, 5.3vw, 72px);
	letter-spacing: -.055em;
	line-height: 1.01;
}

.em-about-hero-bottom {
	gap: 48px;
	margin-top: 52px;
}

.em-career-v2 article,
.em-career-linked article {
	grid-template-columns: 112px minmax(0, 1fr) minmax(130px, max-content);
	gap: 28px;
	padding: 24px 0;
	border-color: var(--em4-line);
}

.em-career-linked article > p:empty {
	display: none;
}

.em-career-linked article > p:last-child {
	min-width: 130px;
	margin: 0;
}

.em-career-linked article:hover {
	padding-right: 0;
	padding-left: 0;
	background: transparent;
}

.entry-content .em-career-linked article > a,
.em-career-linked article > a,
.entry-content .em-career-linked article > p:last-child a,
.em-career-linked article > p:last-child a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 130px;
	gap: 14px;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--em4-line);
	color: var(--em4-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
}

.em-career-v2 h3,
.entry-content .em-career-v2 h3 {
	font-size: 20px;
}

.em-ai-section {
	grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
	gap: clamp(52px, 7vw, 88px);
}

.em-ai-section > div:last-child p,
.entry-content .em-ai-section > div:last-child p {
	font-size: 17px;
	line-height: 1.7;
}

.em-about-closing {
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
}

.em-about-closing h2,
.entry-content .em-about-closing h2 {
	font-size: clamp(32px, 3.6vw, 48px);
	letter-spacing: -.045em;
	line-height: 1.08;
}

/* Experience */

.em-experience-hero-v3 {
	padding: 78px 0 68px;
}

.em-experience-hero-v3 h1,
.entry-content .em-experience-hero-v3 h1 {
	max-width: 980px;
	font-size: clamp(48px, 5.2vw, 72px);
	letter-spacing: -.055em;
	line-height: 1.01;
}

.em-experience-hero-copy {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	gap: 64px;
	margin-top: 48px;
}

.em-stage-nav {
	top: 10px;
	margin-bottom: 20px;
	border-color: var(--em4-line);
	background: rgba(255, 254, 250, .94);
}

.em-stage-v3 {
	grid-template-columns: 1fr;
	gap: 34px;
	padding: 76px 0;
	border-color: var(--em4-line);
}

.em-stage-v3 > header {
	position: static;
}

.em-stage-v3 > header > p:last-child,
.entry-content .em-stage-v3 > header > p:last-child {
	max-width: 560px;
}

.em-stage-v3 h2,
.entry-content .em-stage-v3 h2 {
	font-size: clamp(36px, 3.8vw, 52px);
	letter-spacing: -.05em;
	line-height: 1.03;
}

.em-stage-body {
	gap: 14px;
}

.em-stage-body section {
	min-height: 270px;
	padding: 24px;
	border-color: var(--em4-line);
	border-radius: 18px;
	background: rgba(255, 254, 250, .58);
}

.em-stage-body section:nth-child(2) {
	background: var(--em4-surface);
}

.em-stage-body h3,
.entry-content .em-stage-body h3 {
	margin-bottom: 36px;
	font-size: 9px;
}

.em-stage-body p,
.entry-content .em-stage-body p {
	font-size: 13px;
	line-height: 1.67;
}

/* Contact */

.em-contact-hero-v3 {
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
	gap: clamp(48px, 7vw, 86px);
	min-height: 560px;
	padding: 74px 0 78px;
}

.em-contact-hero-v3 h1,
.entry-content .em-contact-hero-v3 h1 {
	font-size: clamp(48px, 5.2vw, 72px);
	letter-spacing: -.055em;
	line-height: 1.01;
}

.em-contact-email,
.entry-content .em-contact-email {
	font-size: clamp(16px, 1.7vw, 21px);
	word-break: break-word;
}

.em-contact-links-v3 {
	gap: 16px;
}

.em-contact-links-v3 > a,
.entry-content .em-contact-links-v3 > a {
	min-height: 172px;
	border-color: var(--em4-line);
	border-radius: var(--em4-radius);
	background: var(--em4-surface);
}

/* Field Notes archives */

.em-notes-hero-v2 {
	padding-top: 72px;
	padding-bottom: 58px;
}

.em-notes-hero-v2 h1,
.entry-content .em-notes-hero-v2 h1 {
	font-size: clamp(44px, 5vw, 66px);
	letter-spacing: -.052em;
	line-height: 1.02;
}

body.blog #main,
.em-english-notes-grid-v3 {
	gap: 18px;
}

body.blog #main > article .inside-article,
.em-note-card-v3 {
	min-height: 310px;
	padding: 28px;
	border-color: var(--em4-line);
	border-radius: var(--em4-radius);
	background: var(--em4-surface);
}

body.blog #main > article:first-of-type .inside-article,
.em-note-card-v3.em-note-card-latest {
	min-height: 360px;
	background:
		radial-gradient(circle at 100% 0%, rgba(215, 184, 100, .22), transparent 36%),
		var(--em4-ink);
}

body.blog .entry-title,
body.blog #main > article .entry-title,
.em-note-card-v3 h2,
.entry-content .em-note-card-v3 h2 {
	font-size: clamp(24px, 2.5vw, 34px);
	letter-spacing: -.04em;
	line-height: 1.08;
}

/* Single notes */

body.single-post .grid-container,
body.single-em_note_en .grid-container {
	max-width: 980px;
}

body.single-post .site-content,
body.single-em_note_en .site-content {
	padding: 44px var(--em4-gutter) 88px;
}

body.single-post .inside-article,
body.single-em_note_en .inside-article {
	padding: clamp(46px, 7vw, 78px) clamp(30px, 8vw, 84px) clamp(60px, 8vw, 90px);
	border-color: var(--em4-line);
	border-radius: var(--em4-radius-lg);
	background: var(--em4-surface);
	box-shadow: 0 24px 70px rgba(16, 35, 31, .07);
}

body.single-post .entry-title,
body.single-em_note_en .entry-title {
	font-size: clamp(42px, 5vw, 62px);
	letter-spacing: -.052em;
	line-height: 1.02;
}

body.single-post .entry-content .em-note > p:not(.em-note-kicker):not(.em-note-lead),
body.single-em_note_en .entry-content .em-note > p:not(.em-note-kicker):not(.em-note-lead) {
	font-size: 17px;
	line-height: 1.75;
}

body.single-post .em-note .em-note-lead,
body.single-em_note_en .em-note .em-note-lead {
	font-size: clamp(21px, 2.3vw, 27px);
	line-height: 1.45;
}

body.single-post .em-note h2,
body.single-em_note_en .em-note h2 {
	font-size: clamp(28px, 3vw, 37px);
	line-height: 1.12;
}

/* Mid-size screens: stack before columns become narrow. */

@media (max-width: 1320px) {
	.em-stage-v3 {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.em-stage-v3 > header {
		position: static;
	}

	.em-stage-v3 > header > p:last-child,
	.entry-content .em-stage-v3 > header > p:last-child {
		max-width: 560px;
	}
}

@media (max-width: 1020px) {
	.em-home-hero-v2,
	.em-v2-intro-grid,
	.em-v2-terrain,
	.em-ai-section,
	.em-about-closing,
	.em-experience-hero-copy,
	.em-contact-hero-v3 {
		grid-template-columns: 1fr;
	}

	.em-home-hero-v2 {
		min-height: 0;
		padding-top: 64px;
	}

	.em-home-hero-v2 h1,
	.entry-content .em-home-hero-v2 h1 {
		max-width: 820px;
		font-size: clamp(50px, 7vw, 68px) !important;
	}

	.em-system-card {
		max-width: none;
		justify-self: stretch;
	}

	.em-v2-intro-grid,
	.em-ai-section {
		gap: 34px;
	}

	.em-v2-intro-grid h2,
	.entry-content .em-v2-intro-grid h2 {
		max-width: 760px;
	}

	.em-v2-section-head {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 22px;
	}

	.em-v2-section-head > p,
	.entry-content .em-v2-section-head > p {
		max-width: 620px;
	}

	.em-v2-terrain {
		gap: 30px;
	}

	.em-terrain-list {
		margin-top: 0;
	}

	.em-contact-hero-v3 {
		min-height: 0;
	}

	.em-experience-hero-copy {
		gap: 22px;
	}

	.em-experience-hero-copy > p:last-child,
	.entry-content .em-experience-hero-copy > p:last-child {
		max-width: 480px;
	}
}

@media (max-width: 840px) {
	.em-proof-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.em-v2-capabilities,
	.em-latest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.em-v2-capabilities article:last-child,
	.em-latest-card:last-child {
		grid-column: 1 / -1;
	}

	.em-stage-body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.em-stage-body section:last-child {
		grid-column: 1 / -1;
	}

	.em-career-v2 article,
	.em-career-linked article,
	.em-career-linked article:hover {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 10px 24px;
	}

	.entry-content .em-career-linked article > a,
	.em-career-linked article > a,
	.em-career-linked article > p:last-child {
		grid-column: 2;
		justify-self: start;
		margin-top: 4px;
	}

	.em-v2-closing {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.em-v2-closing .em-v2-button {
		justify-self: start;
	}
}

@media (max-width: 700px) {
	:root {
		--em4-gutter: 17px;
	}

	body .inside-header,
	body.em-home-v2 .inside-header,
	body.em-about-v2 .inside-header,
	body.blog .inside-header,
	body.single-post .inside-header {
		min-height: 70px;
		padding: 12px var(--em4-gutter);
	}

	.entry-content .em-page-v2 {
		padding-bottom: 32px;
	}

	.em-home-hero-v2,
	.em-about-hero-v2,
	.em-experience-hero-v3,
	.em-contact-hero-v3 {
		padding: 52px 0 56px;
	}

	.em-home-hero-v2 h1,
	.entry-content .em-home-hero-v2 h1,
	.em-about-hero-v2 h1,
	.entry-content .em-about-hero-v2 h1,
	.em-experience-hero-v3 h1,
	.entry-content .em-experience-hero-v3 h1,
	.em-contact-hero-v3 h1,
	.entry-content .em-contact-hero-v3 h1,
	.em-notes-hero-v2 h1,
	.entry-content .em-notes-hero-v2 h1 {
		font-size: clamp(39px, 11vw, 52px) !important;
		letter-spacing: -.048em !important;
		line-height: 1.03 !important;
	}

	.em-about-hero-bottom {
		margin-top: 34px;
	}

	.em-v2-lead,
	.entry-content .em-v2-lead {
		font-size: 18px;
	}

	.em-system-card {
		padding: 23px;
		border-radius: 22px;
	}

	.em-system-line {
		grid-template-columns: 26px 1fr;
	}

	.em-system-line small {
		display: none;
	}

	.em-proof-strip > div,
	.em-proof-strip > div:first-child {
		min-height: 94px;
		padding: 17px;
	}

	.em-v2-section {
		padding: 62px 0;
	}

	.em-v2-section h2,
	.entry-content .em-v2-section h2,
	.em-v2-intro-grid h2,
	.entry-content .em-v2-intro-grid h2 {
		font-size: clamp(29px, 8.5vw, 38px);
		letter-spacing: -.04em;
		line-height: 1.1;
	}

	.em-v2-copy p,
	.entry-content .em-v2-copy p,
	.em-v2-copy p:first-child,
	.entry-content .em-v2-copy p:first-child {
		font-size: 16px;
		line-height: 1.68;
	}

	.em-v2-capabilities,
	.em-latest-grid,
	.em-stage-body,
	.em-contact-links-v3,
	body.blog #main,
	.em-english-notes-grid-v3 {
		grid-template-columns: 1fr;
	}

	.em-v2-capabilities article,
	.em-latest-card,
	.em-stage-body section,
	.em-note-card-v3,
	body.blog #main > article .inside-article {
		min-height: 0;
	}

	.em-v2-capabilities article:last-child,
	.em-latest-card:last-child,
	.em-stage-body section:last-child {
		grid-column: auto;
	}

	.em-v2-capabilities h3,
	.entry-content .em-v2-capabilities h3 {
		margin-top: 38px;
	}

	.em-v2-terrain blockquote,
	.entry-content .em-v2-terrain blockquote {
		margin-top: 12px;
		padding: 24px;
		font-size: 20px;
		line-height: 1.42;
	}

	.em-terrain-action {
		text-align: left;
	}

	.em-v2-closing {
		min-height: 0;
		padding: 30px 24px;
		border-radius: 24px;
	}

	.em-v2-closing > p,
	.entry-content .em-v2-closing > p,
	.em-about-closing h2,
	.entry-content .em-about-closing h2 {
		font-size: 29px;
		line-height: 1.12;
	}

	.em-v2-closing .em-v2-button,
	.em-about-closing .em-v2-button {
		width: 100%;
	}

	.em-career-v2 article,
	.em-career-linked article,
	.em-career-linked article:hover {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.entry-content .em-career-linked article > a,
	.em-career-linked article > a,
	.em-career-linked article > p:last-child {
		grid-column: auto;
		margin-top: 8px;
	}

	.em-stage-v3 {
		padding: 58px 0;
	}

	.em-stage-nav {
		position: relative;
		top: 0;
	}

	body.single-post .site-content,
	body.single-em_note_en .site-content {
		padding-top: 18px;
		padding-bottom: 50px;
	}

	body.single-post .inside-article,
	body.single-em_note_en .inside-article {
		padding: 36px 22px 48px;
		border-radius: 20px;
	}

	body.single-post .entry-title,
	body.single-em_note_en .entry-title {
		font-size: clamp(36px, 10.5vw, 48px);
	}
}

@media (max-width: 420px) {
	.em-proof-strip {
		grid-template-columns: 1fr;
	}

	.em-proof-strip > div,
	.em-proof-strip > div:first-child {
		min-height: 0;
	}

	.em-v2-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.em-v2-actions .em-v2-button {
		width: 100%;
	}

	.em-v2-actions .em-v2-link {
		align-self: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.em-v2-button,
	.em-v2-capabilities article,
	.em-latest-card,
	.em-career-linked article,
	.em-note-card-v3,
	.em-contact-links-v3 > a {
		transition: none;
	}
}
