.brand {
	width: 192px;
}

.fischer-navigation .fischer-external-arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: -1px;
	color: inherit;
}

/* No empty response border while CF7 performs per-field validation. */
.wpcf7 form .wpcf7-response-output:empty {
	display: none;
}

.fischer-navigation {
	padding-top: 24px;
}

.fischer-bg-layer {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 1.25s ease;
}

.fischer-bg-layer.is-active { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
	.fischer-bg-layer {
		transition: opacity 1.25s ease !important;
	}
}

body.admin-bar .fischer-shell {
	min-height: calc(100svh - 32px);
}

html:has(body.admin-bar) {
	height: calc(100svh - 32px) !important;
	min-height: 0 !important;
}

@media (min-width: 901px) {
	.fischer-bg-layer,
	.fischer-shade {
		left: 280px;
	}
}

.panel-close {
	z-index: 10;
	pointer-events: auto;
}

.fischer-shell.has-wide-panel .hero-caption {
	left: 892px;
}

.hero-caption { transition: left .35s ease; }
.fischer-shell:not(.has-open-panel) .hero-caption { left: 320px; }

.site-footer { transition: left .43s cubic-bezier(.75,0,.2,1); }
.fischer-shell.is-content-closed .site-footer,
.fischer-shell:not(.has-open-panel):not(.is-map) .site-footer { left: 280px; }

.fischer-navigation nav a {
	display: block;
	padding: 6px 0;
	color: inherit;
	font-size: 12px;
	letter-spacing: .11em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
.fischer-navigation nav a::after { content: ""; display: block; width: 0; height: 1px; margin-top: 3px; background: var(--accent); transition: width .22s ease; }
.fischer-navigation nav a:hover::after,.fischer-navigation nav a.active::after { width: 100%; }
.fischer-navigation nav a.active { color: #786b47; }
.fischer-navigation nav ul { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; }
.fischer-navigation nav li { margin: 0; padding: 0; }
.fischer-navigation nav .current-menu-item > a { color: #786b47; }
.fischer-navigation nav .current-menu-item > a::after { width: 100%; }
.fischer-shell.is-content-closed .fischer-navigation nav .current-menu-item > a { color: inherit; }
.fischer-shell.is-content-closed .fischer-navigation nav .current-menu-item > a::after { width: 0; }

.editor-content::after {
	content: "";
	display: block;
	clear: both;
}

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

.editor-content ul,
.editor-content ol {
	margin: 0 0 20px;
	padding-left: 20px;
}

.editor-content li {
	font-size: 14px;
	line-height: 1.65;
}

.editor-content li + li {
	margin-top: 5px;
}

.editor-content a {
	color: inherit;
	text-decoration-color: var(--accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.editor-content a:hover,
.editor-content a:focus-visible {
	color: #786b47;
}

.editor-content .wp-block-image {
	margin: 26px 0;
}

.editor-content .wp-block-image img {
	width: 100%;
}

.editor-content .wp-element-caption,
.editor-content figcaption {
	margin: 8px 0 0;
	color: #756c58;
	font-size: 10px;
	line-height: 1.45;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.content-panel {
	scrollbar-width: thin;
	scrollbar-color: rgba(117, 108, 88, .48) transparent;
}

.content-panel::-webkit-scrollbar {
	width: 5px;
}

.content-panel::-webkit-scrollbar-track {
	background: transparent;
}

.content-panel::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(117, 108, 88, .42);
}

.content-panel::-webkit-scrollbar-thumb:hover {
	background: rgba(117, 108, 88, .68);
}

.editor-content .alignleft {
	float: left;
	max-width: 46%;
	margin: 6px 20px 16px 0;
}

.editor-content .alignright {
	float: right;
	max-width: 46%;
	margin: 6px 0 16px 20px;
}

@media (max-width: 900px) {
	.fischer-shell {
		min-height: 0;
		padding-top: 38svh;
		overflow: visible;
	}

	body.admin-bar .fischer-shell {
		min-height: 0;
	}

	.fischer-bg-layer,
	.fischer-shade {
		inset: 0 0 auto;
		height: 38svh;
	}

	.mobile-toggle {
		position: fixed;
	}

	body.admin-bar .mobile-toggle {
		top: 52px;
	}

	.fischer-navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		height: auto;
		overflow-y: auto;
	}

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

	.brand {
		width: 168px;
	}

	.content-panel,
	.content-panel.has-form {
		position: relative;
		inset: auto;
		width: 100%;
		max-height: none;
		min-height: 0;
		transform: none !important;
		opacity: 1 !important;
		overflow: visible;
	}

	.panel-close {
		display: none;
	}

	.hero-caption,
	.fischer-shell.has-wide-panel .hero-caption,
	.fischer-shell:not(.has-open-panel) .hero-caption {
		left: 24px;
		top: calc(38svh - 86px);
		bottom: auto;
	}

	.site-footer,
	.fischer-shell.is-map .site-footer {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		display: flex;
		width: 100%;
		height: 64px;
		justify-content: center;
		background: rgba(28,29,26,.92);
	}

	.fischer-shell.is-map {
		min-height: 100svh;
		padding-top: 0;
		overflow: hidden;
	}

	body.admin-bar .fischer-shell.is-map {
		min-height: calc(100svh - 32px);
	}

	.fischer-shell.is-map .site-footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.fischer-shell.has-wide-panel .hero-caption {
		left: 24px;
	}
}

@media (max-width: 782px) {
	html:has(body.admin-bar) {
		height: calc(100svh - 46px) !important;
	}

	body.admin-bar .fischer-shell {
		min-height: 0;
	}

	body.admin-bar .fischer-shell.is-map {
		min-height: calc(100svh - 46px);
	}

	body.admin-bar .mobile-toggle {
		top: 66px;
	}

	body.admin-bar .fischer-navigation {
		top: 46px;
	}
}
