/* =============================================
   POMINKIEWICZ — Entropia Ciała
   Ciemny artystyczny layout
   ============================================= */

:root {
    --bg: #0a0a0a;
    --text: #e8e8e8;
    --text-light: #b8b8b8;
    --accent: #9c7c6d;
    --accent-dark: #6b5649;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Georgia', serif;
    line-height: 1.75;
}

.main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(156, 124, 109, 0.2);
    padding: 0 5vw;
    height: 85px;
    display: flex;
    align-items: center;
}

.nav-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.45rem;
    letter-spacing: 6px;
    color: white;
    text-decoration: none;
}

.nav-links a {
    color: var(--text-light);
    text-decoration: none;
    margin-left: 2.8rem;
    font-size: 1.05rem;
    transition: color 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--accent);
}

.lang-switch a {
    color: var(--text-light);
    text-decoration: none;
    margin-left: 12px;
}

.lang-switch a.active {
    color: var(--accent);
}

/* ===================== HERO / HOME ===================== */
.home {
    min-height: 100vh;
    padding: 140px 5vw 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home h1 {
    font-size: 4.2rem;
    letter-spacing: 8px;
    line-height: 1.1;
    margin-bottom: 2rem;
    color: #fff;
}

.home p {
    font-size: 1.35rem;
    max-width: 720px;
    margin: 0 auto 3rem;
    color: var(--text-light);
}

/* ===================== TREŚĆ ===================== */
.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5vw;
}

h2, h3 {
    color: var(--accent);
    letter-spacing: 3px;
    margin: 3rem 0 1.5rem;
}

strong {
    color: #ddd;
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease;
}

.gallery img:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
}

/* Footer */
footer {
    text-align: center;
    padding: 80px 20px 40px;
    color: #555;
    font-size: 0.95rem;
    border-top: 1px solid #222;
    margin-top: 100px;
}

/* ===================== HERO FIX ===================== */
.home h1 {
    font-size: 4.8rem;
    letter-spacing: 12px;
    line-height: 1.05;
    margin: 120px 0 40px 0;
    color: #ffffff;
    font-weight: normal;
}

.home h2 {
    font-size: 2.4rem;
    letter-spacing: 4px;
    margin: 80px 0 30px 0;
    color: var(--accent);
}

.home p {
    font-size: 1.4rem;
    max-width: 680px;
    margin: 0 auto 35px;
    color: var(--text-light);
}

.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5vw 100px;
}
/* ===================== HERO ===================== */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    margin-top: -85px; /* kompensacja fixed nav */
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.45) contrast(1.1);
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    z-index: 2;
}

.hero h1 {
    font-size: 5.2rem;
    letter-spacing: 14px;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
    font-weight: normal;
}

.hero-subtitle {
    font-size: 1.55rem;
    color: #ddd;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}

/* Responsywność hero */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 3.4rem;
        letter-spacing: 6px;
    }
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

/* ===================== ARTIST STATEMENT ===================== */
.statement-section {
    background: #0a0a0a;
    padding: 100px 20px;
}

.statement-container {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.statement-container h2 {
    font-size: 2.8rem;
    letter-spacing: 6px;
    margin-bottom: 2.5rem;
    color: #fff;
    font-weight: normal;
}

.statement-container p {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #c8c8c8;
    margin-bottom: 1.8rem;
}

.statement-container strong {
    color: #d4b8a8;
    font-weight: normal;
}

/* NAV - Mobile */
@media (max-width: 768px) {
    nav {
        padding: 1rem 5vw;
    }
    
    .nav-links {
        display: none; /* ukrywa desktopowe linki */
    }
}

/* Opcjonalnie - Hamburger Menu (jeśli chcesz w przyszłości) */
.mobile-menu {
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu {
        display: block;
    }
}