/*
Theme Name: FVF 95
Theme URI: https://futurevintagefestival.com/
Author: Future Vintage Festival
Description: Tema WordPress per Future Vintage Festival. Include una home interattiva stile desktop Windows 95 e template standard compatibili con Gutenberg, Customizer e plugin SEO.
Version: 1.2.8
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: fvf-95
*/

* {
	box-sizing: border-box;
}

body.wp-standard-body {
	margin: 0;
	color: #111;
	background: #fff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.site-main {
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: clamp(24px, 5vw, 72px) clamp(16px, 4vw, 40px);
}

.wp-content-page {
	width: 100%;
}

.entry-header {
	margin-bottom: 24px;
}

.entry-title {
	margin: 0;
	font-size: clamp(32px, 6vw, 64px);
	line-height: 1.05;
}

.entry-content > * {
	max-width: 780px;
}

.entry-content > .alignwide {
	max-width: 1080px;
}

.entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.entry-content img,
.entry-content iframe,
.entry-content video {
	max-width: 100%;
	height: auto;
}

body.error404.wp-standard-body {
	min-height: 100vh;
	background: #0078d7;
	color: #fff;
	font-family: Consolas, "Courier New", monospace;
	line-height: 1.35;
}

body.error404.wp-standard-body a {
	color: inherit;
}

.fvf-bsod {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: clamp(24px, 7vw, 92px);
	background: #0078d7;
}

.fvf-bsod__screen {
	width: min(100%, 980px);
}

.fvf-bsod__face {
	margin: 0 0 26px;
	font-size: clamp(64px, 14vw, 152px);
	line-height: .82;
}

.fvf-bsod h1 {
	margin: 0 0 24px;
	font-size: clamp(30px, 5vw, 56px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.fvf-bsod p {
	max-width: 780px;
	margin: 0 0 18px;
	font-size: clamp(17px, 2.4vw, 25px);
}

.fvf-bsod__timer strong {
	font-weight: 700;
}

.fvf-bsod__code,
.fvf-bsod__noscript {
	font-size: clamp(14px, 1.8vw, 18px);
}

.fvf-bsod__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.fvf-bsod__button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border: 2px solid #fff;
	border-radius: 0;
	background: #fff;
	color: #0078d7;
	font: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
	cursor: pointer;
}

.fvf-bsod__button:hover,
.fvf-bsod__button:focus {
	color: #0078d7;
	outline: 3px solid #fff;
	outline-offset: 4px;
}

body.error404.wp-standard-body .fvf-bsod__button {
	color: #0078d7;
}

.fvf-bsod__button:disabled {
	opacity: .72;
	cursor: default;
}

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

@media (max-width: 640px) {
	.fvf-bsod {
		align-items: flex-start;
		padding: 28px 20px;
	}

	.fvf-bsod__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.fvf-bsod__button {
		width: 100%;
	}
}
