.elementor-571 .elementor-element.elementor-element-3c668c3{--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-571 .elementor-element.elementor-element-d591ffd{--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-571 .elementor-element.elementor-element-73cda51{--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-571 .elementor-element.elementor-element-af719d2{--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-571 .elementor-element.elementor-element-b143b23{--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-571 .elementor-element.elementor-element-723589c{--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-571 .elementor-element.elementor-element-a982e5b{--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-571 .elementor-element.elementor-element-14c7db6{--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 — SERVICE HERO
========================================= */

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

    position: relative;
    overflow: hidden;

    width: 100%;

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

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

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

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

    display: grid;
    grid-template-columns: minmax(420px, 0.88fr) minmax(520px, 1.12fr);
    align-items: center;
    gap: clamp(70px, 8vw, 130px);

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

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

.tsh-service-hero__content {
    position: relative;
    z-index: 2;

    max-width: 650px;
}

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

    margin-bottom: 28px;
}

.tsh-service-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-service-hero__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

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

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 6vw, 92px);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.06em;
}

.tsh-service-hero__description {
    max-width: 600px;
    margin: 32px 0 0;

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

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

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

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

    min-width: 158px;
    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-service-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-service-hero__button span {
    display: inline-block;

    font-size: 17px;

    transition: transform 0.3s ease;
}

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

    transform: translate(2px, 2px);

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

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

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

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

/* =========================================
   MEDIA
========================================= */

.tsh-service-hero__media {
    position: relative;

    width: 100%;
    min-height: 510px;

    background-color: #d9d6cf;
}

.tsh-service-hero__image {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 510px;

    object-fit: cover;

    filter: grayscale(100%);

    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.45s ease;
}

.tsh-service-hero__media:hover .tsh-service-hero__image {
    transform: scale(1.025);
    filter: grayscale(82%);
}

/* =========================================
   BADGE
========================================= */

.tsh-service-hero__badge {
    position: absolute;
    left: 28px;
    bottom: 26px;

    width: 105px;
    height: 105px;

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

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

    background-color: rgba(255, 252, 245, 0.94);
    color: var(--tsh-black);

    text-align: center;

    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);

    transform: rotate(-5deg);
}

.tsh-service-hero__badge span {
    margin-bottom: 7px;

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

.tsh-service-hero__badge strong {
    font-size: 17px;
    font-weight: 700;
    line-height: 0.92;
}

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

@media (max-width: 1100px) {

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

        grid-template-columns: minmax(380px, 0.9fr) minmax(430px, 1.1fr);
        gap: 55px;

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

    .tsh-service-hero__title {
        font-size: clamp(52px, 6.5vw, 76px);
    }

    .tsh-service-hero__media,
    .tsh-service-hero__image {
        min-height: 470px;
    }

}

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

@media (max-width: 900px) {

    .tsh-service-hero__inner {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .tsh-service-hero__content {
        max-width: 780px;
    }

    .tsh-service-hero__media,
    .tsh-service-hero__image {
        min-height: 500px;
    }

}

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

@media (max-width: 767px) {

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

        gap: 46px;

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

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

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

        font-size: 15px;
    }

    .tsh-service-hero__media,
    .tsh-service-hero__image {
        min-height: 420px;
    }

}

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

@media (max-width: 480px) {

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

        gap: 40px;

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

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

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

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

    .tsh-service-hero__media,
    .tsh-service-hero__image {
        min-height: 330px;
    }

    .tsh-service-hero__badge {
        left: 18px;
        bottom: 17px;

        width: 88px;
        height: 88px;
    }

    .tsh-service-hero__badge strong {
        font-size: 14px;
    }

}

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

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

    .tsh-service-hero__button,
    .tsh-service-hero__button::before,
    .tsh-service-hero__button span,
    .tsh-service-hero__image {
        transition: none;
    }

}



/* =========================================
   THE SOCIAL HOUSE — SMM INCLUDED
========================================= */

.tsh-smm-included {
    --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-smm-included,
.tsh-smm-included * {
    box-sizing: border-box;
}

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

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

    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2.28fr);
    align-items: stretch;
    gap: clamp(48px, 6vw, 88px);

    padding-top: 72px;
    padding-bottom: 78px;

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

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

.tsh-smm-included__heading {
    align-self: start;
}

.tsh-smm-included__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-smm-included__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-smm-included__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

.tsh-smm-included__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.2vw, 60px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

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

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

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

/* =========================================
   FEATURE
========================================= */

.tsh-smm-feature {
    min-width: 0;
    min-height: 265px;

    padding: 6px 24px 0;

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

.tsh-smm-feature__icon {
    width: 44px;
    height: 44px;

    margin-bottom: 30px;
}

.tsh-smm-feature__icon svg {
    display: block;

    width: 100%;
    height: 100%;

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

.tsh-smm-feature__title {
    margin: 0;

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

    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.tsh-smm-feature__text {
    margin: 18px 0 0;

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

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

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

@media (max-width: 1100px) {

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

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

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

    .tsh-smm-included__title br {
        display: none;
    }

    .tsh-smm-included__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

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

    .tsh-smm-feature {
        min-height: 235px;

        padding: 26px;

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

}

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

@media (max-width: 767px) {

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

        gap: 30px;

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

    .tsh-smm-included__title {
        font-size: clamp(35px, 9vw, 48px);
    }

    .tsh-smm-included__grid {
        grid-template-columns: 1fr;
    }

    .tsh-smm-feature {
        min-height: auto;

        padding: 24px 22px 26px;
    }

    .tsh-smm-feature__icon {
        margin-bottom: 24px;
    }

}

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

@media (max-width: 480px) {

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

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

    .tsh-smm-included__eyebrow {
        font-size: 9px;
    }

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

    .tsh-smm-feature__title {
        font-size: 13px;
    }

    .tsh-smm-feature__text {
        font-size: 12px;
    }

}



/* =========================================
   THE SOCIAL HOUSE — SMM AUDIENCE
========================================= */

.tsh-smm-audience {
    --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-smm-audience,
.tsh-smm-audience * {
    box-sizing: border-box;
}

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

.tsh-smm-audience__inner {
    width: 100%;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
    align-items: stretch;

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

/* =========================================
   MEDIA
========================================= */

.tsh-smm-audience__media {
    position: relative;
    overflow: hidden;

    min-height: 590px;

    background-color: #d8d5ce;
}

.tsh-smm-audience__image {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 590px;

    object-fit: cover;

    filter: grayscale(100%);

    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.45s ease;
}

.tsh-smm-audience__media:hover .tsh-smm-audience__image {
    transform: scale(1.025);
    filter: grayscale(82%);
}

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

.tsh-smm-audience__content {
    display: flex;
    justify-content: center;
    flex-direction: column;

    padding: 78px clamp(54px, 7vw, 120px);
}

/* =========================================
   EYEBROW
========================================= */

.tsh-smm-audience__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-smm-audience__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-smm-audience__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

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

.tsh-smm-audience__title {
    max-width: 680px;
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.6vw, 68px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

/* =========================================
   INTRO
========================================= */

.tsh-smm-audience__intro {
    max-width: 640px;
    margin: 30px 0 0;

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

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

/* =========================================
   LIST
========================================= */

.tsh-smm-audience__list {
    max-width: 650px;
    margin: 30px 0 0;
    padding: 0;

    list-style: none;
}

.tsh-smm-audience__item {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: start;
    gap: 14px;

    margin-bottom: 16px;

    color: var(--tsh-black);

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

.tsh-smm-audience__item:last-child {
    margin-bottom: 0;
}

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

.tsh-smm-audience__check {
    width: 21px;
    height: 21px;

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

    margin-top: 1px;

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

.tsh-smm-audience__check svg {
    width: 12px;
    height: 12px;

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

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

@media (max-width: 1100px) {

    .tsh-smm-audience__inner {
        grid-template-columns: 1fr;
    }

    .tsh-smm-audience__media,
    .tsh-smm-audience__image {
        min-height: 520px;
    }

    .tsh-smm-audience__content {
        width: min(calc(100% - 48px), 1050px);
        margin: 0 auto;

        padding: 68px 0 72px;
    }

}

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

@media (max-width: 767px) {

    .tsh-smm-audience__media,
    .tsh-smm-audience__image {
        min-height: 420px;
    }

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

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

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

    .tsh-smm-audience__intro {
        margin-top: 26px;

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

    .tsh-smm-audience__list {
        margin-top: 26px;
    }

    .tsh-smm-audience__item {
        font-size: 13px;
    }

}

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

@media (max-width: 480px) {

    .tsh-smm-audience__media,
    .tsh-smm-audience__image {
        min-height: 330px;
    }

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

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

    .tsh-smm-audience__eyebrow {
        font-size: 9px;
    }

    .tsh-smm-audience__title {
        font-size: clamp(34px, 9.5vw, 44px);
    }

    .tsh-smm-audience__title br {
        display: none;
    }

    .tsh-smm-audience__item {
        grid-template-columns: 23px minmax(0, 1fr);
        gap: 12px;
    }

    .tsh-smm-audience__check {
        width: 19px;
        height: 19px;
    }

}

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

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

    .tsh-smm-audience__image {
        transition: none;
    }

}




/* =========================================
   THE SOCIAL HOUSE — SMM APPROACH
========================================= */

.tsh-smm-approach {
    --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-smm-approach,
.tsh-smm-approach * {
    box-sizing: border-box;
}

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

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

    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 2.3fr);
    align-items: start;
    gap: clamp(48px, 6vw, 88px);

    padding-top: 70px;
    padding-bottom: 74px;

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

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

.tsh-smm-approach__heading {
    max-width: 360px;
}

.tsh-smm-approach__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-smm-approach__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-smm-approach__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

.tsh-smm-approach__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

/* =========================================
   TRACK
========================================= */

.tsh-smm-approach__track {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        34px
        minmax(0, 1fr)
        34px
        minmax(0, 1fr)
        34px
        minmax(0, 1fr);

    align-items: start;
}

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

.tsh-smm-approach-step {
    min-width: 0;

    padding: 4px 18px 0;
}

.tsh-smm-approach-step:first-child {
    padding-left: 0;
}

.tsh-smm-approach-step:last-child {
    padding-right: 0;
}

.tsh-smm-approach-step__number {
    display: block;
    margin-bottom: 24px;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}

.tsh-smm-approach-step__title {
    margin: 0;

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

    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.tsh-smm-approach-step__text {
    margin: 15px 0 0;

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

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

/* =========================================
   ARROWS
========================================= */

.tsh-smm-approach__arrow {
    width: 34px;
    height: 34px;

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

    margin-top: 3px;
}

.tsh-smm-approach__arrow svg {
    width: 25px;
    height: 25px;

    stroke: rgba(0, 0, 0, 0.45);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

@media (max-width: 1100px) {

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

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

        padding-top: 62px;
        padding-bottom: 68px;
    }

    .tsh-smm-approach__title br {
        display: none;
    }

    .tsh-smm-approach__track {
        grid-template-columns:
            minmax(0, 1fr)
            30px
            minmax(0, 1fr)
            30px
            minmax(0, 1fr)
            30px
            minmax(0, 1fr);
    }

}

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

@media (max-width: 850px) {

    .tsh-smm-approach__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;

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

    .tsh-smm-approach-step {
        min-height: 210px;

        padding: 24px;

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

    .tsh-smm-approach__arrow {
        display: none;
    }

    .tsh-smm-approach-step:first-child,
    .tsh-smm-approach-step:last-child {
        padding: 24px;
    }

}

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

@media (max-width: 767px) {

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

        gap: 30px;

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

    .tsh-smm-approach__title {
        font-size: clamp(35px, 9vw, 48px);
    }

    .tsh-smm-approach__track {
        grid-template-columns: 1fr;
    }

    .tsh-smm-approach-step {
        min-height: auto;

        padding: 24px 22px 26px;
    }

    .tsh-smm-approach-step:first-child,
    .tsh-smm-approach-step:last-child {
        padding: 24px 22px 26px;
    }

}

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

@media (max-width: 480px) {

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

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

    .tsh-smm-approach__eyebrow {
        font-size: 9px;
    }

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

    .tsh-smm-approach-step__number {
        font-size: 24px;
    }

    .tsh-smm-approach-step__title {
        font-size: 13px;
    }

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

}




/* =========================================
   THE SOCIAL HOUSE — SMM DELIVERABLES
========================================= */

.tsh-smm-deliverables {
    --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-smm-deliverables,
.tsh-smm-deliverables * {
    box-sizing: border-box;
}

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

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

    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(60px, 8vw, 130px);

    padding-top: 72px;
    padding-bottom: 78px;

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

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

.tsh-smm-deliverables__heading {
    max-width: 480px;
}

.tsh-smm-deliverables__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-smm-deliverables__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-smm-deliverables__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

.tsh-smm-deliverables__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.tsh-smm-deliverables__intro {
    margin: 28px 0 0;

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

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

/* =========================================
   LIST
========================================= */

.tsh-smm-deliverables__list {
    border-top: 1px solid var(--tsh-line);
}

/* =========================================
   ITEM
========================================= */

.tsh-smm-deliverable {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: start;
    gap: 22px;

    padding: 25px 0;

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

    transition:
        padding-left 0.3s ease,
        background-color 0.3s ease;
}

.tsh-smm-deliverable:hover {
    padding-left: 12px;

    background-color: rgba(0, 0, 0, 0.022);
}

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

.tsh-smm-deliverable__number {
    color: var(--tsh-grey) !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

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

.tsh-smm-deliverable__content {
    min-width: 0;
}

.tsh-smm-deliverable__title {
    margin: 0;

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

    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.tsh-smm-deliverable__text {
    max-width: 720px;
    margin: 12px 0 0;

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

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

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

@media (max-width: 1050px) {

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

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

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

    .tsh-smm-deliverables__heading {
        max-width: 650px;
    }

}

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

@media (max-width: 767px) {

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

        gap: 34px;

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

    .tsh-smm-deliverables__title {
        font-size: clamp(36px, 9.5vw, 50px);
    }

    .tsh-smm-deliverables__intro {
        margin-top: 24px;

        font-size: 14px;
    }

    .tsh-smm-deliverable {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 16px;

        padding: 22px 0;
    }

    .tsh-smm-deliverable:hover {
        padding-left: 0;
    }

}

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

@media (max-width: 480px) {

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

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

    .tsh-smm-deliverables__eyebrow {
        font-size: 9px;
    }

    .tsh-smm-deliverables__title {
        font-size: clamp(32px, 9vw, 42px);
    }

    .tsh-smm-deliverable {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 13px;
    }

    .tsh-smm-deliverable__number {
        font-size: 18px;
    }

    .tsh-smm-deliverable__title {
        font-size: 15px;
    }

    .tsh-smm-deliverable__text {
        font-size: 12px;
    }

}

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

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

    .tsh-smm-deliverable {
        transition: none;
    }

}



/* =========================================
   THE SOCIAL HOUSE — SMM SELECTED WORK
========================================= */

.tsh-smm-work {
    --tsh-cream: #fffcf5;
    --tsh-black: #000000;
    --tsh-white: #ffffff;
    --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-smm-work,
.tsh-smm-work * {
    box-sizing: border-box;
}

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

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

    padding-top: 72px;
    padding-bottom: 78px;

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

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

.tsh-smm-work__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    align-items: end;
    gap: clamp(50px, 7vw, 110px);

    margin-bottom: 38px;
}

.tsh-smm-work__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 22px;
}

.tsh-smm-work__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-smm-work__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

.tsh-smm-work__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.tsh-smm-work__intro {
    max-width: 460px;
    margin: 0;

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

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

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

.tsh-smm-work__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
}

/* =========================================
   PROJECT CARD
========================================= */

.tsh-smm-project {
    min-width: 0;
    height: 100%;
}

.tsh-smm-project__link,
.tsh-smm-project__link:visited {
    height: 100%;

    display: flex;
    flex-direction: column;

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

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

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

.tsh-smm-project__link:hover {
    transform: translateY(-6px);

    border-color: rgba(0, 0, 0, 0.34);

    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.1);
}

/* =========================================
   MEDIA
========================================= */

.tsh-smm-project__media {
    position: relative;
    overflow: hidden;

    width: calc(100% - 20px);
    margin: 10px 10px 0;

    aspect-ratio: 4 / 3;

    background-color: #d9d6cf;
}

.tsh-smm-project__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.tsh-smm-project__media::after {
    content: "";

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

    background-color: rgba(0, 0, 0, 0.52);

    opacity: 0;

    transition: opacity 0.35s ease;
}

.tsh-smm-project__link:hover .tsh-smm-project__image {
    transform: scale(1.055);
}

.tsh-smm-project__link:hover .tsh-smm-project__media::after {
    opacity: 1;
}

/* =========================================
   VIEW PROJECT BUTTON
========================================= */

.tsh-smm-project__button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 15px;

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

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

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;

    opacity: 0;

    transform: translate(-50%, calc(-50% + 14px));

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.tsh-smm-project__button span {
    font-size: 14px;

    transition: transform 0.3s ease;
}

.tsh-smm-project__link:hover .tsh-smm-project__button {
    opacity: 1;

    transform: translate(-50%, -50%);
}

.tsh-smm-project__link:hover .tsh-smm-project__button span {
    transform: translateX(4px);
}

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

.tsh-smm-project__content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 20px 18px 21px;
}

.tsh-smm-project__category {
    display: block;
    margin-bottom: 12px;

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

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

.tsh-smm-project__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
}

.tsh-smm-project__description {
    margin: 17px 0 24px;

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

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

/* =========================================
   RESULT
========================================= */

.tsh-smm-project__result {
    margin-top: auto;
    padding-top: 18px;

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

.tsh-smm-project__result strong {
    display: block;

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

    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
}

.tsh-smm-project__result span {
    display: block;
    margin-top: 7px;

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

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

/* =========================================
   FOOTER LINK
========================================= */

.tsh-smm-work__footer {
    display: flex;
    justify-content: flex-end;

    margin-top: 32px;
}

.tsh-smm-work__all,
.tsh-smm-work__all:visited {
    display: inline-flex;
    align-items: center;
    gap: 17px;

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

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

    text-decoration: none !important;
}

.tsh-smm-work__all span {
    font-size: 17px;

    transition: transform 0.3s ease;
}

.tsh-smm-work__all:hover span {
    transform: translateX(5px);
}

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

@media (max-width: 1050px) {

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

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

    .tsh-smm-work__header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tsh-smm-work__intro {
        max-width: 650px;
    }

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

}

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

@media (max-width: 767px) {

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

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

    .tsh-smm-work__header {
        margin-bottom: 32px;
    }

    .tsh-smm-work__title {
        font-size: clamp(36px, 9.5vw, 50px);
    }

    .tsh-smm-work__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tsh-smm-project__media {
        aspect-ratio: 16 / 10;
    }

    .tsh-smm-project__media::after {
        opacity: 0.12;
    }

    .tsh-smm-project__button {
        left: auto;
        top: auto;
        right: 12px;
        bottom: 12px;

        opacity: 1;

        transform: none;
    }

    .tsh-smm-work__footer {
        justify-content: flex-start;
    }

}

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

@media (max-width: 480px) {

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

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

    .tsh-smm-work__eyebrow {
        font-size: 9px;
    }

    .tsh-smm-work__title {
        font-size: clamp(32px, 9vw, 42px);
    }

    .tsh-smm-project__media {
        width: calc(100% - 16px);
        margin: 8px 8px 0;

        aspect-ratio: 4 / 3;
    }

    .tsh-smm-project__content {
        padding: 18px 15px 19px;
    }

    .tsh-smm-project__title {
        font-size: 27px;
    }

    .tsh-smm-project__description {
        font-size: 12px;
    }

}

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

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

    .tsh-smm-project__link,
    .tsh-smm-project__image,
    .tsh-smm-project__media::after,
    .tsh-smm-project__button,
    .tsh-smm-project__button span,
    .tsh-smm-work__all span {
        transition: none;
    }

}



/* =========================================
   THE SOCIAL HOUSE — SMM FAQ
========================================= */

.tsh-smm-faq {
    --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-smm-faq,
.tsh-smm-faq * {
    box-sizing: border-box;
}

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

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

    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: clamp(60px, 8vw, 130px);

    padding-top: 72px;
    padding-bottom: 78px;

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

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

.tsh-smm-faq__heading {
    max-width: 480px;
}

.tsh-smm-faq__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-smm-faq__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-smm-faq__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

.tsh-smm-faq__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.tsh-smm-faq__intro {
    margin: 28px 0 0;

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

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

/* =========================================
   THE SOCIAL HOUSE — SMM FAQ
========================================= */

.tsh-smm-faq {
    --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-smm-faq,
.tsh-smm-faq * {
    box-sizing: border-box;
}

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

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

    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: clamp(60px, 8vw, 130px);

    padding-top: 72px;
    padding-bottom: 78px;

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

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

.tsh-smm-faq__heading {
    max-width: 480px;
}

.tsh-smm-faq__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-smm-faq__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-smm-faq__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

.tsh-smm-faq__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.tsh-smm-faq__intro {
    margin: 28px 0 0;

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

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

/* =========================================
   FAQ LIST
========================================= */

.tsh-smm-faq__list {
    border-top: 1px solid var(--tsh-line);
}

.tsh-smm-faq-item {
    margin: 0;
    padding: 0;

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

    background: transparent;
}

/* =========================================
   QUESTION / SUMMARY
========================================= */

.tsh-smm-faq-item__question {
    width: 100%;

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

    margin: 0;
    padding: 24px 0;

    border: 0 !important;
    border-radius: 0 !important;
    outline: none;

    background: transparent !important;
    background-color: transparent !important;

    color: var(--tsh-black) !important;
    -webkit-text-fill-color: var(--tsh-black) !important;

    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;

    list-style: none;

    cursor: pointer;

    box-shadow: none !important;

    transition:
        opacity 0.25s ease,
        padding-left 0.25s ease;
}

.tsh-smm-faq-item__question::-webkit-details-marker {
    display: none;
}

.tsh-smm-faq-item__question::marker {
    display: none;
    content: "";
}

.tsh-smm-faq-item__question:hover,
.tsh-smm-faq-item__question:focus,
.tsh-smm-faq-item__question:active,
.tsh-smm-faq-item[open] .tsh-smm-faq-item__question {
    border: 0 !important;

    background: transparent !important;
    background-color: transparent !important;

    color: var(--tsh-black) !important;
    -webkit-text-fill-color: var(--tsh-black) !important;

    box-shadow: none !important;
}

.tsh-smm-faq-item__question:hover {
    padding-left: 8px;
}

.tsh-smm-faq-item__question-text {
    color: var(--tsh-black) !important;
    -webkit-text-fill-color: var(--tsh-black) !important;
}

/* =========================================
   PLUS / MINUS ICON
========================================= */

.tsh-smm-faq-item__icon {
    position: relative;

    width: 24px;
    height: 24px;

    display: block;
    flex-shrink: 0;
}

.tsh-smm-faq-item__icon span {
    position: absolute;
    left: 50%;
    top: 50%;

    display: block;

    width: 18px;
    height: 1px;

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

    transform: translate(-50%, -50%);

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.tsh-smm-faq-item__icon span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tsh-smm-faq-item[open]
.tsh-smm-faq-item__icon span:last-child {
    opacity: 0;

    transform: translate(-50%, -50%) rotate(0deg);
}

/* =========================================
   ANSWER
========================================= */

.tsh-smm-faq-item__answer {
    padding: 0 48px 26px 0;
}

.tsh-smm-faq-item__answer p {
    max-width: 700px;
    margin: 0;

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

    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
}

/* =========================================
   ACCESSIBILITY FOCUS
========================================= */

.tsh-smm-faq-item__question:focus-visible {
    outline: 1px solid var(--tsh-black) !important;
    outline-offset: 5px;
}

/* =========================================
   ELEMENTOR OVERRIDES
========================================= */

.elementor .tsh-smm-faq-item__question,
.elementor .tsh-smm-faq-item__question:hover,
.elementor .tsh-smm-faq-item__question:focus,
.elementor .tsh-smm-faq-item__question:active {
    background: transparent !important;
    background-color: transparent !important;

    color: var(--tsh-black) !important;
    -webkit-text-fill-color: var(--tsh-black) !important;

    border-color: transparent !important;

    box-shadow: none !important;
}

.elementor .tsh-smm-faq-item__question *,
.elementor .tsh-smm-faq-item__question:hover *,
.elementor .tsh-smm-faq-item__question:focus *,
.elementor .tsh-smm-faq-item__question:active * {
    color: var(--tsh-black) !important;
    -webkit-text-fill-color: var(--tsh-black) !important;
}

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

@media (max-width: 1050px) {

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

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

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

    .tsh-smm-faq__heading {
        max-width: 650px;
    }

    .tsh-smm-faq__title br {
        display: none;
    }

}

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

@media (max-width: 767px) {

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

        gap: 34px;

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

    .tsh-smm-faq__title {
        font-size: clamp(36px, 9.5vw, 50px);
    }

    .tsh-smm-faq__intro {
        margin-top: 24px;

        font-size: 14px;
    }

    .tsh-smm-faq-item__question {
        gap: 18px;

        padding: 21px 0;

        font-size: 15px;
    }

    .tsh-smm-faq-item__question:hover {
        padding-left: 0;
    }

    .tsh-smm-faq-item__answer {
        padding-right: 30px;
        padding-bottom: 23px;
    }

    .tsh-smm-faq-item__answer p {
        font-size: 13px;
    }

}

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

@media (max-width: 480px) {

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

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

    .tsh-smm-faq__eyebrow {
        font-size: 9px;
    }

    .tsh-smm-faq__title {
        font-size: clamp(32px, 9vw, 42px);
    }

    .tsh-smm-faq-item__question {
        grid-template-columns: minmax(0, 1fr) 24px;
        gap: 14px;

        font-size: 14px;
    }

    .tsh-smm-faq-item__answer {
        padding: 0 20px 22px 0;
    }

    .tsh-smm-faq-item__answer p {
        font-size: 12px;
    }

}

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

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

    .tsh-smm-faq-item__question,
    .tsh-smm-faq-item__icon span {
        transition: none;
    }

}


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

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

    position: relative;
    overflow: hidden;

    width: 100%;

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

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

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

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

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

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

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

.tsh-smm-cta__content {
    max-width: 820px;
}

.tsh-smm-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-smm-cta__title {
    margin: 0;

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

    font-size: clamp(42px, 5vw, 74px);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.tsh-smm-cta__text {
    max-width: 650px;
    margin: 20px 0 0;

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

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

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

.tsh-smm-cta__button,
.tsh-smm-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,
        transform 0.3s ease;
}

.tsh-smm-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-smm-cta__button span {
    display: inline-block;

    font-size: 18px;

    transition: transform 0.3s ease;
}

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

    transform: translateY(-3px);
}

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

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

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

/* =========================================
   DECORATIVE SHAPES
========================================= */

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

    position: absolute;

    width: 300px;
    height: 300px;

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

    pointer-events: none;
}

.tsh-smm-cta::before {
    left: -170px;
    bottom: -200px;
}

.tsh-smm-cta::after {
    top: -210px;
    right: -150px;
}

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

@media (max-width: 1050px) {

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

        gap: 44px;

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

    .tsh-smm-cta__title {
        font-size: clamp(40px, 5.8vw, 62px);
    }

}

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

@media (max-width: 767px) {

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

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

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

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

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

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

}

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

@media (max-width: 480px) {

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

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

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

    .tsh-smm-cta__title br {
        display: none;
    }

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

}

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

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

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

}/* End custom CSS */