/*
Theme Name: Spacecrow
Theme URI: https://spacecrow.in
Author: Spacecrow
Author URI: https://spacecrow.in
Description: Elementor-ready theme for Spacecrow — Pune's first real estate marketing & intelligence firm. Minimal shell designed as a host for Elementor page-builder templates. Ships with a JSON template pack that recreates the Founder's Deck as editable Elementor sections.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spacecrow
Tags: elementor, business, one-column, custom-menu, custom-logo, editor-style, full-width-template, translation-ready
*/

/* Minimal reset — Elementor handles the rest via its own stylesheets */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #0A0A0A; color: #FFFFFF; -webkit-font-smoothing: antialiased; }
a { color: #C8A96E; }
img { max-width: 100%; height: auto; display: block; }

/* Screen-reader only */
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
	width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1; clip: auto !important; clip-path: none; color: #21759b;
	display: block; font-size: 14px; font-weight: 700; height: auto; left: 5px; line-height: normal;
	padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* Site shell */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(10,10,10,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(200,169,110,0.15); }
.site-header .container { max-width: 1240px; margin: 0 auto; padding: 20px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding a { color: #FFFFFF; text-decoration: none; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; letter-spacing: 0.02em; }
.site-branding .brand-accent { color: #C8A96E; }
.primary-nav { display: flex; gap: 32px; }
.primary-nav a { color: #FFFFFF; text-decoration: none; font-size: 15px; font-weight: 500; opacity: 0.85; transition: opacity 0.2s, color 0.2s; }
.primary-nav a:hover, .primary-nav a.is-active { opacity: 1; color: #C8A96E; }
.nav-toggle { display: none; background: none; border: 0; color: #FFFFFF; font-size: 24px; cursor: pointer; padding: 8px; }

.site-footer { border-top: 1px solid rgba(200,169,110,0.15); padding: 48px 32px 32px; color: #A8A8A8; font-size: 14px; }
.site-footer .container { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: center; }
.site-footer a { color: #C8A96E; text-decoration: none; }

@media (max-width: 900px) {
	.nav-toggle { display: block; }
	.primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: #0A0A0A; padding: 24px 32px; border-bottom: 1px solid rgba(200,169,110,0.15); }
	body.nav-open .primary-nav { display: flex; }
}
