/*
 * EM editorial system 5.1
 * Quiet, warm and compact: serif display type, restrained colour and less theatre.
 */

:root {
	--em5-paper: #f4f0e8;
	--em5-surface: #fbf9f4;
	--em5-ink: #252724;
	--em5-copy: #454943;
	--em5-muted: #777a73;
	--em5-line: rgba(37, 39, 36, .16);
	--em5-line-strong: rgba(37, 39, 36, .30);
	--em5-accent: #b87852;
	--em5-accent-soft: #ead8c9;
	--em5-olive: #606653;
	--em5-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	--em5-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--em5-width: 1120px;
	--em5-gutter: clamp(20px, 4vw, 48px);
}

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(--em5-paper);
	color: var(--em5-ink);
	font-family: var(--em5-sans);
}

body .site-header,
body.em-home-v2 .site-header,
body.em-about-v2 .site-header,
body.blog .site-header,
body.single-post .site-header,
body.single-em_note_en .site-header {
	border-bottom: 1px solid var(--em5-line);
	background: rgba(244, 240, 232, .94);
	box-shadow: none;
	backdrop-filter: blur(12px);
}

body .inside-header,
body.em-home-v2 .inside-header,
body.em-about-v2 .inside-header,
body.blog .inside-header,
body.single-post .inside-header,
body.single-em_note_en .inside-header {
	min-height: 72px;
	max-width: calc(var(--em5-width) + 2 * var(--em5-gutter));
	padding: 13px var(--em5-gutter);
}

.em-site-mark {
	gap: 11px;
}

.em-site-monogram {
	width: 36px;
	height: 36px;
	border: 1px solid var(--em5-line-strong);
	border-radius: 50%;
	background: transparent;
	color: var(--em5-ink);
	font-family: var(--em5-serif);
	font-size: 12px;
	font-weight: 600;
}

.em-site-name {
	color: var(--em5-ink);
	font-size: 14px;
	font-weight: 650;
	letter-spacing: -.01em;
}

.em-site-name small {
	margin-top: 1px;
	color: var(--em5-muted);
	font-size: 9px;
	font-weight: 550;
	letter-spacing: .04em;
}

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,
body.single-em_note_en .main-navigation .main-nav ul li a {
	padding: 9px 11px;
	border-radius: 4px;
	background: transparent;
	color: var(--em5-copy);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .01em;
}

body .main-navigation .main-nav ul li a:hover,
body .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: var(--em5-accent-soft);
	color: var(--em5-ink);
}

body .main-navigation .main-nav ul li.em-language-switch a {
	min-width: 38px;
	border-color: var(--em5-line-strong);
	border-radius: 999px;
	background: transparent;
}

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: calc(var(--em5-width) + 2 * var(--em5-gutter));
}

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: 0 var(--em5-gutter) 64px;
}

body.em-home-v2 .inside-article,
body.em-about-v2 .inside-article,
body.em-experience-v3 .inside-article,
body.em-contact-v3 .inside-article,
body.em-notes-en-v3 .inside-article {
	padding: 0;
	background: transparent;
}

body.em-home-v2 .entry-content,
body.em-about-v2 .entry-content,
body.em-experience-v3 .entry-content,
body.em-contact-v3 .entry-content,
body.em-notes-en-v3 .entry-content {
	max-width: none;
	margin: 0;
}

.em-v5-page,
.em-v5-page *,
.em-v5-page *::before,
.em-v5-page *::after {
	box-sizing: border-box;
}

.em-v5-page {
	max-width: var(--em5-width);
	margin: 0 auto;
	padding: 0 0 30px;
}

.em-v5-page h1,
.em-v5-page h2,
.em-v5-page h3,
.em-v5-page p,
.em-v5-page a,
.em-v5-page strong,
.em-v5-page small {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.em-v5-page h1,
.em-v5-page h2,
.em-v5-page h3 {
	color: var(--em5-ink);
	font-family: var(--em5-serif);
	font-weight: 500;
	letter-spacing: -.035em;
}

.em-v5-page p {
	color: var(--em5-copy);
}

.em-v5-kicker,
.entry-content .em-v5-kicker {
	margin: 0 0 22px;
	color: var(--em5-accent);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.em-v5-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
	gap: 34px clamp(48px, 8vw, 100px);
	align-items: end;
	padding: clamp(54px, 7vw, 82px) 0 clamp(52px, 6vw, 72px);
	border-bottom: 1px solid var(--em5-line-strong);
}

.em-v5-hero > .em-v5-kicker {
	grid-column: 1 / -1;
	margin-bottom: -2px;
}

.em-v5-hero h1,
.entry-content .em-v5-hero h1 {
	margin: 0;
	font-size: clamp(48px, 6.4vw, 72px);
	line-height: .99;
}

.em-v5-hero-inner h1,
.entry-content .em-v5-hero-inner h1 {
	font-size: clamp(46px, 5.7vw, 66px);
}

.em-v5-hero-foot {
	padding-bottom: 4px;
}

.em-v5-hero-foot > p,
.entry-content .em-v5-hero-foot > p {
	max-width: 560px;
	margin: 0;
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.58;
}

.em-v5-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	align-items: center;
	margin-top: 28px;
}

.em-v5-actions a,
.entry-content .em-v5-actions a,
.em-v5-text-link,
.entry-content .em-v5-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--em5-ink);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.em-v5-actions a:not(.em-v5-primary),
.em-v5-text-link,
.entry-content .em-v5-text-link {
	padding-bottom: 4px;
	border-bottom: 1px solid var(--em5-line-strong);
}

.em-v5-actions .em-v5-primary,
.entry-content .em-v5-actions .em-v5-primary {
	padding: 13px 19px;
	border: 1px solid var(--em5-ink);
	border-radius: 999px;
	background: var(--em5-ink);
	color: var(--em5-surface);
}

.em-v5-actions a:hover,
.em-v5-text-link:hover,
.entry-content .em-v5-text-link:hover {
	border-color: var(--em5-accent);
	color: var(--em5-accent);
}

.em-v5-actions .em-v5-primary:hover,
.entry-content .em-v5-actions .em-v5-primary:hover {
	border-color: var(--em5-accent);
	background: var(--em5-accent);
	color: #fff;
}

.em-v5-section {
	padding: clamp(54px, 6.5vw, 76px) 0;
	border-bottom: 1px solid var(--em5-line);
}

.em-v5-two-col {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr);
	gap: clamp(48px, 8vw, 96px);
}

.em-v5-section h2,
.entry-content .em-v5-section h2 {
	max-width: 650px;
	margin: 0;
	font-size: clamp(35px, 4vw, 48px);
	line-height: 1.06;
}

.em-v5-prose p,
.entry-content .em-v5-prose p {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.72;
}

.em-v5-prose p:first-child,
.entry-content .em-v5-prose p:first-child {
	font-size: 18px;
	line-height: 1.64;
}

.em-v5-prose .em-v5-text-link {
	margin-top: 8px;
}

.em-v5-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
	gap: 36px;
	align-items: end;
	margin-bottom: 34px;
}

.em-v5-section-head > p,
.entry-content .em-v5-section-head > p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.em-v5-section-head > a {
	justify-self: end;
}

.em-v5-selected,
.em-v5-timeline {
	border-top: 1px solid var(--em5-line-strong);
}

.em-v5-selected > a,
.em-v5-timeline > a,
.entry-content .em-v5-selected > a,
.entry-content .em-v5-timeline > a {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr) 24px;
	gap: 28px;
	align-items: center;
	min-height: 86px;
	padding: 18px 8px;
	border-bottom: 1px solid var(--em5-line);
	color: var(--em5-ink);
	text-decoration: none;
	transition: padding .18s ease, background .18s ease;
}

.em-v5-selected > a:hover,
.em-v5-timeline > a:hover {
	padding-right: 15px;
	padding-left: 15px;
	background: rgba(234, 216, 201, .42);
}

.em-v5-selected time,
.em-v5-timeline time {
	color: var(--em5-muted);
	font-size: 11px;
	font-weight: 650;
}

.em-v5-selected span,
.em-v5-timeline span {
	display: grid;
	gap: 4px;
}

.em-v5-selected strong,
.em-v5-timeline strong {
	font-family: var(--em5-serif);
	font-size: 23px;
	font-weight: 500;
	letter-spacing: -.025em;
}

.em-v5-selected small,
.em-v5-timeline small {
	color: var(--em5-muted);
	font-size: 12px;
	line-height: 1.45;
}

.em-v5-selected b,
.em-v5-timeline b {
	color: var(--em5-accent);
	font-size: 16px;
	font-weight: 500;
}

.em-v5-notes-section .em-latest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.em-v5-notes-section .em-latest-card,
.entry-content .em-v5-notes-section .em-latest-card {
	min-height: 290px;
	padding: 26px;
	border: 1px solid var(--em5-line);
	border-radius: 8px;
	background: var(--em5-surface);
	box-shadow: none;
}

.em-v5-notes-section .em-latest-card:hover {
	transform: translateY(-2px);
	border-color: var(--em5-line-strong);
	box-shadow: 0 14px 36px rgba(37, 39, 36, .06);
}

.em-v5-notes-section .em-latest-meta,
.entry-content .em-v5-notes-section .em-latest-meta {
	margin: 0 0 18px;
	color: var(--em5-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.em-v5-notes-section .em-latest-card h3,
.entry-content .em-v5-notes-section .em-latest-card h3 {
	margin: 0 0 14px;
	font-size: clamp(25px, 2.3vw, 31px);
	line-height: 1.08;
}

.em-v5-notes-section .em-latest-card h3 a {
	color: var(--em5-ink);
	text-decoration: none;
}

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

.em-v5-notes-section .em-card-link,
.entry-content .em-v5-notes-section .em-card-link {
	margin-top: auto;
	color: var(--em5-accent);
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.em-v5-contact-strip {
	padding: 34px 0 8px;
}

.em-v5-contact-strip p,
.entry-content .em-v5-contact-strip p {
	max-width: 770px;
	margin: 0;
	color: var(--em5-ink);
	font-family: var(--em5-serif);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.32;
}

.em-v5-contact-strip a,
.entry-content .em-v5-contact-strip a {
	border-bottom: 1px solid var(--em5-accent);
	color: var(--em5-accent);
	text-decoration: none;
}

.em-v5-stage-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 24px 0;
	border-bottom: 1px solid var(--em5-line);
}

.em-v5-stage-nav a,
.entry-content .em-v5-stage-nav a {
	padding: 7px 11px;
	border: 1px solid var(--em5-line);
	border-radius: 999px;
	color: var(--em5-copy);
	font-size: 10px;
	font-weight: 650;
	text-decoration: none;
}

.em-v5-stage-nav a:hover {
	border-color: var(--em5-accent);
	color: var(--em5-accent);
}

.em-v5-stage {
	display: grid;
	grid-template-columns: minmax(250px, .72fr) minmax(420px, 1.28fr);
	gap: clamp(48px, 8vw, 100px);
	padding: clamp(54px, 7vw, 82px) 0;
	border-bottom: 1px solid var(--em5-line-strong);
	scroll-margin-top: 94px;
}

.em-v5-stage header {
	position: sticky;
	top: 100px;
	align-self: start;
}

.em-v5-stage time {
	display: block;
	margin-bottom: 18px;
	color: var(--em5-accent);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
}

.em-v5-stage h2,
.entry-content .em-v5-stage h2 {
	margin: 0 0 13px;
	font-size: clamp(38px, 4.5vw, 52px);
	line-height: 1.02;
}

.em-v5-stage header p,
.entry-content .em-v5-stage header p {
	margin: 0;
	color: var(--em5-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.em-v5-stage-copy p,
.entry-content .em-v5-stage-copy p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.76;
}

.em-v5-stage-copy p:first-child,
.entry-content .em-v5-stage-copy p:first-child {
	color: var(--em5-ink);
	font-size: 19px;
	line-height: 1.64;
}

.em-v5-contact-main {
	margin: 54px 0 24px;
	border-top: 1px solid var(--em5-line-strong);
}

.em-v5-contact-main > a,
.em-v5-contact-main > div,
.entry-content .em-v5-contact-main > a {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) 24px;
	gap: 24px;
	align-items: center;
	min-height: 92px;
	padding: 20px 8px;
	border-bottom: 1px solid var(--em5-line);
	color: var(--em5-ink);
	text-decoration: none;
}

.em-v5-contact-main > a:hover {
	background: rgba(234, 216, 201, .42);
}

.em-v5-contact-main span {
	color: var(--em5-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.em-v5-contact-main strong {
	font-family: var(--em5-serif);
	font-size: clamp(21px, 2.6vw, 30px);
	font-weight: 500;
}

.em-v5-contact-main b {
	color: var(--em5-accent);
}

/* Field Notes archives: compact, equal cards and no promotional numbering. */
body.blog .site-content {
	padding-top: 0;
}

body.blog #main {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.blog .em-notes-hero-v2 {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
	gap: 48px;
	align-items: end;
	margin: 0 0 16px;
	padding: 62px 0 52px;
	border-bottom: 1px solid var(--em5-line-strong);
}

body.blog .em-notes-hero-v2 h1 {
	max-width: 620px;
	margin: 0;
	color: var(--em5-ink);
	font-family: var(--em5-serif);
	font-size: clamp(48px, 6vw, 68px);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
}

body.blog .em-notes-hero-v2 > p {
	max-width: 480px;
	margin: 0;
	color: var(--em5-copy);
	font-size: 16px;
	line-height: 1.65;
}

body.blog #main > article,
body.blog #main > article:first-of-type {
	grid-column: auto;
	margin: 0;
	border: 0;
	background: transparent;
}

body.blog #main > article .inside-article,
body.blog #main > article:first-of-type .inside-article {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	padding: 26px;
	border: 1px solid var(--em5-line);
	border-radius: 8px;
	background: var(--em5-surface);
	box-shadow: none;
}

body.blog #main > article .inside-article:hover {
	border-color: var(--em5-line-strong);
	box-shadow: 0 14px 36px rgba(37, 39, 36, .06);
}

body.blog .em-note-card-number,
body.blog #main > article:first-of-type .em-note-card-number,
body.blog #main > article:first-of-type .em-note-card-number::before {
	display: none;
	content: none;
}

body.blog .entry-meta,
body.blog #main > article:first-of-type .entry-meta {
	order: -1;
	margin: 0 0 16px;
	color: var(--em5-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .04em;
}

body.blog .entry-title,
body.blog #main > article .entry-title,
body.blog #main > article:first-of-type .entry-title {
	margin: 0;
	font-family: var(--em5-serif);
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.08;
}

body.blog .entry-title a,
body.blog #main > article:first-of-type .entry-title a {
	color: var(--em5-ink);
	text-decoration: none;
}

body.blog .entry-summary,
body.blog .entry-content,
body.blog #main > article:first-of-type .entry-summary,
body.blog #main > article:first-of-type .entry-content {
	margin: 18px 0 0;
}

body.blog .entry-summary p,
body.blog .entry-content p,
body.blog #main > article:first-of-type .entry-summary p,
body.blog #main > article:first-of-type .entry-content p {
	margin: 0;
	color: var(--em5-copy);
	font-size: 13px;
	line-height: 1.62;
}

body.blog .read-more,
body.blog #main > article:first-of-type .read-more {
	margin-top: auto;
	padding-top: 22px;
	color: var(--em5-accent);
	font-size: 11px;
	font-weight: 700;
}

.em-english-notes-grid-v3 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 18px 0 30px;
}

.em-note-card-v3,
.em-note-card-v3.em-note-card-latest {
	grid-column: auto;
	min-height: 300px;
	padding: 26px;
	border: 1px solid var(--em5-line);
	border-radius: 8px;
	background: var(--em5-surface);
	box-shadow: none;
}

.em-note-card-v3:hover {
	transform: translateY(-2px);
	border-color: var(--em5-line-strong);
	box-shadow: 0 14px 36px rgba(37, 39, 36, .06);
}

.em-note-card-v3 .em-note-card-number,
.em-note-card-v3.em-note-card-latest .em-note-card-number {
	display: none;
}

.em-note-card-v3 .em-note-card-date,
.em-note-card-v3.em-note-card-latest .em-note-card-date {
	margin: 0 0 16px;
	color: var(--em5-muted);
	font-size: 10px;
	font-weight: 600;
}

.em-note-card-v3 h2,
.entry-content .em-note-card-v3 h2,
.em-note-card-v3.em-note-card-latest h2 {
	margin: 0 0 16px;
	font-family: var(--em5-serif);
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.em-note-card-v3 h2 a,
.em-note-card-v3.em-note-card-latest h2 a {
	color: var(--em5-ink);
	text-decoration: none;
}

.em-note-card-v3 .em-note-card-excerpt,
.em-note-card-v3.em-note-card-latest .em-note-card-excerpt {
	color: var(--em5-copy);
	font-size: 13px;
	line-height: 1.62;
}

.em-note-card-v3 .em-card-link,
.em-note-card-v3.em-note-card-latest .em-card-link {
	color: var(--em5-accent);
}

/* Single notes: one calm reading column. */
body.single-post .site-content,
body.single-em_note_en .site-content {
	max-width: calc(850px + 2 * var(--em5-gutter));
	margin: 0 auto;
	padding: 54px var(--em5-gutter) 80px;
}

body.single-post .inside-article,
body.single-em_note_en .inside-article {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.single-post .entry-header,
body.single-em_note_en .entry-header {
	max-width: 800px;
	margin: 0 auto 42px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--em5-line-strong);
}

body.single-post .entry-title,
body.single-em_note_en .entry-title {
	margin: 0 0 20px;
	color: var(--em5-ink);
	font-family: var(--em5-serif);
	font-size: clamp(44px, 6vw, 64px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.01;
}

body.single-post .entry-meta,
body.single-em_note_en .entry-meta {
	color: var(--em5-muted);
	font-size: 11px;
}

body.single-post .byline,
body.single-em_note_en .byline {
	display: none;
}

body.single-post .entry-content,
body.single-em_note_en .entry-content {
	max-width: 720px;
	margin: 0 auto;
}

body.single-post .em-note-v5 .em-note-kicker,
body.single-em_note_en .em-note-v5 .em-note-kicker,
body.single-post .entry-content .em-note-v5 .em-note-kicker,
body.single-em_note_en .entry-content .em-note-v5 .em-note-kicker {
	margin: 0 0 20px;
	color: var(--em5-accent);
	font-family: var(--em5-sans);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.single-post .em-note-v5 .em-note-lead,
body.single-em_note_en .em-note-v5 .em-note-lead,
body.single-post .entry-content .em-note-v5 .em-note-lead,
body.single-em_note_en .entry-content .em-note-v5 .em-note-lead {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	color: var(--em5-ink);
	font-family: var(--em5-serif);
	font-size: clamp(23px, 3vw, 29px);
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 1.43;
}

body.single-post .entry-content .em-note-v5 > p,
body.single-em_note_en .entry-content .em-note-v5 > p {
	margin: 0 0 20px;
	color: var(--em5-copy);
	font-size: 17px;
	line-height: 1.78;
}

body.single-post .entry-content .em-note-v5 > ul,
body.single-em_note_en .entry-content .em-note-v5 > ul {
	margin: 2px 0 24px;
	padding: 0;
	list-style: none;
}

body.single-post .entry-content .em-note-v5 > ul li,
body.single-em_note_en .entry-content .em-note-v5 > ul li {
	position: relative;
	margin: 0;
	padding: 9px 0 9px 24px;
	border-bottom: 1px solid var(--em5-line);
	color: var(--em5-copy);
	font-size: 16px;
	line-height: 1.58;
}

body.single-post .entry-content .em-note-v5 > ul li::before,
body.single-em_note_en .entry-content .em-note-v5 > ul li::before {
	position: absolute;
	top: 16px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--em5-accent);
	content: "";
}

body.single-post .em-note-v5 h2,
body.single-em_note_en .em-note-v5 h2,
body.single-post .entry-content .em-note-v5 h2,
body.single-em_note_en .entry-content .em-note-v5 h2 {
	margin: 38px 0 13px;
	color: var(--em5-ink);
	font-family: var(--em5-serif);
	font-size: clamp(27px, 4vw, 35px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.12;
}

body.single-post .em-note-reading,
body.single-em_note_en .em-note-reading {
	margin: 48px 0 0;
	padding: 24px 26px 22px;
	border: 1px solid var(--em5-line);
	border-radius: 10px;
	background: rgba(251, 249, 244, .72);
}

body.single-post .em-note-reading .em-note-reading-title,
body.single-em_note_en .em-note-reading .em-note-reading-title {
	margin: 0 0 14px;
	color: var(--em5-ink);
	font-family: var(--em5-sans);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.single-post .em-note-reading ul,
body.single-em_note_en .em-note-reading ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-post .em-note-reading li,
body.single-em_note_en .em-note-reading li {
	margin: 0;
	padding: 14px 0;
	border-top: 1px solid var(--em5-line);
}

body.single-post .em-note-reading a,
body.single-em_note_en .em-note-reading a {
	display: inline-block;
	color: var(--em5-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration-color: var(--em5-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.single-post .em-note-reading a:hover,
body.single-em_note_en .em-note-reading a:hover {
	color: var(--em5-accent);
}

body.single-post .em-note-reading span,
body.single-em_note_en .em-note-reading span {
	display: block;
	margin-top: 4px;
	color: var(--em5-muted);
	font-size: 13px;
	line-height: 1.5;
}

body.single-post .post-navigation,
body.single-em_note_en .post-navigation {
	max-width: 720px;
	margin: 50px auto 0;
	padding-top: 24px;
	border-top: 1px solid var(--em5-line);
}

body .site-footer {
	border-top: 1px solid var(--em5-line);
	background: var(--em5-paper);
	color: var(--em5-muted);
}

@media (max-width: 900px) {
	.em-v5-hero,
	.em-v5-two-col,
	.em-v5-stage,
	body.blog .em-notes-hero-v2 {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.em-v5-hero > .em-v5-kicker {
		grid-column: auto;
	}

	.em-v5-section-head {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.em-v5-section-head > a {
		justify-self: start;
	}

	.em-v5-stage header {
		position: static;
	}

	.em-v5-notes-section .em-latest-grid {
		grid-template-columns: 1fr;
	}

	.em-v5-notes-section .em-latest-card {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	body .inside-header {
		min-height: 64px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.em-site-name small {
		display: none;
	}

	body .main-navigation .menu-toggle {
		color: var(--em5-ink);
	}

	.em-v5-hero {
		padding: 42px 0 44px;
	}

	.em-v5-hero h1,
	.entry-content .em-v5-hero h1,
	.em-v5-hero-inner h1,
	.entry-content .em-v5-hero-inner h1 {
		font-size: clamp(40px, 12vw, 52px);
		line-height: 1.01;
	}

	.em-v5-section {
		padding: 46px 0;
	}

	.em-v5-section h2,
	.entry-content .em-v5-section h2 {
		font-size: 36px;
	}

	.em-v5-selected > a,
	.em-v5-timeline > a,
	.entry-content .em-v5-selected > a,
	.entry-content .em-v5-timeline > a {
		grid-template-columns: 1fr 20px;
		gap: 8px 16px;
		padding: 17px 4px;
	}

	.em-v5-selected time,
	.em-v5-timeline time {
		grid-column: 1 / -1;
	}

	.em-v5-selected b,
	.em-v5-timeline b {
		grid-column: 2;
		grid-row: 2;
	}

	.em-v5-stage {
		padding: 48px 0;
	}

	.em-v5-stage h2,
	.entry-content .em-v5-stage h2 {
		font-size: 40px;
	}

	.em-v5-stage-copy p,
	.entry-content .em-v5-stage-copy p {
		font-size: 15px;
		line-height: 1.72;
	}

	.em-v5-contact-main > a,
	.em-v5-contact-main > div,
	.entry-content .em-v5-contact-main > a {
		grid-template-columns: 1fr 20px;
		gap: 8px 12px;
		padding: 18px 4px;
	}

	.em-v5-contact-main span {
		grid-column: 1 / -1;
	}

	.em-v5-contact-main strong {
		font-size: 20px;
		overflow-wrap: anywhere;
	}

	body.blog #main,
	.em-english-notes-grid-v3 {
		grid-template-columns: 1fr;
	}

	body.blog .em-notes-hero-v2 {
		padding: 44px 0 36px;
	}

	body.blog .em-notes-hero-v2 h1 {
		font-size: 44px;
	}

	body.blog #main > article .inside-article,
	body.blog #main > article:first-of-type .inside-article,
	.em-note-card-v3,
	.em-note-card-v3.em-note-card-latest {
		min-height: 0;
		padding: 22px;
	}

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

	body.single-post .entry-header,
	body.single-em_note_en .entry-header {
		margin-bottom: 32px;
		padding-bottom: 28px;
	}

	body.single-post .entry-title,
	body.single-em_note_en .entry-title {
		font-size: 40px;
		line-height: 1.04;
	}

	body.single-post .em-note-v5 .em-note-lead,
	body.single-em_note_en .em-note-v5 .em-note-lead,
	body.single-post .entry-content .em-note-v5 .em-note-lead,
	body.single-em_note_en .entry-content .em-note-v5 .em-note-lead {
		font-size: 23px;
	}

	body.single-post .entry-content .em-note-v5 > p,
	body.single-em_note_en .entry-content .em-note-v5 > p {
		font-size: 16px;
		line-height: 1.72;
	}

	body.single-post .em-note-reading,
	body.single-em_note_en .em-note-reading {
		margin-top: 40px;
		padding: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.em-v5-page *,
	body.blog #main > article .inside-article,
	.em-note-card-v3 {
		transition: none !important;
	}
}
