/*!
Theme Name: Neural Ecstasy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
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%;
}

/* 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: #fff;
}

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;
}

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;
	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;
}

.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);
}

.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: 1.05rem;
	justify-content: center;
	letter-spacing: 0.14em;
	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;
}

.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-main {
	margin: 0 auto;
	max-width: 75rem;
	padding: 2rem 1.125rem 4rem;
}

.site-content--feed {
	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--single {
	max-width: 88rem;
	padding-top: clamp(3.5rem, 6vw, 5.75rem);
}

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

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

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

.single-post-primary .post-thumbnail {
	background: #130b1d;
	border-radius: 10px;
	display: block;
	grid-area: media;
	margin: 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;
}

.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;
}

.single-post-primary .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;
}

.single-post-primary .entry-content ul,
.single-post-primary .entry-content ol {
	line-height: 1.42;
	margin-bottom: 1.5em;
	margin-top: 0.85em;
}

.single-post-primary .entry-content li + li {
	margin-top: 0.7em;
}

.single-post-primary .related-posts {
	grid-area: related;
}

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

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

.entry-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.1rem;
}

.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 1.65rem;
}

.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: 3.25rem;
	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;
}

.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;
}

.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-top: 2.75rem;
}

.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;
}

.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;
	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;
	}

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

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

	.site-hero__meta {
		font-size: 1rem;
		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--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: 1.22rem;
	}

	.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;
	}
}

@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;
	}

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

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

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

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

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

	.single-post-layout {
		align-items: start;
		display: grid;
		gap: 3rem;
		grid-template-areas:
			"media toc"
			"content toc"
			"footer toc"
			"related toc"
			"comments toc";
		grid-template-columns: minmax(0, 1fr) 19.375rem;
	}

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

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

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

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

.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: 1.08rem;
	gap: 0.45rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

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

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

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	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;
}

.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__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 {
	color: #27212e;
	display: block;
	line-height: 1.22;
	text-decoration: none;
}

.single-post-sidebar .post-toc a:hover,
.single-post-sidebar .post-toc a:focus {
	color: #ec1e79;
}

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

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

.author-bio {
	border-top: 1px solid currentColor;
	display: flex;
	gap: 1rem;
	padding-top: 1.5rem;
}

.author-bio__avatar img {
	border-radius: 50%;
	display: block;
}

.author-bio__content p {
	margin-top: 0;
}

.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;
}

.related-posts__item:last-child {
	border-bottom: 0;
}

/* 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;
	}
}

.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 {
	gap: 1.5rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	align-items: center;
	border: 0;
	border-radius: 0;
	color: #d92f77;
	display: inline-flex;
	font-family: "Archivo", sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	gap: 0.45rem;
	line-height: 1.2;
	padding: 0;
	text-decoration: none;
	transition: color 160ms ease, gap 160ms ease;
}

.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: inline;
}

.comments-area {
	border-top: 1px solid rgba(20, 10, 30, 0.09);
	padding-top: 1.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;
}

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

.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 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: 12rem;
}

.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);
}

/* 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;
}
