.site-brand__text,
.sr-only {
	overflow: hidden;
	white-space: nowrap
}

.menu-list a,
.site-brand,
.skip-link {
	text-decoration: none
}

.site-footer__brand,
.site-footer__note {
	align-content: center;
	align-self: center
}

.landing-hero__title,
.post-banner__content h2,
.post-hero h1 {
	-webkit-text-stroke: 1.5px rgba(0, 0, 0, .28);
	paint-order: stroke fill
}

@font-face {
	font-family: "BabelStone Flags";
	src: url("/assets/fonts/BabelStoneFlags.woff2") format("woff2"), url("/assets/fonts/BabelStoneFlags.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+1F1E6-1F1FF, U+1F3F3-1F3F4, U+E0000-E007F
}

:root {
	color-scheme: light;
	--layout-max-width: 76rem;
	--reading-width: 54rem;
	--page-gutter: 1.15rem;
	--drawer-width: 18rem;
	--drawer-width-wide: 22rem;
	--header-height: 4.75rem;
	--radius-small: 1rem;
	--radius-large: 1.75rem;
	--font-display: Sora, Avenir Next, sans-serif;
	--font-body: Nunito Sans, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
	--page-bg: #f1f5fa;
	--surface: #ffffff;
	--surface-muted: rgba(255, 255, 255, 0.88);
	--text: #172231;
	--muted: #617083;
	--border: rgba(23, 34, 49, 0.12);
	--accent: #15b7bd;
	--accent-strong: #0f7b87;
	--header-bg: rgba(255, 255, 255, 0.2);
	--header-bg-scrolled: rgba(34, 47, 63, 0.58);
	--drawer-bg: #0d1117;
	--drawer-text: #f5f8fb;
	--drawer-muted: rgba(245, 248, 251, 0.66);
	--hero-overlay: rgba(5, 10, 16, 0.48);
	--shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.14);
	--search-results-bg: color-mix(in srgb, var(--surface) 74%, var(--text))
}

.site-brand__mark,
.skip-link,
body {
	color: var(--text)
}

html[data-theme=dark] {
	color-scheme: dark;
	--page-bg: #242424;
	--surface: #2a2a2a;
	--surface-muted: rgba(42, 42, 42, 0.92);
	--text: #f5f8fb;
	--muted: #b3beca;
	--border: rgba(255, 255, 255, 0.1);
	--accent: #1bc3c9;
	--accent-strong: #7ce8ed;
	--header-bg: rgba(3, 5, 9, 0.2);
	--header-bg-scrolled: rgba(4, 6, 10, 0.84);
	--drawer-bg: #090b10;
	--drawer-text: #f5f8fb;
	--drawer-muted: rgba(245, 248, 251, 0.68);
	--hero-overlay: rgba(3, 5, 9, 0.62);
	--shadow-soft: 0 26px 70px rgba(0, 0, 0, 0.32);
	--search-results-bg: color-mix(in srgb, var(--surface) 84%, #fff)
}

@media(prefers-color-scheme:dark) {
	html:not([data-theme=light]) {
		color-scheme: dark;
		--page-bg: #242424;
		--surface: #2a2a2a;
		--surface-muted: rgba(42, 42, 42, 0.92);
		--text: #f5f8fb;
		--muted: #b3beca;
		--border: rgba(255, 255, 255, 0.1);
		--accent: #1bc3c9;
		--accent-strong: #7ce8ed;
		--header-bg: rgba(3, 5, 9, 0.2);
		--header-bg-scrolled: rgba(4, 6, 10, 0.84);
		--drawer-bg: #090b10;
		--drawer-text: #f5f8fb;
		--drawer-muted: rgba(245, 248, 251, 0.68);
		--hero-overlay: rgba(3, 5, 9, 0.62);
		--shadow-soft: 0 26px 70px rgba(0, 0, 0, 0.32);
		--search-results-bg: color-mix(in srgb, var(--surface) 84%, #fff)
	}
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	background-color: #0b1016
}

body {
	margin: 0;
	font-family: var(--font-body);
	background: radial-gradient(circle at top center, color-mix(in srgb, var(--accent) 12%, transparent), transparent 28rem), linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)) var(--page-bg);
	line-height: 1.6;
	overflow-x: clip
}

* {
	font-family: inherit
}

a {
	color: inherit;
	text-decoration-color: color-mix(in srgb, var(--accent) 42%, transparent);
	text-underline-offset: .18em
}

a:hover {
	color: var(--accent-strong)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-display);
	line-height: 1.1;
	margin: 0 0 .75rem;
	letter-spacing: -.03em;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .08);
	text-wrap: balance
}

a,
li,
p {
	font-family: var(--font-body)
}

p {
	margin: 0 0 1rem
}

.container {
	width: min(100% - 2*var(--page-gutter), var(--layout-max-width));
	margin: 0 auto
}

img,
svg {
	max-width: 100%
}

img {
	display: block
}

button,
input,
select,
textarea {
	font: inherit
}

.flag-glyph,
.tag-chip__label {
	line-height: 1
}

button {
	cursor: pointer
}

:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px
}

.skip-link {
	position: absolute;
	top: -5rem;
	left: .75rem;
	z-index: 120;
	padding: .7rem .95rem;
	border-radius: var(--radius-small);
	background: var(--surface);
	box-shadow: var(--shadow-soft)
}

.site-header,
.site-shell {
	background: rgba(0, 0, 0, 0)
}

.skip-link:focus-visible {
	top: .75rem
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.flag-glyph {
	display: inline-block;
	font-family: "BabelStone Flags", var(--font-body);
	text-shadow: .5px 0 0 rgba(0, 0, 0, .55), -.5px 0 0 rgba(0, 0, 0, .55), 0 .5px 0 rgba(0, 0, 0, .55), 0 -.5px 0 rgba(0, 0, 0, .55)
}

.site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 40;
	padding: .5rem 0;
	transform: translateX(0);
	//transition: transform 240ms, padding 240ms, background .2s, box-shadow .2s, backdrop-filter .4s, color .4s;
	transition: transform 240ms, padding 240ms, background .2s;
	backdrop-filter: blur(0)
}

body.is-header-solid .site-header,
body.menu-open .site-header {
	background: color-mix(in srgb, var(--header-bg-scrolled) 96%, #000);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12), 0 1px 0 var(--border)
}

.site-header__inner {
	box-sizing: border-box;
	width: 100%;
	min-height: 2.8rem;
	padding-inline: clamp(.65rem, 2.2vw, 1.6rem);
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	transition: min-height 220ms
}

.site-header__search {
	min-width: 0;
	width: min(26rem, 100%);
	justify-self: end
}

body.is-scrolled .site-header__inner,
body.menu-open .site-header__inner {
	min-height: 2.5rem
}

.site-footer__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto;
	grid-template-areas: "footer-left footer-center footer-right";
	align-items: center;
	gap: 1rem 1.25rem
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: .85rem;
	position: relative;
	z-index: 2;
	flex: 0 1 auto;
	min-width: 0
}

.site-brand__logo,
.site-brand__mark {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	flex: 0 0 auto
}

.site-brand__mark {
	display: grid;
	place-items: center;
	background: color-mix(in srgb, var(--accent) 20%, var(--surface));
	font-family: var(--font-display);
	font-weight: 800
}

.site-brand__text {
	color: #fff;
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: .02em;
	text-overflow: ellipsis;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .72), 1px -1px 0 rgba(0, 0, 0, .72), -1px 1px 0 rgba(0, 0, 0, .72), 1px 1px 0 rgba(0, 0, 0, .72), 0 2px 10px rgba(0, 0, 0, .55)
}

body.is-header-solid .site-brand__text,
body.menu-open .site-brand__text {
	text-shadow: none
}

body.is-header-solid .site-brand__logo,
body.menu-open .site-brand__logo {
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .35))
}

.menu-toggle {
	flex: 0 0 auto;
	width: 2.5rem;
	height: 2.5rem;
	display: grid;
	place-items: center;
	justify-self: end;
	padding: 0;
	border: 1px solid hsla(0, 0%, 100%, .14);
	border-radius: 999px;
	background: rgba(11, 17, 24, .58);
	color: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12)
}

body.is-header-solid .menu-toggle,
body.menu-open .menu-toggle {
	background: rgba(11, 17, 24, .22)
}

.menu-toggle__bars {
	width: 22px;
	display: grid;
	gap: 4px
}

.menu-toggle__bar {
	display: block;
	height: 2px;
	margin-left: auto;
	border-radius: 999px;
	background: currentColor;
	transform-origin: center;
	transition: transform 240ms, opacity 180ms, width 240ms
}

.menu-toggle__bar--bottom,
.menu-toggle__bar--top {
	width: 20px
}

.menu-toggle__bar--top {
	animation: 5.791s ease-in-out infinite menu-bar-top
}

.menu-toggle__bar--middle {
	width: 14px;
	animation: 9.23s ease-in-out infinite menu-bar-middle
}

.menu-toggle__bar--bottom {
	animation: 7.31s ease-in-out infinite menu-bar-bottom
}

body.menu-open .menu-toggle__bar {
	animation: none;
	margin-left: 0;
	margin-right: 0;
	justify-self: center
}

body.menu-open .menu-toggle__bar--top {
	width: 18px;
	transform: translateY(6px) rotate(45deg)
}

body.menu-open .menu-toggle__bar--middle {
	opacity: 0
}

body.menu-open .menu-toggle__bar--bottom {
	width: 18px;
	transform: translateY(-6px) rotate(-45deg)
}

.page-content {
	flex: 1;
	position: relative
}

.menu-backdrop,
.menu-drawer {
	position: fixed;
	pointer-events: none
}

.menu-drawer {
	top: 0;
	right: 0;
	width: min(100vw, var(--drawer-width-wide));
	height: 100vh;
	z-index: 20;
	background: var(--drawer-bg);
	color: var(--drawer-text);
	overflow-y: auto;
	transform: translateX(100%);
	visibility: hidden;
	transition: transform 240ms, visibility 0s linear 240ms;
	box-shadow: -18px 0 48px rgba(0, 0, 0, .28)
}

.menu-drawer__inner {
	box-sizing: border-box;
	min-height: 100%;
	padding: calc(var(--header-height) + 1.4rem) 1.5rem 2rem
}

.menu-backdrop {
	inset: 0;
	z-index: 10;
	background: rgba(5, 8, 12, .38);
	opacity: 0;
	transition: opacity 240ms
}

body.menu-open .menu-backdrop {
	opacity: 1;
	pointer-events: auto
}

body.menu-open .menu-drawer {
	transform: translateX(0);
	visibility: visible;
	pointer-events: auto;
	transition: transform 240ms
}

body.menu-open .site-body,
body.menu-open .site-header {
	transform: translateX(calc(-1 * min(100vw, var(--drawer-width-wide))))
}

.site-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	will-change: transform;
	transition: transform 240ms, filter 240ms
}

body.menu-open .site-body {
	filter: blur(2px)
}

.menu-panel {
	display: grid;
	gap: 2rem
}

.menu-section h2 {
	margin-bottom: 1rem;
	color: var(--drawer-text);
	font-size: .92rem;
	font-weight: 800;
	letter-spacing: .08em
}

.menu-list {
	display: grid;
	gap: .65rem;
	list-style: none;
	padding: 0;
	margin: 0
}

.menu-list a {
	color: color-mix(in srgb, var(--drawer-text) 88%, #fff);
	font-size: 1.1rem
}

.menu-list a:focus-visible,
.menu-list a:hover {
	color: var(--accent)
}

.menu-note {
	color: var(--drawer-muted);
	font-size: .95rem
}

.tag-chip,
.tag-section__list a {
	color: var(--text);
	text-decoration: none
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem
}

.tag-cloud--filters-list,
.tag-cloud--scaled {
	align-items: center
}

.tag-cloud--scaled {
	gap: .65rem
}

.tag-cloud--page {
	margin-top: 1.5rem
}

.tag-cloud--filters {
	display: grid;
	gap: .75rem
}

.tag-cloud--drawer {
	gap: .5rem
}

.tag-chip {
	display: inline-flex;
	align-items: center;
	padding: .2rem .75rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	font-size: .92rem;
	background: var(--surface)
}

.tag-chip--cloud {
	gap: .45em;
	padding: .5em .8em;
	font-size: .92rem;
	line-height: 1
}

.tag-chip--cloud.tag-chip--size-1 {
	font-size: 14px
}

.tag-chip--cloud.tag-chip--size-2 {
	font-size: 18px
}

.tag-chip--cloud.tag-chip--size-3 {
	font-size: 22px
}

.tag-chip--cloud.tag-chip--size-4 {
	font-size: 26px
}

.tag-chip--cloud.tag-chip--size-5 {
	font-size: 30px
}

.tag-chip--cloud.tag-chip--size-6 {
	font-size: 34px
}

.tag-cloud--drawer .tag-chip {
	border-color: hsla(0, 0%, 100%, .14);
	color: var(--drawer-text);
	background: hsla(0, 0%, 100%, .06)
}

.tag-cloud--drawer .tag-chip--cloud {
	padding: .45em .75em
}

.tag-chip__count {
	font-size: .72em;
	font-weight: 700;
	opacity: .72
}

.tag-filter-chip.is-active {
	background: var(--accent);
	border-color: var(--accent);
	color: #071017
}

.tag-filter-chip.is-active .tag-chip__count {
	opacity: .84
}

.tag-posts__status {
	margin-top: 1rem;
	color: var(--muted);
	font-size: .95rem
}

.tag-index {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.tag-section {
	scroll-margin-top: calc(var(--header-height) + 1rem)
}

.tag-section .home-section-head {
	margin: 0 0 .45rem;
	padding-top: .9rem
}

.tag-section__eyebrow {
	margin-top: 0;
	margin-bottom: .65rem;
	color: var(--accent-strong);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase
}

.share-toast,
.story-card__meta,
.story-card__read-more {
	letter-spacing: .01em;
	font-weight: 700
}

.tag-section__summary {
	margin-bottom: .45rem;
	color: var(--muted)
}

.tag-section__list {
	display: grid;
	gap: .85rem;
	padding: 0;
	margin: 0;
	list-style: none
}

.tag-section__list li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: .45rem 1rem
}

.tag-section__list a {
	font-weight: 600
}

.tag-section__list a:focus-visible,
.tag-section__list a:hover {
	color: var(--accent-strong)
}

.tag-section__date {
	color: var(--muted);
	font-size: .92rem;
	white-space: nowrap
}

.tag-section--missing {
	text-align: left
}

.menu-drawer__top-controls {
	position: absolute;
	top: .8rem;
	left: 1.5rem;
	z-index: 1
}

.theme-switch--drawer-top {
	display: inline-flex;
	align-items: center;
	gap: .35rem
}

.theme-switch--drawer-top .theme-switch__option {
	width: 2.2rem;
	height: 2.2rem;
	padding: 0;
	display: grid;
	place-items: center;
	border: 1px solid hsla(0, 0%, 100%, .14);
	border-radius: 999px;
	background: rgba(11, 17, 24, .22);
	color: var(--drawer-text);
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
	transition: transform 160ms, background 160ms, color 160ms, border-color 160ms
}

.theme-switch--drawer-top .theme-switch__option svg {
	width: 1rem;
	height: 1rem
}

.theme-switch--drawer-top .theme-switch__option:focus-visible,
.theme-switch--drawer-top .theme-switch__option:hover {
	transform: translateY(-1px);
	border-color: color-mix(in srgb, var(--accent) 68%, #fff)
}

.theme-switch--drawer-top .theme-switch__option.is-active,
.theme-switch--drawer-top .theme-switch__option[aria-pressed=true] {
	background: var(--accent);
	color: #071017;
	border-color: var(--accent)
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem
}

.social-link {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	font: inherit;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent) 14%, transparent);
	color: var(--accent);
	transition: transform 160ms, background 160ms, color 160ms
}

.social-link:focus-visible,
.social-link:hover {
	transform: translateY(-2px);
	background: var(--accent);
	color: #071017
}

.share-toast,
.site-footer,
.site-footer .social-link,
.site-footer a {
	color: rgba(245, 248, 251, .88)
}

.social-link svg {
	width: 1.15rem;
	height: 1.15rem
}

.social-link--share.is-copied {
	background: var(--accent);
	color: #071017
}

.social-link--share.is-copy-failed {
	background: rgba(255, 120, 120, .2);
	color: #ffb6b6
}

.share-toast {
	position: fixed;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 16%);
	opacity: 0;
	pointer-events: none;
	z-index: 60;
	padding: .5rem .8rem;
	border: 1px solid hsla(0, 0%, 100%, .22);
	border-radius: 999px;
	background: rgba(11, 17, 24, .58);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-size: .86rem;
	transition: opacity 180ms, transform 180ms
}

.share-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0)
}

.site-footer {
	padding: 2rem 0 2.4rem;
	background: #0b1016;
	border-top: 1px solid var(--border)
}

.site-footer__brand,
.site-footer__note {
	display: grid;
	gap: .25rem
}

.site-footer__brand {
	grid-area: footer-left;
	justify-self: start;
	min-width: max-content
}

.site-footer__note {
	grid-area: footer-center;
	justify-self: center
}

.social-links--footer {
	grid-area: footer-right;
	justify-self: end;
	align-self: center;
	min-width: max-content;
	flex-wrap: nowrap
}

.site-footer__brand a {
	text-decoration: none;
	white-space: nowrap
}

.site-footer__brand a:first-child {
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: lowercase
}

.site-footer__note {
	color: rgba(245, 248, 251, .68);
	text-align: center
}

.site-footer__note p {
	margin: 0;
	text-wrap: pretty
}

.layout-default .page-content {
	padding-top: calc(var(--header-height) + 2rem);
	padding-bottom: 1.5rem
}

.layout-default.has-page-image .page-content,
.layout-default.home-landing .page-content {
	padding-top: 0
}

.home-landing #home-main,
body:not(.layout-post) .page-content>:last-child {
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem)
}

.layout-post .page-content>:last-child {
	margin-bottom: 0
}

.landing-hero {
	position: relative;
	height: 100svh;
	min-height: 32rem;
	display: grid;
	place-items: center;
	overflow: clip
}

.landing-hero__image,
.landing-hero__media,
.landing-hero__overlay,
.landing-hero__video {
	position: absolute;
	inset: 0
}

.landing-hero__video {
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-width: 177.78svh;
	min-height: 100svh;
	border: 0;
	pointer-events: none;
	transform: translate(-50%, -50%)
}

.landing-hero__image,
.landing-hero__video--hls {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.landing-hero__video--hls {
	top: 0;
	left: 0;
	min-width: 0;
	min-height: 0;
	transform: none
}

.landing-hero__overlay {
	background: linear-gradient(180deg, rgba(5, 10, 16, .2) 0, rgba(5, 10, 16, .7) 100%)
}

.landing-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
	width: min(100%, 60rem);
	color: #fff;
	padding-top: var(--header-height)
}

.landing-hero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(2.4rem, 7vw, 4.5rem);
	line-height: 1.05;
	text-shadow: 0 10px 30px rgba(0, 0, 0, .4), 0 4px 16px rgba(0, 0, 0, .62), 0 0 6px rgba(0, 0, 0, .72), 0 0 14px rgba(0, 0, 0, .52), -.5px -.5px 0 rgba(0, 0, 0, .75), .5px -.5px 0 rgba(0, 0, 0, .75), -.5px .5px 0 rgba(0, 0, 0, .75), .5px .5px 0 rgba(0, 0, 0, .75)
}

.landing-hero__title::after {
	content: "";
	display: block;
	width: clamp(10rem, 30vw, 17rem);
	height: 2px;
	margin: clamp(1rem, 2.8vh, 1.7rem) auto 0;
	background: currentColor;
	opacity: .9;
	box-shadow: 0 3px 16px rgba(0, 0, 0, .75), 0 1px 4px rgba(0, 0, 0, .6)
}

.landing-hero__tagline {
	margin: clamp(1.15rem, 3.2vh, 2rem) auto 0;
	max-width: 34rem;
	color: #fff;
	font-size: clamp(1.05rem, 2.4vw, 1.8rem);
	text-shadow: 0 4px 16px rgba(0, 0, 0, .35), 0 3px 14px rgba(0, 0, 0, .68), 0 0 5px rgba(0, 0, 0, .65), 0 0 10px rgba(0, 0, 0, .45), -.5px -.5px 0 rgba(0, 0, 0, .65), .5px -.5px 0 rgba(0, 0, 0, .65), -.5px .5px 0 rgba(0, 0, 0, .65), .5px .5px 0 rgba(0, 0, 0, .65);
	-webkit-text-stroke: 1px rgba(0, 0, 0, .22);
	paint-order: stroke fill
}

.landing-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 20%;
	z-index: 2;
	width: 2.4rem;
	height: 2.4rem;
	display: grid;
	place-items: center;
	transform: translateX(-50%);
	color: hsla(0, 0%, 100%, .92);
	text-decoration: none;
	animation: 3s ease-in-out infinite landing-arrow-pulse
}

.search-widget,
.search-widget__control {
	position: relative
}

.landing-hero__chevron {
	width: 1.5rem;
	height: 1.5rem;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(45deg)
}

.intro-card,
.page-copy,
.search-widget__input,
.story-card {
	border: 1px solid var(--border);
	box-shadow: var(--shadow-soft)
}

.home-section-head {
	text-align: center;
	margin: 0 0 1.25rem
}

.home-section-head h2 {
	margin: 0
}

.page-section {
	padding: 0
}

.page-section--spaced {
	margin-top: 1.25rem
}

.intro-card,
.page-copy {
	margin: 0 auto;
	padding: 2rem;
	box-sizing: border-box
}

.intro-card,
.page-copy,
.story-card {
	border-radius: var(--radius-large);
	background: var(--surface-muted)
}

.intro-card {
	width: min(100%, 52rem)
}

.page-copy {
	max-width: 52rem
}

.page-copy blockquote,
.page-copy li,
.page-copy p {
	font-family: var(--font-body);
	font-size: 1.32rem;
	line-height: 1.6
}

.intro-card p,
.page-copy li,
.page-copy p {
	color: var(--muted);
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto
}

.story-list {
	display: grid;
	gap: 1.25rem
}

.story-card {
	display: grid;
	grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
	overflow: hidden;
	text-decoration: none
}

.story-card--blog {
	min-height: 18rem
}

.story-card__media {
	position: relative;
	min-height: 100%;
	overflow: hidden
}

.story-card__media-image {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.story-card__body {
	padding: 1.5rem
}

.story-card__meta {
	margin-bottom: .65rem;
	color: var(--accent-strong);
	font-size: .88rem;
	text-transform: none
}

.story-card__excerpt {
	margin-bottom: 0;
	color: var(--muted)
}

.story-card__read-more {
	margin: .65rem 0 0;
	color: var(--accent-strong);
	font-size: .92rem
}

.error-page {
	text-align: center;
	padding-block: clamp(2rem, 5vw, 3.5rem)
}

.error-page__code {
	margin-bottom: .7rem;
	color: var(--accent-strong);
	font-family: var(--font-display);
	font-size: clamp(2rem, 6vw, 3.4rem);
	font-weight: 800;
	letter-spacing: .08em
}

.error-page h1 {
	margin-bottom: .85rem
}

.error-page p {
	margin-left: auto;
	margin-right: auto;
	max-width: 38rem
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .85rem 1.4rem;
	border-radius: 999px;
	background: var(--accent);
	color: #071017;
	font-weight: 700;
	text-decoration: none;
	transition: transform 160ms, background 160ms
}

.button:hover {
	background: var(--accent-strong);
	color: #071017;
	transform: translateY(-1px)
}

.search-widget__item--with-thumb.is-active .search-widget__content,
.search-widget__item--with-thumb:hover .search-widget__content,
.search-widget__item.is-active,
.search-widget__item:hover {
	background: var(--surface-muted)
}

@keyframes menu-bar-top {

	0%,
	100%,
	17.266% {
		width: 20px
	}

	8.633% {
		width: 15px
	}
}

@keyframes menu-bar-middle {

	0%,
	10.832%,
	100% {
		width: 14px
	}

	5.416% {
		width: 19px
	}
}

@keyframes menu-bar-bottom {

	0%,
	100%,
	13.684% {
		width: 20px
	}

	6.842% {
		width: 15px
	}
}

@keyframes landing-arrow-pulse {

	0%,
	100% {
		opacity: .45;
		transform: translateX(-50%) translateY(0)
	}

	50% {
		opacity: 1;
		transform: translateX(-50%) translateY(.35rem)
	}
}

@media(max-width:640px) {

	body.menu-open .site-body,
	body.menu-open .site-header {
		transform: translateX(calc(-1 * min(100vw, 18rem)))
	}

	.landing-hero__content {
		padding-top: calc(var(--header-height) + .5rem)
	}

	.landing-hero__tagline {
		margin-top: .7rem
	}

	.landing-hero__scroll {
		bottom: 20%
	}

	.menu-drawer__top-controls {
		left: 1rem
	}

	.theme-switch--drawer-top {
		gap: .25rem
	}

	.theme-switch--drawer-top .theme-switch__option {
		width: 2rem;
		height: 2rem
	}

	.share-toast {
		font-size: .82rem
	}

	.menu-drawer {
		left: auto;
		right: 0;
		width: min(100vw - 1rem, 18rem)
	}

	body.menu-open .site-body {
		filter: blur(1px)
	}
}

@media(prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto
	}

	*,
	::after,
	::before {
		animation-duration: NaNs !important;
		animation-iteration-count: 1 !important;
		transition-duration: NaNs !important
	}

	.landing-hero__scroll {
		animation: none
	}
}

@media(max-width:719px) {
	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto
	}

	.site-header__search {
		display: none
	}

	.site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		grid-template-areas: "footer-left""footer-center""footer-right";
		align-items: stretch;
		row-gap: 1.2rem
	}

	.site-footer__brand,
	.site-footer__note {
		justify-self: center;
		text-align: center;
		align-self: center;
		align-content: center
	}

	.social-links--footer {
		width: auto;
		justify-self: center;
		justify-content: center;
		align-self: center;
		align-content: center;
		flex-wrap: nowrap
	}

	.story-card {
		grid-template-columns: 1fr
	}

	.tag-section__list li {
		align-items: flex-start;
		flex-direction: column
	}

	.story-card__media {
		min-height: 14rem
	}

	.layout-default .page-content {
		padding-top: calc(var(--header-height) + 1.4rem)
	}
}

.search-widget {
	box-sizing: border-box;
	width: 100%;
	max-width: 36rem;
	min-width: 0
}

.search-widget__input {
	box-sizing: border-box;
	width: 100%;
	padding: .75rem 1.1rem;
	font-size: 1rem;
	border-radius: var(--radius-large);
	background: var(--surface);
	color: var(--text);
	transition: border-color 160ms, box-shadow 160ms
}

.search-widget__input::placeholder {
	color: var(--muted)
}

.search-widget__input:focus {
	outline: 0;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent), var(--shadow-soft)
}

.search-widget--page .search-widget__item:last-child,
.search-widget__item {
	border-bottom: 1px solid var(--border)
}

.search-widget__results {
	position: absolute;
	z-index: 20;
	width: 100%;
	max-height: 70vh;
	overflow: auto;
	margin: .4rem 0 0;
	padding: 0;
	list-style: none;
	background: var(--search-results-bg, var(--surface));
	border: 1px solid var(--border);
	border-radius: var(--radius-large);
	box-shadow: 0 20px 44px rgba(0, 0, 0, .24), var(--shadow-soft)
}

.search-widget__results:empty {
	display: none
}

.search-widget__item {
	padding: .75rem 1rem;
	cursor: pointer
}

.search-widget__item:last-child {
	border-bottom: none
}

.search-widget__item--with-thumb {
	display: grid;
	grid-template-columns: 8rem minmax(0, 1fr);
	align-items: stretch;
	gap: 0;
	padding: 0
}

.search-widget__item--with-thumb.is-active,
.search-widget__item--with-thumb:hover {
	background: rgba(0, 0, 0, 0)
}

.search-widget__thumb {
	width: 100%;
	height: 100%;
	min-height: 4.4rem;
	border-radius: .8rem 0 0 .8rem;
	object-fit: cover;
	display: block;
	background: color-mix(in srgb, var(--surface) 72%, var(--text))
}

.search-widget__content {
	min-width: 0
}

.search-widget__item--with-thumb .search-widget__content {
	padding: .75rem .9rem;
	transition: background 160ms
}

.search-widget__title {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--text)
}

.search-widget__url {
	font-size: .78rem;
	color: var(--accent-strong);
	font-weight: 700;
	letter-spacing: .01em;
	margin-top: .1rem
}

.search-widget__excerpt {
	font-size: .85rem;
	color: var(--muted);
	margin-top: .25rem;
	line-height: 1.45
}

.search-widget--page {
	width: 100%;
	max-width: 52rem;
	margin: 0 auto
}

.author-card,
.post-hero h1,
.post-page--no-continue {
	margin-bottom: 1.5rem
}

.search-widget--page .search-widget__control {
	border-radius: 999px
}

.search-widget--page .search-widget__input {
	padding: .9rem 1.25rem;
	font-size: 1.05rem;
	border-radius: 999px
}

.search-widget--page .search-widget__results {
	position: static;
	max-height: none;
	overflow: visible;
	border: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
	margin-top: 1.5rem;
	border-radius: 0;
	display: grid;
	gap: .75rem
}

.author-card__inner,
.search-widget--page .search-widget__item {
	background: var(--surface-muted);
	box-shadow: var(--shadow-soft)
}

.search-widget--page .search-widget__item {
	border: 1px solid var(--border);
	border-radius: var(--radius-large);
	padding: 1.1rem 1.4rem;
	transition: background 160ms
}

.search-widget--page .search-widget__item.is-active,
.search-widget--page .search-widget__item:hover {
	background: var(--surface)
}

.search-widget--page .search-widget__item--with-thumb {
	grid-template-columns: 10.5rem minmax(0, 1fr);
	padding: 0;
	overflow: hidden
}

.search-widget--page .search-widget__item--with-thumb .search-widget__thumb {
	min-height: 100%;
	border-radius: var(--radius-large) 0 0 var(--radius-large)
}

.search-widget--page .search-widget__item--with-thumb .search-widget__content {
	padding: 1.1rem 1.2rem
}

.search-widget--page .search-widget__title {
	font-size: 1.08rem
}

.search-widget--page .search-widget__url {
	font-size: .82rem
}

.post-hero__tags,
.search-widget--page .search-widget__excerpt {
	font-size: .92rem
}

.search-widget--header {
	max-width: 100%;
	position: relative
}

.search-widget--header .search-widget__control {
	overflow: hidden;
	border: 1px solid;
	border-radius: 999px;
	background: color-mix(in srgb, rgba(11, 17, 24, .22) 84%, transparent);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
	transition: background 160ms, border-color 160ms, box-shadow 160ms
}

.search-widget--header .search-widget__input {
	appearance: none;
	-webkit-appearance: none;
	padding: .4rem .7rem;
	font-size: .95rem;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	box-shadow: none
}

.search-widget--header .search-widget__input:focus {
	outline: 0;
	box-shadow: none
}

.search-widget--header .search-widget__input::placeholder {
	color: color-mix(in srgb, #fff 75%, transparent)
}

.search-widget--header .search-widget__results {
	top: calc(100% + .4rem);
	left: -.6rem;
	right: 0;
	width: auto;
	border-radius: 1rem;
	z-index: 65
}

body:not(.is-header-solid):not(.menu-open) .search-widget--header:focus-within .search-widget__control {
	border-color: color-mix(in srgb, rgba(255, 255, 255, .22) 95%, transparent);
	background: color-mix(in srgb, rgba(11, 17, 24, .58) 78%, transparent);
	box-shadow: 0 0 0 2px color-mix(in srgb, rgba(255, 255, 255, .22) 46%, transparent), 0 10px 26px rgba(0, 0, 0, .22)
}

.home-search-bar {
	display: flex;
	justify-content: center;
	padding-top: 1.5rem;
	padding-bottom: .5rem
}

.home-search-bar .search-widget {
	max-width: 36rem;
	margin: 0 auto
}

@media(min-width:720px) {
	.home-search-bar {
		display: none
	}
}

.post-page {
	padding-bottom: 0
}

.post-hero {
	position: relative;
	min-height: min(50vh, 25rem);
	display: grid;
	align-items: end;
	margin-bottom: 1.75rem;
	color: #fff
}

.post-hero--plain {
	min-height: auto;
	padding-top: calc(var(--header-height) + 2.4rem);
	color: var(--text)
}

.post-banner__media,
.post-hero__media {
	position: absolute;
	inset: 0;
	overflow: hidden
}

.post-hero__media-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.post-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 6, 10, .1), var(--hero-overlay))
}

.post-hero__content {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-top: calc(var(--header-height) + 2rem);
	padding-bottom: clamp(1.2rem, 4vw, 2.4rem)
}

.post-hero__tags {
	margin-bottom: .8rem;
	color: hsla(0, 0%, 100%, .78);
	font-weight: 600;
	text-transform: lowercase
}

.author-card__eyebrow,
.post-banner__label {
	letter-spacing: .14em;
	text-transform: uppercase
}

.post-hero h1 {
	max-width: 100%;
	font-size: clamp(2.5rem, 6vw, 4rem);
	text-shadow: 0 10px 30px rgba(0, 0, 0, .4), 0 6px 28px rgba(0, 0, 0, .55), 0 0 6px rgba(0, 0, 0, .72), 0 0 12px rgba(0, 0, 0, .52), -.5px -.5px 0 rgba(0, 0, 0, .75), .5px -.5px 0 rgba(0, 0, 0, .75), -.5px .5px 0 rgba(0, 0, 0, .75), .5px .5px 0 rgba(0, 0, 0, .75)
}

.post-hero__meta {
	display: inline-flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 600;
	color: hsla(0, 0%, 100%, .92)
}

.post-hero time,
.post-hero__byline {
	display: inline
}

.post-hero__byline {
	font-weight: 700
}

.post-hero time {
	color: hsla(0, 0%, 100%, .85)
}

.post-hero__separator {
	color: hsla(0, 0%, 100%, .72)
}

.post-body {
	position: relative;
	z-index: 1;
	margin-bottom: 1.6rem
}

.post-body__inner {
	margin: 0 auto
}

.post-content {
	font-size: 1.32rem
}

.post-content>:first-child {
	margin-top: 0
}

.post-content h2,
.post-content h3,
.post-content h4 {
	margin-top: 2.6rem
}

.post-content blockquote,
.post-content li,
.post-content p {
	color: var(--text)
}

.post-content li,
.post-content p {
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto
}

.post-content ol,
.post-content ul {
	padding-left: 1.3rem
}

.post-content li+li {
	margin-top: .35rem
}

.post-content .leaflet-container,
.post-content figure,
.post-content iframe,
.post-content img {
	max-width: 100%;
	margin: 2rem 0;
	border-radius: var(--radius-large)
}

.post-content .leaflet-container,
.post-content iframe {
	width: 100%
}

.post-content blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 4px solid var(--accent);
	border-radius: 0 var(--radius-small) var(--radius-small) 0;
	background: color-mix(in srgb, var(--surface) 84%, transparent)
}

.author-card__inner {
	width: min(100%, var(--reading-width));
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1.35rem;
	border: 1px solid var(--border);
	border-radius: var(--radius-large);
	display: flex;
	align-items: center;
	gap: 1rem
}

.author-card__avatar {
	width: 4.25rem;
	height: 4.25rem;
	border-radius: 999px;
	object-fit: cover
}

.author-card__eyebrow {
	margin-bottom: .4rem;
	color: var(--accent-strong);
	font-size: .82rem;
	font-weight: 800
}

.author-card__content h2 {
	margin-bottom: .5rem
}

.author-card__meta {
	color: var(--muted)
}

.post-banner {
	position: relative;
	min-height: min(50vh, 25rem)
}

.post-banner__link {
	display: block;
	color: #fff;
	text-decoration: none
}

.post-banner__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(180deg, rgba(7, 11, 17, .32), rgba(255, 255, 255, .25))
}

.post-banner__media-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.post-banner__content {
	position: relative;
	z-index: 1;
	min-height: min(50vh, 25rem);
	display: grid;
	align-content: end;
	gap: .5rem;
	padding-top: 1.6rem;
	padding-bottom: 1.3rem
}

.post-banner__content time,
.post-banner__label {
	color: hsla(0, 0%, 100%, .76)
}

.post-banner__label {
	margin: 0;
	font-size: .92rem;
	font-weight: 700
}

.post-banner__content h2 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.5rem);
	text-shadow: 0 8px 28px rgba(0, 0, 0, .62), 0 2px 8px rgba(0, 0, 0, .48), 0 0 6px rgba(0, 0, 0, .72), 0 0 12px rgba(0, 0, 0, .52), -.5px -.5px 0 rgba(0, 0, 0, .75), .5px -.5px 0 rgba(0, 0, 0, .75), -.5px .5px 0 rgba(0, 0, 0, .75), .5px .5px 0 rgba(0, 0, 0, .75)
}

@media(max-width:900px) {

	.page-copy blockquote,
	.page-copy li,
	.page-copy p,
	.post-content {
		font-size: 1.18rem
	}
}

@media(max-width:700px) {
	.post-hero {
		min-height: 16.5rem
	}

	.post-hero__content {
		padding-top: calc(var(--header-height) + 1.3rem)
	}

	.post-hero__meta {
		font-size: .9rem
	}

	.author-card__inner {
		padding: 1.05rem;
		align-items: flex-start;
		flex-direction: column
	}

	.author-card__avatar {
		width: 3.6rem;
		height: 3.6rem
	}
}

@media(max-width:560px) {

	.page-copy blockquote,
	.page-copy li,
	.page-copy p,
	.post-content {
		font-size: 1.06rem
	}

	.author-card__inner,
	.post-body__inner {
		width: 100%
	}

	.post-content .leaflet-container,
	.post-content figure,
	.post-content iframe,
	.post-content img {
		border-radius: var(--radius-small)
	}
}

@media print {

	a,
	blockquote,
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	li,
	p {
		font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif
	}

	.layout-default .page-content,
	.layout-post .page-content,
	.post-body,
	.post-body__inner,
	.post-content,
	.post-hero,
	.post-hero__content,
	.post-page {
		margin-top: 0 !important;
		padding-top: 0 !important
	}

	.author-card,
	.leaflet-container,
	.post-hero,
	blockquote,
	figure,
	iframe,
	img,
	pre,
	table,
	tbody,
	td,
	th,
	thead,
	tr {
		break-inside: avoid-page;
		page-break-inside: avoid
	}

	@page {
		margin: 12mm
	}

	:root,
	html[data-theme=dark] {
		color-scheme: light;
		--page-bg: #ffffff;
		--surface: #ffffff;
		--surface-muted: #ffffff;
		--text: #000000;
		--muted: #444444;
		--border: rgba(0, 0, 0, 0.16);
		--accent: #000000;
		--accent-strong: #000000;
		--header-bg: transparent;
		--header-bg-scrolled: transparent;
		--shadow-soft: none
	}
	
	html {
		background-color: transparent;
	}

	body {
		background: #fff;
		color: #000;
		margin: 0
	}

	* {
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important
	}

	.flag-glyph {
		color: #000 !important;
		font-family: "BabelStone Flags", serif !important;
		text-shadow: .25pt 0 0 rgba(0, 0, 0, .85), -.25pt 0 0 rgba(0, 0, 0, .85), 0 .25pt 0 rgba(0, 0, 0, .85), 0 -.25pt 0 rgba(0, 0, 0, .85) !important;
		-webkit-text-stroke: .25pt rgba(0, 0, 0, .75) !important;
		paint-order: stroke fill !important
	}

	.menu-backdrop,
	.menu-drawer,
	.menu-toggle,
	.post-banner,
	.site-footer,
	.site-header,
	.social-links,
	.theme-switch {
		display: none !important
	}

	.site-shell {
		transform: none !important
	}

	.post-hero {
		min-height: auto;
		margin-bottom: .9rem;
		color: #000
	}

	.post-hero__media {
		display: none
	}

	.author-card__inner,
	.post-body__inner,
	.post-hero__content {
		width: 100%;
		padding: 0
	}

	.post-hero__meta {
		padding: 0;
		background: rgba(0, 0, 0, 0);
		color: #000
	}

	.author-card__avatar,
	.post-hero__avatar {
		border: 1px solid rgba(0, 0, 0, .2)
	}

	.author-card {
		margin-top: 1rem
	}

	.author-card__inner {
		display: grid;
		grid-template-columns: 1.5cm minmax(0, 1fr);
		align-items: start;
		gap: .4cm;
		padding: .35cm;
		border: 1px solid rgba(0, 0, 0, .25);
		border-radius: 0;
		background: rgba(0, 0, 0, 0)
	}

	.author-card__avatar {
		width: 1.5cm;
		height: 1.5cm
	}

	.author-card__eyebrow {
		margin: 0 0 .12cm;
		letter-spacing: .08em
	}

	.author-card__content h2 {
		margin-bottom: .18cm
	}

	.post-content {
		font-size: 12pt;
		line-height: 1.45;
		widows: 3;
		orphans: 3
	}

	.post-content a {
		color: #000;
		text-decoration: underline
	}

	.post-content .leaflet-container,
	.post-content figure,
	.post-content iframe,
	.post-content img {
		break-inside: avoid-page;
		page-break-inside: avoid;
		page-break-before: auto;
		page-break-after: auto;
		border-radius: 0
	}

	h2,
	h3,
	h4 {
		break-after: avoid-page;
		page-break-after: avoid
	}
}