
body.mz-contact-premium-active .gt-page-title,
body.mz-contact-premium-active .gt-page-header,
body.mz-contact-premium-active .gt-breadcrumb {
    display: none !important;
}

body.mz-contact-premium-active main.mz-contact-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #f8f5ee;
}

.mz-contact-page,
.mz-contact-page * {
    box-sizing: border-box;
}

.mz-contact-container {
    width: min(1320px, calc(100% - 72px));
    margin: 0 auto;
}

.mz-contact-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        var(--mz-contact-hero-image)
        center center / cover no-repeat,
        #17120d;
}

.mz-contact-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(9, 7, 5, .88) 0%,
            rgba(9, 7, 5, .62) 55%,
            rgba(9, 7, 5, .56) 100%
        );
}

.mz-contact-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
    gap: 90px;
    align-items: center;
    padding: 85px 0;
}

.mz-contact-kicker {
    display: block;
    margin-bottom: 20px;
    color: #d1a13f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.mz-contact-kicker.dark {
    color: #9b6b1f;
}

.mz-contact-hero h1,
.mz-contact-page h2 {
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.03em;
}

.mz-contact-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(50px, 6vw, 82px);
    line-height: .95;
}

.mz-contact-gold-line {
    display: block;
    width: 48px;
    height: 2px;
    margin: 28px 0;
    background: #c8942e;
}

.mz-contact-hero-copy p {
    max-width: 550px;
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 17px;
    line-height: 1.8;
}

.mz-contact-hours {
    position: relative;
    padding: 48px 48px 35px;
    border: 1px solid #bd8b2a;
    background: rgba(14, 10, 7, .60);
    text-align: center;
    backdrop-filter: blur(4px);
}

.mz-contact-hours h2 {
    margin: 0 0 25px;
    color: #deb65d;
    font-size: 24px;
    letter-spacing: .08em;
}

.mz-contact-hours div {
    padding: 19px 0;
    border-top: 1px solid rgba(201,153,61,.25);
}

.mz-contact-hours div:first-of-type {
    border-top: 0;
}

.mz-contact-hours span,
.mz-contact-hours strong {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}

.mz-contact-hours-corner {
    position: absolute;
    width: 18px;
    height: 18px;
}

.corner-1 {
    top: -7px;
    left: -7px;
    border-top: 2px solid #c99431;
    border-left: 2px solid #c99431;
}

.corner-2 {
    top: -7px;
    right: -7px;
    border-top: 2px solid #c99431;
    border-right: 2px solid #c99431;
}

.corner-3 {
    bottom: -7px;
    left: -7px;
    border-bottom: 2px solid #c99431;
    border-left: 2px solid #c99431;
}

.corner-4 {
    right: -7px;
    bottom: -7px;
    border-right: 2px solid #c99431;
    border-bottom: 2px solid #c99431;
}

.mz-contact-info {
    padding: 65px 0 45px;
}

.mz-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mz-contact-info-card {
    position: relative;
    min-height: 235px;
    padding: 55px 30px 35px;
    border: 1px solid rgba(181,132,47,.55);
    background: #fffdf8;
    text-align: center;
}

.mz-contact-info-icon {
    position: absolute;
    top: -27px;
    left: 50%;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid #bd8b2f;
    border-radius: 50%;
    color: #ae7922;
    background: #f8f5ee;
    font-size: 25px;
    transform: translateX(-50%);
}

.mz-contact-info-card h2 {
    margin: 0 0 20px;
    color: #a67221;
    font-size: 25px;
    letter-spacing: .03em;
}

.mz-contact-info-card p,
.mz-contact-info-card a {
    color: #29251f;
    font-size: 14px;
    line-height: 1.75;
}

.mz-contact-main {
    padding: 0 0 60px;
}

.mz-contact-main-grid {
    display: grid;
    grid-template-columns: 1.3fr .9fr;
    gap: 22px;
}

.mz-contact-map,
.mz-contact-form-wrap {
    min-height: 570px;
    border: 1px solid rgba(181,132,47,.38);
    background: #fffdf9;
}

.mz-contact-map {
    padding: 14px;
}

.mz-contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 540px;
    border: 0;
    filter: saturate(.82) contrast(.95);
}

.mz-contact-form-wrap {
    padding: 22px;
}

.mz-contact-form {
    display: grid;
    gap: 13px;
}

.mz-contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.mz-contact-form label {
    display: block;
}

.mz-contact-form label > span {
    display: block;
    margin-bottom: 7px;
    color: #5b5145;
    font-size: 12px;
}

.mz-contact-form input,
.mz-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(181,132,47,.40);
    border-radius: 0;
    color: #222;
    background: #f8f2e7;
    font-family: inherit;
    font-size: 14px;
}

.mz-contact-form input {
    height: 52px;
    padding: 0 15px;
}

.mz-contact-form textarea {
    min-height: 180px;
    padding: 15px;
    resize: vertical;
}

.mz-contact-form input:focus,
.mz-contact-form textarea:focus {
    border-color: #ae7922;
    outline: 1px solid #ae7922;
}

.mz-contact-form button {
    height: 58px;
    border: 0;
    color: #d7ab50;
    background: #171717;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    cursor: pointer;
}

.mz-contact-form button:hover {
    color: #171717;
    background: #c99431;
}

.mz-contact-message {
    margin-bottom: 15px;
    padding: 13px 15px;
    font-size: 13px;
}

.mz-contact-message.success {
    color: #28582f;
    background: #e7f3e8;
}

.mz-contact-message.error {
    color: #721f1f;
    background: #f8e6e6;
}

.mz-contact-location {
    display: grid;
    grid-template-columns: .9fr .8fr 1.6fr;
    min-height: 440px;
    border-top: 1px solid #e7dccb;
    border-bottom: 1px solid #e7dccb;
}

.mz-contact-location-image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    display: block;
    object-fit: cover;
}

.mz-contact-location-copy {
    padding: 65px 55px;
    background: #f4eee2;
}

.mz-contact-location-copy h2,
.mz-contact-faq h2 {
    margin: 0;
    color: #211d18;
    font-size: 36px;
    line-height: 1;
}

.mz-contact-location-copy p {
    color: #4d463e;
    font-size: 14px;
    line-height: 1.75;
}

.mz-contact-location-copy a {
    display: inline-flex;
    margin-top: 14px;
    padding: 13px 18px;
    border: 1px solid #bd8a2b;
    color: #a36f1d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.mz-contact-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    background: #fff;
}

.mz-contact-stats article {
    min-height: 180px;
    padding: 35px 22px;
    border-left: 1px solid #e4dacb;
    text-align: center;
}

.mz-contact-stats strong {
    display: block;
    color: #272019;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: 42px;
    font-weight: 600;
}

.mz-contact-stats span {
    display: block;
    margin-top: 10px;
    color: #5c554d;
    font-size: 12px;
    line-height: 1.5;
}

.mz-contact-bottom {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    min-height: 510px;
}

.mz-contact-faq {
    padding: 60px 55px;
    background: #f8f5ee;
}

.mz-contact-faq-item {
    border-bottom: 1px solid #ddcfb8;
}

.mz-contact-faq-item button {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    color: #2b261f;
    background: transparent;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

.mz-contact-faq-item button b {
    color: #ae7922;
    font-size: 21px;
    font-weight: 400;
}

.mz-contact-faq-item > div {
    display: none;
    padding: 0 35px 20px 0;
}

.mz-contact-faq-item.is-open > div {
    display: block;
}

.mz-contact-faq-item.is-open button b {
    transform: rotate(45deg);
}

.mz-contact-faq-item p {
    margin: 0;
    color: #635a50;
    font-size: 13px;
    line-height: 1.7;
}

.mz-contact-closing {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 510px;
    color: #fff;
    background:
        var(--mz-contact-closing-image)
        center / cover no-repeat,
        #17120d;
}

.mz-contact-closing-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(9,7,5,.88) 0%,
            rgba(9,7,5,.60) 70%,
            rgba(9,7,5,.42) 100%
        );
}

.mz-contact-closing-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 70px;
}

.mz-contact-closing-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.02;
}

.mz-contact-closing-copy p {
    max-width: 480px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    line-height: 1.7;
}

.mz-contact-closing-copy a {
    display: inline-flex;
    gap: 12px;
    margin-top: 20px;
    padding: 17px 24px;
    color: #171717;
    background: #c99431;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

@media (max-width: 1050px) {
    .mz-contact-hero-grid,
    .mz-contact-main-grid {
        grid-template-columns: 1fr;
    }

    .mz-contact-location {
        grid-template-columns: 1fr 1fr;
    }

    .mz-contact-stats {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .mz-contact-container {
        width: min(100% - 34px, 1320px);
    }

    .mz-contact-hero {
        min-height: 0;
    }

    .mz-contact-hero-grid {
        gap: 45px;
        padding: 65px 0;
    }

    .mz-contact-hero h1 {
        font-size: 50px;
    }

    .mz-contact-info-grid,
    .mz-contact-form-row,
    .mz-contact-location,
    .mz-contact-bottom {
        grid-template-columns: 1fr;
    }

    .mz-contact-info-grid {
        gap: 52px;
    }

    .mz-contact-location-copy,
    .mz-contact-faq,
    .mz-contact-closing-copy {
        padding: 48px 27px;
    }

    .mz-contact-stats {
        grid-template-columns: 1fr 1fr;
    }

    .mz-contact-stats article:nth-child(odd) {
        border-left: 0;
    }
}
