/* Field Notes V3: long-form stories in the canonical Beacen paper / forest / acid system. */

.field-notes-v3-page {
	--home-v3-paper: #f3f0e7;
	--home-v3-paper-bright: #fffdf8;
	--home-v3-forest: #17372d;
	--home-v3-night: #061c16;
	--home-v3-acid: #d7f05a;
	--home-v3-muted: #647269;
	--home-v3-keyline: rgba(23, 55, 45, 0.18);
	--home-v3-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	--home-v3-sans: Arial, Helvetica, sans-serif;
	--home-v3-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
	min-width: 320px;
	margin: 0;
	overflow-x: clip;
	background: var(--home-v3-paper);
	color: var(--home-v3-forest);
	font-family: var(--home-v3-sans);
}

.field-notes-v3-page *,
.field-notes-v3-page *::before,
.field-notes-v3-page *::after {
	box-sizing: border-box;
}

.field-notes-v3-page::before {
	position: fixed;
	z-index: 0;
	inset: 0;
	background:
		linear-gradient(101deg, transparent 0 23%, rgba(23, 55, 45, 0.02) 23.08% 23.2%, transparent 23.28%),
		linear-gradient(78deg, transparent 0 69%, rgba(23, 55, 45, 0.024) 69.08% 69.2%, transparent 69.28%);
	content: "";
	pointer-events: none;
}

.field-notes-v3-page > header,
.field-notes-v3-page > main,
.field-notes-v3-page > footer,
.field-notes-v3-page > .field-note-preview-banner {
	position: relative;
	z-index: 1;
}

.field-notes-v3-page main:focus {
	outline: 0;
}

.field-notes-v3-page a:focus-visible {
	outline: 3px solid var(--home-v3-acid);
	outline-offset: 4px;
}

.field-notes-v3-kicker,
.field-notes-v3-label,
.field-note-v3-meta dt,
.field-note-v3-breadcrumbs,
.field-note-card-author {
	margin: 0;
	color: #49665c;
	font-family: var(--home-v3-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.field-notes-v3-label time {
	font: inherit;
}

.field-notes-v3-contour,
.field-notes-v3-route-halo,
.field-notes-v3-route {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.field-notes-v3-contour {
	stroke: rgba(255, 253, 248, 0.16);
	stroke-width: 1;
}

.field-notes-v3-route-halo {
	stroke: rgba(215, 240, 90, 0.2);
	stroke-width: 8;
}

.field-notes-v3-route {
	stroke: var(--home-v3-acid);
	stroke-width: 2;
}

.field-notes-v3-page circle {
	fill: var(--home-v3-acid);
}

.field-notes-v3-page .editorial-focal-point {
	object-position: var(--editorial-focal-x, 50%) var(--editorial-focal-y, 50%);
}

.field-notes-v3-page .editorial-focal-x-0 { --editorial-focal-x: 0%; }
.field-notes-v3-page .editorial-focal-x-25 { --editorial-focal-x: 25%; }
.field-notes-v3-page .editorial-focal-x-50 { --editorial-focal-x: 50%; }
.field-notes-v3-page .editorial-focal-x-75 { --editorial-focal-x: 75%; }
.field-notes-v3-page .editorial-focal-x-100 { --editorial-focal-x: 100%; }
.field-notes-v3-page .editorial-focal-y-0 { --editorial-focal-y: 0%; }
.field-notes-v3-page .editorial-focal-y-25 { --editorial-focal-y: 25%; }
.field-notes-v3-page .editorial-focal-y-50 { --editorial-focal-y: 50%; }
.field-notes-v3-page .editorial-focal-y-75 { --editorial-focal-y: 75%; }
.field-notes-v3-page .editorial-focal-y-100 { --editorial-focal-y: 100%; }

/* The empty journal is a cover, not an empty feed. Publishing restores the index. */

.field-notes-v3-coming-soon .field-notes-v3-opening {
	min-height: clamp(580px, calc(100svh - 195px), 900px);
	border-bottom: 0;
}

.field-notes-v3-coming-status {
	display: flex;
	align-items: center;
	gap: 10px;
}

.field-notes-v3-coming-status::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--home-v3-acid);
	box-shadow: 0 0 0 1px var(--home-v3-keyline);
	content: "";
}

.field-notes-v3-opening-copy > .field-notes-v3-coming-description {
	max-width: 38ch;
	margin: clamp(50px, 6vw, 76px) 0 0;
	color: #3f5b52;
	font-family: var(--home-v3-serif);
	font-size: clamp(18px, 1.65vw, 24px);
	line-height: 1.48;
}

.field-notes-v3-coming-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 24px;
	margin-top: 28px;
	border-bottom: 1px solid currentColor;
	color: var(--home-v3-forest);
	font-family: var(--home-v3-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Index opening */

.field-notes-v3-opening {
	display: grid;
	width: min(100%, 1600px);
	min-height: clamp(620px, 77vh, 820px);
	grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
	align-items: center;
	gap: clamp(46px, 7vw, 118px);
	margin-inline: auto;
	padding: clamp(58px, 7vw, 108px) clamp(22px, 4.5vw, 72px) clamp(72px, 8vw, 118px);
	border-bottom: 1px solid var(--home-v3-keyline);
}

.field-notes-v3-opening-copy {
	min-width: 0;
}

.field-notes-v3-opening h1 {
	margin: clamp(38px, 5vw, 70px) 0 0;
	font-family: var(--home-v3-serif);
	font-size: clamp(92px, 12.4vw, 190px);
	font-weight: 400;
	letter-spacing: -0.075em;
	line-height: 0.72;
}

.field-notes-v3-opening h1 span {
	display: block;
}

.field-notes-v3-opening h1 span:last-child {
	margin-left: clamp(18px, 3vw, 48px);
}

.field-notes-v3-opening-copy > p:last-child {
	max-width: 38ch;
	margin: clamp(50px, 6vw, 76px) 0 0;
	color: #3f5b52;
	font-family: var(--home-v3-serif);
	font-size: clamp(18px, 1.65vw, 24px);
	line-height: 1.48;
}

.field-notes-v3-opening-mark {
	position: relative;
	isolation: isolate;
	width: min(100%, 520px);
	aspect-ratio: 0.82;
	justify-self: end;
	padding: clamp(22px, 3vw, 38px);
	overflow: hidden;
	background: var(--home-v3-night);
	box-shadow: 18px 22px 0 rgba(23, 55, 45, 0.08), 0 34px 80px rgba(23, 55, 45, 0.16);
	clip-path: polygon(0 0, calc(100% - 54px) 0, 100% 54px, 100% 100%, 0 100%);
	color: var(--home-v3-paper-bright);
	transform: rotate(1.2deg);
}

.field-notes-v3-opening-mark::before {
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	background: linear-gradient(225deg, var(--home-v3-paper) 0 49%, rgba(215, 240, 90, 0.72) 50% 52%, #244139 53% 100%);
	content: "";
}

.field-notes-v3-opening-mark > div,
.field-notes-v3-opening-mark > p {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.field-notes-v3-opening-mark > div {
	padding-right: 56px;
}

.field-notes-v3-opening-mark > p {
	position: absolute;
	right: clamp(22px, 3vw, 38px);
	bottom: 34px;
	left: clamp(22px, 3vw, 38px);
}

.field-notes-v3-opening-mark > strong {
	position: absolute;
	z-index: 2;
	bottom: 82px;
	left: clamp(22px, 3vw, 38px);
	max-width: 8ch;
	font-family: var(--home-v3-serif);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.88;
}

.field-notes-v3-opening-trace {
	position: absolute;
	z-index: 1;
	inset: 13% -12% 17% -8%;
	width: 120%;
	height: 70%;
	opacity: 0.92;
}

/* Index feed: one lead story followed by a deliberate journal list. */

.field-notes-v3-feed {
	width: min(100%, 1600px);
	margin-inline: auto;
	padding: clamp(82px, 10vw, 150px) clamp(22px, 4.5vw, 72px) clamp(94px, 11vw, 164px);
}

.field-notes-v3-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
	gap: clamp(34px, 7vw, 112px);
	align-items: end;
	margin-bottom: clamp(54px, 8vw, 102px);
}

.field-notes-v3-section-heading .field-notes-v3-label {
	grid-column: 1 / -1;
}

.field-notes-v3-section-heading h2 {
	max-width: 9ch;
	margin: 0;
	font-family: var(--home-v3-serif);
	font-size: clamp(58px, 8vw, 112px);
	font-weight: 400;
	letter-spacing: -0.065em;
	line-height: 0.84;
}

.field-notes-v3-section-heading > p:last-child {
	max-width: 39ch;
	margin: 0;
	color: #526a61;
	font-size: 14px;
	line-height: 1.72;
}

.field-note-card {
	min-width: 0;
	border-top: 1px solid var(--home-v3-forest);
}

.field-note-card > a {
	position: relative;
	display: grid;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.field-note-card-lead > a {
	grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
	min-height: 560px;
}

.field-note-card-visual {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: var(--home-v3-night);
}

.field-note-card-lead .field-note-card-visual {
	min-height: 560px;
}

.field-note-card-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.field-note-card-cover {
	display: grid;
	place-items: end start;
	padding: clamp(26px, 4vw, 52px);
	color: var(--home-v3-paper-bright);
}

.field-note-card-cover > span {
	position: relative;
	z-index: 2;
	max-width: 8ch;
	font-family: var(--home-v3-serif);
	font-size: clamp(42px, 5vw, 74px);
	letter-spacing: -0.055em;
	line-height: 0.9;
}

.field-note-card-trace {
	position: absolute;
	inset: 8% -8%;
	width: 116%;
	height: 84%;
	opacity: 0.82;
}

.field-note-card-copy {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(30px, 4.4vw, 66px);
	border-left: 1px solid var(--home-v3-keyline);
	background: var(--home-v3-paper-bright);
}

.field-note-card-copy h3 {
	max-width: 14ch;
	margin: auto 0 0;
	font-family: var(--home-v3-serif);
	font-size: clamp(48px, 5.6vw, 82px);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.88;
}

.field-note-card-copy > p:not(.field-notes-v3-label) {
	max-width: 42ch;
	margin: 28px 0 0;
	color: #526a61;
	font-size: 14px;
	line-height: 1.7;
}

.field-note-card-author {
	display: block;
	margin-top: 34px;
}

.field-note-card-copy > i {
	position: absolute;
	top: 24px;
	right: 24px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	background: var(--home-v3-acid);
	font-family: var(--home-v3-mono);
	font-size: 13px;
	font-style: normal;
	transition: background 180ms ease, color 180ms ease;
}

.field-note-card > a:hover .field-note-card-image {
	transform: scale(1.015);
}

.field-note-card > a:hover .field-note-card-copy > i {
	background: var(--home-v3-forest);
	color: var(--home-v3-paper-bright);
}

.field-notes-v3-list {
	border-bottom: 1px solid var(--home-v3-forest);
}

.field-notes-v3-list .field-note-card > a {
	grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
	min-height: 310px;
}

.field-notes-v3-list .field-note-card-visual {
	min-height: 310px;
}

.field-notes-v3-list .field-note-card-copy h3 {
	margin-top: clamp(58px, 8vw, 104px);
	font-size: clamp(40px, 4.7vw, 68px);
}

.field-notes-v3-pagination {
	width: min(100%, 1600px);
	margin-inline: auto;
	border-top: 1px solid var(--home-v3-keyline);
}

.field-notes-v3-pagination a {
	position: relative;
	display: grid;
	min-height: 190px;
	align-content: center;
	gap: 18px;
	padding: 34px clamp(22px, 4.5vw, 72px);
	color: inherit;
	text-decoration: none;
}

.field-notes-v3-pagination span {
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.field-notes-v3-pagination strong {
	font-family: var(--home-v3-serif);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.9;
}

.field-notes-v3-pagination i {
	position: absolute;
	top: 50%;
	right: clamp(22px, 4.5vw, 72px);
	font-family: var(--home-v3-mono);
	font-size: 22px;
	font-style: normal;
	transform: translateY(-50%);
}

/* Article chrome */

.field-note-preview-banner {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 12px 22px;
	padding: 10px 18px;
	background: var(--home-v3-acid);
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.field-note-preview-banner strong {
	font-weight: 700;
}

.field-note-v3-article {
	padding-bottom: clamp(88px, 10vw, 150px);
}

.field-note-v3-article-header {
	width: min(100%, 1600px);
	margin-inline: auto;
	padding: clamp(50px, 7vw, 104px) clamp(22px, 4.5vw, 72px) clamp(62px, 8vw, 116px);
}

.field-note-v3-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
}

.field-note-v3-breadcrumbs a {
	text-decoration-color: var(--home-v3-acid);
	text-decoration-thickness: 3px;
}

.field-note-v3-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 26%);
	align-items: end;
	gap: clamp(44px, 8vw, 130px);
	margin-top: clamp(64px, 8vw, 116px);
}

.field-note-v3-heading > div {
	min-width: 0;
}

.field-note-v3-heading h1 {
	max-width: 12ch;
	margin: 28px 0 0;
	font-family: var(--home-v3-serif);
	font-size: clamp(68px, 9.4vw, 148px);
	font-weight: 400;
	letter-spacing: -0.072em;
	line-height: 0.8;
	overflow-wrap: anywhere;
}

.field-note-v3-dek {
	max-width: 52ch;
	margin: 40px 0 0;
	color: #486258;
	font-family: var(--home-v3-serif);
	font-size: clamp(20px, 2vw, 29px);
	line-height: 1.45;
}

.field-note-v3-meta {
	margin: 0;
	border-top: 1px solid var(--home-v3-forest);
}

.field-note-v3-meta > div {
	display: grid;
	grid-template-columns: minmax(84px, 0.42fr) minmax(0, 0.58fr);
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--home-v3-keyline);
}

.field-note-v3-meta dd {
	margin: 0;
	color: #354f46;
	font-family: var(--home-v3-serif);
	font-size: 14px;
	line-height: 1.45;
	text-align: right;
}

.field-note-v3-meta dd a {
	text-decoration-color: var(--home-v3-acid);
	text-decoration-thickness: 3px;
}

.field-note-hero,
.field-note-hero-cover {
	width: min(1500px, calc(100% - 44px));
	margin: 0 auto clamp(70px, 9vw, 132px);
}

.field-note-hero {
	position: relative;
}

.field-note-hero-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.field-note-hero figcaption,
.field-note-v3-body .editorial-image figcaption,
.field-note-v3-body .editorial-gallery-image figcaption,
.field-note-v3-body .editorial-video > figcaption {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-top: 10px;
	color: #5c7169;
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.field-note-hero-cover {
	position: relative;
	display: grid;
	min-height: clamp(360px, 54vw, 700px);
	place-items: end start;
	padding: clamp(32px, 6vw, 86px);
	overflow: hidden;
	background: var(--home-v3-night);
	color: var(--home-v3-paper-bright);
}

.field-note-hero-cover > span,
.field-note-hero-cover > a > span,
.field-note-video-hero-title {
	position: relative;
	z-index: 2;
	max-width: 8ch;
	font-family: var(--home-v3-serif);
	font-size: clamp(58px, 9vw, 136px);
	letter-spacing: -0.065em;
	line-height: 0.82;
}

.field-note-hero-cover > a {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: inherit;
	color: inherit;
	text-decoration: none;
}

.field-note-hero-cover i {
	position: absolute;
	z-index: 2;
	right: clamp(32px, 6vw, 86px);
	bottom: clamp(32px, 6vw, 86px);
	font-family: var(--home-v3-mono);
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.field-note-hero-trace {
	position: absolute;
	inset: 5% -5%;
	width: 110%;
	height: 90%;
}

.field-note-route-hero > a,
.field-note-video-hero > a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}

.field-note-route-hero > a > span,
.field-note-video-action {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	gap: 0.45em;
	padding: 0 18px;
	background: var(--home-v3-acid);
	color: var(--home-v3-forest);
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.field-note-route-hero i,
.field-note-video-action i {
	font-style: normal;
}

.field-note-video-hero > a {
	min-height: clamp(360px, 52vw, 720px);
	overflow: hidden;
	background: var(--home-v3-night);
	color: var(--home-v3-paper-bright);
}

.field-note-video-hero .field-note-hero-trace {
	opacity: 0.86;
}

.field-note-video-hero-title {
	position: absolute;
	bottom: clamp(34px, 6vw, 84px);
	left: clamp(30px, 5vw, 72px);
}

/* Shared EditorialDocument body. The markup remains common with Field Manual. */

.field-note-v3-body {
	width: min(760px, calc(100% - 44px));
	margin-inline: auto;
	color: #29473d;
	font-family: var(--home-v3-serif);
	font-size: clamp(18px, 1.55vw, 22px);
	line-height: 1.72;
}

.field-note-v3-body > * {
	margin-top: 0;
	margin-bottom: 1.65em;
}

.field-note-v3-body p,
.field-note-v3-body li {
	overflow-wrap: break-word;
}

.field-note-v3-body a {
	color: var(--home-v3-forest);
	text-decoration-color: var(--home-v3-acid);
	text-decoration-thickness: 3px;
	text-underline-offset: 3px;
}

.field-note-v3-body code {
	padding: 0.1em 0.3em;
	background: rgba(23, 55, 45, 0.08);
	font-family: var(--home-v3-mono);
	font-size: 0.82em;
}

.field-note-v3-body h2,
.field-note-v3-body h3 {
	color: var(--home-v3-forest);
	font-family: var(--home-v3-serif);
	font-weight: 400;
	letter-spacing: -0.05em;
}

.field-note-v3-body h2 {
	max-width: 14ch;
	margin: clamp(76px, 10vw, 126px) 0 38px;
	font-size: clamp(44px, 5.6vw, 76px);
	line-height: 0.92;
}

.field-note-v3-body h3 {
	margin: 62px 0 24px;
	font-size: clamp(30px, 3.6vw, 48px);
	line-height: 1;
}

.field-note-v3-body > section:not(.editorial-route-collection) {
	margin-top: clamp(88px, 12vw, 150px);
}

.field-note-v3-body > section > .field-manual-v3-label {
	margin: 0 0 24px;
	color: #49665c;
	font-family: var(--home-v3-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.field-note-v3-body > section > .field-manual-v3-label + h2 {
	margin-top: 0;
}

.field-note-v3-body ul:not(.field-manual-v3-fact-list),
.field-note-v3-body ol:not(.field-manual-v3-procedure) {
	padding-left: 1.25em;
}

.field-note-v3-body li + li {
	margin-top: 0.55em;
}

.field-note-v3-body blockquote {
	margin: clamp(54px, 8vw, 92px) 0;
	padding: 8px 0 8px clamp(24px, 4vw, 52px);
	border-left: 5px solid var(--home-v3-acid);
}

.field-note-v3-body blockquote p {
	max-width: 19ch;
	margin: 0;
	font-size: clamp(30px, 4vw, 54px);
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.field-note-v3-body blockquote cite {
	display: block;
	margin-top: 24px;
	color: #587168;
	font-family: var(--home-v3-mono);
	font-size: 9px;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.field-note-v3-body hr {
	margin: clamp(72px, 10vw, 110px) 0;
	border: 0;
	border-top: 1px solid var(--home-v3-keyline);
}

.field-note-v3-body .field-manual-v3-field-note {
	display: grid;
	grid-template-columns: minmax(82px, 0.18fr) minmax(0, 0.82fr);
	gap: 26px;
	margin: 46px 0;
	padding: 28px;
	background: var(--home-v3-acid);
	color: var(--home-v3-forest);
}

.field-note-v3-body .field-manual-v3-field-note > span,
.field-note-v3-body .field-manual-v3-signal-ledger > div > span,
.field-note-v3-body .field-manual-v3-procedure > li > span {
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.11em;
	line-height: 1.5;
	text-transform: uppercase;
}

.field-note-v3-body .field-manual-v3-field-note p {
	margin: 0;
	font-size: clamp(21px, 2.4vw, 30px);
	letter-spacing: -0.025em;
	line-height: 1.24;
}

.field-note-v3-body .field-manual-v3-fact-list,
.field-note-v3-body .field-manual-v3-procedure {
	margin: 52px 0;
	padding: 0;
	border-top: 1px solid var(--home-v3-forest);
	list-style: none;
}

.field-note-v3-body .field-manual-v3-fact-list li,
.field-note-v3-body .field-manual-v3-procedure > li {
	display: grid;
	grid-template-columns: minmax(150px, 0.34fr) minmax(0, 0.66fr);
	gap: 28px;
	margin: 0;
	padding: 25px 0 28px;
	border-bottom: 1px solid var(--home-v3-keyline);
}

.field-note-v3-body .field-manual-v3-fact-list strong,
.field-note-v3-body .field-manual-v3-procedure h3 {
	margin: 0;
	font-size: clamp(23px, 2.8vw, 38px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.field-note-v3-body .field-manual-v3-fact-list span,
.field-note-v3-body .field-manual-v3-procedure p {
	margin: 0;
	color: #536b62;
	font-family: var(--home-v3-sans);
	font-size: 15px;
	line-height: 1.65;
}

.field-note-v3-body .field-manual-v3-procedure p {
	margin-top: 14px;
}

.field-note-v3-body .field-manual-v3-signal-ledger {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 58px 0;
	border-top: 1px solid var(--home-v3-forest);
	border-bottom: 1px solid var(--home-v3-keyline);
}

.field-note-v3-body .field-manual-v3-signal-ledger > div {
	min-width: 0;
	min-height: 230px;
	padding: 22px 24px 28px 0;
	border-right: 1px solid var(--home-v3-keyline);
}

.field-note-v3-body .field-manual-v3-signal-ledger > div + div {
	padding-left: 24px;
}

.field-note-v3-body .field-manual-v3-signal-ledger > div:last-child {
	border-right: 0;
}

.field-note-v3-body .field-manual-v3-signal-ledger strong {
	display: block;
	margin-top: 38px;
	font-size: clamp(23px, 2.5vw, 34px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.field-note-v3-body .field-manual-v3-signal-ledger p {
	margin: 17px 0 0;
	color: #5c7169;
	font-family: var(--home-v3-sans);
	font-size: 13px;
	line-height: 1.55;
}

/* Wide editorial media is scoped so route artwork cannot inherit breakout geometry. */

.field-note-v3-body .editorial-image,
.field-note-v3-body .editorial-gallery,
.field-note-v3-body .editorial-video,
.field-note-v3-body .editorial-route-collection {
	width: min(1100px, calc(100vw - 44px));
	margin: clamp(58px, 8vw, 92px) 50%;
	transform: translateX(-50%);
}

.field-note-v3-body .editorial-image {
	margin-top: clamp(58px, 8vw, 92px);
}

.field-note-v3-body .editorial-image img,
.field-note-v3-body .editorial-gallery-image img {
	display: block;
	width: 100%;
	height: auto;
}

.field-note-v3-body .editorial-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.field-note-v3-body .editorial-gallery-image {
	min-width: 0;
	margin: 0;
	transform: none;
}

.field-note-v3-body .editorial-gallery-image:nth-child(odd):last-child {
	grid-column: 1 / -1;
}

.field-note-v3-body .editorial-gallery-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.field-note-v3-body .editorial-gallery-image:nth-child(odd):last-child img {
	aspect-ratio: 16 / 8;
}

.field-note-v3-body .editorial-video {
	background: transparent;
}

.field-note-v3-body .editorial-video-frame {
	position: relative;
	isolation: isolate;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background:
		linear-gradient(135deg, transparent 0 47%, rgba(215, 240, 90, 0.1) 47.2% 47.7%, transparent 47.9%),
		var(--home-v3-night);
}

.field-note-v3-body .editorial-video-poster {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
}

.field-note-v3-body .editorial-video-poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.field-note-v3-body .editorial-video-frame > a {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	padding: clamp(24px, 4vw, 48px);
	background: linear-gradient(180deg, transparent 38%, rgba(6, 28, 22, 0.82));
	color: var(--home-v3-paper-bright);
	font-family: var(--home-v3-serif);
	font-size: clamp(27px, 3.8vw, 50px);
	letter-spacing: -0.04em;
	line-height: 1;
	text-decoration: none;
}

.field-note-v3-body .editorial-video-frame > a::after {
	display: grid;
	width: 52px;
	height: 52px;
	flex: 0 0 auto;
	place-items: center;
	background: var(--home-v3-acid);
	color: var(--home-v3-forest);
	content: "▶";
	font-family: var(--home-v3-sans);
	font-size: 14px;
	letter-spacing: 0;
}

/* Route references and collections */

.field-note-v3-body .editorial-route-reference {
	margin: 54px 0;
	font-family: var(--home-v3-sans);
}

.field-note-v3-body .editorial-route-reference > a {
	position: relative;
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
	grid-template-rows: auto 1fr;
	gap: 10px 24px;
	min-height: 176px;
	padding: 0 58px 0 0;
	border-top: 1px solid var(--home-v3-forest);
	border-bottom: 1px solid var(--home-v3-keyline);
	background: var(--home-v3-paper-bright);
	color: inherit;
	text-decoration: none;
}

.field-note-v3-body .editorial-route-reference > a::after {
	position: absolute;
	top: 20px;
	right: 20px;
	content: "↗";
	font-family: var(--home-v3-mono);
	font-size: 14px;
}

.field-note-v3-body .editorial-route-reference-image {
	grid-row: 1 / 3;
	width: 100%;
	height: 100%;
	min-height: 176px;
	margin: 0;
	overflow: hidden;
	transform: none;
}

.field-note-v3-body .editorial-route-reference-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 176px;
	object-fit: cover;
}

.field-note-v3-body .editorial-route-reference-image figcaption {
	display: none;
}

.field-note-v3-body .editorial-route-reference strong {
	grid-column: 1 / -1;
	align-self: end;
	padding: 34px 0 0 24px;
	font-family: var(--home-v3-serif);
	font-size: clamp(24px, 2.7vw, 38px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.field-note-v3-body .editorial-route-reference > a > span {
	grid-column: 1 / -1;
	padding: 0 0 28px 24px;
	color: #587168;
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
}

.field-note-v3-body .editorial-route-reference-image + strong,
.field-note-v3-body .editorial-route-reference-image + strong + span {
	grid-column: 2;
	padding-left: 0;
}

.field-note-v3-body .editorial-route-collection {
	padding-top: 24px;
	border-top: 1px solid var(--home-v3-forest);
}

.field-note-v3-body .editorial-route-collection > h3 {
	margin: 0 0 36px;
	font-size: clamp(38px, 5vw, 64px);
}

.field-note-v3-body .editorial-route-collection > div {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));
	gap: 14px;
}

.field-note-v3-body .editorial-route-collection .editorial-route-reference {
	min-width: 0;
	margin: 0;
}

.field-note-v3-body .editorial-route-collection .editorial-route-reference > a {
	height: 100%;
}

/* Related route continuation */

.field-note-v3-related {
	width: min(1180px, calc(100% - 44px));
	margin: clamp(96px, 13vw, 180px) auto 0;
	padding-top: 34px;
	border-top: 1px solid var(--home-v3-forest);
}

.field-note-v3-related h2 {
	max-width: 10ch;
	margin: 28px 0 clamp(46px, 7vw, 84px);
	font-family: var(--home-v3-serif);
	font-size: clamp(52px, 7vw, 94px);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.86;
}

.field-note-v3-related nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
	border-top: 1px solid var(--home-v3-keyline);
	border-left: 1px solid var(--home-v3-keyline);
}

.field-note-related-route {
	position: relative;
	display: grid;
	min-height: 190px;
	align-content: end;
	padding: 30px 58px 30px 30px;
	border-right: 1px solid var(--home-v3-keyline);
	border-bottom: 1px solid var(--home-v3-keyline);
	background: var(--home-v3-paper-bright);
	color: inherit;
	text-decoration: none;
}

.field-note-related-route.has-image {
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
	align-content: stretch;
	gap: 0 28px;
	padding: 0 58px 0 0;
}

.field-note-related-route-image {
	min-width: 0;
	overflow: hidden;
}

.field-note-related-route-artwork {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.field-note-related-route-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: flex-end;
	gap: 14px;
	padding: 30px 0;
}

.field-note-related-route strong {
	font-family: var(--home-v3-serif);
	font-size: clamp(24px, 2.7vw, 38px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.field-note-related-route-copy > span {
	color: #587168;
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
}

.field-note-related-route > i {
	position: absolute;
	top: 24px;
	right: 24px;
	font-family: var(--home-v3-mono);
	font-size: 14px;
	font-style: normal;
}

/* Empty and error states */

.field-notes-v3-state-page main {
	display: grid;
	min-height: calc(100vh - 130px);
	place-items: center;
	padding: clamp(54px, 8vw, 110px) 22px;
}

.field-notes-v3-state {
	position: relative;
	isolation: isolate;
	width: min(100%, 920px);
	min-height: 420px;
	padding: clamp(38px, 6vw, 72px);
	overflow: hidden;
	background: var(--home-v3-night);
	color: var(--home-v3-paper-bright);
}

.field-notes-v3-empty {
	width: 100%;
	margin-top: 16px;
}

.field-notes-v3-state > *:not(svg) {
	position: relative;
	z-index: 1;
}

.field-notes-v3-state .field-notes-v3-label {
	color: #bac6c0;
}

.field-notes-v3-state h1,
.field-notes-v3-state h3 {
	max-width: 11ch;
	margin: clamp(72px, 9vw, 112px) 0 0;
	font-family: var(--home-v3-serif);
	font-size: clamp(52px, 7vw, 92px);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.88;
}

.field-notes-v3-state > p:not(.field-notes-v3-label) {
	max-width: 47ch;
	margin: 32px 0 0;
	color: #c5d0ca;
	font-size: 14px;
	line-height: 1.7;
}

.field-notes-v3-state > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 0.45em;
	margin-top: 36px;
	padding: 0 15px;
	background: var(--home-v3-acid);
	color: var(--home-v3-forest);
	font-family: var(--home-v3-mono);
	font-size: 9px;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.field-notes-v3-state-trace {
	position: absolute;
	z-index: 0;
	top: 4%;
	right: -10%;
	width: 68%;
	height: 92%;
	opacity: 0.78;
}

.field-notes-v3-footer .home-v3-footer-links {
	flex-wrap: wrap;
	row-gap: 9px;
}

@media (max-width: 1000px) {
	.field-notes-v3-opening {
		grid-template-columns: minmax(0, 1.06fr) minmax(290px, 0.94fr);
		gap: 42px;
	}

	.field-notes-v3-opening h1 {
		font-size: clamp(84px, 12vw, 122px);
	}

	.field-note-v3-heading {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 30%);
		gap: 42px;
	}

	.field-note-v3-body .field-manual-v3-signal-ledger {
		grid-template-columns: minmax(0, 1fr);
	}

	.field-note-v3-body .field-manual-v3-signal-ledger > div,
	.field-note-v3-body .field-manual-v3-signal-ledger > div + div {
		min-height: 0;
		padding: 22px 0 26px;
		border-right: 0;
		border-bottom: 1px solid var(--home-v3-keyline);
	}

	.field-note-v3-body .field-manual-v3-signal-ledger > div:last-child {
		border-bottom: 0;
	}

	.field-note-v3-body .field-manual-v3-signal-ledger strong {
		margin-top: 20px;
	}
}

@media (max-width: 820px) {
	.field-notes-v3-opening {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr);
		padding-top: 70px;
	}

	.field-notes-v3-opening h1 {
		font-size: clamp(88px, 22vw, 152px);
	}

	.field-notes-v3-opening-mark {
		width: min(82%, 480px);
		justify-self: center;
		margin-top: 18px;
	}

	.field-notes-v3-section-heading {
		grid-template-columns: minmax(0, 1fr);
	}

	.field-note-card-lead > a {
		grid-template-columns: minmax(0, 1fr);
	}

	.field-note-card-lead .field-note-card-visual {
		min-height: 0;
		aspect-ratio: 8 / 5;
	}

	.field-note-card-copy {
		min-height: 400px;
		border-top: 1px solid var(--home-v3-keyline);
		border-left: 0;
	}

	.field-note-v3-heading {
		grid-template-columns: minmax(0, 1fr);
	}

	.field-note-v3-heading h1 {
		max-width: 11ch;
		font-size: clamp(60px, 12vw, 92px);
	}

	.field-note-v3-meta {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}

	.field-note-v3-meta > div {
		display: block;
		padding-right: 14px;
		border-right: 1px solid var(--home-v3-keyline);
	}

	.field-note-v3-meta > div:last-child {
		border-right: 0;
	}

	.field-note-v3-meta dd {
		margin-top: 8px;
		text-align: left;
	}
}

@media (max-width: 600px) {
	.field-notes-v3-opening {
		gap: 54px;
		padding: 54px 15px 78px;
	}

	.field-notes-v3-opening h1 {
		margin-top: 38px;
		font-size: clamp(76px, 25vw, 112px);
	}

	.field-notes-v3-opening-copy > p:last-child {
		margin-top: 42px;
	}

	.field-notes-v3-opening-mark {
		width: 92%;
		padding: 24px;
	}

	.field-notes-v3-feed {
		padding: 78px 15px 96px;
	}

	.field-notes-v3-section-heading {
		gap: 28px;
		margin-bottom: 52px;
	}

	.field-notes-v3-section-heading h2 {
		font-size: clamp(52px, 16vw, 72px);
	}

	.field-note-card-lead .field-note-card-visual,
	.field-notes-v3-list .field-note-card-visual {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.field-note-card-copy,
	.field-notes-v3-list .field-note-card-copy {
		min-height: 330px;
		padding: 26px 22px;
	}

	.field-note-card-copy h3,
	.field-notes-v3-list .field-note-card-copy h3 {
		margin-top: 62px;
		font-size: clamp(39px, 12vw, 54px);
	}

	.field-notes-v3-list .field-note-card > a {
		grid-template-columns: minmax(0, 1fr);
	}

	.field-note-card-copy > i {
		top: 18px;
		right: 18px;
	}

	.field-notes-v3-pagination a {
		min-height: 160px;
		padding-inline: 15px;
	}

	.field-notes-v3-pagination i {
		right: 15px;
	}

	.field-note-preview-banner {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
		padding: 10px 15px;
	}

	.field-note-v3-article-header {
		padding: 48px 15px 70px;
	}

	.field-note-v3-breadcrumbs {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.field-note-v3-heading {
		gap: 48px;
		margin-top: 54px;
	}

	.field-note-v3-heading h1 {
		margin-top: 24px;
		font-size: clamp(52px, 15vw, 70px);
	}

	.field-note-v3-dek {
		margin-top: 30px;
		font-size: clamp(19px, 6vw, 24px);
	}

	.field-note-v3-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.field-note-v3-meta > div:last-child:nth-child(3) {
		grid-column: 1 / -1;
		border-right: 0;
	}

	.field-note-hero,
	.field-note-hero-cover,
	.field-note-v3-related {
		width: calc(100% - 30px);
	}

	.field-note-hero-image {
		aspect-ratio: 4 / 3;
	}

	.field-note-hero-cover,
	.field-note-video-hero > a {
		min-height: 390px;
	}

	.field-note-hero-cover {
		padding: 28px;
	}

	.field-note-hero-cover > span,
	.field-note-hero-cover > a > span,
	.field-note-video-hero-title {
		font-size: clamp(52px, 16vw, 72px);
	}

	.field-note-hero-cover i {
		right: 28px;
		bottom: 28px;
	}

	.field-note-video-hero-title {
		bottom: 82px;
		left: 28px;
	}

	.field-note-route-hero > a > span,
	.field-note-video-action {
		right: 0;
		left: 0;
		justify-content: center;
	}

	.field-note-v3-body {
		width: calc(100% - 30px);
		font-size: 18px;
	}

	.field-note-v3-body h2 {
		font-size: clamp(39px, 12vw, 54px);
	}

	.field-note-v3-body .field-manual-v3-field-note,
	.field-note-v3-body .field-manual-v3-fact-list li,
	.field-note-v3-body .field-manual-v3-procedure > li {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.field-note-v3-body .editorial-image,
	.field-note-v3-body .editorial-gallery,
	.field-note-v3-body .editorial-video,
	.field-note-v3-body .editorial-route-collection {
		width: calc(100vw - 30px);
	}

	.field-note-v3-body .editorial-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.field-note-v3-body .editorial-gallery-image:nth-child(odd):last-child {
		grid-column: auto;
	}

	.field-note-v3-body .editorial-gallery-image img,
	.field-note-v3-body .editorial-gallery-image:nth-child(odd):last-child img {
		aspect-ratio: auto;
	}

	.field-note-v3-body .editorial-video-frame > a {
		padding: 22px;
		font-size: clamp(24px, 8vw, 34px);
	}

	.field-note-v3-body .editorial-video-frame > a::after {
		width: 44px;
		height: 44px;
	}

	.field-note-v3-body .editorial-route-reference > a {
		grid-template-columns: minmax(112px, 0.36fr) minmax(0, 0.64fr);
		gap: 8px 16px;
		min-height: 148px;
		padding-right: 42px;
	}

	.field-note-v3-body .editorial-route-reference-image,
	.field-note-v3-body .editorial-route-reference-image img {
		min-height: 148px;
	}

	.field-note-v3-body .editorial-route-reference strong {
		padding-top: 28px;
		padding-left: 18px;
		font-size: clamp(22px, 7vw, 30px);
	}

	.field-note-v3-body .editorial-route-reference > a > span {
		padding: 0 0 22px 18px;
		font-size: 8px;
	}

	.field-note-v3-body .editorial-route-reference-image + strong,
	.field-note-v3-body .editorial-route-reference-image + strong + span {
		padding-left: 0;
	}

	.field-note-v3-body .editorial-route-reference > a::after {
		top: 14px;
		right: 14px;
	}

	.field-note-v3-related {
		margin-top: 100px;
	}

	.field-note-v3-related h2 {
		font-size: clamp(48px, 15vw, 66px);
	}

	.field-note-related-route.has-image {
		grid-template-columns: minmax(0, 1fr);
		padding: 0;
	}

	.field-note-related-route-image {
		aspect-ratio: 8 / 5;
	}

	.field-note-related-route-copy {
		padding: 28px 58px 28px 24px;
	}

	.field-notes-v3-state-page main {
		padding-right: 15px;
		padding-left: 15px;
	}

	.field-notes-v3-state {
		min-height: 500px;
		padding: 30px;
	}

	.field-notes-v3-state h1,
	.field-notes-v3-state h3 {
		font-size: clamp(48px, 15vw, 66px);
	}

	.field-notes-v3-state-trace {
		top: 18%;
		right: -32%;
		width: 112%;
		height: 72%;
	}

	.field-notes-v3-footer .home-v3-footer-inner {
		padding: 17px 0;
	}
}

@media (max-width: 340px) {
	.field-notes-v3-header .home-v3-header-actions {
		gap: 7px;
	}

	.field-notes-v3-header .home-v3-get {
		padding-inline: 8px;
	}

	.field-note-v3-meta {
		grid-template-columns: minmax(0, 1fr);
	}

	.field-note-v3-meta > div,
	.field-note-v3-meta > div:last-child:nth-child(3) {
		grid-column: auto;
		border-right: 0;
	}

	.field-note-v3-body .editorial-route-reference > a {
		grid-template-columns: 96px minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.field-notes-v3-page * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

@media (forced-colors: active) {
	.field-notes-v3-opening-mark,
	.field-note-card-cover,
	.field-note-hero-cover,
	.field-note-video-hero > a,
	.field-notes-v3-state {
		border: 2px solid CanvasText;
	}

	.field-notes-v3-route,
	.field-notes-v3-route-halo {
		stroke: LinkText;
	}
}
