/* =========================
   VIDEO HEADER (μένει)
========================= */
.has-header-video .custom-header {
    position: relative;
}

/* =========================
   ΚΡΥΒΟΥΜΕ ΜΟΝΟ ΤΑ PANELS
   (gallery / posts / photos κάτω από video)
========================= */
.front-page .panel-content,
.front-page .panel-grid {
    display: none !important;
}

/* =========================
   ΚΡΥΒΟΥΜΕ ΤΙΤΛΟΥΣ
========================= */
.entry-title,
.page-title {
    display: none !important;
}

/* =========================
   4 ΚΟΥΜΠΙΑ – ΚΑΝΟΝΙΚΟ ΠΛΑΤΟΣ
========================= */
.wp-block-buttons {
    display: flex !important;
    justify-content: center;
    gap: 26px;
    margin: 40px auto 30px;
    max-width: 100%;
}

/* Κουμπιά */
.wp-block-button__link {
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 16px 36px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.4);
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    background: #fff;
    color: #000;
    transform: scale(1.05);
}

/* =========================
   FOOTER / SOCIAL (ΕΠΑΝΕΜΦΑΝΙΣΗ)
========================= */
.site-footer {
    display: block !important;
    margin-top: 20px;
    padding-top: 20px;
}

/* =========================
   ΜΕΝΟΥ ΟΧΙ STICKY
========================= */
.main-navigation {
    position: relative !important;
}

/* =========================
   FALLBACK IMAGE VIDEO (προαιρετικό)
========================= */
.has-header-video .wp-custom-header img {
    display: none;
}

/* =========================
   ΟΡΙΣΤΙΚΟ ΚΡΥΨΙΜΟ ΟΛΩΝ
   ΤΩΝ FRONT PAGE SECTIONS
   (photos / videos στο scroll)
========================= */
.front-page section,
.front-page .panel,
.front-page .wrap,
.front-page .entry-content > *:not(.wp-block-buttons) {
    display: none !important;
}

/* Κρατάμε ΜΟΝΟ τα κουμπιά */
.front-page .wp-block-buttons {
    display: flex !important;
}
