/* ===================================================
   Peace Landing — Frontend Styles
   =================================================== */

/* Full-page body resets (active when our blank template is used) */
body.plp-fullpage-body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

/* Neutralise any Twenty Twenty content wrappers that might wrap our shortcode */
body.plp-fullpage-body .entry-content,
body.plp-fullpage-body .entry-content > p:empty,
body.plp-fullpage-body .post-inner,
body.plp-fullpage-body .entry-header,
body.plp-fullpage-body .singular .entry-content,
body.plp-fullpage-body .wp-block-group__inner-container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove any wrapping padding Twenty Twenty adds around page content */
body.plp-fullpage-body .singular-post,
body.plp-fullpage-body .page-full,
body.plp-fullpage-body main,
body.plp-fullpage-body #site-content,
body.plp-fullpage-body article {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.plp-wrap { font-family: 'Segoe UI', Arial, sans-serif; color: var(--plp-text); line-height: 1.6; width: 100%; }
.plp-wrap * { box-sizing: border-box; }
.plp-wrap img { max-width: 100%; height: auto; }
.plp-wrap a { color: var(--plp-primary); text-decoration: none; }
.plp-wrap a:hover { color: var(--plp-secondary); }

.plp-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* Backgrounds */
.plp-bg-light    { background: var(--plp-bg-light); }
.plp-bg-primary  { background: var(--plp-primary); }
.plp-bg-secondary{ background: var(--plp-secondary); color: #fff; }

/* Buttons */
.plp-btn {
    display: inline-block;
    padding: 13px 32px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s;
    border: 2px solid transparent;
}
.plp-btn-primary  { background: var(--plp-primary); color: #fff; border-color: var(--plp-primary); }
.plp-btn-primary:hover { background: var(--plp-secondary); border-color: var(--plp-secondary); color: #fff; }
.plp-btn-outline  { background: transparent; border: 2px solid var(--plp-primary); color: var(--plp-primary); }
.plp-btn-outline:hover { background: var(--plp-primary); color: #fff; }
.plp-btn-outline-white { background: transparent; border: 2px solid #fff; color: #fff; }
.plp-btn-outline-white:hover { background: #fff; color: var(--plp-primary); }
.plp-btn-white { background: #fff; color: var(--plp-primary); }
.plp-btn-white:hover { background: var(--plp-secondary); color: #fff; }

/* Section Intro */
.plp-section-intro { text-align: center; margin-bottom: 48px; }
.plp-section-intro h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--plp-secondary);
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}
.plp-section-intro h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--plp-primary);
    margin: 10px auto 0;
}
.plp-section-intro p { color: var(--plp-text); max-width: 680px; margin: 0 auto; }

/* ── HERO ── */
.plp-hero {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 116px);
    min-height: 300px;
}

.plp-hero-slides { position: relative; width: 100%; height: 100%; }

.plp-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .7s ease;
}
.plp-hero-slide.active { opacity: 1; z-index: 1; }

/* MOBIEL */
@media (max-width: 768px) {
    .plp-hero {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .plp-hero-slides {
        height: auto !important;
        position: relative !important;
    }
    .plp-hero-slide {
        position: relative !important;
        inset: auto !important;
        display: none !important;
        opacity: 1 !important;
        width: 100% !important;
        /* Toon volledige afbeelding zonder snijden */
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-color: #000 !important;
        /* Hoogte gebaseerd op breedte zodat landscape foto volledig past */
        padding-top: 56.25% !important; /* 16:9 verhouding */
    }
    .plp-hero-slide.active {
        display: block !important;
    }
    .plp-hero-overlay {
        display: none !important;
    }
    .plp-hero-content {
        display: none !important;
    }
    .plp-hero-dots {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        display: flex !important;
        justify-content: center !important;
        padding: 10px 0 !important;
        background: #000 !important;
        margin: 0 !important;
    }
    .plp-header-spacer {
        display: none !important;
    }
    .plp-header {
        position: absolute !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    .plp-topbar {
        background: rgba(0,0,0,0.45) !important;
        border-bottom: none !important;
    }
    .plp-topbar-item { color: #fff !important; }
    .plp-topbar-item svg { color: #fff !important; }
}

.plp-hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--plp-overlay);
}

.plp-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 720px;
    padding: 24px 20px;
    width: 100%;
}
.plp-hero-content h1 { font-size: 46px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.plp-hero-content p  { font-size: 16px; margin-bottom: 30px; opacity: .9; }
@media (max-width: 768px) {
    .plp-hero-content h1 { font-size: 26px; margin-bottom: 12px; }
    .plp-hero-content p  { font-size: 14px; margin-bottom: 20px; }
    .plp-hero-content .plp-btn { padding: 10px 24px; font-size: 12px; }
}

/* arrows removed */

.plp-hero-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 8px; }
.plp-hero-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(255,255,255,.5); cursor: pointer; transition: background .2s;
}
.plp-hero-dot.active { background: var(--plp-primary); }

/* ── UPCOMING ── */
.plp-upcoming {
    background: #0d0d0d;
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.plp-upcoming-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

/* Titel */
.plp-upcoming-title-wrap { flex-shrink: 0; }
.plp-upcoming-title {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0,0,0,.9);
}

/* Countdown cirkels */
.plp-upcoming-cd {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    justify-content: center;
}
.plp-up-cd-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
}
.plp-up-cd-num {
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
}
.plp-up-cd-lbl {
    font-size: 9px;
    font-style: italic;
    color: rgba(255,255,255,.9);
    text-transform: capitalize;
    letter-spacing: .3px;
    margin-top: 2px;
}

/* Knop */
.plp-upcoming-btn-wrap { flex-shrink: 0; }
.plp-upcoming-btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--plp-primary);
    color: #111;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
    transition: background .2s, color .2s;
}
.plp-upcoming-btn:hover { background: #fff; color: #111; }

/* Responsive */
@media (max-width: 768px) {
    .plp-upcoming-inner { justify-content: center; gap: 20px; }
    .plp-upcoming-title { font-size: 22px; text-align: center; }
    .plp-upcoming-cd { gap: 10px; }
    .plp-up-cd-block { width: 58px; height: 58px; }
    .plp-up-cd-num { font-size: 18px; }
}

/* ── SERVICES ── */
.plp-services { padding: 80px 0; }
.plp-services-grid { display: grid; grid-template-columns: 1fr 180px 1fr; gap: 30px; align-items: start; }
.plp-service-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 30px; }
.plp-service-right { flex-direction: row-reverse; text-align: right; }
.plp-service-right .plp-service-icon { text-align: left; }
.plp-service-icon { font-size: 30px; flex-shrink: 0; }
.plp-service-item h4 { font-size: 16px; font-weight: 700; color: var(--plp-secondary); margin: 0 0 6px; }
.plp-service-item p  { margin: 0; font-size: 13px; }
.plp-services-center { display: flex; align-items: center; justify-content: center; }
.plp-services-label { text-align: center; border: 3px solid var(--plp-primary); padding: 30px 20px; border-radius: 8px; }
.plp-label-top { display: block; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--plp-text); }
.plp-label-mid { display: block; font-size: 30px; font-weight: 800; color: var(--plp-secondary); margin: 8px 0; }
.plp-label-bot { display: block; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--plp-primary); }

/* ── GALLERY ── */
.plp-gallery {
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.plp-gallery-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    /* kleur en alpha worden inline ingesteld vanuit PHP */
}
.plp-gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 32px; }
.plp-gal-filter {
    padding: 8px 20px; border: 2px solid var(--plp-primary); background: transparent;
    color: var(--plp-secondary); border-radius: 30px; cursor: pointer; font-size: 13px; font-weight: 600;
    transition: all .2s;
}
.plp-gal-filter.active, .plp-gal-filter:hover { background: var(--plp-primary); color: #fff; }

.plp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.plp-gallery-cell { position: relative; overflow: hidden; border-radius: 6px; aspect-ratio: 1; }
.plp-gallery-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.plp-gallery-cell:hover img { transform: scale(1.08); }
.plp-gallery-overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,.4);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity .3s;
}
.plp-gallery-cell:hover .plp-gallery-overlay { opacity: 1; }
.plp-gallery-zoom { color: #fff; font-size: 28px; }
.plp-gallery-cell.plp-hidden { display: none; }

.plp-gallery-view-all { text-align: center; margin-top: 32px; }

/* ── EVENTS ── */
.plp-events { padding: 80px 0; }
.plp-events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.plp-event-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); transition: transform .25s; }
.plp-event-card:hover { transform: translateY(-4px); }
.plp-event-img { position: relative; overflow: hidden; }
.plp-event-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.plp-event-date-badge {
    position: absolute; top: 14px; right: 14px;
    background: var(--plp-primary); color: #fff;
    padding: 8px 14px; border-radius: 4px; text-align: center;
}
.plp-ev-day   { display: block; font-size: 22px; font-weight: 800; line-height: 1; }
.plp-ev-month { display: block; font-size: 12px; text-transform: uppercase; }
.plp-event-body { padding: 20px; }
.plp-event-body h4 { margin: 0 0 10px; font-size: 16px; }
.plp-event-body h4 a { color: var(--plp-secondary); }
.plp-event-body h4 a:hover { color: var(--plp-primary); }
.plp-event-meta { list-style: none; padding: 0; margin: 0 0 10px; font-size: 13px; }
.plp-event-meta li { margin-bottom: 4px; }
.plp-event-body p { font-size: 13px; margin: 0; }

/* ── SCHEDULE ── */
.plp-schedule {
    position: relative;
    padding: 80px 0;
    background: #111 url('') center center / cover no-repeat;
    background-attachment: fixed;
}
.plp-schedule-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
}
.plp-schedule-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 60px;
    align-items: start;
}

/* Left: title block */
.plp-schedule-left { padding-top: 10px; }
.plp-sch-title {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 16px;
}
.plp-sch-accent {
    width: 48px;
    height: 3px;
    background: var(--plp-primary);
    margin-bottom: 24px;
}
.plp-sch-sub {
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 14px;
}

/* Right: grid of events */
.plp-sch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.plp-sch-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-right: 1px solid rgba(255,255,255,.08);
    background: rgba(0,0,0,.65);
    gap: 16px;
}
.plp-sch-item:nth-child(even) { border-right: none; }
.plp-sch-item:nth-last-child(-n+2) { border-bottom: none; }

.plp-sch-info { flex: 1; min-width: 0; }
.plp-sch-name {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 12px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,1);
}
.plp-sch-date {
    display: block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0,0,0,1);
    opacity: 0.9;
}

/* Countdown: only Days + Hours as circles */
.plp-sch-countdown {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.plp-sch-cd-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 50%;
    background: rgba(0,0,0,.5);
}
.plp-sch-cd-num {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    font-style: italic;
}
.plp-sch-cd-lbl {
    font-size: 9px;
    color: rgba(255,255,255,.9);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-style: italic;
}

/* Sunrise / Sunset row */
.plp-suntime-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.plp-sun-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    border: 1px solid var(--plp-primary);
    border-radius: 4px;
    background: rgba(0,0,0,.35);
}
.plp-sun-icon-wrap { flex-shrink: 0; }
.plp-sun-label {
    font-size: 22px;
    font-weight: 800;
    color: var(--plp-primary);
    letter-spacing: 1px;
    font-style: italic;
    line-height: 1;
}
.plp-sun-time {
    font-size: 14px;
    color: var(--plp-primary);
    font-style: italic;
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 900px) {
    .plp-schedule-inner { grid-template-columns: 1fr; gap: 30px; }
    .plp-sch-title { font-size: 32px; }
}
@media (max-width: 600px) {
    .plp-sch-grid { grid-template-columns: 1fr; }
    .plp-sch-item { border-right: none !important; }
    .plp-sch-item:nth-last-child(-n+1) { border-bottom: none; }
    .plp-sch-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
    .plp-sch-item:last-child { border-bottom: none; }
    .plp-suntime-row { grid-template-columns: 1fr; }
    .plp-sch-cd-block { width: 46px; height: 46px; }
    .plp-sch-cd-num { font-size: 15px; }
}

/* ── SERMONS ── */
.plp-sermons { padding: 80px 0; }
.plp-sermons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.plp-sermon-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.07); transition: transform .25s; }
.plp-sermon-card:hover { transform: translateY(-4px); }
.plp-sermon-img img { width: 100%; height: 160px; object-fit: cover; display: block; }
.plp-sermon-body { padding: 16px; }
.plp-sermon-body h5 { margin: 0 0 10px; font-size: 14px; line-height: 1.4; }
.plp-sermon-body h5 a { color: var(--plp-secondary); }
.plp-sermon-body h5 a:hover { color: var(--plp-primary); }
.plp-sermon-meta { display: flex; flex-direction: column; gap: 3px; font-size: 12px; color: #999; }

/* ── CAUSES ── */
.plp-causes { padding: 70px 0; }
.plp-causes-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.plp-causes-inner h2 { color: #fff; font-size: 32px; font-weight: 700; margin-bottom: 30px; }
.plp-causes-stats { display: flex; flex-wrap: wrap; gap: 20px; }
.plp-stat { text-align: center; }
.plp-stat-big { display: block; font-size: 28px; font-weight: 800; color: #fff; line-height: 1; }
.plp-stat span { display: block; font-size: 11px; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.plp-progress-wrap { margin-bottom: 30px; }
.plp-progress-bar { background: rgba(255,255,255,.3); border-radius: 30px; height: 10px; margin-bottom: 8px; overflow: hidden; }
.plp-progress-fill { height: 100%; background: #fff; border-radius: 30px; transition: width 1s ease; }
.plp-progress-label { display: flex; justify-content: space-between; color: rgba(255,255,255,.85); font-size: 13px; }

/* ── SPONSORS ── */
.plp-sponsors { padding: 50px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #fff; }
.plp-sponsors-track { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; }
.plp-sponsor-item img { max-height: 60px; object-fit: contain; filter: grayscale(1) opacity(.6); transition: filter .3s; }
.plp-sponsor-item img:hover { filter: none; }

/* ── CONTACT ── */
.plp-contact { padding: 0; }

/* Bovenste sectie: formulier op witte achtergrond */
.plp-contact-form-section { background: #fff; padding: 60px 20px 0; }
.plp-contact-title-wrap { text-align: center; margin-bottom: 36px; }
.plp-contact-title {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
}
.plp-contact-title-line { width: 50px; height: 3px; background: var(--plp-primary); margin: 0 auto 16px; display: block; }
.plp-contact-subtitle { color: #777; font-size: 14px; max-width: 560px; margin: 0 auto; line-height: 1.7; }

.plp-ct-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
    max-width: 800px;
    margin: 0 auto;
}
.plp-ct-form-grid .plp-ct-full { grid-column: 1 / -1; }
.plp-input {
    width: 100%; padding: 14px 18px; margin-bottom: 16px;
    border: 1px solid #e0e0e0; border-radius: 2px;
    font-size: 14px; color: #444;
    transition: border-color .2s; font-family: inherit; background: #fff;
}
.plp-input:focus { outline: none; border-color: var(--plp-primary); }
.plp-textarea { resize: vertical; min-height: 130px; }
.plp-contact-response { padding: 12px 18px; border-radius: 4px; margin-bottom: 16px; font-size: 14px; }
.plp-contact-response.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.plp-contact-response.error   { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.plp-ct-send-wrap { text-align: center; padding-bottom: 40px; max-width: 800px; margin: 0 auto; }
.plp-ct-send-btn {
    display: inline-block; padding: 14px 44px;
    background: var(--plp-primary); color: #111;
    font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
    border: none; border-radius: 2px; cursor: pointer; transition: background .2s; font-family: inherit;
}
.plp-ct-send-btn:hover { background: #1a1a1a; color: #fff; }

/* Onderste sectie: kaart + donkere infobalk */
.plp-contact-bottom { display: grid; grid-template-columns: 1fr 360px; min-height: 380px; }
.plp-map-wrap { overflow: hidden; min-height: 380px; }
.plp-map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* Donkere info kolom */
.plp-contact-info-dark { background: #111; padding: 36px 28px; }
.plp-ct-info-block { margin-bottom: 28px; }
.plp-ct-info-title {
    font-family: 'Georgia', serif; font-style: italic;
    font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 8px;
}
.plp-ct-info-line { width: 36px; height: 2px; background: var(--plp-primary); margin-bottom: 16px; display: block; }
.plp-ct-person-row { display: flex; align-items: center; gap: 14px; }
.plp-person-img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--plp-primary); }
.plp-ct-person-name { color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 2px; }
.plp-ct-person-role { color: var(--plp-primary); font-size: 12px; font-style: italic; }
.plp-ct-person-detail { color: rgba(255,255,255,.75); font-size: 13px; margin: 10px 0 0; line-height: 1.8; }
.plp-ct-person-detail strong { color: rgba(255,255,255,.9); }
.plp-ct-address { color: rgba(255,255,255,.8); font-size: 13px; margin-bottom: 12px; line-height: 1.6; }
.plp-hours { list-style: none; padding: 0; margin: 0 0 14px; font-size: 13px; }
.plp-hours li { color: rgba(255,255,255,.75); padding: 3px 0; }
.plp-social-links { display: flex; gap: 8px; margin-top: 12px; }

/* Responsive */
@media (max-width: 768px) {
    .plp-ct-form-grid { grid-template-columns: 1fr; }
    .plp-contact-bottom { grid-template-columns: 1fr; }
    .plp-contact-info-dark { padding: 28px 20px; }
}
.plp-social {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    width: 36px !important; height: 36px !important; border-radius: 50% !important;
    background: var(--plp-primary) !important; color: #ffffff !important;
    font-size: 13px !important; font-weight: 700 !important;
    text-decoration: none !important; line-height: 1 !important;
    transition: background .2s !important;
}
.plp-social:hover { background: var(--plp-secondary) !important; color: #ffffff !important; }

/* ── FOOTER ── */
.plp-footer { background: #1c2534; }

.plp-footer-top { padding: 72px 0 50px; }

.plp-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.9fr;
    gap: 50px;
    align-items: start;
}

/* About col */
.plp-footer-about {}
.plp-footer-logo-img { max-height: 52px; width: auto; margin-bottom: 18px; display: block; }
.plp-footer-brand-name {
    font-family: 'Georgia', serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1;
}
.plp-footer-about-text {
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 22px;
    margin-top: 0;
}

/* Footer social icons */
.plp-footer-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.plp-footer-social {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important; height: 36px !important;
    background: rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.8) !important;
    border-radius: 50% !important;
    font-size: 13px !important; font-weight: 700 !important;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    transition: background .2s, color .2s, border-color .2s !important;
}
.plp-footer-social:hover {
    background: var(--plp-primary) !important;
    color: #fff !important;
    border-color: var(--plp-primary) !important;
}

/* Column title */
.plp-footer-col-title {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid var(--plp-primary) !important;
    display: inline-block !important;
}

/* Footer gallery — 2 rows × 3 cols */
.plp-footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 18px;
}
.plp-footer-gal-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 1;
    background: rgba(255,255,255,.05);
}
.plp-footer-gal-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.plp-footer-gal-item:hover img { transform: scale(1.08); }
.plp-footer-gal-overlay {
    position: absolute; inset: 0;
    background: rgba(var(--plp-primary-rgb, 232,185,79),.35);
    opacity: 0;
    transition: opacity .3s;
}
.plp-footer-gal-item:hover .plp-footer-gal-overlay { opacity: 1; }

/* Footer links */
.plp-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 18px 0 0 !important;
}
.plp-footer-links li {
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
}
.plp-footer-links a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 9px 0 !important;
    color: rgba(255,255,255,.65) !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: color .2s, padding-left .2s !important;
}
.plp-footer-links a:hover {
    color: var(--plp-primary) !important;
    padding-left: 4px !important;
}
.plp-footer-link-arrow {
    color: var(--plp-primary);
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

/* Footer bottom bar */
.plp-footer-bottom {
    background: rgba(0,0,0,.25);
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 18px 0;
}
.plp-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.plp-footer-bottom-logo { max-height: 34px; opacity: .85; }
.plp-footer-bottom p {
    color: rgba(255,255,255,.5);
    font-size: 13px;
    margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .plp-sermons-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .plp-hero-content h1 { font-size: 28px; }
    .plp-services-grid { grid-template-columns: 1fr; }
    .plp-services-center { display: none; }
    .plp-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .plp-events-grid { grid-template-columns: 1fr; }
    .plp-sermons-grid { grid-template-columns: repeat(2, 1fr); }
    .plp-causes-inner { grid-template-columns: 1fr; }
    .plp-footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .plp-footer-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
    .plp-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .plp-sermons-grid { grid-template-columns: 1fr; }
}

/* ===================================================
   Peace Landing — HEADER
   =================================================== */

/* ── Base reset inside header — override Twenty Twenty globally ── */
.plp-header,
.plp-header * {
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif !important;
}
.plp-header a,
.plp-header a:visited,
.plp-header a:hover,
.plp-header a:focus {
    text-decoration: none !important;
    outline: none !important;
}
.plp-navbar a,
.plp-navbar a:visited { color: #ffffff !important; }
.plp-navbar a:hover   { color: var(--plp-primary) !important; }

/* ── Sticky ── */
.plp-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: none;
    transition: box-shadow .3s;
}
.admin-bar .plp-header-sticky { top: 32px; }
@media screen and (max-width: 782px) {
    .admin-bar .plp-header-sticky { top: 46px; }
}
/* Hero hoogte wordt via JS ingesteld — zie peace-landing.js setHeroHeight() */
.plp-header-sticky.plp-header-scrolled {
    box-shadow: 0 2px 24px rgba(0,0,0,.18);
}
.plp-header-spacer {
    height: 116px; /* fallback desktop — JS overschrijft met exacte waarde */
}

/* ── TOPBAR (white row) ── */
.plp-topbar {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
    transition: padding .25s;
}
.plp-header-sticky.plp-header-scrolled .plp-topbar {
    padding: 5px 0;
}

.plp-topbar-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 0;
}

/* Left: phone + email */
.plp-topbar-left {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: flex-start;
}
.plp-topbar-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #555555;
    white-space: nowrap;
}
.plp-topbar-item svg {
    flex-shrink: 0;
    color: var(--plp-primary);
}

/* Center: logo — perfectly centered via grid */
.plp-topbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
}
.plp-logo-img {
    max-height: 52px;
    width: auto;
    display: block;
}
.plp-logo-text {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-size: 38px;
    font-weight: 700;
    font-style: italic;
    color: #111111 !important;
    letter-spacing: -1px;
    line-height: 1;
    white-space: nowrap;
}
.plp-logo-text:hover { color: var(--plp-primary) !important; }

/* Right: socials + icons */
.plp-topbar-right {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}
.plp-hdr-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #666666 !important;
    border-radius: 50%;
    transition: color .2s, background .2s;
}
.plp-hdr-social:hover {
    color: var(--plp-primary) !important;
    background: rgba(0,0,0,.06);
}
.plp-hdr-icon {
    background: none;
    border: none;
    cursor: pointer;
    color: #666666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: color .2s, background .2s;
    position: relative;
    text-decoration: none;
    line-height: 1;
}
.plp-hdr-icon:hover { color: var(--plp-primary); background: rgba(0,0,0,.06); }
.plp-cart-count {
    position: absolute;
    top: -3px;
    right: -3px;
    background: var(--plp-primary);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Search bar */
.plp-search-bar {
    background: #f4f4f4;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
}
.plp-search-bar .plp-container { display: flex; align-items: center; gap: 10px; }
.plp-search-bar .search-form,
.plp-search-bar form { flex: 1; display: flex; margin: 0; }
.plp-search-bar input[type="search"] {
    flex: 1;
    padding: 9px 14px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    outline: none;
    font-family: inherit;
}
.plp-search-bar input[type="submit"] {
    padding: 9px 18px;
    background: var(--plp-primary);
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.plp-search-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999;
    padding: 4px 8px;
    line-height: 1;
    flex-shrink: 0;
    transition: color .2s;
}
.plp-search-close:hover { color: #333; }

/* ── NAVBAR (dark bar) ── */
.plp-navbar {
    background: #1a1a1a;
    position: relative;
    z-index: 1;
}
.plp-navbar-inner {
    display: flex;
    align-items: stretch;
    min-height: 56px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Nav list */
.plp-nav-list {
    display: flex;
    align-items: stretch;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
}
.plp-nav-item {
    position: relative;
    display: flex;
    align-items: stretch;
    list-style: none !important;
}
.plp-nav-link {
    display: flex !important;
    align-items: center !important;
    padding: 0 16px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .6px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    transition: color .2s, background .2s !important;
    border: none !important;
    background: transparent !important;
}
.plp-nav-link:hover {
    color: var(--plp-primary) !important;
    background: rgba(255,255,255,.06) !important;
}

/* Donate button */
.plp-donate-btn {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 28px !important;
    background: var(--plp-primary) !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background .2s !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    border: none !important;
    margin-left: auto;
}
.plp-donate-btn:hover {
    background: #fff !important;
    color: #111111 !important;
}
.plp-donate-heart { font-style: normal; font-size: 14px; }

/* Hamburger */
.plp-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 12px;
    flex-shrink: 0;
}
.plp-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .28s ease;
}
.plp-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.plp-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.plp-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .plp-topbar-left  { gap: 14px; }
    .plp-topbar-item  { font-size: 12px; }
}

@media (max-width: 768px) {
    .plp-topbar-inner {
        grid-template-columns: 1fr auto;
    }
    .plp-topbar-center {
        display: none; /* logo verborgen op mobiel; alleen in navbar tonen */
    }
    .plp-topbar-right { justify-content: flex-end; }

    .plp-hamburger { display: flex; }

    .plp-nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a1a1a;
        z-index: 9998;
        border-top: 2px solid var(--plp-primary);
        box-shadow: 0 8px 20px rgba(0,0,0,.4);
    }
    .plp-nav-list.open { display: flex; }
    .plp-nav-item { border-bottom: 1px solid rgba(255,255,255,.07); }
    .plp-nav-link { padding: 14px 20px !important; }

    .plp-donate-btn {
        padding: 0 18px !important;
        font-size: 12px !important;
        margin-left: 0;
    }
    .plp-header-spacer { height: 56px; } /* JS overschrijft — dit is fallback */
}

@media (max-width: 480px) {
    .plp-topbar-right .plp-hdr-social { display: none; }
    .plp-topbar-left  { flex-wrap: nowrap; }
    .plp-topbar-item  { font-size: 11px; gap: 5px; }
    .plp-header-spacer { height: 50px; } /* JS overschrijft — dit is fallback */

    .plp-hero-content h1 { font-size: 22px; }
    .plp-hero-content p  { font-size: 14px; margin-bottom: 20px; }
}
