/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-page {
    min-height: calc(100vh - 90px);
    padding: 8.5rem 8vw 7rem;
    background:
        radial-gradient(
            circle at 20% 18%,
            rgba(201, 170, 106, 0.08),
            transparent 34%
        ),
        radial-gradient(
            circle at 82% 72%,
            rgba(107, 123, 162, 0.07),
            transparent 34%
        ),
        #090a0d;
    color: #f4f2ec;
    box-sizing: border-box;
}

.contact-return {
    display: inline-block;
    margin-bottom: clamp(5rem, 10vh, 8rem);
}

.contact-intro {
    width: min(980px, 100%);
    margin: 0 auto;
}

.contact-intro .eyebrow {
    margin: 0 0 1.4rem;
    color: #c9aa6a;
    font-size: 0.76rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.contact-intro h1 {
    max-width: 820px;
    margin: 0;
    color: #f4f2ec;
    font-size: clamp(3.6rem, 7vw, 6.8rem);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.contact-text {
    max-width: 650px;
    margin: 2.5rem 0 2.4rem;
    color: #c4c1ba;
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
    line-height: 1.9;
}

.contact-email {
    display: inline-block;
    color: #c9aa6a;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 170, 106, 0.38);
    padding-bottom: 0.2rem;
    transition:
        color 220ms ease,
        border-color 220ms ease;
}

.contact-email:hover,
.contact-email:focus-visible {
    color: #dfc487;
    border-color: rgba(223, 196, 135, 0.8);
}

.contact-note {
    margin: 1.7rem 0 0;
    color: rgba(196, 193, 186, 0.68);
    font-size: 0.83rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .contact-page {
        padding: 7.5rem 1.5rem 5rem;
    }

    .contact-return {
        margin-bottom: 4.5rem;
    }
}

@media (max-width: 480px) {
    .contact-page {
        padding-top: 6.8rem;
    }

    .contact-intro h1 {
        font-size: clamp(3.2rem, 15vw, 4.6rem);
    }

    .contact-email {
        font-size: clamp(1.55rem, 7vw, 2.1rem);
        overflow-wrap: anywhere;
    }
}

/* =========================================================
   PRESS & MEDIA DOORWAY
========================================================= */

.contact-press {
    max-width: 650px;
    margin-top: clamp(5rem, 9vh, 7rem);
    padding-top: 2.2rem;
    border-top: 1px solid rgba(244, 242, 236, 0.1);
}

.contact-press-label {
    margin: 0 0 1rem;
    color: #c9aa6a;
    font-size: 0.72rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.contact-press-text {
    max-width: 560px;
    margin: 0 0 1.25rem;
    color: rgba(196, 193, 186, 0.78);
    font-size: 0.95rem;
    line-height: 1.8;
}

.contact-press-link {
    color: #c9aa6a;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
    line-height: 1.4;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 170, 106, 0.3);
    padding-bottom: 0.15rem;
    transition: color 220ms ease, border-color 220ms ease;
}

.contact-press-link:hover,
.contact-press-link:focus-visible {
    color: #dfc487;
    border-color: rgba(223, 196, 135, 0.75);
}
