.contact-page .page-main {
    padding-top: clamp(3rem, 8vw, 6rem);
}

.contact-hero {
    display: grid;
    justify-items: center;
    padding: 0 1.5rem 4rem;
}

.contact-copy {
    width: min(42rem, 100%);
    text-align: center;
}

.contact-copy h1 {
    margin: 0;
    font-family: Garamond, Baskerville, "Times New Roman", serif;
    font-size: clamp(2.75rem, 7vw, 5rem);
    font-weight: 400;
    line-height: 1;
    color: #4f3c2e;
}

.contact-copy p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--site-text-muted);
}

.contact-copy a {
    color: #4f3c2e;
    text-decoration: none;
}

.contact-copy a:hover,
.contact-copy a:focus-visible {
    text-decoration: underline;
}

