/* =========================
   CONTACT PREMIUM SECTION
========================= */

.contact-premium {
    position: relative;
    padding: 170px 0 110px;
    background: #ffffff;
    overflow: visible !important;
}

.contact-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 78px 78px;
    pointer-events: none;
    opacity: 0.55;
}

.contact-premium__wrap {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 460px);
    gap: 72px;
    align-items: flex-start;
}

.contact-premium__left {
    max-width: 760px;
}

/* =========================
   TEXT
========================= */

.contact-premium__eyebrow {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
}

.contact-premium__title {
    margin: 0 0 42px;
    font-size: clamp(44px, 6vw, 60px);
    line-height: 0.96;
    font-weight: 500;
    letter-spacing: -2.5px;
    color: #0b0b0b;
}

.contact-premium__intro {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-premium__mini-line {
    width: 28px;
    height: 2px;
    background: #10e86b;
    display: inline-block;
}

.contact-premium__mini-label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
}

.contact-premium__subtitle {
    margin: 0 0 14px;
    font-size: clamp(34px, 4vw, 25px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1px;
    color: #0b0b0b;
}

.contact-premium__desc {
    margin: 0 0 18px;
    max-width: 650px;
    font-size: 16px;
    line-height: 1.8;
    color: #4e4e4e;
}

.contact-premium__note {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 1.7;
    color: #6f6f6f;
}

/* =========================
   FORM
========================= */

.contact-premium__form {
    max-width: 700px;
}

.contact-premium__field {
    position: relative;
    margin-bottom: 28px;
}

.contact-premium__field input,
.contact-premium__field textarea {
    width: 100%;
    border: none;
    border-bottom: 1.4px solid #bdbdb7;
    background: transparent;

    padding: 18px 0 12px;

    font-size: 16px;
    line-height: 1.5;
    color: #111;

    outline: none;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.contact-premium__field textarea {
    min-height: 58px;
    resize: none;
    overflow: hidden;
}

.contact-premium__field input::placeholder,
.contact-premium__field textarea::placeholder {
    color: transparent;
}

.contact-premium__field label {
    position: absolute;
    left: 0;
    top: 18px;

    font-size: 15px;
    color: #4d4d4d;

    pointer-events: none;
    transition: all 0.25s ease;
}

.contact-premium__field input:focus,
.contact-premium__field textarea:focus {
    border-bottom-color: #111;
}

.contact-premium__field input:focus+label,
.contact-premium__field input:not(:placeholder-shown)+label,
.contact-premium__field textarea:focus+label,
.contact-premium__field textarea:not(:placeholder-shown)+label {
    top: -2px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
}

/* =========================
   SERVICES CHIPS
========================= */

.contact-premium__services {
    margin-top: 22px;
}

.contact-premium__services-title {
    margin: 0 0 18px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
}

.contact-premium__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-chip {
    appearance: none;

    border: 1px solid #d0d0d0;
    background: transparent;
    color: #111;

    padding: 11px 16px;
    border-radius: 999px;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    font-family: inherit;

    cursor: pointer;
    transition: all 0.25s ease;
}

.contact-chip:hover {
    transform: translateY(-2px);
    background: #111;
    color: #fff;
}

.contact-chip.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* =========================
   SUBMIT CTA
========================= */

.contact-premium__submit {
    margin-top: 34px;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    border: none;
    background: #111;
    color: #fff;

    height: 54px;
    padding: 0 26px;
    border-radius: 999px;

    cursor: pointer;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: inherit;

    transition: all 0.3s ease;
}

.contact-premium__submit svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.contact-premium__submit:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.contact-premium__submit:hover svg {
    transform: translateX(4px);
}

/* =========================
   RIGHT IMAGE STICKY
========================= */

.contact-premium__right {
    position: relative;
    align-self: flex-start;
    height: fit-content;
    will-change: transform;
}

.contact-premium__image-card {
    position: relative;
    width: 100%;

    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;

    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.10);
    transform-origin: center;
    will-change: transform;
}

.contact-premium__image-card img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    will-change: transform;
}

/* remove text on image */
.contact-premium__image-badge {
    display: none !important;
}



/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .contact-premium {
        padding: 100px 0 80px;
        overflow: hidden !important;
    }

    .contact-premium__wrap {
        width: min(100% - 48px, 1100px);
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contact-premium__right {
        position: static;
        top: auto;
    }

    .contact-premium__image-card img {
        height: 520px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .contact-premium {
        padding: 120px 0 70px;
    }

    .contact-premium::before {
        background-size: 42px 42px;
    }

    /* image on top in mobile */
    .contact-premium__wrap {
        width: calc(100% - 32px);
        gap: 34px;

        display: flex;
        flex-direction: column;
    }

    .contact-premium__right {
        order: -1;
        position: static !important;
        top: auto;
        width: 100%;
        margin-bottom: 8px;
    }

    .contact-premium__left {
        order: 1;
        width: 100%;
    }

    .contact-premium__title {
        margin-bottom: 28px;
        font-size: clamp(36px, 12vw, 40px);
        letter-spacing: -1.5px;
    }

    .contact-premium__subtitle {
        font-size: clamp(28px, 8vw, 30px);
    }

    .contact-premium__desc {
        font-size: 14px;
        line-height: 1.7;
    }

    .contact-premium__note {
        margin-bottom: 28px;
        font-size: 13px;
    }

    .contact-premium__field {
        margin-bottom: 24px;
    }

    .contact-premium__field input,
    .contact-premium__field textarea {
        font-size: 15px;
        padding: 16px 0 12px;
    }

    .contact-premium__field label {
        font-size: 14px;
        top: 16px;
    }


    .contact-premium__chips {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .contact-chip {
        width: 100%;
        text-align: center;
        padding: 13px 10px;
        font-size: 12px;
        line-height: 1.2;
    }


    .contact-premium__submit {
        width: 100%;
        justify-content: center;
    }

    .contact-premium__image-card {
        width: 100%;
        border-radius: 22px;
    }

    .contact-premium__image-card img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        object-position: center;
    }

}




/* Gradient CTA button */
.contact-premium__submit {
    background: linear-gradient(90deg, #22e86f 0%, #8cff00 100%) !important;
    color: #050505 !important;

    border: none;
    border-radius: 999px;

    min-width: 200px;
    height: 60px;

    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;

    box-shadow: 0 18px 40px rgba(34, 232, 111, 0.25);
    transition: all 0.35s cubic-bezier(.22, 1, .36, 1);
}

.contact-premium__submit:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(90deg, #8cff00 0%, #22e86f 100%) !important;
    box-shadow: 0 24px 55px rgba(34, 232, 111, 0.35);
}

.contact-premium__submit svg {
    color: #050505;
}

@media (max-width: 767px) {
    .contact-premium__submit {
        width: 60%;
        min-width: auto;
        height: 54px;
        font-size: 20px;
    }
}



/* =========================
   LOCATION PREMIUM SECTION
========================= */

.location-premium {
    position: relative;
    background: #ffffff;
    color: #050505;
    padding: 55px 0 110px;
    overflow: hidden;
}

.location-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.032) 1px, transparent 1px);
    background-size: 78px 78px;
    opacity: .45;
    pointer-events: none;
}

/* same width as contact section */
.location-premium__wrap {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* =========================
   HEADING
========================= */

.location-premium__head {
    margin-bottom: 46px;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
}

.location-premium__head span {
    display: block;
    margin-bottom: 14px;

    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2.8px;
    color: #14E27A;
    text-transform: uppercase;
}

.location-premium__head h2 {
    margin: 0;

    font-size: clamp(42px, 4.7vw, 60px);
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 500;
    color: #050505;
}

/* =========================
   LIST
========================= */

.location-premium__list {
    width: 100%;
}



/* =========================
   LOCATION ROW EQUAL SPACING
========================= */

.location-row {
    display: grid;
    grid-template-columns: 260px 220px 360px 240px;
    justify-content: space-between;
    column-gap: 36px;
    align-items: center;

    width: 100%;
    min-height: 250px;
    padding: 46px 0;

    border-bottom: 1px solid rgba(0,0,0,.16);
}

/* keep hover clean, no shifting */
.location-row:hover {
    transform: none;
}

/* image fixed same size */
.location-row__image {
    width: 260px;
    height: 170px;
    overflow: hidden;
    background: #ddd;
    border-radius: 15px;
}

/* city column fixed */
.location-row h3 {
    margin: 0;
    width: 220px;

    font-size: clamp(34px, 2.8vw, 46px);
    line-height: 1;
    letter-spacing: -1.5px;
    font-weight: 600;
}

/* address column fixed */
.location-row__address {
    width: 360px;
}

.location-row__address p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
}

/* contact column fixed */
.location-row__contact {
    width: 240px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-row__contact a {
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
}



/* =========================
   IMAGE
========================= */

.location-row__image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #ddd;
    border-radius: 18px;
}

.location-row__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.location-row:hover .location-row__image img {
    transform: scale(1.07);
}

/* =========================
   CITY
========================= */

.location-row h3 {
    margin: 0;

    font-size: clamp(32px, 2.6vw, 44px);
    line-height: 1;
    letter-spacing: -1.5px;
    font-weight: 600;
    color: #050505;

    transition: color .35s ease;
}

.location-row:hover h3 {
    color: #14E27A;
}

/* =========================
   ADDRESS
========================= */

.location-row__address {
    min-width: 0;
}

.location-row__address p {
    margin: 0;

    /* font-size: 15px; */
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, .82);
}

/* =========================
   CONTACT
========================= */

.location-row__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;

    min-width: 0;
    overflow-wrap: anywhere;
}

.location-row__contact a {
    color: #050505;
    text-decoration: none;

    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;

    transition: color .3s ease;
}

.location-row__contact a:hover {
    color: #14E27A;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1200px) {

    .location-premium__wrap {
        width: min(100% - 48px, 1100px);
    }

    .location-row {
        grid-template-columns: 240px 180px 1fr;
        gap: 30px;
    }

    .location-row__contact {
        grid-column: 2 / -1;
    }

}



/* =========================
   LOCATION MOBILE FIX
   Reference style, left aligned
========================= */

@media (max-width: 767px) {

    .location-premium {
        padding: 58px 0 75px;
        overflow: hidden;
    }

    .location-premium::before {
        background-size: 42px 42px;
    }

    .location-premium__wrap {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .location-premium__head {
        margin-bottom: 30px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, .18);
    }

    .location-premium__head span {
        font-size: 10px;
        letter-spacing: 2.3px;
        margin-bottom: 12px;
    }

    .location-premium__head h2 {
        max-width: 320px;
        font-size: 34px;
        line-height: 1;
        letter-spacing: -1.6px;
        font-weight: 500;
        text-align: left;
    }

    .location-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        gap: 0;
        padding: 28px 0 34px;

        border-bottom: 1px solid rgba(0, 0, 0, .22);
    }

    .location-row:hover {
        transform: none;
    }

    .location-row__image {
        width: 100%;
        height: 210px;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 24px;
        background: #ddd;
    }

    .location-row__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .location-row h3 {
        width: 100%;
        margin: 0 0 18px;

        font-size: 30px;
        line-height: 1;
        letter-spacing: -1px;
        font-weight: 700;
        text-align: left;
    }

    .location-row__address {
        width: 100%;
        margin-bottom: 18px;
        text-align: left;
    }

    .location-row__address p {
        margin: 0;

        max-width: 100%;
        font-size: 16px;
        line-height: 1.55;
        color: #050505;
        text-align: left;
    }

    .location-row__contact {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;

        text-align: left;
    }

    .location-row__contact a {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 700;
        color: #050505;
        text-align: left;
        word-break: break-word;
    }

}