/*
Theme Name: FCM Fight Club München
Author: FCM Fight Club München
Description: Zweispaltiges, responsives Fight-Club-Theme mit linker Metall-Navigation, Electric-Blue-Akzenten und den originalen FCM-Rahmengrafiken.
Version: 1.2.0
Requires at least: 7.0
Tested up to: 7.0.4
Requires PHP: 8.1
Text Domain: fcm-fight-club-muenchen
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

:root {
	--fcm-black: #070a0d;
	--fcm-black-soft: #0d1217;
	--fcm-panel: #11171d;
	--fcm-panel-raised: #171e25;
	--fcm-steel: #77818a;
	--fcm-silver: #d9e0e5;
	--fcm-white: #fff;
	--fcm-blue: #09a8ff;
	--fcm-blue-deep: #0069a7;
	--fcm-yellow: #f0b400;
	--fcm-orange: #ff6a00;
	--fcm-muted: #9da8b2;
	--fcm-border: rgba(190, 207, 220, 0.25);
	--fcm-title-font: Bahnschrift, "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	--fcm-body-font: Inter, "Segoe UI", Arial, sans-serif;
	--fcm-content-width: 1560px;
	--fcm-sidebar-width: clamp(290px, 23vw, 360px);
	--fcm-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: var(--fcm-black);
	background-image:
		radial-gradient(circle at 22% 12%, rgba(0, 153, 255, 0.15), transparent 30rem),
		radial-gradient(circle at 80% 28%, rgba(255, 94, 0, 0.08), transparent 26rem),
		linear-gradient(45deg, rgba(255, 255, 255, 0.018) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.018) 75%),
		linear-gradient(-45deg, rgba(255, 255, 255, 0.012) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.012) 75%);
	background-position: center, center, 0 0, 3px 3px;
	background-size: auto, auto, 6px 6px, 6px 6px;
	color: var(--fcm-silver);
	font-family: var(--fcm-body-font);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

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

a {
	color: var(--fcm-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

a:hover,
a:focus {
	color: #8ad8ff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--fcm-yellow);
	outline-offset: 3px;
}

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

button,
input[type="submit"],
.button-link,
.wp-element-button,
.wp-block-button__link {
	background: linear-gradient(180deg, #ffd038, var(--fcm-yellow));
	border: 1px solid #ffe279;
	border-bottom-color: #8c6600;
	border-radius: 2px;
	box-shadow: 0 4px 0 #6e5000, 0 8px 20px rgba(0, 0, 0, 0.35);
	color: #090b0d;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--fcm-title-font);
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.1;
	padding: 0.8rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

button:hover,
input[type="submit"]:hover,
.button-link:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
	background: #ffd74f;
	color: #000;
	transform: translateY(-1px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--fcm-white);
	font-family: var(--fcm-title-font);
	font-stretch: condensed;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.12;
	margin-block: 0 0.7em;
	text-wrap: balance;
}

h1 { font-size: clamp(2.2rem, 4.5vw, 4.4rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }

p,
ul,
ol,
blockquote,
pre,
table {
	margin-block: 0 1.35rem;
}

hr {
	border: 0;
	border-top: 1px solid var(--fcm-border);
	box-shadow: 0 -1px var(--fcm-black);
	margin-block: 2rem;
}

blockquote {
	background: rgba(9, 168, 255, 0.06);
	border-left: 5px solid var(--fcm-blue);
	color: #eef8ff;
	font-size: 1.08em;
	margin-inline: 0;
	padding: 1.2rem 1.5rem;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th,
td {
	border: 1px solid var(--fcm-border);
	padding: 0.7rem 0.8rem;
	text-align: left;
}

th {
	background: rgba(9, 168, 255, 0.09);
	color: var(--fcm-white);
	font-family: var(--fcm-title-font);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

code,
pre {
	font-family: "Cascadia Code", Consolas, monospace;
}

pre {
	background: #050709;
	border: 1px solid #29333c;
	overflow: auto;
	padding: 1rem;
}

.site {
	min-height: 100vh;
}

.site-header {
	background: #030507;
	border-bottom: 2px solid #29343d;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.65), 0 1px 0 rgba(9, 168, 255, 0.35);
	position: relative;
	z-index: 10;
}

.site-header::after {
	background: linear-gradient(90deg, transparent, var(--fcm-blue), #d9f3ff, var(--fcm-blue), transparent);
	bottom: -2px;
	box-shadow: 0 0 16px var(--fcm-blue);
	content: "";
	height: 2px;
	left: 18%;
	position: absolute;
	width: 64%;
}

.banner-link {
	display: block;
}

.site-banner {
	aspect-ratio: 2048 / 682;
	object-fit: cover;
	width: 100%;
}

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

.site-layout {
	align-items: start;
	display: grid;
	gap: clamp(1.2rem, 2.5vw, 3rem);
	grid-template-columns: var(--fcm-sidebar-width) minmax(0, 1fr);
	margin: 0 auto;
	max-width: var(--fcm-content-width);
	padding: clamp(1.3rem, 3vw, 3.6rem) clamp(1rem, 2.5vw, 2.5rem) 4rem;
	position: relative;
}

.site-sidebar {
	align-self: start;
	filter: drop-shadow(0 22px 25px rgba(0, 0, 0, 0.6));
	max-height: calc(100vh - 2.5rem);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: sticky;
	scrollbar-color: var(--fcm-blue-deep) #080b0e;
	scrollbar-width: thin;
	top: 1.25rem;
}

.site-sidebar::-webkit-scrollbar {
	width: 7px;
}

.site-sidebar::-webkit-scrollbar-track {
	background: #080b0e;
}

.site-sidebar::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, var(--fcm-blue), var(--fcm-blue-deep));
	border-radius: 10px;
}

.menu-shell {
	isolation: isolate;
	position: relative;
}

.menu-edge {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 100%;
	z-index: 4;
}

.menu-edge-top {
	aspect-ratio: 1983 / 417;
	background-image: url("assets/images/menu-top.png");
	margin-bottom: -2px;
}

.menu-edge-bottom {
	aspect-ratio: 1983 / 417;
	background-image: url("assets/images/menu-bottom.png");
	margin-top: -2px;
}

.menu-frame-body {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 20%, transparent 80%, rgba(255, 255, 255, 0.025)),
		repeating-linear-gradient(135deg, transparent 0 5px, rgba(255, 255, 255, 0.01) 5px 6px),
		#0a0d10;
	border-block: 1px solid #3e4850;
	min-height: 440px;
	position: relative;
}

.menu-frame-body::before {
	background: linear-gradient(180deg, rgba(9, 168, 255, 0.16), transparent 7rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.menu-edge-vertical {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -1px;
	pointer-events: none;
	position: absolute;
	top: -1px;
	width: clamp(42px, 4vw, 54px);
	z-index: 3;
}

.menu-edge-left {
	background-image: url("assets/images/menu-left.png");
	left: 0;
}

.menu-edge-right {
	background-image: url("assets/images/menu-right.png");
	right: 0;
}

.menu-inner {
	padding: 1.2rem clamp(3.2rem, 4.2vw, 4.4rem) 1.5rem;
	position: relative;
	z-index: 5;
}

.menu-kicker,
.section-code {
	color: var(--fcm-blue);
	font-family: "Cascadia Code", Consolas, monospace;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.menu-custom-logo {
	margin: 0 auto 1rem;
	max-width: 150px;
}

.menu-custom-logo a,
.menu-custom-logo img {
	display: block;
	width: 100%;
}

.menu-heading {
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	letter-spacing: 0.03em;
	margin-bottom: 1.15rem;
	text-transform: uppercase;
}

.menu-heading::after,
.widget-title::after {
	background: repeating-linear-gradient(135deg, var(--fcm-yellow) 0 9px, #101216 9px 18px);
	box-shadow: 0 0 12px rgba(240, 180, 0, 0.22);
	content: "";
	display: block;
	height: 5px;
	margin-top: 0.55rem;
	width: 100%;
}

.primary-menu,
.primary-menu ul,
.footer-menu,
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu > li {
	border-bottom: 1px solid rgba(170, 188, 201, 0.16);
	position: relative;
}

.primary-menu > li:first-child {
	border-top: 1px solid rgba(170, 188, 201, 0.16);
}

.primary-menu a {
	color: #d5dde3;
	display: block;
	font-family: var(--fcm-title-font);
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.2;
	padding: 0.85rem 0.35rem 0.78rem 1.1rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-menu > li > a::before {
	background: var(--fcm-blue);
	box-shadow: 0 0 9px var(--fcm-blue);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
	background: linear-gradient(90deg, rgba(9, 168, 255, 0.18), transparent);
	color: var(--fcm-white);
	padding-left: 1.35rem;
}

.primary-menu .current-menu-item > a::before,
.primary-menu .current_page_item > a::before {
	background: var(--fcm-yellow);
	box-shadow: 0 0 10px var(--fcm-yellow);
}

.primary-menu .sub-menu {
	border-left: 1px solid rgba(9, 168, 255, 0.35);
	margin: 0 0 0.7rem 1rem;
	padding-left: 0.55rem;
}

.primary-menu .sub-menu a {
	font-size: 0.78rem;
	padding-block: 0.55rem;
	padding-left: 0.6rem;
	text-transform: none;
}

.submenu-toggle {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--fcm-blue);
	min-height: 42px;
	padding: 0.5rem;
	position: absolute;
	right: 0;
	top: 0.25rem;
	z-index: 2;
}

.submenu-toggle:hover {
	background: rgba(9, 168, 255, 0.12);
	color: #fff;
	transform: none;
}

.submenu-toggle::before {
	content: "+";
	font-size: 1.25rem;
}

.submenu-toggle[aria-expanded="true"]::before {
	content: "−";
}

.js .primary-menu .menu-item-has-children:not(.submenu-open) > .sub-menu {
	display: none;
}

.menu-widgets,
.menu-default-search {
	border-top: 1px solid rgba(9, 168, 255, 0.2);
	margin-top: 1.5rem;
	padding-top: 1.4rem;
}

.widget {
	font-size: 0.86rem;
	margin-bottom: 1.6rem;
}

.widget-title {
	font-size: 1.05rem;
	text-transform: uppercase;
}

.widget li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: 0.4rem;
}

.widget a {
	text-decoration: none;
}

.site-main {
	min-width: 0;
}

.page-heading,
.entry-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 18rem),
		linear-gradient(180deg, rgba(24, 32, 39, 0.98), rgba(11, 15, 19, 0.98));
	border: 1px solid var(--fcm-border);
	box-shadow: var(--fcm-shadow), inset 0 1px rgba(255, 255, 255, 0.06);
	position: relative;
}

.page-heading::before,
.entry-card::before {
	background: linear-gradient(90deg, var(--fcm-blue), transparent 45%);
	content: "";
	height: 3px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 65%;
}

.page-heading::after,
.entry-card::after {
	border-bottom: 12px solid var(--fcm-yellow);
	border-left: 12px solid transparent;
	bottom: 5px;
	content: "";
	height: 0;
	position: absolute;
	right: 5px;
	width: 0;
}

.page-heading {
	margin-bottom: 1.5rem;
	overflow: hidden;
	padding: clamp(1.4rem, 3vw, 2.7rem);
}

.page-heading h1,
.industrial-heading .entry-title {
	background: linear-gradient(180deg, #fff 5%, #9ea9b1 50%, #f6f8f9 80%, #707982 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 4px 0 #020304) drop-shadow(0 0 12px rgba(9, 168, 255, 0.13));
	margin-bottom: 0;
	text-transform: uppercase;
}

.archive-description {
	color: var(--fcm-muted);
	margin-top: 1rem;
}

.archive-description > :last-child {
	margin-bottom: 0;
}

.post-grid {
	display: grid;
	gap: 1.5rem;
}

.entry-card {
	overflow: hidden;
}

.post-thumbnail {
	background: #050607;
	display: block;
	overflow: hidden;
}

.post-thumbnail img {
	aspect-ratio: 16 / 7;
	object-fit: cover;
	transition: filter 220ms ease, transform 350ms ease;
	width: 100%;
}

.post-thumbnail:hover img,
.post-thumbnail:focus img {
	filter: contrast(1.08) saturate(1.1);
	transform: scale(1.018);
}

.entry-card-content,
.single-entry > .entry-header,
.page-entry > .entry-header,
.entry-content,
.single-footer,
.comments-area {
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.single-entry > .entry-header,
.page-entry > .entry-header {
	padding-bottom: 1.4rem;
}

.entry-title {
	word-break: break-word;
}

.post-card .entry-title {
	font-size: clamp(1.65rem, 3.5vw, 2.8rem);
	margin-bottom: 0.65rem;
}

.entry-title a {
	color: var(--fcm-white);
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #a9e4ff;
}

.entry-meta {
	align-items: center;
	color: var(--fcm-muted);
	display: flex;
	flex-wrap: wrap;
	font-family: "Cascadia Code", Consolas, monospace;
	font-size: 0.72rem;
	gap: 0.55rem;
	letter-spacing: 0.055em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.meta-separator {
	color: var(--fcm-yellow);
}

.entry-summary,
.entry-content {
	color: #c5ced5;
}

.entry-summary > :last-child,
.entry-content > :last-child {
	margin-bottom: 0;
}

.entry-footer {
	align-items: center;
	border-top: 1px solid rgba(190, 207, 220, 0.13);
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 1.4rem;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding-top: 1.1rem;
}

.read-more {
	color: var(--fcm-yellow);
	font-family: var(--fcm-title-font);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.category-links,
.tag-links,
.edit-link {
	font-size: 0.78rem;
}

.single-thumbnail {
	border-block: 1px solid var(--fcm-border);
}

.single-thumbnail img {
	max-height: 650px;
	object-fit: cover;
	width: 100%;
}

.single-footer {
	border-top: 1px solid var(--fcm-border);
	margin-top: 0;
}

.alignwide {
	margin-left: min(-4vw, -2rem);
	margin-right: min(-4vw, -2rem);
	max-width: calc(100% + min(8vw, 4rem));
	width: calc(100% + min(8vw, 4rem));
}

.alignfull {
	margin-left: calc(clamp(1.25rem, 3vw, 2.5rem) * -1);
	margin-right: calc(clamp(1.25rem, 3vw, 2.5rem) * -1);
	max-width: none;
	width: auto;
}

.wp-caption,
.gallery-caption {
	color: var(--fcm-muted);
	font-size: 0.82rem;
}

.wp-caption-text {
	margin-top: 0.45rem;
}

.bypostauthor > .comment-body {
	border-left-color: var(--fcm-yellow);
}

.sticky {
	border-color: rgba(240, 180, 0, 0.5);
}

.sticky::before {
	background: linear-gradient(90deg, var(--fcm-yellow), var(--fcm-orange), transparent 50%);
}

.search-form {
	display: flex;
	gap: 0.55rem;
	width: 100%;
}

.search-form label {
	flex: 1;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
	background: #06090c;
	border: 1px solid #394651;
	border-radius: 2px;
	color: var(--fcm-white);
	min-height: 46px;
	padding: 0.65rem 0.75rem;
	width: 100%;
}

textarea {
	min-height: 160px;
	resize: vertical;
}

.search-submit {
	box-shadow: 0 3px 0 #6e5000;
	font-size: 0.76rem;
	padding-inline: 0.75rem;
}

.navigation.pagination,
.post-navigation,
.comment-navigation {
	margin-top: 1.6rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: space-between;
}

.pagination .page-numbers,
.post-navigation a,
.comment-navigation a {
	background: var(--fcm-panel);
	border: 1px solid var(--fcm-border);
	color: var(--fcm-silver);
	display: inline-flex;
	padding: 0.65rem 0.85rem;
	text-decoration: none;
}

.pagination .current,
.pagination a:hover,
.post-navigation a:hover {
	border-color: var(--fcm-blue);
	color: var(--fcm-white);
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 1 260px;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	display: block;
}

.nav-subtitle {
	color: var(--fcm-yellow);
	display: block;
	font-family: var(--fcm-title-font);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.nav-title {
	display: block;
	font-weight: 700;
}

.comments-area {
	margin-top: 1.6rem;
}

.comment-list,
.comment-list .children {
	list-style: none;
	padding-left: 0;
}

.comment-list .children {
	margin-left: clamp(0.8rem, 3vw, 2rem);
}

.comment-body {
	border-left: 3px solid var(--fcm-blue-deep);
	margin-block: 1rem;
	padding: 1rem 1rem 0.2rem;
}

.comment-meta {
	font-size: 0.82rem;
}

.comment-author img {
	border: 1px solid var(--fcm-steel);
	float: left;
	margin-right: 0.7rem;
}

.error-404 {
	padding: clamp(1.5rem, 4vw, 3.5rem);
}

.error-code {
	color: rgba(9, 168, 255, 0.12);
	font-family: Impact, var(--fcm-title-font);
	font-size: clamp(7rem, 23vw, 18rem);
	font-weight: 900;
	line-height: 0.72;
	margin: 0;
	position: absolute;
	right: -0.02em;
	top: 0.08em;
}

.error-404 .entry-header,
.error-404 .entry-content {
	max-width: 680px;
	padding: 0;
	position: relative;
}

.site-footer {
	background: #050709;
	border-top: 1px solid #303b44;
	box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.4);
	padding: 1.5rem max(1rem, calc((100vw - var(--fcm-content-width)) / 2 + 2rem));
}

.footer-widgets {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-bottom: 1.5rem;
}

.footer-bar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	justify-content: space-between;
}

.footer-brand {
	align-items: center;
	display: flex;
	font-family: var(--fcm-title-font);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.status-light {
	background: var(--fcm-blue);
	border-radius: 50%;
	box-shadow: 0 0 12px var(--fcm-blue);
	height: 7px;
	margin-right: 0.7rem;
	width: 7px;
}

.footer-year {
	color: var(--fcm-muted);
	margin-left: 0.6rem;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.2rem;
}

.footer-menu a {
	color: var(--fcm-muted);
	font-size: 0.76rem;
	text-decoration: none;
	text-transform: uppercase;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--fcm-yellow);
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-weight: 700;
	height: auto;
	left: 1rem;
	padding: 0.8rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

@media (max-width: 1100px) {
	:root {
		--fcm-sidebar-width: 285px;
	}

	.site-layout {
		gap: 1.25rem;
		padding-inline: 1rem;
	}

	.menu-inner {
		padding-inline: 3.2rem;
	}

	.primary-menu a {
		font-size: 0.86rem;
	}
}

@media (max-width: 860px) {
	.site-banner {
		min-height: 190px;
		object-position: center;
	}

	.mobile-nav-bar {
		align-items: center;
		background: linear-gradient(180deg, #182028, #0b0f13);
		display: flex;
		justify-content: space-between;
		min-height: 58px;
		padding: 0.55rem 1rem;
	}

	.mobile-site-name {
		color: var(--fcm-silver);
		font-family: var(--fcm-title-font);
		font-size: 0.82rem;
		font-weight: 800;
		letter-spacing: 0.07em;
		text-transform: uppercase;
	}

	.menu-toggle {
		display: none;
	}

	.js .menu-toggle {
		align-items: center;
		box-shadow: 0 2px 0 #6e5000;
		display: inline-flex;
		font-size: 0.78rem;
		gap: 0.55rem;
		min-height: 40px;
		padding: 0.55rem 0.75rem;
	}

	.menu-toggle-lines {
		display: grid;
		gap: 3px;
		width: 17px;
	}

	.menu-toggle-lines span {
	background: currentColor;
	display: block;
	height: 2px;
	width: 100%;
	}

	.site-layout {
		display: block;
		padding-top: 1.5rem;
	}

	.site-sidebar {
		max-height: none;
		overflow: visible;
		position: static;
	}

	.js .site-sidebar {
		background: rgba(3, 5, 7, 0.92);
		inset: 0;
		max-height: 100vh;
		overflow-y: auto;
		padding: 5rem 1rem 2rem;
		position: fixed;
		transform: translateX(-105%);
		transition: transform 220ms ease;
		visibility: hidden;
		z-index: 100;
	}

	.js .site-sidebar.is-open {
		transform: translateX(0);
		visibility: visible;
	}

	.js .site-sidebar .menu-shell {
		margin: 0 auto;
		max-width: 360px;
	}

	.site-main {
		width: 100%;
	}
}

@media (max-width: 520px) {
	body {
		font-size: 16px;
	}

	.site-banner {
		min-height: 150px;
	}

	.mobile-site-name {
		max-width: 55%;
	}

	.page-heading,
	.entry-card-content,
	.single-entry > .entry-header,
	.page-entry > .entry-header,
	.entry-content,
	.single-footer,
	.comments-area {
		padding: 1.2rem;
	}

	.search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.search-submit {
		width: 100%;
	}

	.entry-footer,
	.footer-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.alignwide,
	.alignfull {
		margin-left: -1.2rem;
		margin-right: -1.2rem;
		max-width: none;
		width: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.site-sidebar,
	.mobile-nav-bar,
	.site-footer,
	.post-navigation,
	.comments-area {
		display: none !important;
	}

	body {
		background: #fff;
		color: #111;
	}

	.site-layout {
		display: block;
		max-width: none;
		padding: 0;
	}

	.entry-card,
	.page-heading {
		background: #fff;
		border: 0;
		box-shadow: none;
		color: #111;
	}
}
