/* ==========================================================================
   Contact page — what-happens-next sequence + small form touches.
   Everything else on this page uses the shared design system.
   ========================================================================== */

/* "What happens next" — a true sequence, in the till-print voice */
.next-steps {
    background: var(--paper);
    border: 1px solid var(--sage-mist);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 1.3rem 1.5rem 1.4rem;
    margin-bottom: 2.25rem;
}

.next-steps__title {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.3rem;
}

.next-steps__item {
    display: flex;
    align-items: baseline;
    gap: 0.9rem;
    padding: 0.75rem 0;
}

.next-steps__item:last-child {
    padding-bottom: 0.15rem;
}

.next-steps__item + .next-steps__item {
    border-top: 1.5px dashed var(--cream-dark);
}

.next-steps__num {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--sage);
    flex-shrink: 0;
}

.next-steps__item strong {
    display: block;
    font-weight: 700;
    font-size: 0.98rem;
    color: var(--forest);
    margin-bottom: 0.1rem;
}

.next-steps__item small {
    display: block;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--text-secondary);
}

/* Method titles as h3 (correct heading order) styled like the system's h4 */
.contact__method h3 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    color: var(--forest);
    margin-bottom: 0.2rem;
}

/* Team photo slot (markup currently commented out until photography lands) */
.contact__team-photo {
    margin-top: 2.25rem;
}

/* Fix: secondary button on the dark CTA band. styles.css only covers
   .section--forest / .hero--dark — belongs in the shared system
   (the homepage CTA has the same invisible button). */
.cta-section .btn--secondary {
    color: var(--cream);
    border-color: rgba(248, 246, 240, 0.55);
}

.cta-section .btn--secondary:hover {
    background: rgba(248, 246, 240, 0.1);
    border-color: var(--cream);
}

/* Form: full-width send button + receipt-style small print */
.contact-form .btn {
    width: 100%;
}

.contact-form__note {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-secondary);
    margin: 1rem 0 0;
}
