/* Title block — parchment background, illustration overlaid as img */
#title {
    background-image: url("../img/text_bg9f.jpg") !important;
    background-color: #e6e6c6 !important;
    background-size: auto !important;
    background-repeat: repeat !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 30em !important;
}
#title .label {
    margin-top: 0.5em !important;
}
#title-illustration {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center 45%;
    mix-blend-mode: multiply;
    margin: 0 auto 0.5em;
}

/* Top nav overlay for the Undum landing page.
   Loaded after undum_landdown.css to add the persistent nav bar
   without touching the Undum engine CSS. */

/* Shift fixed Undum tools panel down to clear the nav bar */
#tools_wrapper {
    top: 3.4em !important;
}

/* Hide right character panel — not used on welcome page */
#character_panel {
    display: none !important;
}

/* Widen mid panel slightly since right tools are gone */
#mid_panel {
    margin: 0 11em 0 11em;
}

/* Google Form in sidebar */
#signup-sidebar {
    margin-top: 1em;
    padding-top: 0.8em;
    border-top: 1px solid #321;
}
#signup-sidebar p {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
#signup-sidebar iframe {
    border: none;
    width: 100%;
    height: 380px;
}

/* Award badge in sidebar */
.sidebar-award {
    font-size: 0.75em;
    font-style: italic;
    color: #321;
    border-top: 1px solid #321;
    padding-top: 0.6em;
    margin-top: 0.8em;
    line-height: 1.4em;
    text-align: center;
}

/* Nav links in choice list — suppress external-link arrow */
ul.options li a.site-nav-link {
    background-image: none;
    padding-right: 0;
}

/* Mobile: hide sidebar signup on small screens, keep top nav */
@media (max-width: 640px) {
    #signup-sidebar { display: none; }
    #mid_panel { margin: 0; }
}
