/*
Theme Name: QuoteRecon
Theme URI: https://quoterecon.com/
Author: QuoteRecon
Author URI: https://quoterecon.com/
Description: A lightweight, performance-first classic theme for QuoteRecon.
Version: 0.1.0
Requires at least: 7.1
Requires PHP: 7.4
Text Domain: quoterecon
*/

:root {
	--qr-color-text: #172033;
	--qr-color-muted: #5f6b7a;
	--qr-color-border: #dfe4ea;
	--qr-color-surface: #ffffff;
	--qr-color-background: #f5f7fa;
	--qr-color-accent: #2457d6;
	--qr-content-width: 72rem;
}

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

html {
	font-size: 100%;
	scroll-behavior: auto;
}

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

a {
	color: var(--qr-color-accent);
}

a:hover {
	text-decoration-thickness: 0.12em;
}

a:focus-visible,
button:focus-visible {
	outline: 3px solid #f2b84b;
	outline-offset: 3px;
}

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

.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 {
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--qr-color-surface);
	color: var(--qr-color-text);
	font-weight: 700;
	white-space: normal;
}

.site-header,
.site-footer {
	background: var(--qr-color-surface);
}

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

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

.site-header__inner,
.site-footer__inner,
.site-main {
	width: min(100% - 2rem, var(--qr-content-width));
	margin-inline: auto;
}

.site-header__inner,
.site-footer__inner {
	padding-block: 1.25rem;
}

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

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

.site-main {
	min-height: 70vh;
	padding-block: clamp(2rem, 5vw, 4rem);
}

.content-card {
	max-width: 50rem;
	padding: clamp(1.25rem, 4vw, 2.5rem);
	background: var(--qr-color-surface);
	border: 1px solid var(--qr-color-border);
	border-radius: 0.75rem;
}

.entry-title {
	margin-top: 0;
	line-height: 1.2;
}

.site-footer p {
	margin: 0;
	color: var(--qr-color-muted);
	font-size: 0.875rem;
}
