/* Shared home rhythm so every block uses the same spacing and type. */
.home-projects-section,
.rec-section,
.home-tech-section,
.home-articles {
    padding: 2.75rem 0;
}

.home-projects-header,
.home-articles .latest-header {
    text-align: start;
    margin-bottom: 1.75rem;
}

.home-articles .latest-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.home-articles .latest-header .sec-title {
    width: fit-content;
}

.rec-header,
.home-tech-header {
    text-align: center;
    margin-bottom: 1.75rem;
}

.rec-header .sec-title,
.home-tech-header .sec-title {
    text-align: center;
}

.rec-header .sec-title::after,
.home-tech-header .sec-title::after {
    margin-inline: auto;
}

.coming-soon-state {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
}

.coming-soon-title {
    font-size: var(--fs-section);
    font-weight: 700;
    color: var(--navy-text);
    margin: 0 0 0.5rem;
}

.coming-soon-text {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: var(--muted);
    margin: 0 0 1.25rem;
}

.coming-soon-state .btn {
    text-decoration: none;
}
.cs-form-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.cs-email-input {
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    background: var(--paper);
    color: var(--ink);
}
.cs-no-spam { font-size: 0.8rem; color: var(--muted); }
