/* ------------------------------------------
   WIP Page Styling (Greyhouse style)
---------------------------------------------- */

.wip-box {
    text-align: center;
}

.wip-box h2 {
    font-family: "Domine", serif;
    font-size: 28px;
    margin-bottom: 15px;
    color: #222;
}

.wip-box p {
    font-size: 17px;
    line-height: 26px;
    color: var(--text-soft);
    margin-bottom: 14px;
    font-family: "Karla", sans-serif;
}

.wip-box .soft {
    font-style: italic;
    margin-top: 10px;
    color: #777;
}

/* Placeholder frame for future images */
.wip-frame {
    margin-top: 25px;
    padding: 30px;
    background: #f3efea;
    border: 1px dashed var(--border);
    border-radius: 10px;
    color: #6b6763;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}
