.contact-hero {
    background-color: #f0ede8;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 80px 24px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
}

.hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #737373;
    margin-bottom: 14px;
}

.hero-title {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #0a0a0a;
    margin-bottom: 18px;
}

.hero-subtitle {
    font-size: 16px;
    color: #737373;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
}

.contact-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px;
    display: grid;
    
    gap: 60px;
}

.form-heading {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
}

.form-subheading {
    font-size: 13px;
    color: #a3a3a3;
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 24px;
}

/* ==========================================================
   CONTACT FORM 7 STYLING
   ========================================================== */

.wpcf7 {
    width: 100%;
}

.wpcf7 p {
    margin-bottom: 24px;
}

.wpcf7 label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #0a0a0a;
}

/* Inputs */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1.5px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
    color: #0a0a0a;
    background: #ffffff;
    outline: none;
    transition: all .3s ease;
    box-sizing: border-box;
}

.wpcf7 textarea {
    height: 130px;
    padding: 12px 14px;
    resize: vertical;
    line-height: 1.6;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #0a0a0a;
    box-shadow: 0 0 0 3px rgba(10,10,10,.08);
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #a3a3a3;
}

/* Submit Button */

.wpcf7 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 32px;
    background: #0a0a0a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0a0a0a;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease;
}

.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

/* Validation Errors */

.wpcf7-not-valid {
    border-color: #e63946 !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #e63946;
    margin-top: 5px;
}

/* Response Messages */

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #2d6a4f;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}


.map-wrap {}

.map-heading {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

/* Map */
.map-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    aspect-ratio: 16/11;
    background: #f5f5f5;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Map Loading */
.map-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #a3a3a3;
    font-size: 13px;
    flex-direction: column;
    gap: 12px;
}

.map-loading i {
    font-size: 32px;
}

/* Contact Info Strip */

.contact-info-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 0;
}

.contact-info-item {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-right: 1px solid #e8e8e8;
    transition: background 0.3s ease;
}

.contact-info-item:last-child {
    border-right: none;
}

.contact-info-item:hover {
    background: #fafafa;
}

.contact-info-top {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 4px;
}

.contact-info-icon {
    width: 36px;
    height: 36px;
    border: 1.5px solid #e8e8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #737373;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
    border-color: #0a0a0a;
    color: #0a0a0a;
}

.contact-info-label {
    font-size: 13px;
    font-weight: 700;
}

.contact-info-value {
    font-size: 13px;
    color: #737373;
    line-height: 1.5;
    padding-left: 0;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1024px) {

    .contact-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

@media (max-width: 768px) {

    .contact-hero {
        padding: 60px 24px;
        min-height: 220px;
    }

    .hero-decor {
        width: 200px;
    }

    .contact-info-strip {
        grid-template-columns: 1fr;
    }

    .contact-info-item {
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }

    .contact-info-item:last-child {
        border-bottom: none;
    }

}

@media (max-width: 480px) {

    .hero-title {
        letter-spacing: -1px;
    }

    .hero-decor {
        display: none;
    }

    .contact-section {
        padding: 40px 24px;
    }

    .form-heading,
    .map-heading {
        font-size: 28px;
    }

    .btn-submit,
    .wpcf7 input[type="submit"] {
        width: 100%;
        justify-content: center;
    }

}