/* Contact Page */

body.page-template-page-contact .site-content,
.lh-contact-page {
    width: 100%;
    background: #f3f3f3;
}

body.page-template-page-contact .content-area {
    max-width: none;
    padding: 0;
}

.lh-contact-section {
    width: 100%;
    padding: 58px 0 78px;
    background: #f3f3f3;
}

.lh-contact-inner {
    max-width: var(--lh-content-width);
    margin: 0 auto;
    padding: 0 var(--lh-site-padding);
    box-sizing: border-box;
}

.lh-contact-header {
    max-width: 760px;
    margin: 0 0 36px;
}

.lh-contact-title {
    margin: 0 0 14px;
    color: var(--lh-black);
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lh-contact-intro {
    margin: 0;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.lh-contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.6fr);
    gap: 42px;
    align-items: stretch;
}

.lh-contact-details,
.lh-contact-form-panel {
    box-sizing: border-box;
}

.lh-contact-details {
    position: relative;
    padding: 42px 36px;
    border: 1px solid var(--lh-gold, var(--lh-pink));
    background: #000;
    color: var(--lh-white);
}

.lh-contact-details-rule {
    position: absolute;
    top: 0;
    left: 36px;
    right: 36px;
    height: 4px;
    background: linear-gradient(90deg, #6b4b13 0%, #a67a25 22%, #d9b754 50%, #a67a25 78%, #6b4b13 100%);
}

.lh-contact-detail-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    margin: 0 0 34px;
}

.lh-contact-detail-item:last-child {
    margin-bottom: 0;
}

.lh-contact-detail-icon {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--lh-gold, var(--lh-pink));
}

.lh-contact-detail-icon svg {
    display: block;
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lh-contact-detail-text h2 {
    margin: 0 0 9px;
    color: var(--lh-gold, var(--lh-pink));
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lh-contact-detail-text p {
    margin: 0;
    color: var(--lh-white);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
}

.lh-contact-detail-text a {
    color: var(--lh-white);
    text-decoration: none;
}

.lh-contact-detail-text a:hover {
    color: var(--lh-gold, var(--lh-pink));
}

.lh-contact-form-panel {
    padding: 42px 46px;
    background: var(--lh-white);
}

.lh-contact-form-panel h2 {
    margin: 0 0 26px;
    color: var(--lh-black);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lh-contact-form-content,
.lh-contact-form-content p {
    color: var(--lh-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
}

.lh-contact-form-content p {
    margin: 0 0 18px;
}

.lh-contact-form-content label {
    display: block;
    margin: 0 0 8px;
    color: var(--lh-black);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lh-contact-form-content .wpcf7-form-control-wrap {
    display: block;
}

.lh-contact-form-content input[type="text"],
.lh-contact-form-content input[type="email"],
.lh-contact-form-content input[type="tel"],
.lh-contact-form-content textarea {
    display: block;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 0;
    background: var(--lh-white);
    color: var(--lh-black);
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    box-shadow: none;
    outline: none;
}

.lh-contact-form-content textarea {
    min-height: 160px;
    resize: vertical;
}

.lh-contact-form-content input[type="text"]:focus,
.lh-contact-form-content input[type="email"]:focus,
.lh-contact-form-content input[type="tel"]:focus,
.lh-contact-form-content textarea:focus {
    border-color: var(--lh-gold, var(--lh-pink));
    box-shadow: none;
    outline: none;
}

.lh-contact-form-content input[type="submit"],
.lh-contact-form-content button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 46px;
    padding: 0 30px;
    border: 1px solid var(--lh-gold, var(--lh-pink));
    border-radius: 0;
    background: var(--lh-gold, var(--lh-pink));
    color: var(--lh-white);
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.lh-contact-form-content input[type="submit"]:hover,
.lh-contact-form-content input[type="submit"]:focus,
.lh-contact-form-content button[type="submit"]:hover,
.lh-contact-form-content button[type="submit"]:focus {
    border-color: var(--lh-black);
    background: var(--lh-black);
    color: var(--lh-white);
}

.lh-contact-form-content .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #8a1f1f;
    font-size: 13px;
    font-weight: 400;
}

.lh-contact-form-content .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--lh-gold, var(--lh-pink));
    color: var(--lh-white);
    font-size: 14px;
    line-height: 1.5;
}

.lh-contact-form-placeholder {
    padding: 18px 20px;
    background: #f3f3f3;
    color: #555;
}

@media (max-width: 900px) {
    .lh-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .lh-contact-section {
        padding: 42px 0 58px;
    }

    .lh-contact-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lh-contact-header {
        text-align: center;
    }

    .lh-contact-title {
        font-size: 28px;
    }

    .lh-contact-details,
    .lh-contact-form-panel {
        padding: 34px 24px;
    }

    .lh-contact-details-rule {
        left: 24px;
        right: 24px;
    }
}
