:root {
	--cet-article-readable-width: 980px;
	--cet-edge-padding: 1.25rem;
	--cet-desktop-header-height: 124px;
	--cet-mobile-header-height: 4.1rem;
	--cet-site-background-desktop: url("../images/default-background-desktop.png");
	--cet-site-background-mobile: url("../images/default-background-mobile.png");
	--font-body-ja: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	--font-readable-ja: "Noto Sans JP", sans-serif;
	--font-display-ja: "Dela Gothic One", "Zen Kaku Gothic New", sans-serif;
	--font-display-en: "Space Grotesk", sans-serif;
	--font-label-en: "Barlow Condensed", sans-serif;
	--font-mono: "IBM Plex Mono", monospace;
	--font-pixel-ja: "DotGothic16", monospace;
}

.wp-site-blocks {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	overflow-x: hidden;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: min(var(--wp--style--global--content-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
}

.is-layout-constrained > .alignwide {
	max-width: min(var(--wp--style--global--wide-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
}

body {
	position: relative;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--ink);
	font-family: var(--font-body-ja);
	font-size: 0.95rem;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: 0;
	display: block;
	background:
		linear-gradient(180deg, rgba(13, 15, 23, 0.16), rgba(13, 15, 23, 0.72)),
		var(--cet-site-background-desktop),
		var(--wp--preset--color--base);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	pointer-events: none;
}

body::after {
	display: none;
	content: none;
}

a {
	color: var(--wp--preset--color--electric);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--wp--preset--color--neon-pink);
}

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

.site-header {
	position: sticky;
	z-index: 50;
	top: 0;
	border-bottom: 1px solid rgba(239, 230, 210, 0.18);
	background: rgba(13, 15, 23, 0.92);
	color: var(--wp--preset--color--ink);
	backdrop-filter: none;
}

.site-header__inner {
	box-sizing: border-box;
	display: flex;
	width: min(var(--wp--style--global--wide-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--s);
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}

.site-branding {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	gap: 0.85rem;
	min-width: 0;
}

.site-title {
	color: var(--wp--preset--color--toxic);
	font-family: var(--font-display-ja);
	font-size: 1.72rem;
	line-height: 1;
	max-width: 18ch;
	text-transform: uppercase;
}

.site-logo {
	display: none;
	line-height: 0;
}

.wp-custom-logo .site-branding .site-logo {
	display: block;
}

.wp-custom-logo .site-branding .site-title {
	display: none;
}

.site-logo a,
.site-logo img {
	display: block;
}

.site-logo img {
	width: auto;
	max-width: min(260px, 52vw);
	max-height: 84px;
	object-fit: contain;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-nav,
.header-subnav,
.wp-block-navigation.header-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 1.35rem;
	justify-content: flex-end;
	font-family: var(--font-display-ja);
}

.mobile-menu {
	display: none;
}

.site-nav a,
.header-subnav a {
	display: inline-flex;
	align-items: center;
	color: var(--wp--preset--color--ink);
	font-family: var(--font-display-ja);
	font-size: 1.05rem;
	line-height: 1;
	padding: 0;
	text-decoration: none;
}

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.site-nav a:hover,
.site-nav a:focus,
.header-subnav a:hover,
.header-subnav a:focus {
	color: var(--wp--preset--color--neon-pink);
}

@media (min-width: 1025px) {
	.wp-site-blocks {
		padding-top: var(--cet-desktop-header-height);
	}

	.home-template-page .home-hero {
		min-height: calc(100svh - var(--cet-desktop-header-height));
	}

	.site-header {
		position: fixed;
		right: 0;
		left: 0;
	}

	.site-header__inner {
		min-height: var(--cet-desktop-header-height);
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.site-logo img {
		max-height: 96px;
	}

	.site-nav a {
		position: relative;
	}

	.site-nav a.is-current {
		color: var(--wp--preset--color--toxic);
		animation: cet-current-nav-glitch 3.4s steps(1, end) infinite;
	}

	.site-nav a.is-current::before,
	.site-nav a.is-current::after {
		position: absolute;
		inset: 0;
		opacity: 0;
		pointer-events: none;
		content: attr(data-label);
	}

	.site-nav a.is-current::before {
		color: var(--wp--preset--color--neon-pink);
		transform: translate(1px, 0);
		animation: cet-current-nav-split 3.4s steps(1, end) infinite;
	}

	.site-nav a.is-current::after {
		color: var(--wp--preset--color--electric);
		transform: translate(-1px, 0);
		animation: cet-current-nav-split 3.4s steps(1, end) infinite reverse;
	}
}

.cet-ai-warning-active .wp-site-blocks {
	filter: blur(10px);
	pointer-events: none;
	user-select: none;
}

body.cet-ai-warning-active {
	overflow: hidden;
}

.cet-ai-warning-modal {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
	place-items: center;
	background: rgba(13, 15, 23, 0.42);
	padding: var(--cet-edge-padding);
}

.cet-ai-warning-modal[hidden] {
	display: none;
}

.cet-ai-warning-modal__panel {
	width: min(34rem, 100%);
	border: 1px solid rgba(182, 255, 59, 0.48);
	background:
		linear-gradient(135deg, rgba(255, 79, 184, 0.12), transparent 58%),
		rgba(13, 15, 23, 0.96);
	box-shadow: 10px 10px 0 rgba(91, 92, 255, 0.28);
	color: var(--wp--preset--color--ink);
	padding: clamp(1.5rem, 5vw, 2.5rem);
	text-align: center;
}

.cet-ai-warning-modal__label {
	margin: 0 0 0.85rem;
	color: var(--wp--preset--color--toxic);
	font-family: var(--font-mono);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.cet-ai-warning-modal__panel h2 {
	margin: 0;
	font-family: var(--font-body-ja);
	font-size: clamp(1rem, 2.8vw, 1.24rem);
	font-weight: 700;
	line-height: 1.8;
}

.cet-ai-warning-modal__button {
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	margin-top: 1.45rem;
	border: 1px solid rgba(182, 255, 59, 0.82);
	background: var(--wp--preset--color--toxic);
	box-shadow: 5px 5px 0 rgba(255, 79, 184, 0.28);
	color: var(--wp--preset--color--base);
	cursor: pointer;
	font-family: var(--font-body-ja);
	font-weight: 700;
	padding: 0.8rem 2rem;
}

.cet-ai-warning-modal__button:hover,
.cet-ai-warning-modal__button:focus {
	background: var(--wp--preset--color--neon-pink);
	color: var(--wp--preset--color--base);
}

.cet-scroll-float-item {
	opacity: 0;
	transform: translate3d(0, 2.15rem, 0) scale(0.982);
	transition:
		opacity 0.86s ease,
		transform 0.86s cubic-bezier(0.2, 0.7, 0.2, 1);
	transition-delay: calc(var(--cet-scroll-index, 0) * 58ms);
	will-change: opacity, transform;
}

.cet-scroll-float-item.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.cet-scroll-float-item {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@keyframes cet-current-nav-glitch {
	0%,
	7%,
	13%,
	47%,
	53%,
	81%,
	87%,
	100% {
		text-shadow: none;
		transform: translate(0, 0);
	}

	8%,
	48%,
	82% {
		text-shadow:
			1px 0 0 var(--wp--preset--color--neon-pink),
			-1px 0 0 var(--wp--preset--color--electric);
		transform: translate(1px, 0);
	}

	10%,
	50%,
	84% {
		text-shadow:
			-1px 0 0 var(--wp--preset--color--neon-pink),
			1px 0 0 var(--wp--preset--color--electric);
		transform: translate(-1px, 0);
	}
}

@keyframes cet-current-nav-split {
	0%,
	7%,
	13%,
	47%,
	53%,
	81%,
	87%,
	100% {
		opacity: 0;
	}

	8%,
	10%,
	48%,
	50%,
	82%,
	84% {
		opacity: 0.82;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-nav a.is-current,
	.site-nav a.is-current::before,
	.site-nav a.is-current::after {
		animation: none;
	}
}

.site-footer-links {
	background: transparent;
	color: var(--wp--preset--color--ink);
}

.site-footer-links__inner {
	display: flex !important;
	justify-content: center !important;
	align-items: center;
	gap: clamp(1.2rem, 4vw, 3rem);
	padding-top: var(--wp--preset--spacing--xl);
	padding-bottom: var(--wp--preset--spacing--m);
	text-align: center;
}

.site-footer-links__item {
	margin: 0;
}

.site-footer-links a {
	color: var(--wp--preset--color--ink);
	font-family: var(--font-display-ja);
	font-size: clamp(0.88rem, 1.35vw, 1.08rem);
	letter-spacing: 0;
	line-height: 1.1;
	text-decoration: none;
	transition: color 160ms ease, text-shadow 160ms ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
	color: var(--wp--preset--color--toxic);
	text-shadow: 3px 3px 0 rgba(255, 79, 184, 0.35);
}

.site-footer {
	border-top: 1px solid rgba(239, 230, 210, 0.18);
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink);
}

.site-footer__inner {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--m);
	padding-top: var(--wp--preset--spacing--l);
	padding-bottom: var(--wp--preset--spacing--l);
	text-align: left;
}

.site-footer__text {
	margin: 0;
}

.site-footer__copyright,
.site-footer__notice {
	margin: 0;
	color: rgba(239, 230, 210, 0.78);
	font-family: var(--font-mono);
	font-size: 0.78rem;
	letter-spacing: 0;
	line-height: 1.65;
}

.site-footer__notice {
	margin-top: 0.35rem;
}

.site-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
}

.site-social-links__item {
	display: inline-flex;
	width: 2.3rem;
	height: 2.3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(239, 230, 210, 0.28);
	background: rgba(13, 15, 23, 0.42);
	color: var(--wp--preset--color--toxic);
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-social-links__item:hover,
.site-social-links__item:focus-visible {
	background: var(--wp--preset--color--toxic);
	color: var(--wp--preset--color--base);
	transform: translateY(-2px);
}

.site-social-links__item svg {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
}

.site-social-links--footer {
	justify-content: flex-end;
	margin-left: auto;
}

.site-main {
	padding-top: var(--wp--preset--spacing--xl);
	padding-bottom: var(--wp--preset--spacing--xl);
}

.static-page-main {
	padding-top: var(--wp--preset--spacing--m);
}

.static-page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 16.875rem !important;
	border-top: 1px solid rgba(239, 230, 210, 0.14);
	border-bottom: 1px solid rgba(239, 230, 210, 0.18);
	background:
		linear-gradient(90deg, rgba(91, 92, 255, 0.2), transparent 34%),
		linear-gradient(135deg, transparent 0 47%, rgba(168, 74, 42, 0.36) 47% 53%, transparent 53%),
		var(--wp--preset--color--surface);
	margin-bottom: var(--wp--preset--spacing--m);
}

.static-page-hero.wp-block-cover.alignfull {
	width: 100vw;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.static-page-hero::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(13, 15, 23, 0.18), rgba(13, 15, 23, 0.78)),
		repeating-linear-gradient(0deg, rgba(239, 230, 210, 0.08) 0 1px, transparent 1px 5px);
	content: "";
	pointer-events: none;
}

.static-page-hero::after {
	position: absolute;
	right: max(var(--cet-edge-padding), calc((100% - var(--wp--style--global--wide-size)) / 2));
	bottom: 0.8rem;
	z-index: 3;
	width: 3.2rem;
	height: 3.75rem;
	background: var(--wp--preset--color--toxic);
	clip-path: polygon(43% 0, 68% 0, 55% 34%, 82% 34%, 31% 100%, 43% 52%, 19% 52%);
	content: "";
	filter: drop-shadow(7px 7px 0 rgba(255, 79, 184, 0.34));
	opacity: 0.78;
}

.static-page-hero .wp-block-cover__image-background,
.static-page-hero .wp-block-cover__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.static-page-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(var(--wp--style--global--wide-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
	min-height: inherit;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: var(--wp--preset--spacing--s);
	padding-bottom: var(--wp--preset--spacing--s);
}

.static-page-hero__inner {
	width: 100%;
	max-width: 46rem !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

.static-page-hero__kicker {
	display: inline-block;
	width: fit-content;
	margin: 0 auto 0.55rem;
	border: 1px solid rgba(239, 230, 210, 0.24);
	background: var(--wp--preset--color--rust);
	color: var(--wp--preset--color--ink);
	font-family: var(--font-label-en);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.05;
	padding: 0.2rem 0.55rem;
	text-transform: uppercase;
}

.static-page-hero__title {
	max-width: 12ch;
	margin: 0 auto;
	color: var(--wp--preset--color--toxic);
	font-family: var(--font-display-ja);
	font-size: 2.05rem;
	line-height: 1;
	text-shadow: 3px 3px 0 rgba(255, 79, 184, 0.4);
}

.static-page-hero__lead {
	max-width: 42rem;
	margin: 0.65rem auto 0;
	color: var(--wp--preset--color--ink);
	font-size: 0.92rem;
	line-height: 1.7;
}

.page-about .static-page-main > .wp-block-post-content,
.page-contact .static-page-main > .wp-block-post-content,
.virtual-page-about .static-page-main > .wp-block-post-content,
.virtual-page-contact .static-page-main > .wp-block-post-content {
	width: min(60rem, calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
	max-width: none;
	margin-top: var(--wp--preset--spacing--l);
	margin-right: auto;
	margin-left: auto;
}

.page-about .static-page-main > .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.page-contact .static-page-main > .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.virtual-page-about .static-page-main > .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.virtual-page-contact .static-page-main > .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: min(52rem, 100%);
}

.page-about .static-page-main > .wp-block-post-content > :where(p, ul, ol),
.page-contact .static-page-main > .wp-block-post-content > :where(p, ul, ol),
.virtual-page-about .static-page-main > .wp-block-post-content > :where(p, ul, ol),
.virtual-page-contact .static-page-main > .wp-block-post-content > :where(p, ul, ol) {
	max-width: min(46rem, 100%);
}

.wp-block-post-content > p,
.entry-content > p {
	margin-top: 1.35em;
	margin-bottom: 1.35em;
}

.wp-block-post-content > :where(h2.wp-block-heading, h2),
.entry-content > :where(h2.wp-block-heading, h2) {
	font-family: var(--font-display-ja);
	font-weight: 400;
	line-height: 1.18;
	margin-block-start: 64px;
	margin-block-end: 0.83em;
}

.wp-block-post-content > :where(h2.wp-block-heading, h2):first-of-type,
.entry-content > :where(h2.wp-block-heading, h2):first-of-type {
	margin-block-start: 24px;
}

.wp-block-post-content :where(h3.wp-block-heading, h3),
.entry-content :where(h3.wp-block-heading, h3) {
	border-bottom: 2px solid rgba(182, 255, 59, 0.76);
	padding-bottom: 0.28em;
}

.wp-block-post-content :where(h5.wp-block-heading, h5),
.wp-block-post-content :where(h6.wp-block-heading, h6),
.entry-content :where(h5.wp-block-heading, h5),
.entry-content :where(h6.wp-block-heading, h6) {
	font-size: 1em;
	line-height: 1.35;
}

.wp-block-post-content :where(h5.wp-block-heading, h5),
.entry-content :where(h5.wp-block-heading, h5) {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-block-start: 24px;
	margin-block-end: 0;
	margin-inline-start: 0 !important;
	margin-inline-end: auto !important;
	background: rgba(91, 92, 255, 0.22);
	box-shadow: inset 0 -0.16em 0 rgba(255, 79, 184, 0.42);
	color: var(--wp--preset--color--ink);
	padding: 0.34em 0.68em 0.38em;
}

.wp-block-post-content :where(h6.wp-block-heading, h6),
.entry-content :where(h6.wp-block-heading, h6) {
	position: relative;
	padding-left: 0.82em;
}

.wp-block-post-content :where(h6.wp-block-heading, h6)::before,
.entry-content :where(h6.wp-block-heading, h6)::before {
	position: absolute;
	top: 0.12em;
	bottom: 0.12em;
	left: 0;
	width: 0.22em;
	background: var(--wp--preset--color--toxic);
	box-shadow: 0.28em 0 0 rgba(255, 79, 184, 0.42);
	content: "";
}

.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-embed figcaption,
.wp-element-caption {
	color: var(--wp--preset--color--ink);
}

.dispatch-board {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(239, 230, 210, 0.22);
	background:
		linear-gradient(135deg, transparent 0 47%, rgba(168, 74, 42, 0.42) 47% 53%, transparent 53%),
		linear-gradient(180deg, rgba(182, 255, 59, 0.08), transparent 62%),
		var(--wp--preset--color--surface);
	box-shadow: 0 0 0 1px rgba(182, 255, 59, 0.2), 12px 12px 0 rgba(91, 92, 255, 0.3);
	padding-top: var(--wp--preset--spacing--l);
	padding-bottom: var(--wp--preset--spacing--l);
}

.dispatch-board::after {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 4.25rem;
	height: 4.25rem;
	border: 1px solid var(--wp--preset--color--toxic);
	background: var(--wp--preset--color--toxic);
	clip-path: polygon(43% 0, 68% 0, 55% 34%, 82% 34%, 31% 100%, 43% 52%, 19% 52%);
	content: "";
	opacity: 0.88;
}

.dispatch-board .wp-block-heading {
	color: var(--wp--preset--color--toxic);
	font-family: var(--font-display-ja);
	max-width: 14ch;
	text-shadow: 3px 3px 0 rgba(255, 79, 184, 0.4);
}

.dispatch-label,
.article-kicker,
.post-type-label,
.category-label,
.feature-label {
	display: inline-block;
	width: fit-content;
	border: 1px solid rgba(239, 230, 210, 0.24);
	background: var(--wp--preset--color--rust);
	color: var(--wp--preset--color--ink);
	padding: 0.2rem 0.55rem;
	font-family: var(--font-label-en);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.05;
	text-transform: uppercase;
}

.pixel-note,
.fake-sign,
.spoiler-notice {
	font-family: var(--font-pixel-ja);
}

.type-routes {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--s);
	margin-top: var(--wp--preset--spacing--l);
}

.type-route {
	display: flex;
	min-height: 7rem;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid rgba(239, 230, 210, 0.2);
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink);
	padding: var(--wp--preset--spacing--s);
	text-decoration: none;
}

.type-route span {
	color: var(--wp--preset--color--toxic);
	font-family: var(--font-label-en);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.type-route strong {
	display: block;
	color: var(--wp--preset--color--ink);
	font-family: var(--font-body-ja);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.type-route em {
	color: var(--wp--preset--color--muted);
	font-family: var(--font-mono);
	font-size: 0.72rem;
	font-style: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.type-route--essay {
	box-shadow: inset 0 4px 0 var(--wp--preset--color--toxic);
}

.type-route--review {
	box-shadow: inset 0 4px 0 var(--wp--preset--color--neon-pink);
}

.type-route--report {
	box-shadow: inset 0 4px 0 var(--wp--preset--color--electric);
}

.type-route--work {
	box-shadow: inset 0 4px 0 var(--wp--preset--color--rust);
}

.type-route:hover,
.type-route:focus {
	border-color: var(--wp--preset--color--neon-pink);
	box-shadow: inset 0 4px 0 var(--wp--preset--color--neon-pink), 6px 6px 0 rgba(255, 79, 184, 0.24);
	color: var(--wp--preset--color--ink);
	transform: translate(-2px, -2px);
}

.entry-card {
	border-top: 1px solid rgba(239, 230, 210, 0.22);
	background: var(--wp--preset--color--surface);
	padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--s) var(--wp--preset--spacing--s);
}

.entry-card .wp-block-post-title a,
.essay-list-item .wp-block-post-title a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.entry-card .wp-block-post-title a:hover,
.entry-card .wp-block-post-title a:focus,
.essay-list-item .wp-block-post-title a:hover,
.essay-list-item .wp-block-post-title a:focus {
	color: var(--wp--preset--color--neon-pink);
}

.post-meta,
.entry-meta,
.archive-meta,
.essay-meta {
	color: var(--wp--preset--color--muted);
	font-family: var(--font-mono);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	line-height: 1.45;
	text-transform: uppercase;
}

.entry-feature img,
.essay-cover img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 1px solid rgba(239, 230, 210, 0.2);
}

.editorial-intro-hero {
	display: grid;
	width: min(var(--wp--style--global--wide-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	align-items: center;
	gap: 0;
	margin: 3.25rem auto;
}

.editorial-intro-hero__media {
	margin: 0;
}

.editorial-intro-hero__media img,
.editorial-intro-hero__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border: 1px solid rgba(239, 230, 210, 0.18);
	box-shadow: -10px 10px 0 rgba(91, 92, 255, 0.26);
}

.editorial-intro-hero__content {
	position: relative;
	z-index: 2;
	border: 1px solid rgba(239, 230, 210, 0.22);
	background:
		linear-gradient(180deg, rgba(182, 255, 59, 0.08), transparent 58%),
		var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink);
	margin-left: -3.5rem;
	padding: 2rem;
}

.editorial-intro-hero__content::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 5.8rem;
	height: 0.35rem;
	background: var(--wp--preset--color--toxic);
	content: "";
}

.editorial-intro-hero__kicker {
	margin-bottom: 0.85rem;
	color: var(--wp--preset--color--toxic);
	font-family: var(--font-label-en);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.editorial-intro-hero__text {
	font-family: var(--font-body-ja);
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	line-height: 1.9;
}

.editorial-intro-hero__text > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.editorial-intro-hero__text > * + * {
	margin-block-start: 1em;
}

.editorial-intro-hero--no-image {
	display: block;
	max-width: min(var(--wp--style--global--wide-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
}

.editorial-intro-hero--no-image .editorial-intro-hero__content {
	max-width: 760px;
	margin-left: 0;
}

.article-main {
	padding-top: var(--wp--preset--spacing--xl);
}

.article-head {
	border-bottom: 1px solid rgba(239, 230, 210, 0.18);
	padding-bottom: var(--wp--preset--spacing--m);
}

.article-head > :where(.wp-block-post-title, .article-subtitle, .entry-meta, .essay-meta) {
	width: min(var(--wp--style--global--wide-size), 100%);
	max-width: min(var(--wp--style--global--wide-size), 100%) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.article-head > :where(.article-kicker, .essay-kicker) {
	margin-right: auto !important;
	margin-left: max(0px, calc((100% - var(--wp--style--global--wide-size)) / 2)) !important;
}

.article-head .wp-block-post-title {
	color: var(--wp--preset--color--ink);
	font-family: var(--font-display-en), var(--font-body-ja);
	text-wrap: balance;
}

.article-subtitle {
	margin-top: 0.7rem;
	margin-bottom: 0;
	color: rgba(239, 230, 210, 0.78);
	font-family: var(--font-body-ja);
	font-size: clamp(1.05rem, 2vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
}

.article-feature {
	margin-top: var(--wp--preset--spacing--l);
}

.article-paper {
	width: min(var(--wp--style--global--wide-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	border: 0;
	padding-top: var(--wp--preset--spacing--m);
	padding-bottom: var(--wp--preset--spacing--xl);
}

.article-paper .wp-block-post-content,
.article-paper .entry-content {
	color: var(--wp--preset--color--ink);
	font-family: var(--font-body-ja);
	max-width: min(var(--cet-article-readable-width), calc(100% - 4rem));
	margin-right: auto;
	margin-left: auto;
}

.article-paper .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.article-paper .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: min(var(--cet-article-readable-width), 100%);
}

.essay-shell {
	padding-top: var(--wp--preset--spacing--xl);
	padding-bottom: var(--wp--preset--spacing--xxl);
}

.essay-head .wp-block-post-title {
	font-family: var(--font-display-en), var(--font-body-ja);
	line-height: 1.12;
}

.essay-kicker {
	background: transparent;
	color: var(--wp--preset--color--toxic);
	border-color: rgba(182, 255, 59, 0.5);
}

.essay-body {
	background: transparent;
	border-top: 0;
	font-family: var(--font-body-ja);
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 2;
	padding-top: var(--wp--preset--spacing--l);
}

.essay-body > * + * {
	margin-block-start: 1.45em;
}

.essay-list {
	border-top: 1px solid rgba(239, 230, 210, 0.18);
	background: rgba(23, 26, 36, 0.72);
}

.essay-list-item {
	border-bottom: 1px solid rgba(239, 230, 210, 0.14);
	padding-top: var(--wp--preset--spacing--m);
	padding-bottom: var(--wp--preset--spacing--m);
}

.essay-list-item .wp-block-post-title {
	margin-bottom: 0.35rem;
}

.article-related {
	width: min(var(--wp--style--global--wide-size), calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)));
	margin: 80px auto var(--wp--preset--spacing--xl);
}

.article-related__heading {
	margin: 0 0 1.1rem;
	color: var(--wp--preset--color--toxic);
	font-family: var(--font-display-ja), var(--font-body-ja);
	font-size: clamp(1.35rem, 3vw, 2.15rem);
	font-weight: 400;
	line-height: 1;
	text-shadow: 3px 3px 0 rgba(255, 79, 184, 0.28);
}

.article-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: start;
}

.article-related .features-card {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}

.article-related .features-card__link {
	display: block;
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.article-related .features-card__media {
	position: relative;
	overflow: hidden;
	background: var(--wp--preset--color--surface);
}

.article-related .features-card__media::before,
.article-related .features-card__media::after {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	content: "";
}

.article-related .features-card__media::before {
	z-index: 2;
	background:
		linear-gradient(90deg, transparent, rgba(182, 255, 59, 0.25), transparent),
		repeating-linear-gradient(0deg, rgba(239, 230, 210, 0.08) 0 1px, transparent 1px 4px);
	mix-blend-mode: screen;
}

.article-related .features-card__media::after {
	z-index: 3;
	border: 1px solid rgba(255, 79, 184, 0.5);
}

.article-related .features-card__image,
.article-related .features-card__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.article-related .features-card__placeholder {
	display: grid;
	place-items: center;
	border: 1px solid rgba(239, 230, 210, 0.14);
	color: var(--wp--preset--color--muted);
	font-family: var(--font-pixel-ja);
}

.article-related .features-card__overlay {
	position: absolute;
	z-index: 4;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.55rem;
	padding: 1rem;
	background: linear-gradient(to top, rgba(13, 15, 23, 0.9), rgba(13, 15, 23, 0.08));
	color: var(--wp--preset--color--ink);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.article-related .features-card__meta,
.article-related .features-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.article-related .features-card__meta span:first-child {
	color: var(--wp--preset--color--toxic);
}

.article-related .features-card__tags {
	color: var(--wp--preset--color--muted);
}

.article-related .features-card__title {
	margin: 0.7rem 0 0;
	color: var(--wp--preset--color--ink);
	font-family: var(--font-body-ja);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.article-related .features-card__read-ghost {
	display: none;
}

.article-related .features-card:hover .features-card__overlay,
.article-related .features-card:focus-within .features-card__overlay {
	opacity: 1;
}

.article-related .features-card:hover .features-card__media::before,
.article-related .features-card:focus-within .features-card__media::before {
	opacity: 1;
	animation: cet-electric-noise 0.45s steps(2, end) infinite;
}

.article-related .features-card:hover .features-card__media::after,
.article-related .features-card:focus-within .features-card__media::after {
	opacity: 1;
}

@keyframes cet-electric-noise {
	0% {
		transform: translateX(-8%);
	}

	50% {
		transform: translateX(8%);
	}

	100% {
		transform: translateX(-4%);
	}
}

.not-found-panel {
	border: 1px solid rgba(239, 230, 210, 0.22);
	background: var(--wp--preset--color--surface);
	padding: var(--wp--preset--spacing--l);
}

@media (min-width: 782px) {
	:root {
		--cet-edge-padding: 2rem;
	}

	.wp-block-post-content :where(h2.wp-block-heading, h2),
	.entry-content :where(h2.wp-block-heading, h2) {
		font-size: 2.25em;
	}
}

@media (min-width: 1200px) {
	:root {
		--cet-edge-padding: 2.5rem;
	}
}

@media (max-width: 1024px) {
	body::before {
		background:
			linear-gradient(180deg, rgba(13, 15, 23, 0.12), rgba(13, 15, 23, 0.7)),
			var(--cet-site-background-mobile),
			var(--wp--preset--color--base);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.site-header {
		position: fixed;
		right: 0;
		left: 0;
		border-bottom: 0;
		background: transparent;
		backdrop-filter: none;
		pointer-events: none;
	}

	.site-header__inner {
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		min-height: 3rem;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
	}

	.site-nav {
		display: none;
	}

	.site-branding {
		align-items: center;
		max-width: calc(100% - 4rem);
		pointer-events: auto;
	}

	.site-title {
		display: flex;
		min-height: 3rem;
		align-items: center;
		font-size: clamp(1.15rem, 5vw, 1.45rem);
		max-width: 13ch;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-logo a {
		display: flex;
		height: 3rem;
		align-items: center;
	}

	.site-logo img {
		max-width: min(190px, 56vw);
		max-height: 2.85rem;
	}

	.mobile-menu {
		position: relative;
		display: block;
		margin-left: auto;
		pointer-events: auto;
	}

	.mobile-menu__backdrop {
		position: fixed;
		z-index: 58;
		inset: 0;
		display: none;
		background: rgba(13, 15, 23, 0.58);
	}

	.mobile-menu__button {
		display: flex;
		width: 3rem;
		height: 3rem;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 0.32rem;
		border: 0;
		background: transparent;
		cursor: pointer;
		list-style: none;
	}

	.mobile-menu__button::-webkit-details-marker {
		display: none;
	}

	.mobile-menu__button::marker {
		content: "";
	}

	.mobile-menu__button span {
		display: block;
		width: 1.35rem;
		height: 2px;
		background: var(--wp--preset--color--toxic);
	}

	.mobile-menu[open] .mobile-menu__button {
		color: var(--wp--preset--color--neon-pink);
	}

	.mobile-menu[open] .mobile-menu__button span {
		background: var(--wp--preset--color--neon-pink);
	}

	.mobile-menu[open] .mobile-menu__backdrop {
		display: block;
	}

	.mobile-menu__panel {
		position: fixed;
		z-index: 60;
		top: 0.75rem;
		right: var(--cet-edge-padding);
		display: grid;
		gap: 0.78rem;
		width: min(19rem, calc(100vw - var(--cet-edge-padding) - var(--cet-edge-padding)));
		border: 1px solid rgba(182, 255, 59, 0.36);
		background: rgba(23, 26, 36, 0.98);
		box-shadow: 8px 8px 0 rgba(255, 79, 184, 0.22);
		padding: 0.78rem 0.95rem 1.05rem;
	}

	.mobile-menu__close {
		justify-self: end;
		width: 2.4rem;
		height: 2.4rem;
		border: 1px solid rgba(255, 79, 184, 0.72);
		background: transparent;
		color: var(--wp--preset--color--neon-pink);
		cursor: pointer;
		font-family: var(--font-display-en);
		font-size: 1.3rem;
		line-height: 1;
	}

	.mobile-menu__close:hover,
	.mobile-menu__close:focus {
		background: var(--wp--preset--color--neon-pink);
		color: var(--wp--preset--color--base);
	}

	.mobile-menu__panel a {
		display: block;
		color: var(--wp--preset--color--ink);
		font-family: var(--font-display-ja);
		font-size: 1.15rem;
		line-height: 1;
		padding: 0.95rem 0;
		text-decoration: none;
	}

	.mobile-menu__panel a:hover,
	.mobile-menu__panel a:focus {
		color: var(--wp--preset--color--neon-pink);
	}

	.mobile-menu__socials {
		justify-content: flex-end;
		justify-self: end;
		margin-top: 1.1rem;
		padding-top: 0.85rem;
		border-top: 1px solid rgba(239, 230, 210, 0.14);
	}

	.mobile-menu__panel .mobile-menu__socials .site-social-links__item {
		display: inline-flex;
		width: 2.25rem;
		height: 2.25rem;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 1px solid rgba(239, 230, 210, 0.28);
		background: rgba(13, 15, 23, 0.48);
		color: var(--wp--preset--color--toxic);
		font-size: 1rem;
		line-height: 1;
	}

	.mobile-menu__panel .mobile-menu__socials .site-social-links__item:hover,
	.mobile-menu__panel .mobile-menu__socials .site-social-links__item:focus {
		background: var(--wp--preset--color--toxic);
		color: var(--wp--preset--color--base);
	}

	.editorial-intro-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		margin-top: 2.5rem;
		margin-bottom: 3rem;
	}

	.editorial-intro-hero__content {
		width: calc(100% - 2rem);
		margin: -3rem 0 0 auto;
		padding: 1.25rem;
	}

	.editorial-intro-hero__text {
		font-size: 0.95rem;
		line-height: 1.9;
	}

	.editorial-intro-hero--no-image .editorial-intro-hero__content {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 720px) {
	.site-header__inner {
		align-items: flex-start;
		gap: var(--wp--preset--spacing--s);
		min-height: auto;
	}

	.dispatch-board {
		box-shadow: 6px 6px 0 rgba(91, 92, 255, 0.28);
	}

	.dispatch-board::after {
		width: 3rem;
		height: 3rem;
		opacity: 0.62;
	}

	.type-routes {
		grid-template-columns: 1fr;
	}

	.site-main,
	.essay-shell,
	.static-page-main {
		padding-top: var(--wp--preset--spacing--l);
		padding-bottom: var(--wp--preset--spacing--xl);
	}

	.static-page-main {
		padding-top: var(--wp--preset--spacing--s);
	}

	.static-page-hero {
		min-height: 12.75rem !important;
		margin-bottom: var(--wp--preset--spacing--m);
	}

	.static-page-hero .wp-block-cover__inner-container {
		padding-top: 0.85rem;
		padding-bottom: 0.85rem;
	}

	.static-page-hero::after {
		right: var(--cet-edge-padding);
		bottom: 0.9rem;
		width: 3rem;
		height: 3.5rem;
		opacity: 0.68;
	}

	.static-page-hero__kicker {
		margin-bottom: 0.4rem;
		font-size: 0.78rem;
	}

	.static-page-hero__title {
		font-size: 1.55rem;
	}

	.static-page-hero__lead {
		max-width: calc(100% - 2.5rem);
		margin-top: 0.45rem;
		font-size: 0.82rem;
		line-height: 1.55;
	}

	.article-head .wp-block-post-title,
	.article-head .article-subtitle,
	.essay-head .wp-block-post-title {
		max-width: 100%;
	}

	.article-head > :where(.article-kicker, .essay-kicker) {
		margin-left: 0 !important;
	}

	.article-paper .wp-block-post-content,
	.article-paper .entry-content {
		max-width: 100%;
	}

	.article-related {
		width: min(calc(100% - var(--cet-edge-padding) - var(--cet-edge-padding)), 42rem);
		margin-bottom: var(--wp--preset--spacing--xl);
	}

	.article-related__heading {
		font-size: 1.35rem;
	}

	.article-related__grid {
		display: flex;
		overflow-x: auto;
		gap: 1rem;
		margin-right: calc(var(--cet-edge-padding) * -1);
		margin-left: calc(var(--cet-edge-padding) * -1);
		padding-right: var(--cet-edge-padding);
		padding-bottom: 0.8rem;
		padding-left: var(--cet-edge-padding);
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.article-related__card {
		flex: 0 0 min(76vw, 18rem);
		scroll-snap-align: start;
	}

	.article-related .features-card__overlay {
		opacity: 1;
	}

	.editorial-intro-hero__content {
		width: 90%;
	}

	.article-head .has-huge-font-size,
	.essay-head .has-huge-font-size {
		font-size: 1.85rem !important;
		line-height: 1.18;
	}

	.dispatch-board .has-huge-font-size {
		font-size: 2rem !important;
		line-height: 1.08;
	}

	.dispatch-board,
	.not-found-panel {
		padding-top: var(--wp--preset--spacing--m);
		padding-bottom: var(--wp--preset--spacing--m);
	}

	.wp-block-post-title,
	.dispatch-board .wp-block-heading {
		overflow-wrap: anywhere;
	}
}
