/**
 * Brand Base — reset e shell neutro
 */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	line-height: 1.5;
	color: #1a1a1a;
	background: #fff;
}

body.brand-base-landing,
body.brand-base-front,
body.home.page,
body.brand-rocks-nomade,
html:has(.landing--rocks-nomade),
body:has(.landing--rocks-nomade) {
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: clip;
	max-width: 100%;
	background: #0f0f0f !important;
	color: #f4f1ec !important;
}

body.brand-base-landing #wpadminbar,
body.brand-base-front #wpadminbar {
	position: fixed;
}

body.brand-base-landing main.brand-base-main--landing,
body.brand-base-front main.brand-base-main--landing {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

body.brand-base-landing .landing a {
	text-decoration: none;
}

body.brand-base-landing .landing img {
	max-width: 100%;
	height: auto;
}

.brand-base-site-footer {
	padding: 1.5rem;
	text-align: center;
	font-size: 0.875rem;
	color: #666;
	border-top: 1px solid #eee;
}

.brand-base-page-header {
	max-width: 48rem;
	margin: 2rem auto;
	padding: 0 1.5rem;
}

.brand-base-main:not(.brand-base-main--landing) .entry-content {
	max-width: 48rem;
	margin: 0 auto 3rem;
	padding: 0 1.5rem;
}
