/* =========================================================
   MAGICK.CZ – ÚPRAVY KONKRÉTNÍCH STRÁNEK
   ========================================================= */

/* Úvodní stránka: skryje pouze záhlaví obsahu, nikdy hlavní header webu. */
body.home #cm-primary .cm-entry-header,
body.home #cm-primary .cm-page-header,
body.home #cm-primary .entry-title,
body.home #cm-primary .wp-block-post-title,
body.front-page #cm-primary .cm-entry-header,
body.front-page #cm-primary .cm-page-header,
body.front-page #cm-primary .entry-title,
body.front-page #cm-primary .wp-block-post-title {
    display: none !important;
}

body.home #cm-secondary,
body.front-page #cm-secondary {
    display: none !important;
}

body.home .cm-posts.cm-layout-2,
body.front-page .cm-posts.cm-layout-2 {
    grid-template-columns: 1fr !important;
}

body.home #cm-primary,
body.front-page #cm-primary {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Kontakt – kompaktní tabulka bez viditelných hran. */
body.page-id-430 table {
    width: 60%;
    margin: 0 auto;
    border-collapse: collapse;
}

body.page-id-430 table,
body.page-id-430 td {
    border: 0;
}

/* Procitnutí – obrazový vstup s textem. */
body.page-id-890 .uvod-wrapper {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

body.page-id-890 .uvod-wrapper img {
    display: block;
    max-width: 100%;
}

body.page-id-890 .uvod-text {
    position: absolute;
    bottom: 10%;
    left: 40%;
    color: #aadce3 !important;
    font-family: Georgia, serif;
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
    text-decoration: none;
    transform: translateX(-30%);
}

body.page-id-890 .proc-uvod-text {
    position: absolute;
    top: 350px;
    left: 200px;
    width: 380px;
    color: #a9cad9;
    font-family: architecture, Georgia, serif;
    font-size: 45px;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 768px) {
    body.page-id-430 table {
        width: 100%;
    }

    body.page-id-890 .uvod-text {
        font-size: clamp(18px, 6vw, 30px);
        letter-spacing: 2px;
    }
}
