/*
Theme Name: YBI Theme
Theme URI: https://yourbestinternet.com
Author: Vomtel
Description: Minimal, fast, mobile-first theme for yourbestinternet.com. No menus, no sidebars, no outbound links. Dealer pages are rendered by the YBI Dealer Pages plugin.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: ybi-theme
*/

:root {
	--ybi-bg: #f6f8fb;
	--ybi-surface: #ffffff;
	--ybi-text: #14213d;
	--ybi-muted: #5b6475;
	--ybi-accent: #1463ff;
	--ybi-border: #e3e8f0;
	--ybi-radius: 14px;
}

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

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

body {
	margin: 0;
	background: var(--ybi-bg);
	color: var(--ybi-text);
	font: 17px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

a { color: var(--ybi-accent); }
img { max-width: 100%; height: auto; }

.ybi-site-main {
	flex: 1;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 48px 16px;
}

.ybi-hero {
	text-align: center;
	padding: 12vh 0 8vh;
}

.ybi-hero h1 {
	font-size: clamp(1.9rem, 6vw, 3rem);
	line-height: 1.15;
	margin: 0 0 16px;
	letter-spacing: -0.02em;
}

.ybi-hero p {
	font-size: 1.15rem;
	color: var(--ybi-muted);
	margin: 0 auto;
	max-width: 32em;
}

.ybi-page {
	background: var(--ybi-surface);
	border: 1px solid var(--ybi-border);
	border-radius: var(--ybi-radius);
	padding: 28px 20px;
}

.ybi-page h1 { margin-top: 0; font-size: 1.8rem; }

.ybi-404 { text-align: center; padding: 10vh 0; }
.ybi-404 h1 { font-size: 2rem; margin: 0 0 12px; }
.ybi-404 p { color: var(--ybi-muted); }

.ybi-site-footer {
	text-align: center;
	font-size: 0.85rem;
	color: var(--ybi-muted);
	padding: 24px 16px 32px;
}

.ybi-site-footer a { color: var(--ybi-muted); }

@media (min-width: 700px) {
	.ybi-page { padding: 40px; }
}
