.contact-wrap {
    width: min(1540px, calc(100% - 80px));
    margin: 0 auto;
}

.contact-hero {
    position: relative;
    margin-top: 81px;
    height: 480px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.contact-hero-image {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.contact-hero-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 22, 40, 0.72) 0%, rgba(1, 22, 40, 0.28) 60%, rgba(1, 22, 40, 0.14) 100%);
}

.contact-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(1540px, calc(100% - 80px));
    height: 100%;
    margin: 0 auto;
}

.contact-hero-tag {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 6px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-hero-title {
    margin: 0;
    font-size: 64px;
    line-height: 1.08;
    color: #FFFFFF;
    font-weight: 700;
}

.contact-hero-text {
    margin: 24px 0 0;
    max-width: 720px;
    font-size: 20px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
}

.contact-section {
    background-color: #FAFAFA;
    padding: 70px 0;
}

.contact-title {
    text-align: center;
    margin-bottom: 55px;
}

.contact-title h2 {
    margin: 0;
    font-size: 46px;
    color: #222222;
    font-weight: 500;
}

.en-sub {
    margin-top: 10px;
    font-size: 22px;
    color: #999999;
    letter-spacing: 2px;
}

.contact-list {
    display: flex;
    max-width: 1800px;
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
}

.contact-item {
    flex: 1;
    max-width: 420px;
    background: #FFFFFF;
    padding: 45px 25px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.09);
}

.icon-circle {
    width: 88px;
    height: 88px;
    margin: 0 auto 22px;
    background-color: #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item h3 {
    margin: 0 0 16px;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

.contact-item p,
.contact-item-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #555555;
}

.contact-map-section {
    padding: 0 0 120px;
    background: #FFFFFF;
}

.contact-map-box {
    overflow: hidden;
    border: 1px solid #E3E8EE;
    width: 100%;
    height: 560px;
}

.contact-map-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .contact-wrap,
    .contact-hero-inner {
        width: calc(100% - 32px);
    }

    .contact-hero {
        margin-top: 64px;
        display: block;
        height: auto;
        min-height: 0;
        overflow: hidden;
        background: none !important;
        line-height: 0;
    }

    .contact-hero-image {
        display: block;
        width: 120%;
        height: auto;
        max-width: none;
        margin-left: -10%;
        object-fit: contain;
        object-position: center top;
    }

    .contact-hero-inner {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        height: auto;
    }

    .contact-hero-title {
        font-size: 40px;
    }

    .contact-hero-text,
    .contact-item p,
    .contact-item-text {
        font-size: 16px;
    }

    .contact-section {
        padding: 68px 0;
    }

    .contact-map-section {
        padding: 0 0 84px;
    }

    .contact-map-box {
        height: 320px;
    }

    .contact-title h2 {
        font-size: 32px;
    }

    .en-sub {
        font-size: 16px;
    }

    .contact-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .contact-item {
        width: 100%;
        max-width: 500px;
    }

    .icon-circle {
        width: 76px;
        height: 76px;
    }

    .contact-item h3 {
        font-size: 22px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .contact-list {
        flex-wrap: wrap;
    }

    .contact-item {
        flex: 0 1 calc(50% - 15px);
    }
}
