/**
 * Footer — the Stay In Touch band.
 */

.footer {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0 2.5rem;
    text-align: center;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
    max-width: 640px;
}

.footer__floral {
    width: clamp(180px, 22vw, 260px);
    height: auto;
    opacity: 0.75;
}

.footer__headline {
    font-size: var(--fs-h3);
    font-weight: 500;
}

.footer__message {
    margin: 0;
    color: var(--mauve);
    font-size: 0.9375rem;
}

.footer__contact,
.footer__socials {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-family: var(--font-serif);
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    color: var(--ink);
}

.footer__socials a,
.footer__contact a { transition: color 0.25s ease; }

.footer__socials a:hover,
.footer__contact a:hover { color: var(--rose); }

.footer__divider { color: var(--rose-soft); }

.footer__copyright {
    margin: 1.25rem 0 0;
    font-size: 0.8125rem;
    color: var(--text-muted);
}
