/*
Theme Name: Custom Elementor Base
Theme URI: 
Author: RJ
Author URI: 
Description: A clean, minimal, unbreakable base theme built for full design control via Elementor. No bundled styling opinions - just a stable skeleton.
Version: 1.0.0
Requires at least: 6.0
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: customtheme
*/

/* Minimal reset - keeps the theme from imposing its own design opinions */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, textarea, select { font-family: inherit; }

/* Skip link for accessibility */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    z-index: 999999;
}
.skip-link:focus { left: 10px; top: 10px; }

/* Footer widgets - basic spacing only, no opinionated design */
.footer-widgets { padding: 40px 20px; }
.widget-title { margin-bottom: 10px; }
