/* Contact & Partnership — Partnership Atelier direction */
.hc-page--contact {
    background: #f7f4ed;
    color: #26372d;
}

.hc-page--contact .hc-subpage-hero {
    height: 500px !important;
    min-height: 500px !important;
    background: #101d16;
}

.hc-page--contact .hc-subpage-hero .hc-hero__bg {
    opacity: 1;
    object-position: center center;
    filter: none;
}

.hc-page--contact .hc-subpage-hero::after {
    background: rgba(6, 18, 12, .58);
}

.hc-page--contact .hc-subpage-hero .hc-hero__inner.text-center {
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 54px 32px 58px;
}

.hc-page--contact .hc-hero .hc-eyebrow {
    margin-bottom: 18px;
    color: #c4a061;
    font-size: 12px;
    letter-spacing: .2em;
}

.hc-page--contact .hc-hero h1 {
    max-width: 660px;
    margin: 0;
    color: #fff;
    font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -.05em;
}

.hc-page--contact .hc-hero .hc-divider {
    width: 46px;
    height: 2px;
    margin: 24px 0 22px;
    background: #c4a061;
}

.hc-page--contact .hc-hero .hc-subtitle {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.8;
}

.ls-contact-section {
    padding: 64px 0 78px;
    background: #f7f4ed;
}

.ls-contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.ls-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
}

.ls-contact-card {
    min-width: 0;
    padding: 34px 36px 32px;
    border: 1px solid #e0dbd1;
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 28px rgba(34, 43, 37, .05);
    box-sizing: border-box;
}

.ls-contact-kicker {
    margin: 0 0 14px;
    color: #b18a4d;
    font: 700 12px/1.4 Arial, sans-serif;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.ls-contact-card h2,
.ls-contact-faq h2 {
    margin: 0;
    color: #23382c;
    font: 400 30px/1.35 "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
    letter-spacing: -.04em;
}

.ls-contact-divider {
    width: 42px;
    height: 2px;
    margin: 18px 0 22px;
    background: #b18a4d;
}

.ls-contact-meta {
    display: grid;
    margin: 0;
}

.ls-contact-meta__row {
    display: grid;
    grid-template-columns: 42px 62px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 60px;
    border-bottom: 1px solid #ebe7df;
}

.ls-contact-meta__icon,
.ls-contact-pathway__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #cfc7b8;
    border-radius: 50%;
    color: #294b3b;
    font-size: 15px;
}

.ls-contact-meta__row dt {
    color: #6c746d;
    font-size: 14px;
}

.ls-contact-meta__row dd {
    margin: 0;
    color: #28392f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    text-align: right;
    word-break: keep-all;
}

.ls-contact-meta__row dd a {
    color: inherit;
    text-decoration: none;
}

.ls-contact-meta__row dd a:hover,
.ls-contact-meta__row dd a:focus {
    color: #9a733b;
    text-decoration: underline;
}

.ls-contact-meta__row dd small {
    display: block;
    color: #8a8b84;
    font-size: 12px;
    font-weight: 400;
}

.ls-contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 25px;
}

.ls-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    gap: 8px;
    padding: 0 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.ls-contact-button--primary {
    border: 1px solid #214536;
    background: #214536;
    color: #fff;
}

.ls-contact-button--primary:hover,
.ls-contact-button--primary:focus {
    border-color: #173528;
    background: #173528;
    color: #fff;
}

.ls-contact-button--outline {
    border: 1px solid #819187;
    background: #fff;
    color: #214536;
}

.ls-contact-button--outline:hover,
.ls-contact-button--outline:focus {
    border-color: #214536;
    background: #edf2ed;
    color: #214536;
}

.ls-contact-help {
    margin: 18px 0 0;
    color: #7b817b;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

.ls-contact-intro {
    margin: 0 0 14px;
    color: #6e756f;
    font-size: 14px;
    line-height: 1.75;
}

.ls-contact-pathways {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-contact-pathways li {
    border-top: 1px solid #ebe7df;
}

.ls-contact-pathways li:last-child {
    border-bottom: 1px solid #ebe7df;
}

.ls-contact-pathways a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    color: #28392f;
    text-decoration: none;
}

.ls-contact-pathways a:hover,
.ls-contact-pathways a:focus {
    color: #9a733b;
}

.ls-contact-pathway__icon {
    width: 42px;
    height: 42px;
    border: 0;
    background: #f7f4ed;
    font-size: 17px;
}

.ls-contact-pathways strong {
    display: block;
    margin-bottom: 3px;
    color: #27382e;
    font: 400 17px/1.4 "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
}

.ls-contact-pathways small {
    display: block;
    color: #7b817b;
    font-size: 12px;
    line-height: 1.55;
}

.ls-contact-pathways > li > a > .fa-arrow-right {
    color: #28392f;
    font-size: 14px;
}

.ls-contact-faq {
    margin-top: 24px;
    padding: 30px 36px 8px;
    border: 1px solid #e0dbd1;
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 28px rgba(34, 43, 37, .04);
}

.ls-contact-faq__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
}

.ls-contact-faq__header .ls-contact-kicker {
    margin-bottom: 8px;
}

.ls-contact-faq__header a {
    color: #7a817b;
    font-size: 12px;
    text-decoration: none;
}

.ls-contact-faq__header a:hover,
.ls-contact-faq__header a:focus {
    color: #9a733b;
}

.ls-contact-faq__list {
    border-top: 1px solid #e5e0d7;
}

.ls-contact-faq__item {
    border-bottom: 1px solid #e5e0d7;
}

.ls-contact-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 56px;
    color: #36423a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.ls-contact-faq__item summary::-webkit-details-marker {
    display: none;
}

.ls-contact-faq__item summary .fa {
    color: #8a8e87;
    font-size: 13px;
    transition: transform .2s ease;
}

.ls-contact-faq__item[open] summary .fa {
    transform: rotate(45deg);
    color: #9a733b;
}

.ls-contact-faq__item p {
    margin: -2px 28px 18px 0;
    color: #737b73;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .hc-page--contact .hc-subpage-hero .hc-hero__inner.text-center {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hc-page--contact .hc-hero h1 {
        font-size: 48px;
    }

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

@media (max-width: 575.98px) {
    .hc-page--contact .hc-subpage-hero {
        height: 480px !important;
        min-height: 480px !important;
    }

    .hc-page--contact .hc-subpage-hero .hc-hero__inner.text-center {
        padding: 36px 18px 42px;
    }

    .hc-page--contact .hc-hero h1 {
        max-width: 330px;
        font-size: 39px;
        line-height: 1.34;
    }

    .hc-page--contact .hc-hero .hc-subtitle {
        max-width: 330px;
        font-size: 14px;
    }

    .ls-contact-section {
        padding: 42px 0 54px;
    }

    .ls-contact-container {
        padding: 0 16px;
    }

    .ls-contact-card {
        padding: 26px 20px 24px;
    }

    .ls-contact-card h2,
    .ls-contact-faq h2 {
        font-size: 26px;
    }

    .ls-contact-meta__row {
        grid-template-columns: 36px 54px minmax(0, 1fr);
        gap: 7px;
    }

    .ls-contact-meta__icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .ls-contact-meta__row dt,
    .ls-contact-meta__row dd {
        font-size: 13px;
    }

    .ls-contact-actions {
        grid-template-columns: 1fr;
    }

    .ls-contact-faq {
        padding: 24px 20px 4px;
    }

    .ls-contact-faq__header {
        display: block;
    }

    .ls-contact-faq__header a {
        display: block;
        margin-top: 12px;
        line-height: 1.6;
    }

    .ls-contact-faq__item summary {
        min-height: 58px;
        font-size: 13px;
    }
}
