/* Texto claro fica restrito ao cabeçalho de perfil com fundo escuro. */
.project-public-header .profile-lead,
.portfolio-index-header .profile-lead {
    color: #49463f;
    line-height: 1.75;
}
.project-public-header .muted,
.project-public .project-breadcrumb,
.project-public .project-gallery figcaption { color: #59564f; }

.arq-history {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 20px;
    position: relative;
    z-index: 1;
}
.arq-history button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid #767168;
    border-radius: 10px;
    background: #fff;
    color: #292722;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.arq-history button:hover { background: #eee9df; }
.arq-history button:focus-visible { outline: 3px solid #765500; outline-offset: 3px; }
.arq-history button:disabled { opacity: .55; cursor: default; }
@media print { .arq-history { display: none; } }

.arq-contact-dialog { width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:28px;border:1px solid #c7bda8;border-radius:22px;color:#172033;background:#faf8f2;overflow:auto; }
.arq-contact-dialog::backdrop { background:#10192899;backdrop-filter:blur(6px); }
.arq-contact-dialog p { overflow-wrap:anywhere;line-height:1.6; }
.arq-contact-dialog button { min-height:44px;padding:10px 20px;border:1px solid #777;border-radius:24px;background:white;color:#172033;font:inherit;cursor:pointer; }
@media (display-mode: standalone), (display-mode: window-controls-overlay) {
    body { padding-top:max(36px,env(titlebar-area-height,0px),env(safe-area-inset-top,0px)); }
    .topbar { top:max(36px,env(titlebar-area-height,0px),env(safe-area-inset-top,0px)); }
}
