.location-section {
    color: #49433d;
}

.location-wrap {
    padding: 28px 34px 0;
}

.location-header {
    max-width: 560px;
    margin-bottom: 28px;
}

.location-header h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 5vw, 40px);
    line-height: 1.08;
    font-weight: 400;
    color: #4a443e;
}

.location-header p {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #7f7972;
}

.location-map {
    position: relative;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(rgba(160, 160, 160, 0.88), rgba(160, 160, 160, 0.88)),
        url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

/* .location-map::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.4) 2px, transparent 2px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.4) 2px, transparent 2px),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.42) 0, rgba(255, 255, 255, 0.08) 56%, transparent 70%);
    background-size: 84px 84px, 84px 84px, 100% 100%;
    background-position: center;
    opacity: 0.58;
} */

.location-streets {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(12deg, transparent 46%, rgba(255, 255, 255, 0.55) 48%, rgba(255, 255, 255, 0.55) 51%, transparent 53%),
        linear-gradient(38deg, transparent 47%, rgba(255, 255, 255, 0.45) 49%, rgba(255, 255, 255, 0.45) 52%, transparent 54%),
        linear-gradient(72deg, transparent 47%, rgba(255, 255, 255, 0.34) 49%, rgba(255, 255, 255, 0.34) 51%, transparent 53%),
        linear-gradient(100deg, transparent 46%, rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0.34) 50%, transparent 52%);
    opacity: 0.7;
}

.location-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -32%);
    width: 28px;
    height: 28px;
    background: #6c6762;
    border-radius: 50% 50% 50% 0;
    transform-origin: center;
    rotate: -45deg;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.location-pin::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f7f5f1;
    border-radius: 50%;
    top: 9px;
    left: 9px;
}

.location-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-10%, -145%);
    background: #ffffff;
    color: #66615b;
    padding: 8px 14px;
    border-radius: 6px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.location-fab {
    position: absolute;
    right: 82px;
    top: 36px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f3f3f1, #d9dbdc);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
    display: grid;
    place-items: center;
}

.location-fab::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 24px solid #ffffff;
    transform: translateY(4px);
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.08));
}

.location-quote {
    /* background: #ffffff; */
    text-align: center;
    padding: 70px 20px 80px;
}

.location-quote-icon {
    margin-bottom: 24px;
    color: #756d66;
}

.location-quote-icon svg {
    width: 28px;
    height: 28px;
}

.location-quote blockquote {
    margin: 0 auto;
    max-width: 760px;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.14;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #4c463f;
}

@media (max-width: 900px) {
    .location-map {
        height: 280px;
    }

    .location-fab {
        width: 100px;
        height: 100px;
        right: 28px;
        top: 24px;
    }

    .location-quote {
        padding: 30px 0px;
    }
}

@media (max-width: 560px) {
    .location-wrap {
        padding: 24px 16px 0;
    }

    .location-map {
        height: 240px;
    }

    .location-fab {
        width: 78px;
        height: 78px;
        right: 14px;
        top: 14px;
    }

    .location-fab::before {
        border-left-width: 11px;
        border-right-width: 11px;
        border-top-width: 18px;
    }

    .location-label {
        font-size: 12px;
        padding: 7px 10px;
    }

    .location-quote {
        margin-top: 20px;
        padding: 30px 0px;
    }

    .location-quote blockquote {
        font-size: 22px;
    }
}

.contact-jewelry-section {
    /* background: #f7f5f1; */
    color: #47413b;
    font-family: "Georgia", "Times New Roman", serif;
}

.contact-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 6%;
    text-align: center;
    background:
        linear-gradient(rgba(36, 31, 27, 0.44), rgba(36, 31, 27, 0.44)),
        url("https://images.unsplash.com/photo-1617038220319-276d3cfab638?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
}

.contact-hero-content {
    color: #ffffff;
}

.contact-label {
    margin: 0 0 18px;
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.contact-hero h2 {
    margin: 0 0 18px;
    font-size: clamp(24px, 5vw, 40px);
    line-height: 0.94;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.contact-hero p {
    margin: 0 auto;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
}

.contact-body {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    padding: 56px 6% 74px;
    align-items: start;
}

.contact-info h3,
.contact-form-card h3 {
    margin: 0 0 30px;
    font-size: clamp(24px, 5vw, 40px);
    line-height: 1.15;
    font-weight: 400;
    color: #47413b;
}

.contact-list {
    display: grid;
    gap: 18px;
    margin-bottom: 34px;
}

.contact-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
}

.contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #e7e7e4;
    color: #66615b;
}

.contact-icon svg {
    width: 16px;
    height: 16px;
}

.contact-text small {
    display: block;
    margin-bottom: 4px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a847e;
}

.contact-text p {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #4f4943;
}

.contact-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-btn {
    min-width: 154px;
    padding: 15px 22px;
    border-radius: 8px;
    border: 1px solid #b7b3ae;
    background: transparent;
    color: #5e5954;
    text-decoration: none;
    text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    transition: all 0.25s ease;
}

.contact-btn.primary {
    background: #26242a;
    border-color: #26242a;
    color: #ffffff;
}

.contact-btn:hover {
    transform: translateY(-2px);
    opacity: 0.94;
}

.contact-form-card {
    background: #fbfaf7;
    border-radius: 10px;
    padding: 38px 38px 34px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

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

.contact-field label {
    display: block;
    margin-bottom: 8px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a847e;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid #cfc9c2;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px 16px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    color: #4d4741;
    outline: none;
}

.contact-field textarea {
    min-height: 132px;
    resize: vertical;
}

.contact-submit {
    margin-top: 4px;
    border: 0;
    border-radius: 8px;
    background: #26242a;
    color: #ffffff;
    padding: 16px 24px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
}

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

    .contact-hero {
        min-height: 420px;
    }
}

@media (max-width: 560px) {
    .contact-hero {
        min-height: 320px;
        padding: 56px 5%;
    }

    .contact-body {
        padding: 42px 5% 58px;
        gap: 28px;
    }

    .contact-form-card {
        padding: 28px 20px 24px;
    }

    .contact-actions {
        flex-direction: column;
    }

    .contact-btn {
        width: 100%;
    }

    .contact-hero p {
        font-size: 15px;
    }
    .contact-actions {
        display: grid !important;
        gap: 5px;
        grid-template-columns: repeat(2, 1fr)  !important;
    }
}