/* v25 — content update, project story and contact note polish. No mobile hero/menu changes. */
.project-story--single .container-wide {
    max-width: 1120px;
}
.story-card--single {
    max-width: 920px;
    margin: 0 auto;
}
.story-card--single p + p {
    margin-top: 1rem;
}
.contact-urgent-note {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: .9rem;
    align-items: flex-start;
    padding: 1rem;
    margin: 1.3rem 0 .4rem;
    border: 1px solid rgba(229,163,49,.32);
    background: rgba(229,163,49,.10);
    color: rgba(255,255,255,.88);
    line-height: 1.55;
}
.contact-urgent-note i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber);
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.045);
}
.contact-urgent-note span {
    font-size: .94rem;
}
@media (max-width: 767.98px) {
    .contact-urgent-note {
        grid-template-columns: 38px 1fr;
        padding: .9rem;
    }
    .contact-urgent-note i {
        width: 38px;
        height: 38px;
    }
}
