/*!
Theme Name: Neural Ecstasy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.100
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: neural-ecstasy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Neural Ecstasy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	background: #0a0716;
	overflow-x: clip;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #0a0716;
	margin: 0 !important;
	overflow-x: clip;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #ec1e79;
	-webkit-tap-highlight-color: transparent;
}

/* a:visited {
	color: #ec1e79;
} */

a:hover,
a:focus,
a:active {
	color: #5a1fb8;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site {
	background: #ffffff;
	color: #17131c;
	display: flex;
	flex-direction: column;
	font-family: "Source Sans 3", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	min-height: 100vh;
	padding-top: 3.875rem;
}

.has-site-hero .site {
	padding-top: 0;
}

.site-header {
	background: #0a0716;
	color: #ffffff;
	position: relative;
}

.main-navigation {
	background-color: rgba(10, 7, 22, 0.82);
	background-image:
		linear-gradient(rgba(10, 7, 22, 0.55), rgba(10, 7, 22, 0.55)),
		url("assets/images/neural-ecstasy-hero.png");
	background-position: center 28%;
	background-size: cover;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	overflow-x: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	z-index: 1000;
}

.main-navigation .mobile-nav-brand,
.menu-toggle {
	display: none;
}

.mobile-nav-brand {
	align-items: baseline;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.mobile-nav-brand__compact {
	display: none;
}

.mobile-nav-brand__full {
	display: inline-flex;
}

.mobile-nav-brand__light {
	color: #ffffff;
}

.mobile-nav-brand__hot {
	background: linear-gradient(180deg, #ff86b8, #ff2d78 50%, #ff8a3c);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
}

.has-site-hero:not(.neural-nav-scrolled) .main-navigation,
.home:not(.neural-nav-scrolled) .main-navigation,
.blog:not(.neural-nav-scrolled) .main-navigation,
.single:not(.neural-nav-scrolled) .main-navigation {
	background-color: transparent;
	background-image: none;
	border-bottom-color: transparent;
	box-shadow: none;
}

.neural-nav-scrolled .main-navigation {
	box-shadow: 0 10px 28px rgba(10, 7, 22, 0.22);
}

body.mobile-nav-open {
	overflow: hidden;
}

.admin-bar .main-navigation {
	top: 32px;
}

.main-navigation .neural-primary-menu {
	align-items: center;
	display: flex;
	gap: 1.6rem;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
	max-width: 72rem;
	min-height: 3.875rem;
	padding: 0 1.75rem;
	white-space: nowrap;
	width: max-content;
}

.main-navigation .neural-primary-menu li {
	margin: 0;
}

.main-navigation .neural-primary-menu a {
	border-bottom: 2px solid transparent;
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-family: "Archivo", sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	padding: 0.375rem 0.0625rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 160ms ease, color 160ms ease, text-shadow 160ms ease;
}

.main-navigation .neural-primary-menu a:hover,
.main-navigation .neural-primary-menu a:focus,
.main-navigation .neural-primary-menu .current-menu-item > a,
.main-navigation .neural-primary-menu .current_page_item > a,
.main-navigation .neural-primary-menu .current-menu-ancestor > a {
	border-bottom-color: #ec1e79;
	color: #ffffff;
	outline: 0;
	text-shadow: 0 0 14px rgba(236, 30, 121, 0.65);
}

@media screen and (max-width: 782px) {
	.admin-bar .main-navigation {
		top: 46px;
	}
}

.site-hero {
	align-items: center;
	background-color: #0a0716;
	background-image: url("assets/images/neural-ecstasy-hero.png");
	background-position: center;
	background-size: cover;
	display: grid;
	place-items: center;
	min-height: 20rem;
	overflow: hidden;
	padding: 4.75rem 1.25rem 3.75rem;
	position: relative;
	text-align: center;
	--site-hero-title-offset: 1.35rem;
}

.site-hero::before {
	background:
		radial-gradient(ellipse 62% 72% at 50% 50%, rgba(8, 5, 18, 0.52), transparent 70%),
		linear-gradient(180deg, rgba(8, 5, 18, 0.48), transparent 24%, transparent 74%, rgba(8, 5, 18, 0.5));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.site-hero__inner {
	position: relative;
	transform: translateY(var(--site-hero-title-offset));
	width: min(100%, 72rem);
}

.site-hero__title {
	filter: drop-shadow(0 0 26px rgba(255, 45, 120, 0.32));
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0;
	text-transform: uppercase;
}

.site-hero__title-light,
.site-hero__title-hot {
	display: block;
}

.site-hero__title-light {
	color: #ffffff;
}

.site-hero__title-hot {
	background: linear-gradient(180deg, #ff86b8, #ff2d78 50%, #ff8a3c);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
}

.site-hero__tagline {
	color: rgba(255, 255, 255, 0.84);
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.75rem;
	letter-spacing: 0.34em;
	line-height: 1.7;
	margin: 1.15rem auto 0;
	text-transform: lowercase;
}

.site-hero--single {
	min-height: 21rem;
	padding-bottom: 4.25rem;
	padding-top: 5.5rem;
}

.site-hero__inner--single {
	max-width: 64rem;
}

.site-hero__meta {
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	flex-wrap: wrap;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.86rem;
	gap: 0.85rem;
	justify-content: center;
	letter-spacing: 0.12em;
	margin: 0 0 1.35rem;
	text-transform: uppercase;
}

.site-hero__meta-sep {
	background: linear-gradient(135deg, #ff86b8, #ff2d78 56%, #ff5a3c);
	box-shadow: 0 0 14px rgba(255, 45, 120, 0.42);
	display: inline-block;
	height: 0.42rem;
	transform: rotate(45deg);
	width: 0.42rem;
}

.site-hero__author {
	color: #ff8fbe;
	text-decoration: none;
}

.site-hero__author:hover,
.site-hero__author:focus {
	color: #9a7cff;
	text-shadow: 0 0 16px rgba(90, 31, 184, 0.72);
}

.site-hero__title--single {
	color: #ffffff;
	font-size: 2.7rem;
	letter-spacing: 0;
	line-height: 0.95;
	text-wrap: balance;
}

.site-hero__subtitle {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.25rem;
	line-height: 1.45;
	margin: 1.25rem auto 0;
	max-width: 100%;
	width: 100%;
}

.site-hero--archive {
	min-height: 20rem;
	padding-bottom: 4.25rem;
	padding-top: 5.5rem;
}

.archive .site-hero--archive {
	min-height: 20rem;
	padding-bottom: 3.75rem;
	padding-top: 4.75rem;
}

.site-hero--404 {
	min-height: 20rem;
	padding-bottom: 4.25rem;
	padding-top: 5.5rem;
}

.site-hero__inner--archive {
	max-width: 72rem;
}

.site-hero__title--archive {
	color: #ffffff;
	text-wrap: balance;
}

.site-hero__title--search .site-hero__title-light {
	color: #ffffff;
}

.site-hero__title--author {
	text-wrap: balance;
}

.site-hero__title--author .site-hero__title-light,
.site-hero__title--author .site-hero__title-hot {
	display: inline;
}

.site-hero__title--404 .site-hero__title-light,
.site-hero__title--404 .site-hero__title-hot {
	display: inline;
}

.site-main {
	background: #ffffff;
	margin: 0 auto;
	max-width: 75rem;
	padding: 2rem 1.125rem 4rem;
}

.site-content--feed {
	background: #ffffff;
	display: block;
	margin: 0 auto;
	max-width: 75rem;
	padding: clamp(3.5rem, 6vw, 5.75rem) 1.125rem 4rem;
}

.feed-layout {
	margin-top: clamp(3.5rem, 6vw, 5.75rem);
}

.site-content--feed-paged .feed-layout {
	margin-top: 0;
}

.site-content--feed-paged .site-main--feed > .feed-card:first-child {
	padding-top: 0;
}

.site-main--feed {
	max-width: none;
	padding: 0;
	width: 100%;
}

.site-main--page {
	max-width: none;
	padding: 0;
	width: 100%;
}

.site-main--single {
	box-sizing: border-box;
	max-width: 88rem;
	padding-top: 2.25rem;
	width: 100%;
}

.site-main--404 {
	max-width: 88rem;
	padding-top: clamp(3.5rem, 6vw, 5.75rem);
}

.single-post-layout {
	display: grid;
	gap: 0;
	grid-template-areas:
		"media"
		"toc"
		"content"
		"footer"
		"author"
		"related"
		"comments";
}

.single-post-primary {
	display: contents;
}

.single-post-sidebar {
	grid-area: toc;
	min-width: 0;
}

.mobile-toc-toggle,
.mobile-toc-scrim {
	display: none;
}

.single-post-primary .post-thumbnail {
	background: #130b1d;
	border-radius: 10px;
	display: block;
	grid-area: media;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.single-post-primary .post-thumbnail img {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-post-primary .entry-content {
	grid-area: content;
	font-size: 20px;
	line-height: 1.72;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: break-word;
}

.site-main--page .entry-content {
	font-size: 20px;
	line-height: 1.72;
	margin-top: 0;
}

.single-post-primary .entry-content h2,
.site-main--page .entry-content h2 {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.18;
	margin: 2.25em 0 0.75em;
	scroll-margin-top: 6rem;
}

.single-post-primary .entry-content h2 strong,
.site-main--page .entry-content h2 strong {
	font-weight: inherit;
}

.single-post-primary .entry-content h3,
.site-main--page .entry-content h3 {
	scroll-margin-top: 6rem;
}

.single-post-primary .entry-content blockquote,
.site-main--page .entry-content blockquote {
	border-left: 6px solid #ec1e79;
	color: #312a37;
	font-style: normal;
	margin: 2rem 0;
	padding: 0.25rem 0 0.25rem 1.75rem;
}

.single-post-primary .entry-content blockquote *,
.site-main--page .entry-content blockquote * {
	font-style: normal;
}

.single-post-primary .entry-content blockquote p,
.site-main--page .entry-content blockquote p {
	margin: 0 0 1em;
}

.single-post-primary .entry-content blockquote p:last-child,
.site-main--page .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.single-post-primary .entry-content a {
	background-color: transparent;
	background-image: linear-gradient(rgba(255, 45, 120, 0.72), rgba(255, 45, 120, 0.72));
	background-position: 0 58%;
	background-repeat: no-repeat;
	background-size: 0 78%;
	color: #15101b;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0.045em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
	transition: background-size 180ms ease, color 160ms ease;
}

.site-main--page .entry-content a {
	background-color: transparent;
	background-image: linear-gradient(rgba(255, 45, 120, 0.72), rgba(255, 45, 120, 0.72));
	background-position: 0 58%;
	background-repeat: no-repeat;
	background-size: 0 78%;
	color: #15101b;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0.045em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
	transition: background-size 180ms ease, color 160ms ease;
}

.single-post-primary .entry-content a:visited {
	color: #15101b;
}

.site-main--page .entry-content a:visited {
	color: #15101b;
}

.single-post-primary .entry-content a:hover,
.single-post-primary .entry-content a:focus {
	background-size: 100% 78%;
	color: #15101b;
}

.site-main--page .entry-content a:hover,
.site-main--page .entry-content a:focus {
	background-size: 100% 78%;
	color: #15101b;
}

.single-post-primary .entry-content ul,
.site-main--page .entry-content ul {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	line-height: 1.6;
	list-style: none;
	margin: 0 0 1.625rem;
	padding: 0;
}

.single-post-primary .entry-content ul li,
.site-main--page .entry-content ul li {
	padding-left: 1.875rem;
	position: relative;
}

.single-post-primary .entry-content ul li > p,
.site-main--page .entry-content ul li > p {
	margin: 0;
}

.single-post-primary .entry-content ul li::before,
.site-main--page .entry-content ul li::before {
	background: linear-gradient(135deg, #ff2d78, #ff5a3c);
	border-radius: 2px;
	content: "";
	height: 0.5rem;
	left: 0.125rem;
	position: absolute;
	top: 0.8em;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

.single-post-primary .entry-content ol,
.site-main--page .entry-content ol {
	counter-reset: neural-ordered-list;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	line-height: 1.6;
	list-style: none;
	margin: 0 0 1.625rem;
	padding: 0;
}

.single-post-primary .entry-content ol li,
.site-main--page .entry-content ol li {
	counter-increment: neural-ordered-list;
	padding-left: 1.875rem;
	position: relative;
}

.single-post-primary .entry-content ol li > p,
.site-main--page .entry-content ol li > p {
	margin: 0;
}

.single-post-primary .entry-content ol li::before,
.site-main--page .entry-content ol li::before {
	color: #ec1e79;
	content: counter(neural-ordered-list) ".";
	font-weight: 800;
	left: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 1.25rem;
}

.site-main--page .page-article {
	margin: 0;
}

.site-main--page .post-thumbnail {
	background: #130b1d;
	border-radius: 10px;
	display: block;
	margin: 0 0 2rem;
	overflow: hidden;
}

.site-main--page .post-thumbnail img {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.error-404__content {
	font-size: 20px;
	line-height: 1.72;
	margin: 0;
}

.error-404__content > p:first-child {
	margin-top: 0;
}

.error-404__content > .search-form {
	margin: 1.75rem 0 2.75rem;
}

.error-404__content > .widget {
	margin-top: 1.5rem;
}

.error-404__content .widget_tag_cloud {
	margin-bottom: 0;
}

.single-post-primary .related-posts {
	grid-area: related;
	max-width: 100%;
	min-width: 0;
}

.single-post-primary .entry-footer {
	grid-area: footer;
	margin-top: 0;
}

.single-post-primary .author-bio {
	grid-area: author;
}

.single-post-primary .comments-area {
	grid-area: comments;
}

.entry-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1.25rem 0 1.9rem;
}

.term-pill {
	align-items: center;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 0.58rem 0.9rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-position 180ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.term-pill:visited {
	color: #ffffff;
}

.term-pill:hover,
.term-pill:focus {
	color: #ffffff;
	outline: none;
	transform: translateY(-1px);
}

.term-pill--category {
	background: linear-gradient(135deg, #341071, #5a1fb8 58%, #8f3cff);
	background-size: 180% 180%;
	box-shadow: 0 8px 18px rgba(90, 31, 184, 0.2);
}

.term-pill--category:hover,
.term-pill--category:focus {
	background-position: 100% 50%;
	box-shadow:
		0 10px 22px rgba(90, 31, 184, 0.28),
		0 0 16px rgba(236, 30, 121, 0.2);
}

.term-pill--tag {
	background: linear-gradient(135deg, #ff86b8, #ec1e79 48%, #ff5a3c);
	background-size: 180% 180%;
	box-shadow: 0 8px 18px rgba(236, 30, 121, 0.18);
}

.term-pill--tag:hover,
.term-pill--tag:focus {
	background-position: 100% 50%;
	box-shadow:
		0 10px 22px rgba(236, 30, 121, 0.24),
		0 0 16px rgba(255, 90, 60, 0.18);
}

.feed-card {
	border-bottom: 1px solid rgba(20, 10, 30, 0.09);
	display: grid;
	gap: 1.25rem;
	padding: 1.5rem 0;
}

.feed-card--featured {
	align-items: center;
	border-bottom: 0;
	gap: 2rem;
	margin-bottom: 0;
	padding: 0;
}

.feed-card__image {
	background: #130b1d;
	border-radius: 6px;
	display: block;
	overflow: hidden;
	position: relative;
}

.feed-card__image img {
	aspect-ratio: 3 / 2;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
	width: 100%;
}

.feed-card__image:hover img,
.feed-card__image:focus img,
.feed-card:has(.feed-card__post-link:hover) .feed-card__image img,
.feed-card:has(.feed-card__post-link:focus) .feed-card__image img {
	transform: scale(1.08);
}

.feed-card--featured .feed-card__image {
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.feed-card--featured .feed-card__image img {
	aspect-ratio: 4 / 3;
	transition: transform 900ms cubic-bezier(0.16, 0.84, 0.3, 1);
}

.feed-card--featured .feed-card__image:hover img,
.feed-card--featured .feed-card__image:focus img,
.feed-card--featured:has(.feed-card__post-link:hover) .feed-card__image img,
.feed-card--featured:has(.feed-card__post-link:focus) .feed-card__image img {
	transform: scale(1.09);
}

.feed-card__pill {
	align-items: center;
	background: linear-gradient(135deg, #ff2d78, #ff5a3c);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(236, 30, 121, 0.4);
	color: #ffffff;
	display: inline-flex;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.45rem;
	left: 1rem;
	letter-spacing: 0.16em;
	padding: 0.52rem 1rem;
	position: absolute;
	text-transform: uppercase;
	top: 1rem;
	z-index: 2;
}

.feed-card__pill span {
	background: #ffffff;
	border-radius: 1px;
	height: 0.38rem;
	transform: rotate(45deg);
	width: 0.38rem;
}

.feed-card__body {
	min-width: 0;
}

.feed-label,
.feed-section-heading {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	margin: 0 0 1rem;
}

.feed-label span,
.feed-card__category {
	color: #ec1e79;
	font-family: "Archivo", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.feed-label::after,
.feed-section-heading::after {
	background: #ec1e79;
	content: "";
	display: block;
	height: 2px;
	width: 4rem;
}

.feed-section-heading {
	margin: 0 0 0.85rem;
}

.site-content--feed-first .feed-section-heading {
	margin-bottom: 0;
}

.feed-section-heading h2 {
	color: #15101b;
	font-family: "Archivo", sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.feed-section-heading::after {
	height: 3px;
	width: 5.5rem;
}

.feed-card__category {
	display: inline-block;
	margin-bottom: 0.65rem;
}

.feed-card--featured .feed-card__category {
	font-size: 0.82rem;
	letter-spacing: 0.14em;
	margin-bottom: 1.05rem;
}

.feed-card__title {
	font-family: "Archivo", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 0.98;
	margin: 0 0 0.9rem;
	text-transform: none;
}

.feed-card__title--featured {
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 1.125rem;
}

.feed-card__title a {
	background-color: transparent;
	background-image: linear-gradient(rgba(255, 45, 120, 0.72), rgba(255, 45, 120, 0.72));
	background-position: 0 58%;
	background-repeat: no-repeat;
	background-size: 0 82%;
	color: #15101b;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: inherit;
	padding: 0 0.045em;
	text-decoration: none;
	transition: background-size 180ms ease, color 160ms ease;
}

.feed-card__title a:hover,
.feed-card__title a:focus,
.feed-card:has(.feed-card__post-link:hover) .feed-card__title a,
.feed-card:has(.feed-card__post-link:focus) .feed-card__title a {
	background-size: 100% 82%;
	color: #15101b;
}

.feed-card__category:hover,
.feed-card__category:focus {
	color: #5a1fb8;
}

.feed-card__dek {
	color: #5a5360;
	font-size: 1.12rem;
	line-height: 1.5;
	margin: 0 0 1.1rem;
}

.feed-card--featured .feed-card__dek {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 1.65rem;
	max-width: 46ch;
}

.feed-card__meta {
	color: #8a8390;
	display: flex;
	flex-wrap: wrap;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.88rem;
	gap: 0.75rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.feed-card--featured .feed-card__meta {
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	margin-bottom: 2rem;
}

.feed-card__read {
	align-items: center;
	color: #d92f77;
	display: inline-flex;
	font-family: "Archivo", sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	gap: 0.55rem;
	margin-top: 0;
	text-decoration: none;
	transition: color 160ms ease, gap 160ms ease;
}

.feed-card__read:hover,
.feed-card__read:focus,
.feed-card:has(.feed-card__post-link:hover) .feed-card__read,
.feed-card:has(.feed-card__post-link:focus) .feed-card__read {
	color: #5a1fb8;
	gap: 0.9rem;
}

.feed-card--featured .feed-card__read:hover,
.feed-card--featured .feed-card__read:focus,
.feed-card--featured:has(.feed-card__post-link:hover) .feed-card__read,
.feed-card--featured:has(.feed-card__post-link:focus) .feed-card__read {
	color: #d92f77;
}

@media (hover: none), (pointer: coarse) {
	.single-post-primary .entry-content a,
	.site-main--page .entry-content a,
	.feed-card__title a,
	.feed-card__read {
		transition: none;
	}

	.single-post-primary .entry-content a:active,
	.site-main--page .entry-content a:active {
		background-size: 100% 78%;
		color: #15101b;
	}

	.feed-card__title a:active,
	.feed-card:has(.feed-card__post-link:active) .feed-card__title a {
		background-size: 100% 82%;
		color: #15101b;
	}

	.feed-card__read:active,
	.feed-card:has(.feed-card__post-link:active) .feed-card__read {
		color: #5a1fb8;
		gap: 0.9rem;
	}

	.feed-card--featured .feed-card__read:active,
	.feed-card--featured:has(.feed-card__post-link:active) .feed-card__read {
		color: #d92f77;
	}
}

@media screen and (max-width: 37.4375em) {
	.site-hero__meta {
		font-size: 0.7rem;
	}

	.site-hero__title--single {
		font-size: 2.3rem;
	}

	.site-hero__subtitle {
		font-size: 1rem;
	}

	.site-content--feed-first .feed-section-heading {
		margin-bottom: 0.5rem;
	}

	.site-content--feed-first .site-main--feed > .feed-card:first-of-type {
		padding-top: 0.5rem;
	}

	.single-post-primary .entry-content a,
	.site-main--page .entry-content a {
		transition: none;
	}

	.single-post-primary .entry-content a:active,
	.site-main--page .entry-content a:active {
		background-size: 100% 78%;
		color: #15101b;
	}

}

.widget-area {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	min-width: 0;
}

.widget {
	background: #ffffff;
	border: 1px solid rgba(20, 10, 30, 0.08);
	border-radius: 8px;
	margin: 0;
	padding: 1.5rem;
}

.widget-title,
.widget h2,
.widget h3 {
	align-items: center;
	color: #ec1e79;
	display: flex;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.625rem;
	letter-spacing: 0.13em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.widget-title::after,
.widget h2::after,
.widget h3::after {
	background: #ec1e79;
	content: "";
	display: block;
	flex: 1;
	height: 2px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li + li {
	border-top: 1px solid rgba(20, 10, 30, 0.07);
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

.widget a {
	color: #27212e;
	text-decoration: none;
}

.widget a:hover,
.widget a:focus {
	color: #ec1e79;
}

.widget_about p {
	color: #5b5562;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

.popular-post {
	align-items: center;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 4.5rem minmax(0, 1fr);
}

.popular-post__image {
	background: #130b1d;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

.popular-post__image img {
	aspect-ratio: 1;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.popular-post:hover .popular-post__image img,
.popular-post:focus .popular-post__image img {
	transform: scale(1.08);
}

.popular-post__body {
	display: grid;
	gap: 0.3rem;
	min-width: 0;
}

.popular-post__body:first-child {
	grid-column: 1 / -1;
}

.popular-post__title {
	color: #15101b;
	font-family: "Archivo", sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.08;
}

.popular-post:hover .popular-post__title,
.popular-post:focus .popular-post__title {
	color: #ec1e79;
}

.popular-post__date {
	color: #8a8390;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

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

.tag-cloud a {
	background: linear-gradient(135deg, #ff86b8, #ec1e79 48%, #ff5a3c);
	background-size: 180% 180%;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(236, 30, 121, 0.14);
	color: #ffffff;
	display: inline-flex;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.55rem 0.78rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-position 180ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tag-cloud a:visited,
.tag-cloud a:hover,
.tag-cloud a:focus {
	color: #ffffff;
}

.tag-cloud a:hover,
.tag-cloud a:focus {
	background-position: 100% 50%;
	box-shadow:
		0 10px 22px rgba(236, 30, 121, 0.22),
		0 0 16px rgba(255, 90, 60, 0.16);
	outline: none;
	transform: translateY(-1px);
}

.widget_search form,
.search-form {
	align-items: stretch;
	display: flex;
	gap: 0.5rem;
}

.wp-block-search {
	display: block;
}

.widget_search form.wp-block-search {
	display: block;
}

.wp-block-search__inside-wrapper {
	align-items: stretch;
	display: flex;
	gap: 0.5rem;
	width: 100%;
}

.wp-block-search__label {
	display: block;
	font-size: 1rem;
	margin: 0 0 0.65rem;
}

.search-form label {
	flex: 1;
	margin: 0;
	min-width: 0;
}

.widget_search input[type="search"],
.search-form input[type="search"],
.wp-block-search__input {
	background: #ffffff;
	border: 1px solid rgba(20, 10, 30, 0.16);
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px rgba(255, 45, 120, 0);
	color: #17131c;
	flex: 1;
	margin: 0;
	min-height: 3.4rem;
	min-width: 0;
	padding: 0.78rem 0.85rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.widget_search input[type="search"]:focus,
.search-form input[type="search"]:focus,
.wp-block-search__input:focus {
	border-color: rgba(255, 45, 120, 0.68);
	box-shadow:
		0 0 0 3px rgba(255, 45, 120, 0.12),
		inset 0 0 0 1px rgba(255, 45, 120, 0.16);
	outline: none;
}

.widget_search input[type="submit"],
.search-form input[type="submit"],
.wp-block-search__button {
	appearance: none;
	background:
		linear-gradient(135deg, rgba(255, 134, 184, 0.94), rgba(255, 45, 120, 0.98) 48%, rgba(255, 90, 60, 0.98)),
		linear-gradient(135deg, #ff2d78, #ff5a3c);
	background-size: 160% 160%;
	border: 0;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 0 10px 24px rgba(236, 30, 121, 0.22);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-weight: 700;
	height: 3.4rem;
	line-height: 1;
	margin: 0;
	min-height: 3.4rem;
	min-width: 5.5rem;
	padding: 0.8rem 1rem;
	text-shadow: 0 1px 10px rgba(20, 5, 30, 0.28);
	transition: background-position 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus,
.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus,
.wp-block-search__button:hover,
.wp-block-search__button:focus {
	background-position: 100% 50%;
	box-shadow:
		0 12px 26px rgba(236, 30, 121, 0.3),
		0 0 18px rgba(255, 90, 60, 0.24);
	outline: none;
	transform: translateY(-1px);
}

.widget_search input[type="submit"]:active,
.search-form input[type="submit"]:active,
.wp-block-search__button:active {
	box-shadow: 0 6px 18px rgba(236, 30, 121, 0.2);
	transform: translateY(0);
}

.pagination,
.posts-navigation {
	margin-bottom: 2.5rem;
	margin-top: 2.75rem;
}

.site-main--feed:not(:has(> .pagination)) > .feed-card:last-of-type {
	border-bottom: 0;
}

.pagination .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.35rem;
	justify-content: center;
}

.page-numbers {
	align-items: center;
	background-color: transparent;
	background-image: linear-gradient(rgba(241, 238, 244, 0.95), rgba(241, 238, 244, 0.95));
	background-position: 0 58%;
	background-repeat: no-repeat;
	background-size: 0 82%;
	border: 0;
	color: #9b94a4;
	display: inline-flex;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0.25rem 0.045em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-size 180ms ease, color 160ms ease, text-shadow 160ms ease;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	-webkit-tap-highlight-color: rgba(241, 238, 244, 0.95);
}

.feed-card:not(.feed-card--featured) .feed-card__read {
	margin-top: 1rem;
}

.page-numbers.current {
	background-color: #f1eef4;
	background-image: none;
	color: #ec1e79;
	cursor: default;
	pointer-events: none;
	text-shadow: 0 0 16px rgba(236, 30, 121, 0.26);
	user-select: none;
}

.page-numbers.prev,
.page-numbers.next {
	color: #17131c;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 1rem;
	font-weight: 800;
	gap: 0.5rem;
	letter-spacing: 0.08em;
	padding: 0.25rem 0.045em;
}

.page-numbers.dots {
	color: #b9b2c0;
	pointer-events: none;
}

.page-numbers:hover,
.page-numbers:focus {
	background-size: 100% 82%;
	color: #5a1fb8;
	outline: none;
}

.page-numbers.current:hover,
.page-numbers.current:focus {
	color: #ec1e79;
}

.nav-previous a,
.nav-next a {
	border: 1px solid rgba(20, 10, 30, 0.12);
	border-radius: 6px;
	color: #27212e;
	display: inline-flex;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 0.75rem 0.9rem;
	text-decoration: none;
}

.nav-previous a:hover,
.nav-previous a:focus,
.nav-next a:hover,
.nav-next a:focus {
	background: #ec1e79;
	border-color: #ec1e79;
	color: #ffffff;
}

.site-footer {
	background-color: #0a0716;
	background-image:
		linear-gradient(rgba(10, 7, 22, 0.58), rgba(10, 7, 22, 0.64)),
		url("assets/images/neural-ecstasy-hero.png");
	background-position: center 30%;
	background-size: cover;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.72);
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	margin-top: auto;
	padding: 1.875rem 1.5rem;
	text-align: center;
}

.site-footer .site-info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: center;
	line-height: 1.6;
}

.site-footer__brand {
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer__brand:hover,
.site-footer__brand:focus {
	filter: drop-shadow(0 0 12px rgba(255, 45, 120, 0.38));
	outline: none;
}

.site-footer__brand-light {
	color: #ffffff;
}

.site-footer__brand-hot {
	background: linear-gradient(180deg, #ff86b8, #ff2d78 50%, #ff8a3c);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
}

.site-footer__sep {
	color: rgba(255, 255, 255, 0.46);
}

.site-footer__tagline {
	text-transform: lowercase;
}

@media screen and (min-width: 37.5em) {
	.main-navigation .neural-primary-menu {
		gap: 2.375rem;
		justify-content: center;
		padding: 0 1.75rem;
		width: auto;
	}

	.site-hero {
		min-height: 22.5rem;
		padding-bottom: 4.5rem;
		padding-top: 6rem;
		--site-hero-title-offset: 0.55rem;
	}

	.site-hero__title {
		font-size: 5.75rem;
	}

	.site-hero__title-light,
	.site-hero__title-hot {
		display: inline;
	}

	.site-hero__tagline {
		font-size: 0.9375rem;
		letter-spacing: 0.34em;
	}

	.site-hero--single {
		min-height: 24rem;
		padding-bottom: 5rem;
		padding-top: 6.5rem;
	}

	.site-hero--archive {
		min-height: 24rem;
		padding-bottom: 5rem;
		padding-top: 6.5rem;
	}

	.archive .site-hero--archive {
		min-height: 22.5rem;
		padding-bottom: 4.5rem;
		padding-top: 6rem;
	}

	.site-hero__title--single {
		font-size: 4.25rem;
	}

	.site-hero__subtitle {
		font-size: 1.45rem;
	}

	.site-hero__meta {
		font-size: 0.9rem;
		gap: 1.25rem;
		margin-bottom: 1.55rem;
	}

	.site-main {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.site-main--single {
		padding-top: clamp(3.5rem, 6vw, 5.75rem);
	}

	.site-main--single .breadcrumbs,
	.single-post-layout {
		margin-left: auto;
		margin-right: auto;
		max-width: 44rem;
	}

	.site-main--feed {
		padding: 0;
	}

	.site-content--feed {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.feed-card {
		align-items: start;
		grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr);
		gap: 2.125rem;
		padding: 2.25rem 0;
	}

	.feed-card__category {
		font-size: 0.86rem;
	}

	.feed-card__title {
		font-size: 2rem;
	}

	.feed-card__dek {
		font-size: 1rem;
	}

	.feed-card__meta {
		font-size: 0.77rem;
	}

	.feed-card--featured {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: clamp(2rem, 4.25vw, 4rem);
		padding: 0;
	}

	.feed-card--featured .feed-card__category {
		font-size: 0.82rem;
	}

	.feed-card__title--featured {
		font-size: 4rem;
	}

	.feed-card:not(.feed-card--featured) .feed-card__read {
		display: none;
	}

	.breadcrumbs {
		margin-bottom: 1.5rem;
	}

	.breadcrumbs ol {
		font-size: 1rem;
		gap: 0.45rem;
		line-height: inherit;
	}

	.breadcrumbs li:not(:last-child)::after {
		margin-left: 0.45rem;
	}
}

@media screen and (min-width: 50em) and (max-width: 86.4375em) {
	.feed-card--featured {
		aspect-ratio: 21 / 9.5;
		border-radius: 12px;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
		display: block;
		overflow: hidden;
		position: relative;
	}

	.feed-card--featured .feed-card__image::after {
		background: linear-gradient(
			90deg,
			rgba(8, 5, 18, 0.86) 0%,
			rgba(8, 5, 18, 0.58) 43%,
			rgba(8, 5, 18, 0.1) 100%
		);
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 1;
	}

	.feed-card--featured .feed-card__image {
		border-radius: inherit;
		inset: 0;
		position: absolute;
		z-index: 0;
	}

	.feed-card--featured .feed-card__image img {
		aspect-ratio: auto;
		height: 100%;
		object-position: center 30%;
		width: 100%;
	}

	.feed-card--featured .feed-card__pill {
		left: clamp(1.5rem, 4vw, 3.25rem);
		top: clamp(1.25rem, 3vw, 2rem);
		z-index: 3;
	}

	.feed-card--featured .feed-card__body {
		bottom: 0;
		color: #ffffff;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		left: 0;
		max-width: 42rem;
		padding: clamp(1.75rem, 4vw, 3.25rem);
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.feed-card--featured .feed-card__category,
	.feed-card--featured .feed-card__title a,
	.feed-card--featured .feed-card__dek,
	.feed-card--featured .feed-card__meta,
	.feed-card--featured .feed-card__read {
		pointer-events: auto;
	}

	.feed-card--featured .feed-card__category {
		color: #ff8ab4;
		margin-bottom: 0.9rem;
	}

	.feed-card--featured .feed-card__category:hover,
	.feed-card--featured .feed-card__category:focus {
		color: #ffffff;
	}

	.feed-card__title--featured {
		font-size: clamp(1.95rem, 4.65vw, 3.8rem);
		margin-bottom: 0.9rem;
		max-width: 11.5em;
	}

	.feed-card--featured .feed-card__title a {
		background-image: none;
		color: #ffffff;
		padding: 0;
		text-shadow: 0 4px 22px rgba(8, 5, 18, 0.42);
	}

	.feed-card--featured .feed-card__title a:hover,
	.feed-card--featured .feed-card__title a:focus,
	.feed-card--featured:has(.feed-card__post-link:hover) .feed-card__title a,
	.feed-card--featured:has(.feed-card__post-link:focus) .feed-card__title a {
		background-size: 0;
		color: #ffffff;
	}

	.feed-card--featured .feed-card__dek {
		color: rgba(255, 255, 255, 0.84);
		font-size: clamp(1rem, 2vw, 1.12rem);
		line-height: 1.45;
		margin-bottom: 1.1rem;
		max-width: 37ch;
		text-shadow: 0 2px 14px rgba(8, 5, 18, 0.35);
	}

	.feed-card--featured .feed-card__meta {
		color: rgba(255, 255, 255, 0.72);
		font-size: 0.8rem;
		margin-bottom: 0;
	}

	.feed-card--featured .feed-card__meta span:last-child {
		color: #ff8ab4;
	}

	.feed-card--featured .feed-card__read {
		display: none;
	}

	.site-content--feed-first .feed-section-heading {
		margin-bottom: 0;
	}

	.site-content--feed-first .site-main--feed > .feed-card:first-of-type {
		padding-top: 0.75rem;
	}
}

@media screen and (min-width: 50em) and (max-width: 63.9375em) {
	.feed-card--featured {
		aspect-ratio: 16 / 9;
	}
}

@media screen and (min-width: 37.5em) and (max-width: 86.4375em) {
	.site-content--feed-first .feed-section-heading {
		margin-bottom: 1.2rem;
	}
}

@media screen and (min-width: 37.5em) and (max-width: 49.9375em) {
	.site-main--single .breadcrumbs,
	.single-post-layout {
		max-width: 34rem;
	}

	.feed-card--featured {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.feed-card--featured .feed-card__image img {
		aspect-ratio: 16 / 9;
	}

	.feed-card__title--featured {
		font-size: clamp(2.5rem, 8.4vw, 3.5rem);
		max-width: 12em;
	}

	.feed-card--featured .feed-card__dek {
		max-width: 44ch;
	}

	.feed-card--featured .feed-card__meta {
		margin-bottom: 1.15rem;
	}

	.feed-card--featured .feed-card__read {
		display: inline-flex;
	}
}

@media screen and (max-width: 25em) {
	.home .site-hero,
	.blog .site-hero,
	.archive .site-hero--archive,
	.search .site-hero--archive,
	.error404 .site-hero--404 {
		min-height: 18rem;
		padding-bottom: 3rem;
		padding-top: 4.25rem;
	}

	.home .site-content--feed {
		padding-top: 2.5rem;
	}

	.home .site-content--feed .feed-card--featured {
		gap: 1.25rem;
	}

	.home .site-content--feed .feed-card__image img {
		aspect-ratio: 16 / 9;
	}

	.home .site-content--feed .feed-card__title--featured {
		font-size: 2.2rem;
	}

	.home .site-content--feed .feed-card:not(.feed-card--featured) .feed-card__title {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 25.0625em) and (max-width: 37.4375em) {
	.home .site-content--feed .feed-card__title--featured {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 64em) {
	.site-hero {
		min-height: 25.5rem;
		padding-bottom: 5rem;
		padding-top: 6.75rem;
	}

	.site-hero__title {
		font-size: 8.5rem;
	}

	.site-hero__tagline {
		font-size: 1.125rem;
		letter-spacing: 0.34em;
	}

	.site-hero--single {
		min-height: 29rem;
		padding-bottom: 6.25rem;
		padding-top: 8rem;
	}

	.site-hero--archive {
		min-height: 29rem;
		padding-bottom: 6.25rem;
		padding-top: 8rem;
	}

	.archive .site-hero--archive {
		min-height: 25.5rem;
		padding-bottom: 5rem;
		padding-top: 6.75rem;
	}

	.site-hero__title--single {
		font-size: 5.3rem;
	}

	.site-hero__subtitle {
		font-size: 1.6rem;
	}

	.site-hero__meta {
		font-size: 0.9rem;
	}

	.single-post-primary .entry-content h2,
	.site-main--page .entry-content h2 {
		font-size: 2rem;
	}

	.site-content--feed {
		max-width: 88rem;
	}

	.feed-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 19.375rem;
		gap: 3rem;
	}

	.feed-card__title--featured {
		font-size: 4.14rem;
	}

	.widget-area {
		align-self: start;
		position: sticky;
		top: 5.25rem;
	}
}

@media screen and (min-width: 64em) and (max-width: 86.4375em) {
	.site-hero__title {
		font-size: clamp(6.5rem, 12vw, 7.65rem);
	}

	.site-hero__title--single {
		font-size: clamp(4.15rem, 5vw, 4.8rem);
	}

	.feed-card--featured .feed-card__body {
		transform: translateY(0.85rem);
	}

	.feed-card__title--featured {
		font-size: clamp(2.35rem, 5.1vw, 3.45rem);
	}
}

@media screen and (min-width: 86.5em) {
	.feed-card--featured {
		align-items: center;
	}

	.feed-card--featured .feed-card__body {
		align-self: center;
		transform: translateY(-0.35rem);
	}
}

@media screen and (min-width: 75em) {
	.single-post-layout {
		align-items: start;
		display: grid;
		gap: 3rem;
		grid-template-areas:
			"media toc"
			"content toc"
			"footer toc"
			"author toc"
			"related toc"
			"comments toc";
		grid-template-columns: minmax(0, 1fr) 19.375rem;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.site-main--single .breadcrumbs {
		max-width: none;
	}

	.single-post-sidebar {
		align-self: start;
		position: sticky;
		top: 5.25rem;
	}

	.single-post-primary .entry-footer {
		margin-top: -1.75rem;
	}

	.single-post-primary .entry-taxonomy {
		margin-bottom: 1.25rem;
		margin-top: 0.5rem;
	}

	.single-post-primary .related-posts {
		margin-top: 0.75rem;
	}
}

.breadcrumbs,
.post-toc,
.author-bio,
.related-posts {
	margin: 0 0 1.5rem;
}

.breadcrumbs {
	margin-bottom: 0.85rem;
}

.breadcrumbs ol,
.post-toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.68rem;
	gap: 0.25rem;
	letter-spacing: 0.03em;
	line-height: 1.35;
	text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.25rem;
	opacity: 0.6;
}

.breadcrumbs ol li,
.breadcrumbs ol a {
	font: inherit;
	line-height: inherit;
}

.breadcrumbs a {
	color: #ec1e79;
	text-decoration: none;
}

.breadcrumbs a:visited {
	color: #ec1e79;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: #5a1fb8;
	text-decoration: none;
}

.breadcrumbs li[aria-current="page"] {
	font: inherit;
}

.breadcrumbs li:nth-child(2) a {
	color: #ec1e79;
}

.breadcrumbs li:nth-child(2) a:hover,
.breadcrumbs li:nth-child(2) a:focus {
	color: #5a1fb8;
}

.post-toc__title,
.author-bio__title,
.related-posts h2 {
	font-size: 1.125rem;
	margin: 0 0 0.75rem;
}

.post-toc__mobile-handle,
.post-toc__close {
	display: none;
}

.single-post-sidebar .post-toc {
	background: #ffffff;
	border: 1px solid rgba(20, 10, 30, 0.08);
	border-radius: 8px;
	margin: 0;
	padding: 1.5rem;
}

.single-post-sidebar .post-toc__header {
	display: block;
}

.single-post-sidebar .post-toc__title {
	align-items: center;
	color: #ec1e79;
	display: flex;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.625rem;
	letter-spacing: 0.13em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.single-post-sidebar .post-toc__title::after {
	background: #ec1e79;
	content: "";
	display: block;
	flex: 1;
	height: 2px;
}

.single-post-sidebar .post-toc a {
	border-left: 2px solid transparent;
	color: #27212e;
	display: block;
	line-height: 1.22;
	padding: 0.3125rem 0 0.3125rem 0.875rem;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, font-weight 160ms ease;
}

.single-post-sidebar .post-toc a:hover,
.single-post-sidebar .post-toc a:focus {
	border-left-color: rgba(236, 30, 121, 0.42);
	color: #ec1e79;
}

.single-post-sidebar .post-toc a.is-active {
	border-left-color: #ec1e79;
	color: #15101b;
	font-weight: 700;
}

.post-toc li + li {
	margin-top: 0.375rem;
}

.post-toc .toc-level-3 {
	padding-left: 1rem;
}

@media screen and (max-width: 74.9375em) {
	.mobile-toc-toggle {
		align-items: center;
		background: linear-gradient(135deg, #ff2d78, #ff5a3c);
		border: 0;
		border-radius: 999px;
		bottom: 1.25rem;
		box-shadow: 0 12px 28px -8px rgba(236, 30, 121, 0.72);
		color: #ffffff;
		display: inline-flex;
		font-family: "Archivo", sans-serif;
		font-size: 0.82rem;
		font-weight: 800;
		gap: 0.55rem;
		letter-spacing: 0.06em;
		line-height: 1;
		padding: 0.85rem 1rem;
		position: fixed;
		right: 1rem;
		text-transform: none;
		transition: opacity 220ms ease, transform 260ms cubic-bezier(0.18, 0.86, 0.28, 1);
		z-index: 1100;
	}

	.mobile-toc-toggle__icon {
		display: flex;
		flex-direction: column;
		gap: 3px;
		width: 0.9375rem;
	}

	.mobile-toc-toggle__icon span {
		background: currentColor;
		border-radius: 2px;
		display: block;
		height: 2px;
	}

	.mobile-toc-toggle__icon span:nth-child(2) {
		width: 0.625rem;
	}

	.mobile-toc-scrim {
		background: rgba(8, 5, 18, 0.55);
		backdrop-filter: blur(2px);
		display: block;
		inset: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity 260ms ease;
		z-index: 1090;
	}

	.mobile-toc-open .mobile-toc-scrim {
		opacity: 1;
		pointer-events: auto;
	}

	.mobile-toc-open .mobile-toc-toggle {
		opacity: 0;
		pointer-events: none;
		transform: translateY(1rem) scale(0.9);
	}

	.mobile-nav-open .mobile-toc-toggle,
	.mobile-nav-open .mobile-toc-scrim {
		opacity: 0;
		pointer-events: none;
	}

	.mobile-nav-open .mobile-toc-toggle {
		transform: translateY(1rem) scale(0.9);
	}

	.single-post-sidebar {
		bottom: 0;
		display: block;
		left: 0;
		max-height: min(74vh, 34rem);
		position: fixed;
		right: 0;
		top: auto;
		transform: translateY(105%);
		transition: transform 340ms cubic-bezier(0.18, 0.86, 0.28, 1);
		z-index: 1110;
	}

	.mobile-toc-open .single-post-sidebar {
		transform: translateY(0);
	}

	.mobile-nav-open .single-post-sidebar {
		pointer-events: none;
		transform: translateY(105%);
	}

	.single-post-sidebar .post-toc {
		border: 0;
		border-radius: 24px 24px 0 0;
		box-shadow: 0 -20px 50px -14px rgba(8, 5, 18, 0.42);
		display: flex;
		flex-direction: column;
		margin: 0;
		max-height: inherit;
		overflow: hidden;
		padding: 0;
	}

	.post-toc__mobile-handle {
		display: flex;
		flex: 0 0 auto;
		justify-content: center;
		padding: 0.75rem 0 0.35rem;
	}

	.post-toc__mobile-handle span {
		background: rgba(20, 10, 30, 0.16);
		border-radius: 999px;
		display: block;
		height: 5px;
		width: 2.625rem;
	}

	.single-post-sidebar .post-toc__header {
		align-items: center;
		border-bottom: 1px solid rgba(20, 10, 30, 0.08);
		display: flex;
		flex: 0 0 auto;
		justify-content: space-between;
		padding: 0.5rem 1.375rem 0.875rem;
	}

	.single-post-sidebar .post-toc__title {
		flex: 1 1 auto;
		margin: 0;
	}

	.single-post-sidebar .post-toc__title::after {
		max-width: 1.75rem;
	}

	.post-toc__close {
		align-items: center;
		background: rgba(20, 10, 30, 0.06);
		border: 0;
		border-radius: 999px;
		color: #5e5764;
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 1rem;
		height: 1.875rem;
		justify-content: center;
		line-height: 1;
		margin-left: 0.85rem;
		padding: 0;
		width: 1.875rem;
	}

	.single-post-sidebar .post-toc ol {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 0.625rem 0.875rem 1.625rem;
	}

	.single-post-sidebar .post-toc a {
		align-items: flex-start;
		border-left: 0;
		border-radius: 12px;
		display: flex;
		gap: 0.8rem;
		line-height: 1.4;
		padding: 0.8125rem 0.75rem;
	}

	.single-post-sidebar .post-toc a::before {
		background: #d4cfd9;
		border-radius: 2px;
		content: "";
		flex: 0 0 auto;
		height: 0.5rem;
		margin: 0.47rem 0.125rem 0;
		transform: rotate(45deg);
		width: 0.5rem;
	}

	.single-post-sidebar .post-toc a:hover,
	.single-post-sidebar .post-toc a:focus {
		border-left-color: transparent;
	}

	.single-post-sidebar .post-toc a.is-active {
		background: rgba(236, 30, 121, 0.07);
		border-left-color: transparent;
	}

	.single-post-sidebar .post-toc a.is-active::before {
		background: linear-gradient(135deg, #ff2d78, #ff5a3c);
	}

	.post-toc li + li {
		margin-top: 0;
	}

	.post-toc .toc-level-3 {
		padding-left: 0.75rem;
	}
}

.author-bio {
	background:
		repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px),
		linear-gradient(90deg, rgba(8, 4, 20, 0.72), rgba(8, 4, 20, 0.18) 58%),
		radial-gradient(circle at 12% 20%, rgba(90, 31, 184, 0.45), transparent 52%),
		radial-gradient(circle at 94% 88%, rgba(255, 45, 120, 0.36), transparent 52%),
		#150a26;
	border-radius: 12px;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.08),
		0 18px 48px -26px rgba(90, 31, 184, 0.72);
	color: rgba(255, 255, 255, 0.8);
	margin-top: 0.8rem;
	overflow: hidden;
	padding: 1.75rem;
	position: relative;
}

.site-main--feed > .author-bio--archive {
	margin: 0 0 3rem;
}

.site-main--feed > .author-bio--archive + .feed-card {
	padding-top: 0;
}

.author-bio::before,
.author-bio::after {
	content: "";
	filter: blur(16px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.author-bio::before {
	background: radial-gradient(circle, rgba(90, 31, 184, 0.52), transparent 62%);
	height: 120%;
	left: -8%;
	top: -12%;
	width: 58%;
}

.author-bio::after {
	background: radial-gradient(circle, rgba(255, 45, 120, 0.42), transparent 62%);
	bottom: -10%;
	height: 120%;
	right: -6%;
	width: 60%;
}

.author-bio__content {
	position: relative;
	z-index: 1;
}

.author-bio__eyebrow {
	align-items: center;
	color: #ff8ab4;
	display: flex;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.65rem;
	letter-spacing: 0.18em;
	line-height: 1;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.author-bio__eyebrow::after {
	background: linear-gradient(90deg, #ff2d78, #ff5a3c);
	content: "";
	display: block;
	height: 2px;
	width: 2.125rem;
}

.author-bio__name {
	color: #ffffff;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 0.85rem;
}

.author-bio__content p {
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 1rem;
	max-width: 60ch;
}

.author-bio__content p:last-child {
	margin-bottom: 0;
}

.author-bio__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.75rem;
	gap: 1.1rem;
	letter-spacing: 0.06em;
}

.author-bio__link {
	align-items: center;
	color: rgba(255, 255, 255, 0.92);
	display: inline-flex;
	gap: 0.5rem;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.author-bio__link:visited {
	color: rgba(255, 255, 255, 0.92);
}

.author-bio__link::before {
	background: linear-gradient(135deg, #ff2d78, #ff5a3c);
	border-radius: 1px;
	content: "";
	height: 0.45rem;
	transform: rotate(45deg);
	width: 0.45rem;
}

.author-bio__link:hover,
.author-bio__link:focus {
	color: #ff8ab4;
	outline: none;
	transform: translateY(-1px);
}

.related-posts {
	margin-top: 2rem;
}

.related-posts h2 {
	align-items: center;
	color: #15101b;
	display: flex;
	font-family: "Archivo", sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
	gap: 0.875rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 1.65rem;
	text-transform: uppercase;
}

.related-posts h2::after {
	background: #ec1e79;
	content: "";
	display: block;
	height: 3px;
	width: 5.5rem;
}

.related-posts__item:first-child {
	padding-top: 0;
}

@media screen and (max-width: 37.4375em) {
	.related-posts h2 {
		font-size: clamp(1.35rem, 6vw, 1.65rem);
		gap: 0.65rem;
		white-space: nowrap;
	}

	.related-posts h2::after {
		flex: 1 1 auto;
		min-width: 2rem;
		width: auto;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.post-navigation .nav-links {
		flex-direction: row;
		gap: 1.5rem;
	}

	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 43.75em) {
	.main-navigation {
		align-items: center;
		display: flex;
		justify-content: space-between;
		min-height: 4.25rem;
		overflow: visible;
		padding: 0 1.25rem;
	}

	.main-navigation .mobile-nav-brand {
		display: inline-flex;
		position: relative;
		z-index: 1002;
	}

	body:not(.neural-nav-scrolled) .mobile-nav-brand--home .mobile-nav-brand__compact {
		display: inline-flex;
	}

	body:not(.neural-nav-scrolled) .mobile-nav-brand--home .mobile-nav-brand__full {
		display: none;
	}

	.menu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		color: #ffffff;
		display: inline-flex;
		flex-direction: column;
		gap: 0.35rem;
		height: 2.5rem;
		justify-content: center;
		padding: 0;
		position: relative;
		width: 2.5rem;
		z-index: 1003;
	}

	.menu-toggle__bar {
		background: currentColor;
		border-radius: 999px;
		display: block;
		height: 3px;
		transition: opacity 160ms ease, transform 180ms ease, width 180ms ease;
		width: 1.75rem;
	}

	.menu-toggle__bar:nth-child(2) {
		width: 1.25rem;
	}

	.main-navigation.toggled .menu-toggle {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.main-navigation.toggled .menu-toggle__bar:nth-child(1) {
		transform: translateY(0.5rem) rotate(45deg);
	}

	.main-navigation.toggled .menu-toggle__bar:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}

	.main-navigation.toggled .menu-toggle__bar:nth-child(3) {
		transform: translateY(-0.5rem) rotate(-45deg);
	}

	.main-navigation .neural-primary-menu,
	.main-navigation.toggled .neural-primary-menu {
		background: #080511;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
		left: 0;
		margin: 0;
		max-width: none;
		min-height: 0;
		opacity: 0;
		overflow-y: auto;
		padding: 5.25rem 1.5rem 2rem;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateY(-0.75rem);
		transition: opacity 180ms ease, transform 180ms ease;
		visibility: hidden;
		white-space: normal;
		width: auto;
		z-index: 1001;
	}

	.admin-bar .main-navigation .neural-primary-menu,
	.admin-bar .main-navigation.toggled .neural-primary-menu {
		top: 46px;
	}

	.main-navigation.toggled .neural-primary-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.main-navigation .neural-primary-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin: 0;
		width: 100%;
	}

	.main-navigation .neural-primary-menu a {
		align-items: center;
		border-bottom: 0;
		color: #ffffff;
		display: flex;
		font-size: clamp(2.1rem, 12vw, 3.25rem);
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
		padding: 1.25rem 0;
		text-transform: none;
	}

	.main-navigation .neural-primary-menu a::before {
		background: rgba(255, 255, 255, 0.32);
		border-radius: 2px;
		content: "";
		display: inline-block;
		flex: 0 0 auto;
		height: 0.65rem;
		margin-right: 1.35rem;
		transform: rotate(45deg);
		width: 0.65rem;
	}

	.main-navigation .neural-primary-menu a:hover,
	.main-navigation .neural-primary-menu a:focus,
	.main-navigation .neural-primary-menu .current-menu-item > a,
	.main-navigation .neural-primary-menu .current_page_item > a,
	.main-navigation .neural-primary-menu .current-menu-ancestor > a {
		border-bottom-color: transparent;
		color: #ff5a8c;
		text-shadow: none;
	}

	.main-navigation .neural-primary-menu a:hover::before,
	.main-navigation .neural-primary-menu a:focus::before,
	.main-navigation .neural-primary-menu .current-menu-item > a::before,
	.main-navigation .neural-primary-menu .current_page_item > a::before,
	.main-navigation .neural-primary-menu .current-menu-ancestor > a::before {
		background: linear-gradient(135deg, #ff2d78, #ff5a3c);
	}
}

@media screen and (min-width: 37.5em) and (max-width: 43.75em) {
	.home .site-hero__title,
	.blog .site-hero__title {
		font-size: clamp(3.65rem, 10vw, 4.35rem);
	}

	.home .site-hero__tagline,
	.blog .site-hero__tagline {
		font-size: 0.875rem;
		letter-spacing: 0.28em;
	}
}

@media screen and (max-width: 414px) {
	.category .site-hero__title--archive,
	.tag .site-hero__title--archive,
	.tax .site-hero__title--archive,
	.author .site-hero__title--archive,
	.search .site-hero__title--archive {
		font-size: clamp(2.65rem, 12vw, 3.1rem);
		line-height: 0.9;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.post-navigation {
	border-top: 1px solid rgba(20, 10, 30, 0.09);
	padding-top: 1.5rem;
}

.post-navigation .nav-links {
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
	overflow: hidden;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	align-items: flex-start;
	border: 0;
	border-radius: 0;
	color: #d92f77;
	display: inline-flex;
	flex-wrap: wrap;
	font-family: "Archivo", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	gap: 0.45rem;
	line-height: 1.2;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	text-decoration: none;
	transition: color 160ms ease, gap 160ms ease;
	white-space: normal;
	width: 100%;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus {
	background: transparent;
	border-color: transparent;
	color: #5a1fb8;
	gap: 0.7rem;
	outline: none;
}

.post-navigation .nav-previous a::before {
	content: "\2190";
}

.post-navigation .nav-next a::after {
	content: "\2192";
}

.post-navigation .nav-subtitle,
.post-navigation .nav-title {
	display: block;
	min-width: 0;
}

.post-navigation .nav-subtitle {
	flex: 0 0 auto;
}

.post-navigation .nav-title {
	flex: 0 1 auto;
	min-width: 0;
	overflow-wrap: anywhere;
	white-space: normal;
}

@media screen and (min-width: 37.5em) {
	.breadcrumbs {
		margin-bottom: 1.5rem;
	}

	.breadcrumbs ol {
		font-size: 1.08rem;
		gap: 0.45rem;
		line-height: inherit;
	}

	.breadcrumbs li:not(:last-child)::after {
		margin-left: 0.45rem;
	}

	.post-navigation .nav-links {
		flex-direction: row;
		gap: 1.5rem;
	}

	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		align-items: center;
		flex-wrap: nowrap;
		font-size: 1.2rem;
		white-space: nowrap;
	}

	.post-navigation .nav-title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media screen and (min-width: 37.5em) and (max-width: 74.9375em) {
	.single .site-main--single .breadcrumbs ol {
		font-size: 0.9rem;
	}
}

.comments-area {
	border-top: 0;
	padding-top: 0.5rem;
}

.comment-reply-title,
.comments-title {
	align-items: center;
	color: #15101b;
	display: flex;
	font-family: "Archivo", sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
	gap: 0.875rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 1.65rem;
	text-transform: uppercase;
}

.comment-reply-title::after,
.comments-title::after {
	background: #ec1e79;
	content: "";
	display: block;
	height: 3px;
	width: 5.5rem;
}

@media screen and (max-width: 37.4375em) {
	.comment-reply-title,
	.comments-title {
		font-size: clamp(1.35rem, 6vw, 1.65rem);
		gap: 0.65rem;
		white-space: nowrap;
	}

	.comment-reply-title::after,
	.comments-title::after {
		flex: 1 1 auto;
		min-width: 2rem;
		width: auto;
	}
}

.comment-reply-title small {
	display: none;
}

.comment-list {
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0 0 2.25rem;
	padding: 0;
}

.comment-list .children {
	border-left: 0;
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 1rem 0 0 1.25rem;
	padding: 0 0 0 1rem;
}

.comment-list .children:has(.comment-respond) {
	border-left: 4px solid rgba(236, 30, 121, 0.24);
	padding-left: 1.25rem;
}

.comment-list .comment-body {
	background: #ffffff;
	border: 1px solid rgba(20, 10, 30, 0.1);
	border-left: 4px solid #ec1e79;
	border-radius: 6px;
	padding: 1.15rem 1.25rem;
}

.comment-list .children .comment-body {
	border-left-color: rgba(236, 30, 121, 0.58);
}

.comment-meta {
	margin-bottom: 0.75rem;
}

.comment-author {
	align-items: center;
	color: #17131c;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	gap: 0.45rem;
	line-height: 1.2;
}

.comment-author .avatar {
	display: none;
}

.comment-author .fn {
	color: #ec1e79;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.comment-author .says {
	color: #5a5360;
}

.comment-metadata {
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	margin: 0.45rem 0 0;
	text-transform: uppercase;
}

.comment-metadata a,
.comment-metadata a:visited {
	color: #8e8796;
	text-decoration: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #5a1fb8;
}

.comment-content {
	color: #17131c;
	font-size: 1.08rem;
	line-height: 1.55;
	margin: 0.75rem 0 0;
}

.comment-content p {
	margin: 0 0 0.85rem;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-body .reply {
	margin: 0.85rem 0 0;
}

.comment-reply-link {
	color: #ec1e79;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	color: #5a1fb8;
}

.comment-list .comment-respond {
	margin-top: 2.25rem;
}

.comment-awaiting-moderation {
	color: #5a5360;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.82rem;
	margin: 0.75rem 0 0;
	text-transform: uppercase;
}

.comments-area .navigation {
	margin: 1rem 0;
}

.comments-area .no-comments {
	color: #5a5360;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.comment-list + .comment-navigation,
.comment-list + .navigation {
	margin-bottom: 2rem;
}

@media screen and (max-width: 37.4375em) {
	.comment-list {
		gap: 0.85rem;
		margin-bottom: 1.75rem;
	}

	.comment-list .comment-body {
		padding: 1rem;
	}

	.comment-list .children {
		margin-left: 0.35rem;
		padding-left: 0.65rem;
	}

	.comment-list .children:has(.comment-respond) {
		padding-left: 0.85rem;
	}

	.comment-metadata,
	.comment-content,
	.comment-body .reply,
	.comment-awaiting-moderation {
		margin-left: 0;
	}

	.comment-content {
		font-size: 1rem;
	}
}

.comment-form {
	display: grid;
	gap: 1rem;
}

.comment-form p {
	margin: 0;
}

.comment-form label {
	color: #5a5360;
	display: block;
	font-family: "Space Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.comment-form .required,
.comment-form .required-field-message .required {
	color: #ec1e79;
}

.comment-form-cookies-consent {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	line-height: 1.45;
}

.comment-form-cookies-consent input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 0;
}

.comment-form-cookies-consent label {
	display: inline;
	margin: 0;
}

.comment-form .form-submit {
	margin: 1.15rem 0 1.75rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background: #ffffff;
	border: 1px solid rgba(20, 10, 30, 0.16);
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px rgba(255, 45, 120, 0);
	box-sizing: border-box;
	color: #17131c;
	padding: 0.85rem 0.95rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.comment-form textarea {
	min-height: 9rem;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: rgba(255, 45, 120, 0.68);
	box-shadow:
		0 0 0 3px rgba(255, 45, 120, 0.12),
		inset 0 0 0 1px rgba(255, 45, 120, 0.16);
	outline: none;
}

.comment-form .submit {
	appearance: none;
	background:
		linear-gradient(135deg, rgba(255, 134, 184, 0.94), rgba(255, 45, 120, 0.98) 48%, rgba(255, 90, 60, 0.98)),
		linear-gradient(135deg, #ff2d78, #ff5a3c);
	background-size: 160% 160%;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(236, 30, 121, 0.22);
	color: #ffffff;
	cursor: pointer;
	font-family: "Archivo", "Arial Narrow", Impact, sans-serif;
	font-weight: 800;
	min-height: 3.4rem;
	padding: 0.9rem 1.25rem;
	text-shadow: 0 1px 10px rgba(20, 5, 30, 0.28);
	transition: background-position 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.comment-form .submit:hover,
.comment-form .submit:focus {
	background-position: 100% 50%;
	box-shadow:
		0 12px 26px rgba(236, 30, 121, 0.3),
		0 0 18px rgba(255, 90, 60, 0.24);
	outline: none;
	transform: translateY(-1px);
}

.comment-form .submit:active {
	box-shadow: 0 6px 18px rgba(236, 30, 121, 0.2);
	transform: translateY(0);
}

@media screen and (min-width: 37.5em) {
	.comment-form {
		column-gap: 1.25rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.comment-form .comment-notes,
	.comment-form .logged-in-as,
	.comment-form-comment,
	.comment-form-url,
	.comment-form-cookies-consent,
	.comment-form .form-submit {
		grid-column: 1 / -1;
	}

	.comment-form-author {
		grid-column: 1;
	}

	.comment-form-email {
		grid-column: 2;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.feed-card,
.widget-area .widget {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
