/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-page {

    width: 100%;
    overflow: hidden;
    background: #f5f2ed;

}


.contact-page .container {

    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;

}


/* =========================================================
   HERO
========================================================= */

.contact-hero {

    position: relative;

    min-height: 650px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #062b49;
    color: #fff;

}


.contact-hero-bg {

    position: absolute;
    inset: 0;

    background-image:
        url("https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=2200&q=90");

    background-size: cover;
    background-position: center;

    transform: scale(1.07);

    animation: contactHeroZoom 12s ease-out forwards;

}


@keyframes contactHeroZoom {

    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }

}


.contact-hero-overlay {

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3,25,45,.97),
            rgba(3,25,45,.61) 58%,
            rgba(3,25,45,.20)
        ),

        linear-gradient(
            0deg,
            rgba(3,25,45,.80),
            transparent 70%
        );

}


.contact-hero-inner {

    position: relative;
    z-index: 2;

    padding-top: 40px;

}


.contact-kicker {

    color: rgba(255,255,255,.48);

    font-family: Arial, sans-serif;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .23em;

}


.contact-hero h1 {

    max-width: 850px;

    margin: 28px 0 0;

    color: #fff;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(80px, 10vw, 145px);

    line-height: .77;

    font-weight: 500;

    letter-spacing: -.075em;

}


.contact-hero h1 em {

    display: block;

    color: #dfc0c3;

    font-style: italic;

    font-weight: 400;

}


.contact-hero p {

    max-width: 440px;

    margin: 45px 0 0;

    color: rgba(255,255,255,.60);

    font-family: Arial, sans-serif;

    font-size: 10px;

    line-height: 1.9;

}


/* =========================================================
   MAIN
========================================================= */

.contact-main {

    padding: 140px 0;

    background: #f5f2ed;

}


.contact-grid {

    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 120px;

    align-items: start;

}


/* =========================================================
   CONTACT INFO
========================================================= */

.contact-info h2 {

    max-width: 480px;

    margin: 18px 0 0;

    color: #062b49;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(60px, 6vw, 85px);

    line-height: .82;

    font-weight: 500;

    letter-spacing: -.065em;

}


.contact-info h2 em {

    display: block;

    color: #a92e35;

    font-style: italic;

    font-weight: 400;

}


.contact-intro {

    max-width: 400px;

    margin: 40px 0 0;

    color: #687075;

    font-family: Arial, sans-serif;

    font-size: 10px;

    line-height: 1.9;

}


/* =========================================================
   DETAILS
========================================================= */

.contact-details {

    margin-top: 60px;

    border-top: 1px solid rgba(6,43,73,.14);

}


.contact-detail {

    padding: 22px 0;

    border-bottom: 1px solid rgba(6,43,73,.14);

}


.contact-detail > span {

    display: block;

    margin-bottom: 9px;

    color: #8c9295;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .19em;

}


.contact-detail a {

    color: #062b49;

    font-family: "Playfair Display", Georgia, serif;

    font-size: 20px;

    text-decoration: none;

    transition: color .3s ease;

}


.contact-detail a:hover {

    color: #a92e35;

}


.contact-detail p {

    margin: 0;

    color: #062b49;

    font-family: Arial, sans-serif;

    font-size: 11px;

}


/* =========================================================
   SOCIAL
========================================================= */

.contact-social {

    margin-top: 55px;

}


.contact-social > span {

    color: #92989a;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .18em;

}


.contact-social > div {

    display: flex;

    flex-wrap: wrap;

    gap: 25px;

    margin-top: 17px;

}


.contact-social a {

    color: #062b49;

    font-family: Arial, sans-serif;

    font-size: 9px;

    font-weight: 700;

    text-decoration: none;

    transition: color .3s ease;

}


.contact-social a:hover {

    color: #a92e35;

}


/* =========================================================
   FORM
========================================================= */

.contact-form-wrap {

    padding: 50px;

    background: #fff;

}


.contact-form-top {

    display: flex;

    gap: 25px;

    padding-bottom: 35px;

    border-bottom: 1px solid rgba(6,43,73,.14);

}


.contact-form-top > span {

    color: #a92e35;

    font-family: Georgia, serif;

    font-size: 12px;

}


.contact-form-top small {

    display: block;

    margin-bottom: 9px;

    color: #92989a;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .20em;

}


.contact-form-top h3 {

    margin: 0;

    color: #062b49;

    font-family: "Playfair Display", Georgia, serif;

    font-size: 34px;

    line-height: 1;

    font-weight: 500;

}


/* =========================================================
   FORM FIELDS
========================================================= */

.contact-form {

    padding-top: 40px;

}


.contact-form-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 25px;

}


.contact-field {

    margin-bottom: 32px;

}


.contact-field label {

    display: block;

    margin-bottom: 10px;

    color: #7f878a;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .17em;

}


.contact-field input,
.contact-field textarea {

    width: 100%;

    box-sizing: border-box;

    padding: 13px 0;

    border: 0;

    border-bottom: 1px solid rgba(6,43,73,.22);

    outline: none;

    border-radius: 0;

    background: transparent;

    color: #062b49;

    font-family: Arial, sans-serif;

    font-size: 11px;

    transition: border-color .3s ease;

}


.contact-field input:focus,
.contact-field textarea:focus {

    border-color: #a92e35;

}


.contact-field input::placeholder,
.contact-field textarea::placeholder {

    color: #aaaead;

}


.contact-field textarea {

    min-height: 130px;

    resize: vertical;

    line-height: 1.7;

}


/* =========================================================
   SUBMIT
========================================================= */

.contact-submit {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 22px;

    border: 0;

    cursor: pointer;

    background: #062b49;

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .17em;

    text-transform: uppercase;

    transition:
        background .3s ease,
        transform .3s ease;

}


.contact-submit:hover {

    background: #a92e35;

    transform: translateY(-3px);

}


.contact-submit b {

    font-size: 16px;

    font-weight: 400;

}


/* =========================================================
   LOCATION
========================================================= */

.contact-location {

    position: relative;

    min-height: 560px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #062b49;

    color: #fff;

}


.contact-location-bg {

    position: absolute;
    inset: 0;

    background-image:
        url("https://images.unsplash.com/photo-1524492412937-b28074a5d7da?auto=format&fit=crop&w=2200&q=90");

    background-size: cover;

    background-position: center;

    transition: transform 1.2s ease;

}


.contact-location:hover .contact-location-bg {

    transform: scale(1.04);

}


.contact-location-overlay {

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3,25,45,.95),
            rgba(3,25,45,.58),
            rgba(3,25,45,.18)
        );

}


.contact-location-inner {

    position: relative;
    z-index: 2;

}


.contact-location-inner > span {

    color: rgba(255,255,255,.45);

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .22em;

}


.contact-location-inner h2 {

    max-width: 800px;

    margin: 18px 0 0;

    color: #fff;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(65px, 7vw, 100px);

    line-height: .80;

    font-weight: 500;

    letter-spacing: -.065em;

}


.contact-location-inner h2 em {

    display: block;

    color: #dfc0c3;

    font-style: italic;

    font-weight: 400;

}


.contact-location-inner p {

    max-width: 400px;

    margin: 30px 0 0;

    color: rgba(255,255,255,.55);

    font-family: Arial, sans-serif;

    font-size: 10px;

    line-height: 1.8;

}


.contact-location-btn {

    display: inline-flex;

    align-items: center;

    gap: 30px;

    margin-top: 35px;

    padding-bottom: 11px;

    border-bottom: 1px solid rgba(255,255,255,.35);

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .16em;

    text-decoration: none;

    text-transform: uppercase;

    transition: gap .3s ease;

}


.contact-location-btn:hover {

    gap: 42px;

}


.contact-location-btn b {

    font-size: 15px;

    font-weight: 400;

}


/* =========================================================
   FINAL CTA
========================================================= */

.contact-final {

    padding: 135px 0;

    background: #062b49;

}


.contact-final > .container > span {

    color: rgba(255,255,255,.40);

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .22em;

}


.contact-final h2 {

    max-width: 800px;

    margin: 20px 0 0;

    color: #fff;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(65px, 8vw, 110px);

    line-height: .78;

    font-weight: 500;

    letter-spacing: -.07em;

}


.contact-final h2 em {

    display: block;

    color: #dfc0c3;

    font-style: italic;

    font-weight: 400;

}


.contact-final a {

    display: inline-flex;

    align-items: center;

    gap: 30px;

    margin-top: 50px;

    padding-bottom: 12px;

    border-bottom: 1px solid rgba(255,255,255,.35);

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .16em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        gap .3s ease,
        color .3s ease;

}


.contact-final a:hover {

    gap: 43px;

    color: #dfc0c3;

}


.contact-final a b {

    font-size: 16px;

    font-weight: 400;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .contact-page .container {

        width: min(900px, calc(100% - 48px));

    }


    .contact-grid {

        gap: 60px;

    }


    .contact-form-wrap {

        padding: 35px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .contact-page .container {

        width: calc(100% - 40px);

    }


    .contact-hero {

        min-height: 580px;

    }


    .contact-hero h1 {

        font-size: 68px;

    }


    .contact-hero p {

        max-width: 330px;

        margin-top: 35px;

    }


    .contact-main {

        padding: 90px 0;

    }


    .contact-grid {

        grid-template-columns: 1fr;

        gap: 70px;

    }


    .contact-info h2 {

        font-size: 59px;

    }


    .contact-form-wrap {

        padding: 28px 22px;

    }


    .contact-form-row {

        grid-template-columns: 1fr;

        gap: 0;

    }


    .contact-form-top h3 {

        font-size: 29px;

    }


    .contact-location {

        min-height: 500px;

    }


    .contact-location-inner h2 {

        font-size: 60px;

    }


    .contact-final {

        padding: 90px 0;

    }


    .contact-final h2 {

        font-size: 60px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .contact-page .container {

        width: calc(100% - 30px);

    }


    .contact-hero h1 {

        font-size: 59px;

    }


    .contact-info h2 {

        font-size: 51px;

    }


    .contact-form-wrap {

        padding: 25px 18px;

    }


    .contact-form-top {

        gap: 15px;

    }


    .contact-form-top h3 {

        font-size: 26px;

    }


    .contact-location-inner h2 {

        font-size: 51px;

    }


    .contact-final h2 {

        font-size: 51px;

    }

}