/* Contact Us — Figma 1:308 */
.gm-contact .gm-privacy-hero-media img {
    object-position: center center;
}

.gm-contact-info {
    position: relative;
    padding: 155px 0 155px;
    overflow: hidden;
    background: #F8F4EE;
}

.gm-contact-watermark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: clamp(56px, 11vw, 168px);
    font-weight: 800;
    font-style: normal;
    line-height: 1.50;
    letter-spacing: -0.04em;
    text-align: left;
    text-transform: uppercase;
    color: #E6D9C6;
    pointer-events: none;
    white-space: normal;
    padding-left: 155px;
}

.gm-contact-watermark span {
    display: block;
}

.gm-contact-info-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    max-width: 1180px;
}

.gm-contact-card {
    background: #fff;
    border-radius: 24px;
    padding: 22px 20px 20px;
    box-shadow: 0 16px 40px rgba(26, 20, 16, 0.06);
    box-sizing: border-box;
}

.gm-contact-card--call {
    padding-left: 12px;
    padding-right: 12px;
}

.gm-contact-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F7EBE1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    overflow: hidden;
}

.gm-contact-card-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.gm-contact-card h2 {
    margin: 0 0 8px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #C9851A;
}

.gm-contact-card p {
    margin: 0;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: #1A1410;
}

.gm-contact-card p + p {
    margin-top: 2px;
    font-weight: 500;
}

.gm-contact-card a {
    color: #1A1410;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.gm-contact-card small {
    display: block;
    margin-top: 6px;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: #7a7168;
}

.gm-contact-main {
    padding: 24px 0 0;
    overflow-x: clip;
}

.gm-contact-main-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    align-items: center;
    max-width: 1180px;
}

.gm-contact-help {
    --gm-help-bleed: max(40px, calc((100vw - 1180px) / 2 + 40px));
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 0;
    overflow: visible;
    isolation: isolate;
    width: calc(100% + var(--gm-help-bleed));
    max-width: none;
    margin-left: calc(-1 * var(--gm-help-bleed));
}

.gm-contact-help-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 72%;
    height: auto;
    pointer-events: none;
}

.gm-contact-help-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}

.gm-contact-help-body {
    position: relative;
    z-index: 1;
    flex: 0 1 auto;
    width: min(420px, calc(100% - 48px));
    margin: 28px 12px 28px auto;
    background: #fff;
    border-radius: 24px;
    padding: 24px 20px 20px;
    box-shadow: 0 16px 40px rgba(26, 20, 16, 0.12);
}

.gm-contact-help-badge {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 12px;
    background: #F6EBD8;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C9851A;
}

.gm-contact-help-body h2 {
    margin: 0 0 8px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    color: #2D2926;
}

.gm-contact-help-lead {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #7A736E;
}

.gm-contact-help-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.gm-contact-cat {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    border: 0;
    background: #FAF7F2;
    border-radius: 12px;
    padding: 11px 12px;
    cursor: pointer;
}

.gm-contact-cat.is-active,
.gm-contact-cat:hover {
    background: #F7EBE1;
}

.gm-contact-cat-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F7EBE1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.gm-contact-cat-glyph {
    width: 22px;
    height: 22px;
    background: #B8860B;
    -webkit-mask-image: var(--cat-icon);
    mask-image: var(--cat-icon);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
}

.gm-contact-cat span:nth-child(2) {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gm-contact-cat strong {
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    color: #2D2926;
}

.gm-contact-cat small {
    font-size: 12px;
    color: #7A736E;
}

.gm-contact-cat > img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    filter: invert(48%) sepia(54%) saturate(700%) hue-rotate(6deg);
}

.gm-contact-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px 26px;
    margin: 0;
    height: fit-content;
    align-self: center;
    box-shadow: 0 16px 40px rgba(26, 20, 16, 0.06);
    box-sizing: border-box;
}

.gm-contact-form-card form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gm-contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
}

.gm-contact-field {
    position: relative;
    display: block;
    margin: 0;
}

.gm-contact-field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #9A9188;
    -webkit-mask-image: var(--field-icon);
    mask-image: var(--field-icon);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    pointer-events: none;
    z-index: 1;
}

.gm-contact-field::after {
    content: '';
    position: absolute;
    left: 40px;
    top: 11px;
    bottom: 11px;
    width: 1px;
    background: rgba(26, 20, 16, 0.14);
    pointer-events: none;
    z-index: 1;
}

.gm-contact-field input,
.gm-contact-field select,
.gm-contact-field textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(26, 20, 16, 0.12);
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    padding: 0 14px 0 54px;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    color: #1A1410;
    margin: 0;
}

.gm-contact-field input::placeholder,
.gm-contact-field textarea::placeholder {
    color: #b3aaa2;
    opacity: 1;
}

.gm-contact-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%237a7168' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.gm-contact-select-placeholder {
    position: absolute;
    left: 54px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #b3aaa2;
    font-family: Outfit, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    pointer-events: none;
    z-index: 2;
}

.gm-contact-field select:required:invalid {
    color: transparent;
}

.gm-contact-field:has(#contactInquiry:valid) .gm-contact-select-placeholder {
    display: none;
}

.gm-contact-field select option {
    color: #1A1410;
}

.gm-contact-field textarea {
    height: 72px;
    min-height: 72px;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: none;
    overflow-y: auto;
    white-space: normal;
}

.gm-contact-field-area .gm-contact-field-icon {
    top: 16px;
    margin-top: 0;
}

.gm-contact-field-area::after {
    bottom: auto;
    height: 22px;
}

#contactMessageHidden {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.gm-contact-field input:focus,
.gm-contact-field select:focus,
.gm-contact-field textarea:focus {
    outline: none;
    border-color: #C9851A;
}

.gm-contact-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 2px 0 0;
    flex-shrink: 0;
    border: 0;
    border-radius: 999px;
    background: #C9851A;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 15px 18px;
    cursor: pointer;
}

.gm-contact-submit img {
    filter: brightness(0) invert(1);
}

.gm-contact-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.gm-contact-kb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.gm-contact-kb-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 180px));
    gap: 14px;
    flex-shrink: 0;
}

.gm-contact-kb-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px;
    text-decoration: none !important;
    color: #1A1410 !important;
    box-shadow: 0 8px 24px rgba(26, 20, 16, 0.08);
}

.gm-contact-kb-icon {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.gm-contact-kb-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
}

.gm-contact-kb-card strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.gm-contact-kb-card small {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    color: #7a7168;
}

@media (max-width: 1100px) {
    .gm-contact-info {
        padding: 64px 0 48px;
    }

    .gm-contact-watermark {
        padding-left: 40px;
        padding-right: 24px;
        text-align: left;
        font-size: clamp(52px, 8vw, 112px);
        line-height: 0.9;
        letter-spacing: -0.04em;
        color: #E0D2BC;
    }

    .gm-contact-kb-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .gm-contact-kb-grid {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gm-contact-info-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gm-contact-watermark {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        font-size: clamp(42px, 8vw, 80px);
        line-height: 0.88;
    }

    .gm-contact-main-grid {
        grid-template-columns: 1fr;
    }

    .gm-contact-main {
        padding-bottom: 32px;
    }

    .gm-contact-form-card {
        padding-bottom: 32px;
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .gm-contact-help {
        --gm-help-bleed: 16px;
    }
    .gm-contact-info {
        padding: 32px 0 8px;
    }

    .gm-contact-info-grid,
    .gm-contact-main-grid,
    .gm-contact-row,
    .gm-contact-kb-grid {
        grid-template-columns: 1fr;
    }

    .gm-contact-help-media {
        width: 82%;
        height: auto;
    }

    .gm-contact-help-body {
        width: min(420px, calc(100% - 28px));
        margin: 20px 14px 20px auto;
        padding: 20px 16px 16px;
    }

    .gm-contact-form-card {
        padding: 24px 18px 36px;
        margin: 0 0 32px;
    }

    .gm-contact-watermark {
        font-size: clamp(36px, 12vw, 64px);
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        line-height: 0.88;
        white-space: normal;
    }
}
