/* ============================================================
   PARAFIA NEKROLOGI – style frontendowe
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

/* ============================================================
   BANER NA STRONIE GŁÓWNEJ
   Kontrast WCAG AA+ – ciemne tło, jasny tekst
   ============================================================ */

.pn-banner-front {
    width: 100%;
    margin: 0 0 28px 0;
    padding: 0;
    box-sizing: border-box;
}

.pn-banner-inner {
    display: flex;
    align-items: flex-start;
    background: #111111;
    border-top: 4px solid #d4af37;
    border-bottom: 1px solid #333333;
    padding: 28px 32px;
    position: relative;
}

.pn-banner-krzyz {
    font-size: 52px;
    line-height: 1;
    color: #d4af37;
    margin-right: 28px;
    padding-top: 2px;
    flex-shrink: 0;
}

.pn-banner-tresc {
    flex: 1;
}

.pn-banner-naglowek {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4af37;
    margin: 0 0 10px 0;
}

/* imię i nazwisko: białe, duże, wyraźne */
.pn-banner-imie {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.25;
}

.pn-banner-imie .pn-wiek {
    font-size: 18px;
    font-weight: 400;
    color: #cccccc;
    font-style: italic;
}

/* Odszedł/Odeszła – jasnoszary, duży, czytelny */
.pn-banner-smierc {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #dddddd;
    margin: 0 0 16px 0;
    font-style: italic;
    line-height: 1.5;
}

.pn-banner-smierc strong {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
}

.pn-banner-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin-bottom: 16px;
    padding: 14px 16px;
    background: #1e1e1e;
    border-left: 3px solid #d4af37;
}

.pn-detail {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #cccccc;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.pn-detail strong {
    color: #ffffff;
    font-weight: 700;
}

.pn-detail-icon {
    font-size: 17px;
    flex-shrink: 0;
}

/* kondolencje – wyraźna kursywa na ciemnym tle */
.pn-banner-kondolencje {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-style: italic;
    color: #cccccc;
    margin: 0 0 18px 0;
    padding: 12px 16px;
    border-left: 3px solid #555555;
    line-height: 1.8;
    background: #1a1a1a;
}

/* link – złoty, wyraźny focus dla klawiatury */
.pn-banner-link {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d4af37;
    text-decoration: none;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.pn-banner-link:hover,
.pn-banner-link:focus {
    color: #ffe082;
    border-color: #ffe082;
    outline: 2px solid #ffe082;
    outline-offset: 3px;
}

/* ============================================================
   LISTA NEKROLOGÓW (strona/shortcode)
   ============================================================ */

.pn-lista-wrap {
    font-family: 'Lato', sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.pn-lista-naglowek {
    text-align: center;
    padding: 40px 20px 32px;
    border-bottom: 1px solid #d5c9b5;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #f5f0e8, #faf7f2);
}

.pn-krzyz-deco {
    display: block;
    font-size: 42px;
    color: #5a4a2a;
    margin-bottom: 10px;
    text-shadow: 0 2px 6px rgba(90,74,42,0.2);
}

.pn-lista-naglowek h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #2a1f0a;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.pn-lista-naglowek p {
    font-size: 14px;
    font-style: italic;
    color: #8a7a5a;
    margin: 0;
    letter-spacing: 0.5px;
}

.pn-lista {
    background: #faf7f2;
    border: 1px solid #d5c9b5;
    border-top: none;
}

.pn-rok-separator {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 16px 32px;
    background: #ede8de;
    border-bottom: 1px solid #d5c9b5;
    border-top: 1px solid #d5c9b5;
}

.pn-rok-separator::before,
.pn-rok-separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #b5a888;
}

.pn-rok-separator span {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #5a4a2a;
    letter-spacing: 4px;
    padding: 0 20px;
}

.pn-karta {
    display: flex;
    align-items: flex-start;
    padding: 36px 32px;
    border-bottom: 1px solid #e0d8c8;
    transition: background 0.2s;
}

.pn-karta:last-child {
    border-bottom: none;
}

.pn-karta:hover {
    background: #f0ebe0;
}

.pn-karta-lewa {
    width: 48px;
    flex-shrink: 0;
    text-align: center;
    padding-top: 4px;
}

.pn-krzyz-karta {
    font-size: 40px;
    color: #5a4a2a;
    opacity: 0.7;
}

.pn-karta-prawa {
    flex: 1;
    padding-left: 16px;
}

.pn-karta-imie {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1208;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.pn-karta-wiek {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #4a3a1a;
}

.pn-karta-smierc,
.pn-karta-pogrzeb,
.pn-karta-miejsce {
    font-size: 14px;
    color: #5a4a2a;
    margin: 4px 0;
    line-height: 1.6;
}

.pn-karta-pogrzeb strong {
    color: #1a1208;
}

.pn-karta-kondolencje {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-style: italic;
    color: #7a6a4a;
    margin: 10px 0 0 0;
    padding: 10px 14px;
    background: #ede8de;
    border-left: 3px solid #b5a888;
    line-height: 1.7;
}

/* Brak wpisów */
.pn-brak {
    font-style: italic;
    color: #888;
    text-align: center;
    padding: 30px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 600px) {
    .pn-banner-inner {
        flex-direction: column;
        padding: 20px;
    }
    .pn-banner-krzyz {
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 36px;
    }
    .pn-banner-imie {
        font-size: 20px;
    }
    .pn-banner-details {
        flex-direction: column;
        gap: 6px;
    }
    .pn-karta {
        padding: 20px 16px;
    }
    .pn-karta-lewa {
        width: 32px;
    }
    .pn-krzyz-karta {
        font-size: 20px;
    }
    .pn-karta-imie {
        font-size: 18px;
    }
    .pn-lista-naglowek h2 {
        font-size: 26px;
    }
}
