/*
Theme Name: Beyond Privé Blank
Theme URI:
Description: Blank canvas. No header, no footer, no sidebar, no styling. Renders page content edge to edge with all browser defaults reset.
Author: Beyond Privé
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beyond-prive-blank
*/

/* ── Reset ─────────────────────────────────────────────────────────────── */

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

html,
body,
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

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

body {
	min-height: 100vh;
	line-height: 1;
	background: #fff;
	color: #000;
	font-family: system-ui, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, main, menu, nav, section { display: block; }

ol, ul, menu { list-style: none; }

blockquote, q { quotes: none; }
blockquote::before, blockquote::after,
q::before, q::after { content: ""; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

a { color: inherit; text-decoration: none; background-color: transparent; }

b, strong { font-weight: bolder; }
i, em { font-style: italic; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }

hr { height: 0; border: 0; border-top: 1px solid currentColor; overflow: visible; }

pre, code, kbd, samp { font-family: ui-monospace, monospace; font-size: 1em; }

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	max-width: 100%;
	border: 0;
}
img, video { height: auto; }

button, input, select, textarea, optgroup {
	font: inherit;
	color: inherit;
	margin: 0;
	border-radius: 0;
	background: none;
	border: 0;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
}
textarea { resize: vertical; overflow: auto; }
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	text-align: inherit;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="checkbox"], [type="radio"] { padding: 0; }
fieldset { min-width: 0; }
legend { padding: 0; }
progress { vertical-align: baseline; }
select::-ms-expand { display: none; }
::placeholder { color: inherit; opacity: 0.5; }

summary { display: list-item; cursor: pointer; }
[hidden] { display: none !important; }
[disabled] { cursor: default; }

:focus:not(:focus-visible) { outline: none; }

/* ── Canvas ────────────────────────────────────────────────────────────── */

.bp-canvas { width: 100%; }

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

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