/*
Theme Name: AIGF Theme
Theme URI: https://aigirlfriendsites.com
Author: Valeria Moretti
Author URI: https://aigirlfriendsites.com
Description: Ultra-fast, minimal theme for AI Girlfriend Sites - optimized for SEO and speed.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aigf-theme
*/

/* ═══════════════════════════════════════════════════════════════════════════════
   BASE STYLES - Mobile First, System Fonts, Light Theme
   ═══════════════════════════════════════════════════════════════════════════════ */

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

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/* Container */
.site-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
.site-header {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.site-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.site-title a {
    color: #111;
}

/* Footer */
.site-footer {
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 1px solid #eee;
    font-size: 0.875rem;
    color: #666;
}

/* Responsive */
@media (min-width: 768px) {
    .site-container {
        padding: 0 2rem;
    }
}
