/**
 * Minimal structural CSS.
 * Design is intentionally delegated to Elementor / Elementor Pro.
 */

:root {
	--pwv-content-width: 1200px;
	--pwv-text: #1f2937;
	--pwv-link: #0b57d0;
	--pwv-border: #e5e7eb;
	--pwv-background: #ffffff;
}

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--pwv-background);
	color: var(--pwv-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

a {
	color: var(--pwv-link);
}

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

.screen-reader-text {
	position: absolute !important;
	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,
.skip-link:focus {
	position: fixed !important;
	top: 8px;
	left: 8px;
	z-index: 999999;
	width: auto;
	height: auto;
	padding: 12px 16px;
	margin: 0;
	clip: auto;
	white-space: normal;
	background: #ffffff;
	color: #111827;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.site-header-fallback,
.site-footer-fallback,
.site-main-fallback {
	width: min(100% - 32px, var(--pwv-content-width));
	margin-inline: auto;
}

.site-header-fallback,
.site-footer-fallback {
	padding-block: 20px;
}

.site-header-fallback {
	border-bottom: 1px solid var(--pwv-border);
}

.site-footer-fallback {
	border-top: 1px solid var(--pwv-border);
}

.site-main-fallback {
	padding-block: 40px;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.2;
}

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

.primary-navigation ul,
.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0;
	margin: 16px 0 0;
	list-style: none;
}

.entry-title {
	line-height: 1.2;
}

.entry-content > :first-child {
	margin-top: 0;
}

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

@media (max-width: 767px) {
	.site-main-fallback {
		padding-block: 24px;
	}
}

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

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