/*
Theme Name: Valhalla Trek
Theme URI: https://juliana.thatdeveloper.co.uk/
Description: Cinematic, bilingual expedition theme for Valhalla Trek.
Author: Valhalla Trek
Version: 1.0.5
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: valhalla-trek
*/

:root {
	--valhalla-black: #030504;
	--valhalla-charcoal: #080a09;
	--valhalla-charcoal-soft: #0d100e;
	--valhalla-cream: #efe7d6;
	--valhalla-stone: #aab1ab;
	--valhalla-acid: #c7ff48;
}

html {
	background: var(--valhalla-black);
	scroll-behavior: smooth;
}

#main {
	scroll-margin-top: 7rem;
}

.lg {
	min-width: 24px;
	min-height: 24px;
}

.pending-link {
	opacity: 0.72;
	cursor: not-allowed;
}

.drawer[hidden] {
	display: none !important;
}

body {
	margin: 0;
	background: var(--valhalla-black);
	color: var(--valhalla-cream);
}

*:focus-visible {
	outline: 3px solid var(--valhalla-acid);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	z-index: 100000;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--valhalla-cream);
	color: var(--valhalla-black);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
