.contact-main-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2.5rem;
    align-items: start;
}

.contact-info-row {
    margin-bottom: 2.5rem;
}

.contact-address-hours {
    width: 100%;
}

.contact-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--gold-light);
    text-transform: none;
    letter-spacing: 0.05em;
}

.contact-phone-email {
    width: 100%;
}

.contact-form-map-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.contact-map-wrapper {
    width: 100%;
}

.contact-map {
    width: 100%;
    min-height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(201, 169, 98, 0.3);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    min-height: 500px;
}

.contact-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold-light);
    margin-bottom: 0.1rem;
}

.contact-value {
    font-size: 0.98rem;
}

.contact-link {
    color: #e6e6e6;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-link:hover {
    color: var(--gold-light);
    text-decoration: underline;
}

.contact-placeholder-map {
    border-radius: 18px;
    border: 1px dashed rgba(201, 169, 98, 0.6);
    height: 100%;
    min-height: 500px;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.contact-placeholder-map span {
    font-size: 0.9rem;
    color: #d6d6d6;
}

.placeholder-card {
    border-radius: 18px;
    border: 1px solid rgba(201, 169, 98, 0.45);
    background: radial-gradient(circle at top left, rgba(201, 169, 98, 0.13), rgba(10, 10, 10, 0.9));
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.7);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer-note {
    margin-top: 1.4rem;
    font-size: 0.8rem;
    color: #aaaaaa;
}
