.bemutatkozas .hero{position:relative}
.hero-bg img{width:100%;height:80vh;object-fit:cover;filter:grayscale(100%)}
.hero-inner{position:absolute;top:0;left:0;height:100%;display:flex;align-items:center}
.hero-content{max-width:600px;display:flex;flex-direction:column;gap:16px}

.story-panel{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:16px;text-align:center}

.atmosphere-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.atmo-text{display:flex;flex-direction:column;gap:24px}
.atmo-columns{display:grid;grid-template-columns:1fr;gap:16px}

.gasztro-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.gasztro-text{display:flex;flex-direction:column;gap:16px}

.poker-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px}

.events .card{height:100%}

.why-inner{max-width:800px}

.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-grid img{transition:transform .3s ease}
.gallery-grid img:hover{transform:scale(1.05)}

.cta-panel{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:16px}

@media(max-width:900px){
.hero-inner{position:static}
.hero-bg img{height:auto}
.atmosphere-grid,.gasztro-grid{grid-template-columns:1fr}
.poker-columns{grid-template-columns:1fr}
.gallery-grid{grid-template-columns:1fr}
}
