.elementor-413 .elementor-element.elementor-element-2d84ad8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-413 .elementor-element.elementor-element-14ee1f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-413 .elementor-element.elementor-element-510fc9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-413 .elementor-element.elementor-element-db9dcad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* =========================================
   THE SOCIAL HOUSE — CONTACT HERO
========================================= */

.tsh-contact-hero {
    --tsh-cream: #fffcf5;
    --tsh-black: #000000;
    --tsh-grey: #666666;
    --tsh-white: #ffffff;
    --tsh-line: rgba(0, 0, 0, 0.16);

    position: relative;
    width: 100%;

    background-color: var(--tsh-cream);
    color: var(--tsh-black);
}

.tsh-contact-hero,
.tsh-contact-hero * {
    box-sizing: border-box;
}

/* =========================================
   INNER
========================================= */

.tsh-contact-hero__inner {
    width: min(calc(100% - 64px), 1320px);
    min-height: 650px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(440px, 1.15fr) minmax(360px, 0.85fr);
    align-items: center;
    gap: clamp(80px, 9vw, 150px);

    padding-top: 86px;
    padding-bottom: 86px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.tsh-contact-hero__content {
    max-width: 720px;
}

.tsh-contact-hero__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 28px;
}

.tsh-contact-hero__eyebrow {
    flex-shrink: 0;

    color: var(--tsh-black) !important;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tsh-contact-hero__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

    background-color: var(--tsh-line);
}

.tsh-contact-hero__title {
    max-width: 760px;
    margin: 0;

    color: var(--tsh-black) !important;

    font-size: clamp(60px, 6.5vw, 96px);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.075em;
}

.tsh-contact-hero__description {
    max-width: 590px;
    margin: 32px 0 0;

    color: var(--tsh-grey) !important;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

/* =========================================
   BUTTON
========================================= */

.tsh-contact-hero__button,
.tsh-contact-hero__button:visited {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    min-width: 188px;
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;

    margin-top: 34px;
    padding: 0 22px;

    border: 1px solid var(--tsh-black);

    background-color: var(--tsh-black);
    color: var(--tsh-white) !important;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);

    transition:
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.tsh-contact-hero__button::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -1;

    background-color: var(--tsh-white);

    transform: translateX(-101%);

    transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
}

.tsh-contact-hero__button span {
    font-size: 17px;

    transition: transform 0.3s ease;
}

.tsh-contact-hero__button:hover {
    color: var(--tsh-black) !important;

    transform: translate(2px, 2px);

    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.tsh-contact-hero__button:hover::before {
    transform: translateX(0);
}

.tsh-contact-hero__button:hover span {
    transform: translateX(5px);
}

.tsh-contact-hero__button:focus-visible {
    outline: 2px solid var(--tsh-black);
    outline-offset: 4px;
}

/* =========================================
   DETAILS COLUMN
========================================= */

.tsh-contact-hero__details {
    width: 100%;
}

.tsh-contact-detail {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 24px;

    min-height: 112px;
    padding: 22px 0;

    border-bottom: 1px solid var(--tsh-line);
}

.tsh-contact-detail:first-child {
    border-top: 1px solid var(--tsh-line);
}

/* =========================================
   DETAIL ICON
========================================= */

.tsh-contact-detail__icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(0, 0, 0, 0.28);
    border-radius: 50%;
}

.tsh-contact-detail__icon svg {
    width: 25px;
    height: 25px;

    stroke: var(--tsh-black);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================
   DETAIL CONTENT
========================================= */

.tsh-contact-detail__content {
    min-width: 0;
}

.tsh-contact-detail__label {
    display: block;
    margin-bottom: 10px;

    color: var(--tsh-black) !important;

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tsh-contact-detail__value {
    margin: 0;

    color: var(--tsh-black) !important;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.tsh-contact-detail__value--link,
.tsh-contact-detail__value--link:visited {
    display: inline-block;

    color: var(--tsh-black) !important;

    text-decoration: none !important;

    overflow-wrap: anywhere;
}

.tsh-contact-detail__value--link {
    position: relative;
}

.tsh-contact-detail__value--link::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -3px;

    width: 100%;
    height: 1px;

    background-color: var(--tsh-black);

    transform: scaleX(0);
    transform-origin: right;

    transition: transform 0.3s ease;
}

.tsh-contact-detail__value--link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .tsh-contact-hero__inner {
        width: min(calc(100% - 48px), 1050px);
        min-height: auto;

        grid-template-columns: 1fr;
        gap: 64px;

        padding-top: 72px;
        padding-bottom: 74px;
    }

    .tsh-contact-hero__content {
        max-width: 760px;
    }

    .tsh-contact-hero__details {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        border-top: 1px solid var(--tsh-line);
        border-left: 1px solid var(--tsh-line);
    }

    .tsh-contact-detail {
        min-height: 135px;

        padding: 24px;

        border-top: 0;
        border-right: 1px solid var(--tsh-line);
        border-bottom: 1px solid var(--tsh-line);
    }

    .tsh-contact-detail:first-child {
        border-top: 0;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tsh-contact-hero__inner {
        width: min(calc(100% - 36px), 700px);

        gap: 52px;

        padding-top: 56px;
        padding-bottom: 60px;
    }

    .tsh-contact-hero__title {
        font-size: clamp(48px, 13vw, 68px);
    }

    .tsh-contact-hero__description {
        margin-top: 26px;

        font-size: 15px;
    }

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

    .tsh-contact-detail {
        min-height: 112px;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .tsh-contact-hero__inner {
        width: min(calc(100% - 28px), 460px);

        gap: 44px;

        padding-top: 48px;
        padding-bottom: 52px;
    }

    .tsh-contact-hero__title {
        font-size: clamp(43px, 12vw, 56px);
    }

    .tsh-contact-hero__title br {
        display: none;
    }

    .tsh-contact-hero__button {
        width: 100%;
    }

    .tsh-contact-detail {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 17px;

        padding: 20px 16px;
    }

    .tsh-contact-detail__icon {
        width: 42px;
        height: 42px;
    }

    .tsh-contact-detail__icon svg {
        width: 21px;
        height: 21px;
    }

    .tsh-contact-detail__value {
        font-size: 14px;
    }

}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .tsh-contact-hero__button,
    .tsh-contact-hero__button::before,
    .tsh-contact-hero__button span,
    .tsh-contact-detail__value--link::after {
        transition: none;
    }

}



/* =========================================
   THE SOCIAL HOUSE — CONTACT MAIN SECTION
========================================= */

.tsh-contact-main {
    --tsh-cream: #fffcf5;
    --tsh-black: #000000;
    --tsh-white: #ffffff;
    --tsh-grey: #686868;
    --tsh-line: rgba(0, 0, 0, 0.16);
    --tsh-dark-line: rgba(255, 255, 255, 0.16);
    --tsh-dark-muted: rgba(255, 255, 255, 0.68);

    width: 100%;

    background-color: var(--tsh-cream);
    color: var(--tsh-black);
}

.tsh-contact-main,
.tsh-contact-main * {
    box-sizing: border-box;
}

/* =========================================
   TWO-COLUMN LAYOUT
========================================= */

.tsh-contact-main__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(380px, 0.8fr);

    width: 100%;
}

/* =========================================
   FORM SIDE
========================================= */

.tsh-contact-main__form-side {
    background-color: var(--tsh-cream);

    border-top: 1px solid var(--tsh-line);
}

.tsh-contact-main__form-inner {
    width: min(calc(100% - 64px), 820px);
    margin-left: auto;

    padding: 72px 64px 78px 0;
}

/* =========================================
   FORM HEADING
========================================= */

.tsh-contact-main__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 22px;
}

.tsh-contact-main__eyebrow {
    flex-shrink: 0;

    color: var(--tsh-black) !important;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tsh-contact-main__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

    background-color: var(--tsh-line);
}

.tsh-contact-main__title {
    max-width: 620px;
    margin: 0 0 34px;

    color: var(--tsh-black) !important;

    font-size: clamp(33px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.055em;
}

/* =========================================
   FORM LAYOUT
========================================= */

.tsh-contact-form {
    width: 100%;
}

.tsh-contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tsh-contact-form__field {
    margin-bottom: 16px;
}

.tsh-contact-form__field label {
    display: block;
    margin-bottom: 9px;

    color: var(--tsh-black) !important;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tsh-contact-form__field label span {
    color: var(--tsh-black);
}

/* =========================================
   INPUTS
========================================= */

.tsh-contact-form input,
.tsh-contact-form select,
.tsh-contact-form textarea {
    width: 100%;

    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 0;
    outline: none;

    background-color: rgba(255, 255, 255, 0.6);
    color: var(--tsh-black);

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.tsh-contact-form input,
.tsh-contact-form select {
    min-height: 56px;

    padding: 0 17px;
}

.tsh-contact-form textarea {
    min-height: 180px;

    padding: 17px;

    line-height: 1.6;
    resize: vertical;
}

.tsh-contact-form input::placeholder,
.tsh-contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.46);

    opacity: 1;
}

.tsh-contact-form input:focus,
.tsh-contact-form select:focus,
.tsh-contact-form textarea:focus {
    border-color: var(--tsh-black);

    background-color: var(--tsh-white);

    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}

/* =========================================
   SELECT
========================================= */

.tsh-contact-form__select-wrap {
    position: relative;
}

.tsh-contact-form select {
    position: relative;
    z-index: 1;

    padding-right: 50px;

    appearance: none;
    cursor: pointer;
}

.tsh-contact-form__select-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    z-index: 2;

    color: var(--tsh-black);

    font-size: 16px;

    pointer-events: none;

    transform: translateY(-50%);
}

/* =========================================
   CONSENT
========================================= */

.tsh-contact-form__consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 11px;

    margin: 5px 0 24px;

    cursor: pointer;
}

.tsh-contact-form__consent input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
    pointer-events: none;
}

.tsh-contact-form__checkbox {
    position: relative;

    width: 18px;
    height: 18px;

    margin-top: 1px;

    border: 1px solid rgba(0, 0, 0, 0.42);

    background-color: transparent;
}

.tsh-contact-form__checkbox::after {
    content: "";

    position: absolute;
    left: 5px;
    top: 2px;

    width: 5px;
    height: 9px;

    border-right: 2px solid var(--tsh-white);
    border-bottom: 2px solid var(--tsh-white);

    opacity: 0;

    transform: rotate(45deg);
}

.tsh-contact-form__consent input:checked + .tsh-contact-form__checkbox {
    background-color: var(--tsh-black);
}

.tsh-contact-form__consent input:checked + .tsh-contact-form__checkbox::after {
    opacity: 1;
}

.tsh-contact-form__consent input:focus-visible + .tsh-contact-form__checkbox {
    outline: 2px solid var(--tsh-black);
    outline-offset: 3px;
}

.tsh-contact-form__consent-text {
    color: var(--tsh-grey);

    font-size: 11px;
    line-height: 1.55;
}

.tsh-contact-form__consent-text a,
.tsh-contact-form__consent-text a:visited {
    color: var(--tsh-black) !important;

    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================================
   SUBMIT BUTTON
========================================= */

.tsh-contact-form__submit {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    min-width: 178px;
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;

    padding: 0 22px;

    border: 1px solid var(--tsh-black);
    border-radius: 0;

    background-color: var(--tsh-black);
    color: var(--tsh-white);

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;

    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);

    transition:
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.tsh-contact-form__submit::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -1;

    background-color: var(--tsh-white);

    transform: translateX(-101%);

    transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
}

.tsh-contact-form__submit span {
    font-size: 17px;

    transition: transform 0.3s ease;
}

.tsh-contact-form__submit:hover {
    color: var(--tsh-black);

    transform: translate(2px, 2px);

    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}

.tsh-contact-form__submit:hover::before {
    transform: translateX(0);
}

.tsh-contact-form__submit:hover span {
    transform: translateX(5px);
}

.tsh-contact-form__submit:focus-visible {
    outline: 2px solid var(--tsh-black);
    outline-offset: 4px;
}

/* =========================================
   CONNECT SIDE
========================================= */

.tsh-contact-main__connect-side {
    min-width: 0;

    background-color: var(--tsh-black);
    color: var(--tsh-white);

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tsh-contact-main__connect-inner {
    max-width: 560px;

    padding: 72px 54px 78px;
}

/* =========================================
   CONNECT HEADING
========================================= */

.tsh-contact-main__connect-heading {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 28px;
}

.tsh-contact-main__connect-eyebrow {
    flex-shrink: 0;

    color: var(--tsh-white) !important;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tsh-contact-main__connect-line {
    width: 54px;
    height: 1px;

    background-color: var(--tsh-dark-line);
}

/* =========================================
   SOCIAL CONNECTIONS
========================================= */

.tsh-contact-connect-list {
    border-top: 1px solid var(--tsh-dark-line);
}

.tsh-contact-connect,
.tsh-contact-connect:visited {
    min-height: 108px;

    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 20px;

    padding: 22px 0;

    border-bottom: 1px solid var(--tsh-dark-line);

    color: var(--tsh-white) !important;
    text-decoration: none !important;

    transition: padding-left 0.3s ease;
}

.tsh-contact-connect:hover {
    padding-left: 8px;
}

.tsh-contact-connect__icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tsh-contact-connect__icon svg {
    width: 30px;
    height: 30px;

    stroke: var(--tsh-white);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tsh-contact-connect__content {
    min-width: 0;
}

.tsh-contact-connect__label {
    display: block;
    margin-bottom: 8px;

    color: var(--tsh-white) !important;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.tsh-contact-connect__value {
    display: block;

    color: var(--tsh-dark-muted) !important;

    font-size: 14px;
    line-height: 1.45;

    overflow-wrap: anywhere;
}

.tsh-contact-connect__arrow {
    color: var(--tsh-white);

    font-size: 18px;

    transition: transform 0.3s ease;
}

.tsh-contact-connect:hover .tsh-contact-connect__arrow {
    transform: translateX(5px);
}

/* =========================================
   CALL AREA
========================================= */

.tsh-contact-call {
    padding-top: 44px;
}

.tsh-contact-call__eyebrow {
    display: block;
    margin-bottom: 24px;

    color: var(--tsh-white) !important;

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tsh-contact-call__body {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
}

.tsh-contact-call__icon {
    width: 42px;
    height: 42px;
}

.tsh-contact-call__icon svg {
    width: 100%;
    height: 100%;

    stroke: var(--tsh-white);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tsh-contact-call__text {
    margin: 0;

    color: var(--tsh-dark-muted) !important;

    font-size: 14px;
    line-height: 1.65;
}

.tsh-contact-call__button,
.tsh-contact-call__button:visited {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    margin-top: 26px;
    margin-left: 64px;

    color: var(--tsh-white) !important;

    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.tsh-contact-call__button span {
    font-size: 17px;

    transition: transform 0.3s ease;
}

.tsh-contact-call__button:hover span {
    transform: translateX(5px);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

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

    .tsh-contact-main__form-inner {
        width: min(calc(100% - 48px), 900px);
        margin: 0 auto;

        padding: 64px 0 68px;
    }

    .tsh-contact-main__connect-inner {
        width: min(calc(100% - 48px), 900px);
        max-width: none;
        margin: 0 auto;

        padding: 62px 0 66px;
    }

    .tsh-contact-connect-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        border-left: 1px solid var(--tsh-dark-line);
    }

    .tsh-contact-connect {
        padding: 22px;

        border-right: 1px solid var(--tsh-dark-line);
    }

    .tsh-contact-connect:hover {
        padding-left: 28px;
    }

    .tsh-contact-call {
        max-width: 620px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tsh-contact-main__form-inner,
    .tsh-contact-main__connect-inner {
        width: min(calc(100% - 36px), 700px);
    }

    .tsh-contact-main__form-inner {
        padding-top: 54px;
        padding-bottom: 58px;
    }

    .tsh-contact-main__connect-inner {
        padding-top: 54px;
        padding-bottom: 58px;
    }

    .tsh-contact-main__title {
        font-size: clamp(31px, 8vw, 42px);
    }

    .tsh-contact-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tsh-contact-connect-list {
        grid-template-columns: 1fr;
    }

    .tsh-contact-connect {
        min-height: 100px;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .tsh-contact-main__form-inner,
    .tsh-contact-main__connect-inner {
        width: min(calc(100% - 28px), 460px);
    }

    .tsh-contact-main__form-inner,
    .tsh-contact-main__connect-inner {
        padding-top: 48px;
        padding-bottom: 50px;
    }

    .tsh-contact-form input,
    .tsh-contact-form select {
        min-height: 54px;
    }

    .tsh-contact-form textarea {
        min-height: 165px;
    }

    .tsh-contact-form__submit {
        width: 100%;
    }

    .tsh-contact-connect {
        grid-template-columns: 40px minmax(0, 1fr) 18px;
        gap: 14px;

        padding-left: 16px;
        padding-right: 16px;
    }

    .tsh-contact-connect:hover {
        padding-left: 16px;
    }

    .tsh-contact-call__body {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 15px;
    }

    .tsh-contact-call__icon {
        width: 36px;
        height: 36px;
    }

    .tsh-contact-call__button {
        margin-left: 55px;
    }

}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .tsh-contact-form input,
    .tsh-contact-form select,
    .tsh-contact-form textarea,
    .tsh-contact-form__submit,
    .tsh-contact-form__submit::before,
    .tsh-contact-form__submit span,
    .tsh-contact-connect,
    .tsh-contact-connect__arrow,
    .tsh-contact-call__button span {
        transition: none;
    }

}



/* =========================================
   THE SOCIAL HOUSE — CONTACT PROCESS
========================================= */

.tsh-contact-process {
    --tsh-cream: #fffcf5;
    --tsh-black: #000000;
    --tsh-grey: #686868;
    --tsh-line: rgba(0, 0, 0, 0.16);

    position: relative;
    width: 100%;

    background-color: var(--tsh-cream);
    color: var(--tsh-black);
}

.tsh-contact-process,
.tsh-contact-process * {
    box-sizing: border-box;
}

/* =========================================
   INNER
========================================= */

.tsh-contact-process__inner {
    width: min(calc(100% - 64px), 1320px);
    margin: 0 auto;

    padding-top: 72px;
    padding-bottom: 82px;
}

/* =========================================
   HEADER
========================================= */

.tsh-contact-process__header {
    margin-bottom: 42px;
}

.tsh-contact-process__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 20px;
}

.tsh-contact-process__eyebrow {
    flex-shrink: 0;

    color: var(--tsh-black) !important;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tsh-contact-process__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

    background-color: var(--tsh-line);
}

.tsh-contact-process__title {
    margin: 0;

    color: var(--tsh-black) !important;

    font-size: clamp(36px, 4vw, 58px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

/* =========================================
   GRID
========================================= */

.tsh-contact-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border-top: 1px solid var(--tsh-line);
    border-left: 1px solid var(--tsh-line);
}

/* =========================================
   STEP
========================================= */

.tsh-contact-step {
    min-width: 0;
    min-height: 270px;

    display: flex;
    flex-direction: column;

    padding: 28px 24px 30px;

    border-right: 1px solid var(--tsh-line);
    border-bottom: 1px solid var(--tsh-line);

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.tsh-contact-step:hover {
    background-color: rgba(0, 0, 0, 0.025);
    transform: translateY(-4px);
}

/* =========================================
   ICON
========================================= */

.tsh-contact-step__icon {
    width: 48px;
    height: 48px;

    margin-bottom: 34px;
}

.tsh-contact-step__icon svg {
    display: block;

    width: 100%;
    height: 100%;

    stroke: var(--tsh-black);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================
   NUMBER
========================================= */

.tsh-contact-step__number {
    display: block;
    margin-bottom: 10px;

    color: var(--tsh-black) !important;

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
}

/* =========================================
   TITLE
========================================= */

.tsh-contact-step__title {
    margin: 0;

    color: var(--tsh-black) !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
}

/* =========================================
   TEXT
========================================= */

.tsh-contact-step__text {
    margin: 18px 0 0;

    color: var(--tsh-grey) !important;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .tsh-contact-process__inner {
        width: min(calc(100% - 48px), 1050px);

        padding-top: 64px;
        padding-bottom: 72px;
    }

    .tsh-contact-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tsh-contact-step {
        min-height: 250px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tsh-contact-process__inner {
        width: min(calc(100% - 36px), 700px);

        padding-top: 54px;
        padding-bottom: 60px;
    }

    .tsh-contact-process__header {
        margin-bottom: 32px;
    }

    .tsh-contact-process__title {
        font-size: clamp(34px, 9vw, 48px);
    }

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

    .tsh-contact-step {
        min-height: auto;
        padding: 26px 22px 28px;
    }

    .tsh-contact-step__icon {
        margin-bottom: 26px;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .tsh-contact-process__inner {
        width: min(calc(100% - 28px), 460px);

        padding-top: 46px;
        padding-bottom: 52px;
    }

    .tsh-contact-process__eyebrow {
        font-size: 9px;
    }

    .tsh-contact-process__title {
        font-size: clamp(31px, 9vw, 40px);
    }

    .tsh-contact-step__title {
        font-size: 23px;
    }

    .tsh-contact-step__text {
        font-size: 12px;
    }

}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .tsh-contact-step {
        transition: none;
    }

}



/* =========================================
   THE SOCIAL HOUSE — CONTACT FINAL CTA
========================================= */

.tsh-contact-cta {
    --tsh-black: #000000;
    --tsh-white: #ffffff;
    --tsh-muted: rgba(255, 255, 255, 0.68);
    --tsh-line: rgba(255, 255, 255, 0.2);

    position: relative;
    overflow: hidden;

    width: 100%;

    background-color: var(--tsh-black);
    color: var(--tsh-white);
}

.tsh-contact-cta,
.tsh-contact-cta * {
    box-sizing: border-box;
}

/* =========================================
   INNER
========================================= */

.tsh-contact-cta__inner {
    width: min(calc(100% - 64px), 1320px);
    min-height: 220px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 70px;

    padding-top: 54px;
    padding-bottom: 54px;
}

/* =========================================
   CONTENT
========================================= */

.tsh-contact-cta__content {
    max-width: 760px;
}

.tsh-contact-cta__eyebrow {
    display: block;
    margin-bottom: 18px;

    color: var(--tsh-white) !important;

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tsh-contact-cta__title {
    margin: 0;

    color: var(--tsh-white) !important;

    font-size: clamp(40px, 4.8vw, 70px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.tsh-contact-cta__text {
    max-width: 620px;
    margin: 20px 0 0;

    color: var(--tsh-muted) !important;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

/* =========================================
   BUTTON
========================================= */

.tsh-contact-cta__button,
.tsh-contact-cta__button:visited {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    min-width: 205px;
    min-height: 56px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;

    padding: 0 24px;

    border: 1px solid var(--tsh-white);

    background-color: transparent;
    color: var(--tsh-white) !important;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;
    white-space: nowrap;

    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.tsh-contact-cta__button::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -1;

    background-color: var(--tsh-white);

    transform: translateX(-101%);

    transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
}

.tsh-contact-cta__button span {
    display: inline-block;

    font-size: 18px;

    transition: transform 0.3s ease;
}

.tsh-contact-cta__button:hover {
    color: var(--tsh-black) !important;

    transform: translateY(-3px);
}

.tsh-contact-cta__button:hover::before {
    transform: translateX(0);
}

.tsh-contact-cta__button:hover span {
    transform: translateX(5px);
}

.tsh-contact-cta__button:focus-visible {
    outline: 2px solid var(--tsh-white);
    outline-offset: 5px;
}

/* =========================================
   DECORATIVE LINES
========================================= */

.tsh-contact-cta::before,
.tsh-contact-cta::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;

    pointer-events: none;
}

.tsh-contact-cta::before {
    left: -145px;
    bottom: -175px;
}

.tsh-contact-cta::after {
    top: -185px;
    right: -130px;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .tsh-contact-cta__inner {
        width: min(calc(100% - 48px), 1050px);

        gap: 45px;

        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tsh-contact-cta__title {
        font-size: clamp(38px, 5.5vw, 60px);
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tsh-contact-cta__inner {
        width: min(calc(100% - 36px), 700px);
        min-height: auto;

        grid-template-columns: 1fr;
        gap: 32px;

        padding-top: 52px;
        padding-bottom: 54px;
    }

    .tsh-contact-cta__title {
        font-size: clamp(38px, 10vw, 52px);
    }

    .tsh-contact-cta__text {
        font-size: 14px;
    }

    .tsh-contact-cta__button {
        justify-self: start;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .tsh-contact-cta__inner {
        width: min(calc(100% - 28px), 460px);

        padding-top: 46px;
        padding-bottom: 48px;
    }

    .tsh-contact-cta__title {
        font-size: clamp(34px, 10vw, 44px);
    }

    .tsh-contact-cta__button {
        width: 100%;
    }

}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .tsh-contact-cta__button,
    .tsh-contact-cta__button::before,
    .tsh-contact-cta__button span {
        transition: none;
    }

}/* End custom CSS */