/*
Theme Name: B'zaj Initiative Theme
Theme URI: https://bzajinitiative.com/
Author: Klesti Reca & ChatGPT
Author URI: https://bzajinitiative.com/
Description: Dark, cinematic theme inspired by Musart - ready-to-upload demo for B'zaj Initiative. Includes hero video background & Polylang-ready structure.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: bzaj-initiative
Tags: dark, music, cinematic, one-column, responsive, custom-logo
*/

body { margin:0; font-family: Inter, Arial, sans-serif; background:#0b0b0b; color:#eaeaea; }
a { color:#E13B2A; text-decoration:none; }
.site-header { position:relative; }
.bz-hero { position: relative; height: 80vh; min-height: 520px; overflow: hidden; background: #000; }
.bz-video { position:absolute; top:50%; left:50%; width: auto; height: 120%; transform: translate(-50%,-50%); z-index:1; object-fit:cover; }
.bz-overlay { position:absolute; inset:0; background: linear-gradient(180deg, rgba(11,11,11,0.2) 0%, rgba(11,11,11,0.8) 100%); z-index:2; }
.bz-hero-content { position: relative; z-index:3; text-align:center; color:#fff; padding-top: 12vh; }
.bz-logo { width:160px; margin-bottom:16px; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.6)); }
.bz-hero h1 { font-family: Cinzel, serif; font-size: clamp(28px, 4vw, 48px); margin:0; letter-spacing:1px; }
.bz-cta { display:inline-block; padding: 12px 22px; background:#E13B2A; color:#fff; border-radius:6px; text-decoration:none; font-weight:700; }
.main { padding:40px 18px; max-width:1100px; margin:0 auto; }
.projects-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap:18px; }
.project-card { background:#1d1d1d; padding:18px; border-radius:8px; min-height:180px; display:flex; flex-direction:column; justify-content:space-between; }
.footer-support { padding:40px 18px; text-align:center; border-top:1px solid rgba(255,255,255,0.04); }
