
/*
Theme Name: Kujawy Pro
Theme URI: https://kujawy.com.au
Author: Polish Club
Description: Premium Modern Bold Polish Folk Dance Theme
Version: 1.0
*/

:root{
--red:#c40000;
--black:#050505;
--white:#ffffff;
}

*{
box-sizing:border-box;
}

body{
margin:0;
font-family:Arial,sans-serif;
background:#000;
color:#fff;
}

a{
text-decoration:none;
}

.site-header{
position:fixed;
top:0;
width:100%;
background:rgba(0,0,0,.88);
backdrop-filter:blur(8px);
z-index:999;
border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
max-width:1400px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px;
}

.logo{
font-size:34px;
font-weight:bold;
color:#fff;
}

.menu a{
margin:0 12px;
color:#fff;
font-size:14px;
text-transform:uppercase;
}

.book-btn{
background:var(--red);
padding:14px 24px;
border-radius:4px;
}

.hero{
height:100vh;
background:
linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.6)),
url('assets/images/hero.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
}

.hero-inner{
max-width:1400px;
margin:auto;
padding:80px;
width:100%;
}

.hero h1{
font-size:96px;
line-height:0.9;
margin:0 0 20px;
}

.hero p{
font-size:28px;
max-width:700px;
margin-bottom:40px;
}

.btn{
display:inline-block;
padding:18px 34px;
background:var(--red);
color:#fff;
border-radius:4px;
margin-right:15px;
font-weight:bold;
}

.btn-outline{
background:transparent;
border:2px solid #fff;
}

.section{
max-width:1400px;
margin:auto;
padding:90px 20px;
}

.section-title{
font-size:52px;
margin-bottom:40px;
text-align:center;
}

.events-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.card{
background:#111;
border-radius:14px;
overflow:hidden;
}

.card img{
width:100%;
height:320px;
object-fit:cover;
}

.card-content{
padding:24px;
}

.gallery{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:15px;
}

.gallery img{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
}

.split-section{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
padding:100px 0;
}

.split-section img{
width:100%;
border-radius:14px;
}

.footer{
background:#050505;
padding:60px 20px;
text-align:center;
margin-top:80px;
border-top:1px solid rgba(255,255,255,.08);
}

.page-hero{
height:50vh;
background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url('assets/images/hero.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
}

.page-hero h1{
font-size:72px;
}

.content{
max-width:1200px;
margin:auto;
padding:80px 20px;
line-height:1.8;
font-size:20px;
}

@media(max-width:900px){

.hero h1{
font-size:54px;
}

.events-grid,
.gallery,
.split-section{
grid-template-columns:1fr;
}

.hero-inner{
padding:30px;
}

.menu{
display:none;
}

}
