.nav-menu { display: none; }
.nav-container,
.site-container {
    width: calc(100% - 10px);
    padding: 0 5px;
    margin: 0 auto;
}
.section-title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}
.logo {
    font-size: 1rem;
}
.cta-button {
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
    white-space: nowrap;
}
.hero {
    padding: 90px 1rem 1.5rem;
}
.hero-title {
    font-size: 1.6rem;
}
.hero {
    grid-template-areas:
        "image"
        "content";
}
.hero-image {
    grid-area: image;
    justify-self: stretch;
    margin-bottom: 0.8rem;
}
.hero-content {
    grid-area: content;
}
.insights-grid,
.services-grid,
.clients-list,
.work-grid,
.form-row {
    grid-template-columns: 1fr;
}
.service-content {
    padding: 0.75rem;
}
.service-content h3 {
    font-size: 0.9rem;
    line-height: 1.25;
}
/* footer layout uses .footer .site-container in base styles */
 .footer-right {
    gap: 0.2rem;
 }