/*
Theme Name: NUSY Official
Theme URI: https://nusy.org
Author: NUSY Development Team
Author URI: https://nusy.org
Description: Official WordPress theme for the National Union for the Salvation of Yemen. Features custom Gutenberg blocks for news, documents, media galleries, and leadership content.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: nusy-official
Tags: government, news, custom-blocks, responsive, accessibility-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset & Base Styles
2.0 Typography
3.0 Layout
4.0 Header
5.0 Navigation
6.0 Content
7.0 Blocks
8.0 Footer
9.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset & Base Styles
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin: 0 0 1rem;
}

a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #004499;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.container-fluid {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-wrapper {
    min-height: 100vh;
}

/*--------------------------------------------------------------
4.0 Header
--------------------------------------------------------------*/
.canvas-header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

/*--------------------------------------------------------------
6.0 Content
--------------------------------------------------------------*/
.site-content {
    padding: 2rem 0;
}

/*--------------------------------------------------------------
7.0 Blocks
--------------------------------------------------------------*/
/* Block styles will be added by individual block CSS files */

/*--------------------------------------------------------------
8.0 Footer
--------------------------------------------------------------*/
.canvas-footer {
    background: #f5f5f5;
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid #e0e0e0;
}

/*--------------------------------------------------------------
9.0 Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
}
