body.thq-interior {
	margin: 0;
	background: var(--thq-paper);
	color: var(--thq-ink);
	font-family: var(--thq-ui);
	font-size: 16px;
	line-height: 1.65;
}

.thq-interior *,
.thq-interior *::before,
.thq-interior *::after {
	box-sizing: border-box;
}

.thq-interior a {
	color: inherit;
	text-decoration: none;
}

.thq-interior a:hover,
.thq-interior a:focus {
	color: inherit;
	text-decoration: none;
}

.thq-interior a:focus-visible,
.thq-interior button:focus-visible,
.thq-interior input:focus-visible {
	outline: 3px solid #efae61;
	outline-offset: 3px;
}

.thq-interior h1,
.thq-interior h2,
.thq-interior h3,
.thq-interior h4,
.thq-interior p {
	border: 0;
	padding: 0;
}

.thq-interior h1,
.thq-interior h2,
.thq-interior h3,
.thq-interior h4 {
	color: inherit;
	font-family: var(--thq-display);
	font-weight: 400;
}

.thq-interior img {
	max-width: 100%;
	height: auto;
}

.thq-interior-main {
	min-height: 65vh;
}

.thq-breadcrumbs {
	margin-bottom: 48px;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .045em;
}

.thq-breadcrumbs ol {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thq-breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.thq-breadcrumbs li + li::before {
	content: "/";
	opacity: .34;
}

.thq-breadcrumbs a {
	opacity: .62;
}

.thq-breadcrumbs a:hover {
	opacity: 1;
}

.thq-breadcrumbs [aria-current="page"] {
	display: block;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thq-reading-progress {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: transparent;
}

.admin-bar .thq-reading-progress {
	top: 32px;
}

.thq-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--thq-coral);
	transition: width .08s linear;
}

.thq-article-hero {
	position: relative;
	padding: 62px 0 78px;
	background:
		radial-gradient(circle at 85% 25%, rgba(139,189,185,.2), transparent 26%),
		linear-gradient(125deg, #102d26, #214c40);
	color: #fff;
	overflow: hidden;
}

.thq-article-hero::after {
	content: "";
	position: absolute;
	right: -190px;
	top: -260px;
	width: 680px;
	height: 680px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	box-shadow: 0 0 0 110px rgba(255,255,255,.018), 0 0 0 220px rgba(255,255,255,.014);
}

.thq-article-hero .thq-breadcrumbs {
	position: relative;
	z-index: 2;
	color: rgba(255,255,255,.8);
}

.thq-article-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
	align-items: end;
	gap: clamp(60px, 9vw, 140px);
}

.thq-article-type,
.thq-page-type {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 24px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.thq-article-type span,
.thq-page-type span {
	width: 28px;
	height: 1px;
	background: currentColor;
}

.thq-article-hero h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(52px, 5.3vw, 78px);
	line-height: 1.01;
	letter-spacing: -.043em;
}

.thq-article-dek {
	max-width: 760px;
	margin: 28px 0 0;
	color: rgba(255,255,255,.72);
	font-family: var(--thq-display);
	font-size: 20px;
	line-height: 1.5;
}

.thq-article-hero__meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid rgba(255,255,255,.18);
	border-left: 1px solid rgba(255,255,255,.18);
}

.thq-article-hero__meta div {
	min-height: 86px;
	padding: 15px;
	border-right: 1px solid rgba(255,255,255,.18);
	border-bottom: 1px solid rgba(255,255,255,.18);
}

.thq-article-hero__meta span {
	display: block;
	margin-bottom: 8px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .5;
}

.thq-article-hero__meta strong {
	display: block;
	font-family: var(--thq-display);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
}

.thq-article-featured {
	position: relative;
	margin-top: -1px;
	padding-top: 42px;
}

.thq-article-featured__image {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.thq-article-featured > p,
.thq-page-featured figcaption {
	margin: 9px 0 0;
	font-size: 10px;
	color: #71807b;
}

.thq-article-layout {
	display: grid;
	grid-template-columns: 110px minmax(0, 720px) minmax(220px, 280px);
	justify-content: space-between;
	gap: clamp(30px, 5vw, 70px);
	padding-top: 72px;
	padding-bottom: 90px;
}

.thq-article-rail,
.thq-article-aside {
	min-width: 0;
}

.thq-rail-tools {
	position: sticky;
	top: 120px;
}

.thq-article-aside {
	position: sticky;
	top: 120px;
	align-self: start;
	max-height: calc(100vh - 145px);
	overflow-y: auto;
	scrollbar-width: thin;
}

.thq-rail-tools > span {
	display: block;
	margin-bottom: 17px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .48;
}

.thq-rail-tools button {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 11px 0;
	border: 0;
	border-top: 1px solid var(--thq-line);
	background: transparent;
	color: var(--thq-ink);
	font-family: var(--thq-ui);
	cursor: pointer;
}

.thq-rail-tools button:last-child {
	border-bottom: 1px solid var(--thq-line);
}

.thq-rail-tools svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.thq-rail-tools i {
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
}

.thq-key-takeaway {
	position: relative;
	margin: 0 0 46px;
	padding: 29px 32px 29px 38px;
	border-left: 4px solid var(--thq-coral);
	background: #ece8dd;
}

.thq-key-takeaway > p {
	margin: 0 0 10px;
	font-family: var(--thq-ui);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.thq-key-takeaway div,
.thq-key-takeaway div p {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 19px;
	line-height: 1.5;
}

.thq-quick-facts {
	margin: 0 0 54px;
	border: 1px solid #c7c5bc;
	background: #f0ede4;
	box-shadow: 8px 8px 0 rgba(17, 48, 40, 0.08);
}

.thq-quick-facts__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 26px;
	background: #12392f;
	color: #fff;
}

.thq-quick-facts__title {
	display: flex;
	align-items: center;
	gap: 14px;
}

.thq-quick-facts__title > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	color: #d7ff64;
}

.thq-quick-facts__title svg {
	width: 21px;
	height: 21px;
}

.thq-quick-facts__title p {
	margin: 0 0 3px;
	color: #d7ff64;
	font-family: var(--thq-ui);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
}

.thq-quick-facts__title h2 {
	margin: 0;
	color: #fff;
	font-family: var(--thq-display);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1;
}

.thq-quick-facts__header > strong {
	flex: 0 0 auto;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #e4e8e2;
	font-family: var(--thq-ui);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.thq-quick-facts__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 12px;
	gap: 1px;
	background: #d0cec4;
}

.thq-quick-facts__item {
	min-width: 0;
	padding: 20px 22px;
	background: #faf9f5;
}

.thq-quick-facts__item.is-lead,
.thq-quick-facts__item.is-wide,
.thq-quick-facts__item.is-last-odd {
	grid-column: 1 / -1;
}

.thq-quick-facts__item.is-lead {
	display: grid;
	grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
	align-items: center;
	gap: 26px;
	padding: 25px 28px;
	background: #e3f4aa;
}

.thq-quick-facts__item dt {
	margin: 0 0 8px;
	color: #64706a;
	font-family: var(--thq-ui);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.thq-quick-facts__item dd {
	margin: 0;
	color: #183c33;
	font-family: var(--thq-ui);
	font-size: 16px;
	font-weight: 650;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.thq-quick-facts__item.is-lead dt {
	margin: 0;
	color: #385046;
}

.thq-quick-facts__item.is-lead dd {
	font-family: var(--thq-display);
	font-size: clamp(22px, 3.4vw, 34px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.16;
}

.thq-quick-facts__item a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #135c4a;
	text-decoration: underline;
	text-decoration-color: #91a59d;
	text-underline-offset: 3px;
}

.thq-quick-facts__item a:hover {
	color: #0c372e;
	text-decoration-color: currentColor;
}

.thq-quick-facts__item a svg {
	width: 14px;
	height: 14px;
}

.thq-quick-facts__footer {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 18px;
	padding: 15px 24px;
	border-top: 1px solid #c7c5bc;
	color: #66716d;
	font-family: var(--thq-ui);
	font-size: 12px;
	line-height: 1.55;
}

.thq-quick-facts__footer span {
	color: #244a40;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.thq-quick-facts__footer p {
	margin: 0;
}

.thq-prose {
	font-family: var(--thq-display);
	font-size: 18px;
	line-height: 1.76;
	color: #293c37;
}

.thq-prose > *:first-child {
	margin-top: 0;
}

.thq-prose p {
	margin: 0 0 1.45em;
}

.thq-prose > p:first-child:not(:empty) {
	font-size: 21px;
	line-height: 1.65;
}

.thq-prose h2 {
	margin: 2.15em 0 .7em;
	padding-top: .25em;
	border-top: 1px solid var(--thq-line);
	font-size: 39px;
	line-height: 1.14;
	letter-spacing: -.028em;
}

.thq-prose h2[id],
.thq-prose h3[id],
.thq-prose h4[id] {
	scroll-margin-top: 132px;
}

.thq-prose h3 {
	margin: 1.8em 0 .65em;
	font-size: 28px;
	line-height: 1.22;
}

.thq-prose h4 {
	margin: 1.6em 0 .55em;
	font-family: var(--thq-ui);
	font-size: 16px;
	font-weight: 750;
}

.thq-prose a {
	color: #265e50;
	text-decoration: underline;
	text-decoration-color: #9bb9a8;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.thq-prose a:hover {
	color: var(--thq-red);
	text-decoration-color: currentColor;
}

.thq-prose strong {
	font-weight: 700;
	color: var(--thq-ink-deep);
}

.thq-prose ul,
.thq-prose ol {
	margin: 0 0 1.6em;
	padding-left: 1.35em;
}

.thq-prose li {
	margin-bottom: .55em;
	padding-left: .3em;
}

.thq-prose li::marker {
	color: var(--thq-coral);
	font-family: var(--thq-ui);
	font-size: .8em;
}

.thq-prose blockquote,
.thq-prose .wp-block-quote {
	margin: 2.2em 0;
	padding: 7px 0 7px 30px;
	border: 0;
	border-left: 2px solid var(--thq-coral);
	color: var(--thq-forest);
	font-size: 25px;
	font-style: italic;
	line-height: 1.45;
}

.thq-prose blockquote p {
	margin-bottom: .6em;
}

.thq-prose blockquote cite {
	display: block;
	font-family: var(--thq-ui);
	font-size: 10px;
	font-style: normal;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.thq-prose figure,
.thq-prose .wp-block-image {
	margin: 2.5em 0;
}

.thq-prose figcaption,
.thq-prose .wp-element-caption {
	margin-top: 8px;
	color: #6d7b77;
	font-family: var(--thq-ui);
	font-size: 10px;
	line-height: 1.5;
}

.thq-prose table {
	display: table;
	width: 100%;
	margin: 2em 0;
	border: 1px solid var(--thq-line);
	border-collapse: collapse;
	font-family: var(--thq-ui);
	font-size: 12px;
	line-height: 1.5;
}

.thq-prose th,
.thq-prose td {
	padding: 13px 14px;
	border: 1px solid var(--thq-line);
	text-align: left;
}

.thq-prose th {
	background: #e9e5da;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
}

.thq-prose code,
.thq-prose pre {
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: .82em;
}

.thq-prose code {
	padding: 2px 5px;
	background: #e8e4d9;
}

.thq-prose pre {
	overflow: auto;
	padding: 20px;
	background: var(--thq-ink-deep);
	color: #eef2e6;
	line-height: 1.65;
}

.thq-prose hr {
	margin: 3em 0;
	border: 0;
	border-top: 1px solid var(--thq-line);
}

.thq-prose .alignwide {
	width: min(960px, calc(100vw - 48px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.thq-article-toc {
	position: static;
	padding: 22px 0 0;
	border-top: 2px solid var(--thq-ink);
	background: transparent;
}

.thq-article-toc > p {
	margin: 0 0 15px;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.thq-article-toc ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thq-article-toc li {
	position: relative;
	margin: 0;
	padding: 0;
}

.thq-article-toc li.toc-level-h3 {
	padding-left: 13px;
}

.thq-article-toc a {
	display: block;
	padding: 8px 0 8px 14px;
	border-left: 1px solid var(--thq-line);
	color: #65736f;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.35;
	transition: border-color .2s ease, color .2s ease, padding .2s ease;
}

.thq-article-toc a:hover,
.thq-article-toc a.active {
	padding-left: 18px;
	border-color: var(--thq-coral);
	color: var(--thq-ink);
}

.thq-reviewed-card {
	position: static;
	margin-top: 38px;
	padding: 21px;
	border: 1px solid var(--thq-line);
	background: #efebe1;
}

.thq-article-toc + .thq-reviewed-card {
	position: static;
}

.thq-reviewed-card > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--thq-line);
	border-radius: 50%;
}

.thq-reviewed-card > span svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--thq-moss);
	stroke-width: 1.5;
}

.thq-reviewed-card > p {
	margin: 18px 0 7px;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.thq-reviewed-card > strong {
	display: block;
	font-family: var(--thq-display);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.thq-reviewed-card > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid var(--thq-line);
	font-size: 9px;
	font-weight: 800;
}

.thq-reviewed-card > a svg,
.thq-author-card a svg,
.thq-404-latest__head > a svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.thq-references,
.thq-related-terms {
	margin-top: 70px;
	padding-top: 30px;
	border-top: 2px solid var(--thq-ink);
}

.thq-references h2,
.thq-related-terms h2 {
	margin: 0 0 24px;
	font-size: 35px;
}

.thq-references ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: references;
}

.thq-references li {
	position: relative;
	padding: 14px 0 14px 42px;
	border-top: 1px solid var(--thq-line);
	font-family: var(--thq-display);
	font-size: 13px;
	line-height: 1.6;
	counter-increment: references;
}

.thq-references li::before {
	content: counter(references, decimal-leading-zero);
	position: absolute;
	left: 0;
	font-family: var(--thq-ui);
	font-size: 9px;
	font-weight: 800;
	opacity: .55;
}

.thq-related-terms dl {
	margin: 0;
}

.thq-related-terms dl > div {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 24px;
	padding: 15px 0;
	border-top: 1px solid var(--thq-line);
}

.thq-related-terms dt {
	font-size: 11px;
	font-weight: 800;
}

.thq-related-terms dd {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 13px;
}

.thq-article-end {
	padding-bottom: 100px;
}

.thq-author-card {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 24px;
	max-width: 760px;
	margin: 0 auto 88px;
	padding: 30px;
	border: 1px solid var(--thq-line);
	background: #eeeadf;
}

.thq-author-card > img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.thq-author-card p {
	margin: 0 0 5px;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .55;
}

.thq-author-card h2 {
	margin: 0 0 6px;
	font-size: 27px;
}

.thq-author-card div > span {
	display: block;
	font-family: var(--thq-display);
	font-size: 13px;
	color: #65736e;
}

.thq-author-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	font-size: 9px;
	font-weight: 800;
}

.related-articles {
	margin: 0 0 70px;
}

.related-articles .related-title {
	margin: 0 0 28px;
	padding-top: 24px;
	border-top: 1px solid var(--thq-line);
	font-size: 42px;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.related-card {
	border: 1px solid var(--thq-line);
	background: var(--thq-paper);
}

.related-card-thumbnail img {
	display: block;
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.related-card-content {
	padding: 20px;
}

.related-card-title {
	margin: 0 0 16px;
	font-size: 21px;
	line-height: 1.18;
}

.related-card-meta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .05em;
	text-transform: uppercase;
	opacity: .55;
}

.thq-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--thq-line);
	border-bottom: 1px solid var(--thq-line);
}

.thq-post-nav > div {
	min-height: 120px;
	padding: 24px;
}

.thq-post-nav > div + div {
	border-left: 1px solid var(--thq-line);
	text-align: right;
}

.thq-post-nav span {
	display: block;
	margin-bottom: 7px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .48;
}

.thq-post-nav a {
	font-family: var(--thq-display);
	font-size: 19px;
	line-height: 1.25;
}

.thq-comments {
	padding-bottom: 90px;
}

.thq-page-hero,
.thq-library-hero {
	position: relative;
	padding: 60px 0 80px;
	background: #e9e5da;
	overflow: hidden;
}

.thq-page-hero::after,
.thq-library-hero::after {
	content: "";
	position: absolute;
	right: -170px;
	top: -270px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(22,48,42,.12);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(22,48,42,.025), 0 0 0 180px rgba(22,48,42,.02);
}

.thq-page-hero__inner,
.thq-library-hero .thq-wrap {
	position: relative;
	z-index: 2;
}

.thq-page-hero h1 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(55px, 6vw, 86px);
	line-height: 1;
	letter-spacing: -.048em;
}

.thq-page-dek {
	max-width: 720px;
	margin: 25px 0 0;
	font-family: var(--thq-display);
	font-size: 20px;
	line-height: 1.5;
	color: #5d6d68;
}

.thq-page-reviewed {
	margin: 34px 0 0;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
	opacity: .52;
}

.thq-page-featured {
	margin-top: 46px;
}

.thq-page-featured img {
	display: block;
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

.thq-page-layout {
	display: grid;
	grid-template-columns: 110px minmax(0, 820px);
	justify-content: center;
	gap: clamp(30px, 6vw, 80px);
	padding-top: 76px;
	padding-bottom: 110px;
}

.thq-page-marker {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-top: 8px;
}

.thq-page-marker span {
	font-family: var(--thq-display);
	font-size: 14px;
	font-style: italic;
	opacity: .52;
}

.thq-page-marker i {
	width: 56px;
	height: 1px;
	margin-top: 10px;
	background: var(--thq-line);
}

.thq-library-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	align-items: end;
	gap: 70px;
}

.thq-library-hero h1 {
	margin: 0;
	font-size: clamp(58px, 7vw, 96px);
	line-height: .98;
	letter-spacing: -.05em;
}

.thq-library-hero__grid > div:last-child > p,
.thq-library-description {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 18px;
	line-height: 1.55;
	color: #5a6965;
}

.thq-library-description p {
	margin: 0;
}

.thq-library-hero__grid > div:last-child > strong {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 10px;
	border: 1px solid var(--thq-line);
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.thq-library-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--thq-line);
}

.thq-library-toolbar nav {
	display: flex;
	align-items: center;
	gap: 7px;
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: none;
}

.thq-library-toolbar nav::-webkit-scrollbar {
	display: none;
}

.thq-library-toolbar nav a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid var(--thq-line);
	font-size: 9px;
	font-weight: 750;
	white-space: nowrap;
}

.thq-library-toolbar nav a span {
	opacity: .46;
}

.thq-library-toolbar nav a:hover,
.thq-library-toolbar nav a.is-active {
	background: var(--thq-ink);
	color: #fff;
}

.thq-library-toolbar form {
	display: grid;
	grid-template-columns: minmax(180px, 240px) 38px;
	border-bottom: 1px solid var(--thq-ink);
}

.thq-library-toolbar input {
	min-width: 0;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--thq-ink);
	font-family: var(--thq-ui);
	font-size: 11px;
}

.thq-library-toolbar button {
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--thq-ink);
	cursor: pointer;
}

.thq-library-toolbar button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.thq-library-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.thq-library-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--thq-line);
	background: var(--thq-paper);
	transition: transform .25s ease, box-shadow .25s ease;
}

.thq-library-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--thq-shadow);
}

.thq-library-card__visual {
	position: relative;
	display: block;
	height: 220px;
	background: #cbdcae;
	overflow: hidden;
}

.thq-library-card__visual.is-tone-2 { background: #b9d9d4; }
.thq-library-card__visual.is-tone-3 { background: #e5c8ac; }
.thq-library-card__visual.is-tone-4 { background: #c7c3d9; }
.thq-library-card__visual.is-tone-5 { background: #dca58e; }

.thq-library-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.thq-library-card:hover .thq-library-card__image {
	transform: scale(1.035);
}

.thq-library-card__orbit {
	position: absolute;
	right: -42px;
	top: -64px;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(22,48,42,.27);
	border-radius: 50%;
	box-shadow: 0 0 0 38px rgba(22,48,42,.035), 0 0 0 76px rgba(22,48,42,.025);
}

.thq-library-card__visual strong {
	position: absolute;
	left: 27px;
	bottom: 22px;
	font-family: var(--thq-display);
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -.04em;
}

.thq-library-card__visual i {
	position: absolute;
	right: 42px;
	top: 36px;
	width: 86px;
	height: 86px;
	border: 1px solid rgba(22,48,42,.46);
	border-radius: 50%;
}

.thq-library-card__visual i::before,
.thq-library-card__visual i::after {
	content: "";
	position: absolute;
	background: rgba(22,48,42,.46);
}

.thq-library-card__visual i::before { left: 20px; right: 20px; top: 42px; height: 1px; transform: rotate(28deg); }
.thq-library-card__visual i::after { width: 8px; height: 8px; left: 18px; top: 27px; border-radius: 50%; }

.thq-library-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 315px;
	padding: 24px;
}

.thq-library-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .55;
}

.thq-library-card h2 {
	margin: 27px 0 13px;
	font-size: 28px;
	line-height: 1.08;
	letter-spacing: -.02em;
}

.thq-library-card h2 a:hover {
	color: var(--thq-red);
}

.thq-library-card__body > p {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 13px;
	line-height: 1.55;
	color: #65736f;
}

.thq-library-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--thq-line);
}

.thq-library-card footer > span {
	font-size: 8px;
	font-weight: 750;
	opacity: .5;
}

.thq-library-card footer > a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--thq-line);
	border-radius: 50%;
	transition: background .2s ease, color .2s ease;
}

.thq-library-card footer > a:hover {
	background: var(--thq-ink);
	color: #fff;
}

.thq-library-card footer svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.navigation.pagination {
	margin: 0 0 100px;
	padding-top: 24px;
	border-top: 1px solid var(--thq-line);
}

.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.navigation.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 11px;
	border: 1px solid var(--thq-line);
	font-size: 10px;
	font-weight: 750;
}

.navigation.pagination .current,
.navigation.pagination a:hover {
	background: var(--thq-ink);
	color: #fff;
}

.thq-library-empty {
	max-width: 620px;
	margin: 80px auto 110px;
	padding: 60px;
	border: 1px solid var(--thq-line);
	background: #ece8dd;
	text-align: center;
}

.thq-library-empty > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 20px;
	border: 1px solid var(--thq-line);
	border-radius: 50%;
}

.thq-library-empty > span svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
}

.thq-library-empty h2 {
	margin: 0 0 10px;
	font-size: 39px;
}

.thq-library-empty p {
	margin: 0 0 24px;
	font-family: var(--thq-display);
	color: #65736f;
}

.thq-button--dark {
	background: var(--thq-ink);
	color: #fff !important;
}

.thq-empty-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.thq-empty-links a {
	padding: 7px 10px;
	border: 1px solid var(--thq-line);
	font-family: var(--thq-ui);
	font-size: 9px;
	font-weight: 750;
}

.thq-search-hero-form {
	display: grid;
	grid-template-columns: 1fr auto;
	max-width: 760px;
	margin-top: 50px;
	border-bottom: 2px solid var(--thq-ink);
}

.thq-search-hero-form input {
	min-width: 0;
	height: 60px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--thq-ink);
	font-family: var(--thq-display);
	font-size: 20px;
}

.thq-search-hero-form button,
.thq-404-search button {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 22px;
	border: 0;
	background: var(--thq-ink);
	color: #fff;
	font-family: var(--thq-ui);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.thq-search-hero-form button svg,
.thq-404-search button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.thq-search-content {
	padding-top: 20px;
}

.thq-404-hero {
	position: relative;
	padding: 90px 0 110px;
	background: var(--thq-ink);
	color: #fff;
	overflow: hidden;
}

.thq-404-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.thq-404-code {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--thq-display);
	font-size: clamp(100px, 15vw, 220px);
	line-height: 1;
	letter-spacing: -.09em;
	color: var(--thq-lime);
}

.thq-404-code i {
	position: relative;
	width: .67em;
	height: .67em;
	margin: 0 .02em;
	border: .035em solid currentColor;
	border-radius: 50%;
}

.thq-404-code i::before,
.thq-404-code i::after {
	content: "";
	position: absolute;
	border: .01em solid currentColor;
	border-radius: 50%;
	opacity: .42;
}

.thq-404-code i::before { inset: .15em -.1em; }
.thq-404-code i::after { inset: -.1em .15em; }

.thq-404-code i b {
	position: absolute;
	left: 23%;
	top: 34%;
	width: 42%;
	height: 25%;
	border-radius: 55% 45% 60% 40%;
	background: currentColor;
	opacity: .62;
	transform: rotate(-16deg);
}

.thq-404-copy h1 {
	margin: 0;
	font-size: clamp(48px, 5vw, 70px);
	line-height: 1.02;
	letter-spacing: -.04em;
}

.thq-404-copy > p:not(.thq-page-type) {
	max-width: 520px;
	margin: 24px 0 0;
	color: rgba(255,255,255,.67);
	font-family: var(--thq-display);
	font-size: 18px;
}

.thq-404-search {
	display: grid;
	grid-template-columns: 1fr auto;
	margin-top: 36px;
	border: 1px solid rgba(255,255,255,.28);
}

.thq-404-search input {
	min-width: 0;
	height: 58px;
	padding: 0 17px;
	border: 0;
	background: rgba(255,255,255,.04);
	color: #fff;
	font-family: var(--thq-ui);
	font-size: 11px;
}

.thq-404-search input::placeholder {
	color: rgba(255,255,255,.5);
}

.thq-404-search button {
	margin: 5px;
	background: var(--thq-lime);
	color: var(--thq-ink);
}

.thq-404-home {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 20px;
	font-size: 10px;
	font-weight: 750;
	color: var(--thq-lime) !important;
}

.thq-404-home svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.thq-404-hero__orbit {
	position: absolute;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 50%;
}

.thq-404-hero__orbit--one { left: -260px; top: -320px; width: 800px; height: 800px; }
.thq-404-hero__orbit--two { left: -380px; top: -440px; width: 1040px; height: 1040px; }

.thq-404-routes {
	padding: 100px 0;
	background: #e9e5da;
}

.thq-404-routes header h2,
.thq-404-latest__head h2 {
	margin: 0;
	font-size: clamp(42px, 4vw, 58px);
	line-height: 1.05;
	letter-spacing: -.035em;
}

.thq-404-route-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 45px;
	border-left: 1px solid var(--thq-line);
	border-top: 1px solid var(--thq-line);
}

.thq-404-route-grid a {
	position: relative;
	min-height: 300px;
	padding: 24px;
	border-right: 1px solid var(--thq-line);
	border-bottom: 1px solid var(--thq-line);
	transition: background .2s ease;
}

.thq-404-route-grid a:hover {
	background: var(--thq-paper);
}

.thq-404-route-grid span {
	font-family: var(--thq-display);
	font-size: 13px;
	font-style: italic;
	opacity: .5;
}

.thq-404-route-grid h3 {
	margin: 58px 0 13px;
	font-size: 27px;
	line-height: 1.1;
}

.thq-404-route-grid p {
	margin: 0;
	font-family: var(--thq-display);
	font-size: 13px;
	line-height: 1.55;
	color: #64726e;
}

.thq-404-route-grid svg {
	position: absolute;
	right: 22px;
	bottom: 22px;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.thq-404-latest {
	padding: 100px 0;
}

.thq-404-latest__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.thq-404-latest__head > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	font-size: 10px;
	font-weight: 800;
}

@media (max-width: 1100px) {
	.thq-article-layout { grid-template-columns: 74px minmax(0, 680px) 220px; gap: 30px; }
	.thq-library-grid { grid-template-columns: repeat(2, 1fr); }
	.thq-404-route-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	.thq-article-hero__grid { grid-template-columns: 1fr; }
	.thq-article-hero__meta { max-width: 620px; }
	.thq-article-layout { grid-template-columns: minmax(0, 1fr) 220px; }
	.thq-article-rail { grid-column: 1 / -1; }
	.thq-rail-tools { position: static; display: flex; align-items: center; gap: 8px; }
	.thq-rail-tools > span { margin: 0 14px 0 0; }
	.thq-rail-tools button { width: auto; padding: 8px 11px; border: 1px solid var(--thq-line); }
	.thq-rail-tools button:last-child { border-bottom: 1px solid var(--thq-line); }
	.thq-library-hero__grid { grid-template-columns: 1fr; gap: 28px; }
	.thq-library-hero__grid > div:last-child { max-width: 600px; }
	.thq-library-toolbar { align-items: stretch; flex-direction: column; }
	.thq-library-toolbar form { width: min(100%, 420px); }
	.thq-page-layout { grid-template-columns: 70px minmax(0, 1fr); gap: 30px; }
	.thq-404-hero__grid { grid-template-columns: 1fr; gap: 30px; }
	.thq-404-code { justify-content: flex-start; font-size: 130px; }
	.thq-404-copy { max-width: 650px; }
}

@media (max-width: 680px) {
	.admin-bar .thq-reading-progress { top: 46px; }
	.thq-breadcrumbs { margin-bottom: 34px; }
	.thq-breadcrumbs [aria-current="page"] { max-width: 145px; }
	.thq-article-hero,
	.thq-page-hero,
	.thq-library-hero { padding-top: 42px; padding-bottom: 58px; }
	.thq-article-hero h1 { font-size: 46px; }
	.thq-article-hero__meta { grid-template-columns: 1fr 1fr; }
	.thq-article-featured { width: 100%; padding-top: 0; }
	.thq-article-layout { display: block; padding-top: 42px; padding-bottom: 60px; }
	.thq-article-rail { margin-bottom: 32px; }
	.thq-rail-tools { flex-wrap: wrap; }
	.thq-article-aside { margin-top: 50px; }
	.thq-article-aside,
	.thq-article-toc,
	.thq-reviewed-card { position: static; }
	.thq-article-aside { max-height: none; overflow: visible; }
	.thq-article-toc { padding: 20px; border: 1px solid var(--thq-line); }
	.thq-prose { font-size: 17px; line-height: 1.72; }
	.thq-prose > p:first-child:not(:empty) { font-size: 19px; }
	.thq-prose h2 { font-size: 32px; }
	.thq-prose h3 { font-size: 25px; }
	.thq-prose blockquote { padding-left: 20px; font-size: 21px; }
	.thq-prose .alignwide { width: calc(100vw - 32px); }
	.thq-key-takeaway { padding: 24px 22px; }
	.thq-key-takeaway div,
	.thq-key-takeaway div p { font-size: 17px; }
	.thq-quick-facts { margin-bottom: 40px; box-shadow: 5px 5px 0 rgba(17, 48, 40, 0.08); }
	.thq-quick-facts__header { align-items: flex-start; padding: 18px; }
	.thq-quick-facts__title { gap: 10px; }
	.thq-quick-facts__title > span { width: 38px; height: 38px; }
	.thq-quick-facts__header > strong { padding: 6px 8px; font-size: 9px; }
	.thq-quick-facts__grid { grid-template-columns: 1fr; padding: 8px; }
	.thq-quick-facts__item,
	.thq-quick-facts__item.is-lead,
	.thq-quick-facts__item.is-wide,
	.thq-quick-facts__item.is-last-odd { grid-column: 1; }
	.thq-quick-facts__item.is-lead { display: block; padding: 21px 19px; }
	.thq-quick-facts__item.is-lead dt { margin-bottom: 8px; }
	.thq-quick-facts__item.is-lead dd { font-size: 25px; }
	.thq-quick-facts__footer { grid-template-columns: 1fr; gap: 5px; padding: 14px 18px; }
	.thq-related-terms dl > div { grid-template-columns: 1fr; gap: 6px; }
	.thq-author-card { grid-template-columns: 56px 1fr; padding: 22px; }
	.thq-author-card > img { width: 56px; height: 56px; }
	.related-grid { grid-template-columns: 1fr; }
	.thq-post-nav { grid-template-columns: 1fr; }
	.thq-post-nav > div + div { border-left: 0; border-top: 1px solid var(--thq-line); text-align: left; }
	.thq-page-hero h1,
	.thq-library-hero h1 { font-size: 48px; }
	.thq-page-layout { display: block; padding-top: 50px; padding-bottom: 80px; }
	.thq-page-marker { display: none; }
	.thq-library-grid { grid-template-columns: 1fr; gap: 14px; padding-top: 35px; }
	.thq-library-card__visual { height: 205px; }
	.thq-library-card__body { min-height: 290px; }
	.thq-library-toolbar nav { width: calc(100vw - 32px); }
	.thq-library-toolbar form { width: 100%; }
	.thq-library-empty { padding: 38px 20px; }
	.thq-search-hero-form { grid-template-columns: 1fr; gap: 9px; border-bottom: 0; }
	.thq-search-hero-form input { border-bottom: 1px solid var(--thq-ink); }
	.thq-search-hero-form button { justify-content: center; min-height: 50px; }
	.thq-404-hero { padding: 66px 0 78px; }
	.thq-404-code { font-size: 102px; }
	.thq-404-copy h1 { font-size: 46px; }
	.thq-404-search { grid-template-columns: 1fr; gap: 8px; border: 0; }
	.thq-404-search input { border: 1px solid rgba(255,255,255,.28); }
	.thq-404-search button { justify-content: center; min-height: 50px; margin: 0; }
	.thq-404-routes,
	.thq-404-latest { padding: 76px 0; }
	.thq-404-route-grid { grid-template-columns: 1fr; }
	.thq-404-route-grid a { min-height: 260px; }
	.thq-404-latest__head { align-items: flex-start; flex-direction: column; }
}

@media print {
	.thq-header,
	.thq-footer,
	.thq-reading-progress,
	.thq-article-rail,
	.thq-article-aside,
	.related-articles,
	.thq-post-nav,
	.thq-comments { display: none !important; }
	.thq-article-hero { padding: 20px 0; background: none; color: #000; }
	.thq-article-hero__grid { display: block; }
	.thq-article-hero__meta { margin-top: 20px; color: #000; }
	.thq-article-layout { display: block; width: 100%; padding: 30px 0; }
	.thq-article-body { max-width: none; }
}
