/*
Theme Name: BaseBotics Fast
Theme URI: https://basebotics.boostbotics.ai
Author: BaseBotics
Author URI: https://boostbotics.ai
Description: BaseBotics — classic PHP theme. Homepage matches the BaseBotics static design; inner pages use minimal templates. Tokens and landing CSS load from /assets.
Version: 0.4.78
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basebotics-fast
Tags: custom-menu, featured-images, full-width-template
*/

/* Inner pages only (homepage uses assets/css/landing.css) */
.site-header {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: var(--bg-1, #0d1017);
}

.site-footer {
	padding: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.875rem;
	color: var(--fg-2, #6b7280);
}

.site-main {
	max-width: 72rem;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
}

.site-title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
}

.site-title a {
	color: var(--fg-1, #e8eaed);
	text-decoration: none;
}

.site-branding {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.entry-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2;
	color: var(--fg-1, #e8eaed);
}

.entry-content > * + * {
	margin-top: 1rem;
}
