/* CONTACT */

.contact-page {
    padding: 170px 70px 130px;
    background: #f4eee7;
    min-height: 100vh;
}

.contact-hero {
    max-width: 860px;
    margin: 0 auto 96px;
    text-align: center;
}

.contact-hero span {
    display: block;
    margin-bottom: 26px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: #a9947d;
}

.contact-hero h1 {
    margin: 0 0 34px;
    font-family: "DM Serif Display", serif;
    font-size: clamp(58px, 6vw, 104px);
    line-height: .95;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #2d2926;
}

.contact-hero p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: #6b625a;
}

.contact-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.contact-card {
    min-height: 360px;
    padding: 42px 42px 38px;
    background: rgba(255, 253, 249, .62);
    border: 1px solid rgba(45, 41, 38, .10);
}

.contact-card span {
    display: block;
    margin-bottom: 54px;
    font-size: 11px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #a9947d;
}

.contact-card h2 {
    margin: 0 0 28px;
    font-family: "DM Serif Display", serif;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #2d2926;
}

.contact-card p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #5f554c;
}

.contact-card a {
    color: #2d2926;
    text-decoration: underline;
    text-underline-offset: 4px;
}