.elementor-586 .elementor-element.elementor-element-1b2da6e{--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-586 .elementor-element.elementor-element-94b06c6{--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-586 .elementor-element.elementor-element-1094032{--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-586 .elementor-element.elementor-element-9706a75{--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-586 .elementor-element.elementor-element-c830814{--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-586 .elementor-element.elementor-element-6e8218c{--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-586 .elementor-element.elementor-element-dde3c6b{--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-586 .elementor-element.elementor-element-b7c1d29{--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 — CONTENT CREATION HERO
========================================= */

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

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

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

    display: grid;
    grid-template-columns: minmax(410px, 0.82fr) minmax(540px, 1.18fr);
    align-items: center;
    gap: clamp(70px, 8vw, 130px);

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

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

.tsh-content-hero__content {
    position: relative;
    z-index: 3;

    max-width: 620px;
}

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

    margin-bottom: 28px;
}

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

    width: 54px;
    height: 1px;

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

.tsh-content-hero__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(64px, 7vw, 104px);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: -0.07em;
}

.tsh-content-hero__description {
    max-width: 560px;
    margin: 34px 0 0;

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

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

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

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

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

    font-size: 17px;

    transition: transform 0.3s ease;
}

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

    transform: translate(2px, 2px);

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

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

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

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

/* =========================================
   VISUAL
========================================= */

.tsh-content-hero__visual {
    position: relative;

    min-height: 540px;
}

.tsh-content-hero__image {
    position: absolute;
    overflow: hidden;

    background-color: #d8d5ce;
}

.tsh-content-hero__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

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

.tsh-content-hero__image:hover img {
    transform: scale(1.035);
}

/* Main image */

.tsh-content-hero__image--main {
    top: 0;
    right: 0;

    width: 82%;
    height: 480px;
}

.tsh-content-hero__image--main img {
    filter: grayscale(100%);
}

.tsh-content-hero__image--main:hover img {
    filter: grayscale(75%);
}

/* Small image */

.tsh-content-hero__image--small {
    left: 0;
    bottom: 0;
    z-index: 2;

    width: 42%;
    height: 245px;

    border: 10px solid var(--tsh-cream);
}

/* =========================================
   NOTE
========================================= */

.tsh-content-hero__note {
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 3;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 12px 15px;

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

.tsh-content-hero__note span {
    position: relative;

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

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

.tsh-content-hero__note span:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 50%;
    right: -9px;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.55);

    transform: translateY(-50%);
}

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

@media (max-width: 1100px) {

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

        grid-template-columns: minmax(360px, 0.85fr) minmax(440px, 1.15fr);
        gap: 55px;

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

    .tsh-content-hero__title {
        font-size: clamp(58px, 7vw, 84px);
    }

    .tsh-content-hero__visual {
        min-height: 500px;
    }

    .tsh-content-hero__image--main {
        height: 440px;
    }

    .tsh-content-hero__image--small {
        height: 220px;
    }

}

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

@media (max-width: 900px) {

    .tsh-content-hero__inner {
        grid-template-columns: 1fr;
        gap: 58px;
    }

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

    .tsh-content-hero__visual {
        min-height: 570px;
    }

    .tsh-content-hero__image--main {
        width: 82%;
        height: 500px;
    }

    .tsh-content-hero__image--small {
        width: 40%;
        height: 250px;
    }

}

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

@media (max-width: 767px) {

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

        gap: 48px;

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

    .tsh-content-hero__title {
        font-size: clamp(52px, 15vw, 74px);
    }

    .tsh-content-hero__description {
        margin-top: 27px;

        font-size: 15px;
    }

    .tsh-content-hero__visual {
        min-height: 480px;
    }

    .tsh-content-hero__image--main {
        width: 88%;
        height: 420px;
    }

    .tsh-content-hero__image--small {
        width: 46%;
        height: 210px;
    }

}

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

@media (max-width: 480px) {

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

        gap: 42px;

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

    .tsh-content-hero__title {
        font-size: clamp(48px, 14vw, 62px);
    }

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

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

    .tsh-content-hero__visual {
        min-height: 390px;
    }

    .tsh-content-hero__image--main {
        width: 90%;
        height: 340px;
    }

    .tsh-content-hero__image--small {
        width: 49%;
        height: 175px;

        border-width: 7px;
    }

    .tsh-content-hero__note {
        right: 8px;
        bottom: 8px;

        gap: 11px;

        padding: 10px 11px;
    }

    .tsh-content-hero__note span {
        font-size: 7px;
    }

}

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

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

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

}



/* =========================================
   THE SOCIAL HOUSE — WHAT WE CREATE
========================================= */

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

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

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

    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 2.25fr);
    align-items: start;
    gap: clamp(55px, 7vw, 100px);

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

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

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

.tsh-content-create__heading {
    position: sticky;
    top: 110px;

    max-width: 420px;
}

.tsh-content-create__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-content-create__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-content-create__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

.tsh-content-create__title {
    margin: 0;

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

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

.tsh-content-create__intro {
    margin: 28px 0 0;

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

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

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

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

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

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

.tsh-content-create__item {
    position: relative;

    min-height: 315px;

    padding: 30px;

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

    background-color: transparent;

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

.tsh-content-create__item:hover {
    z-index: 2;

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

    transform: translateY(-4px);
}

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

.tsh-content-create__number {
    display: block;

    margin-bottom: 34px;

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

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

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

.tsh-content-create__icon {
    width: 46px;
    height: 46px;

    margin-bottom: 28px;
}

.tsh-content-create__icon svg {
    display: block;

    width: 100%;
    height: 100%;

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

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

.tsh-content-create__item-title {
    margin: 0;

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

    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.tsh-content-create__text {
    max-width: 400px;
    margin: 16px 0 0;

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

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

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

@media (max-width: 1050px) {

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

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

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

    .tsh-content-create__heading {
        position: static;

        max-width: 650px;
    }

}

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

@media (max-width: 767px) {

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

        gap: 34px;

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

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

    .tsh-content-create__intro {
        margin-top: 24px;

        font-size: 14px;
    }

    .tsh-content-create__grid {
        grid-template-columns: 1fr;
    }

    .tsh-content-create__item {
        min-height: auto;

        padding: 25px 23px 28px;
    }

    .tsh-content-create__number {
        margin-bottom: 25px;
    }

    .tsh-content-create__icon {
        margin-bottom: 23px;
    }

}

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

@media (max-width: 480px) {

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

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

    .tsh-content-create__eyebrow {
        font-size: 9px;
    }

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

    .tsh-content-create__item {
        padding: 23px 20px 25px;
    }

    .tsh-content-create__item-title {
        font-size: 16px;
    }

    .tsh-content-create__text {
        font-size: 12px;
    }

}

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

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

    .tsh-content-create__item {
        transition: none;
    }

}



/* =========================================
   THE SOCIAL HOUSE — PHOTOGRAPHY & VIDEO
========================================= */

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

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

.tsh-content-media__inner {
    width: 100%;

    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.95fr);
    align-items: stretch;

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

/* =========================================
   VISUAL
========================================= */

.tsh-content-media__visual {
    position: relative;
    overflow: hidden;

    min-height: 650px;

    background-color: #d7d4cd;
}

.tsh-content-media__image {
    display: block;

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

    object-fit: cover;

    filter: grayscale(100%);

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

.tsh-content-media__visual:hover .tsh-content-media__image {
    transform: scale(1.03);
    filter: grayscale(75%);
}

/* =========================================
   LABEL
========================================= */

.tsh-content-media__label {
    position: absolute;
    left: 30px;
    bottom: 30px;

    min-width: 170px;

    padding: 18px 20px;

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

    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.13);
}

.tsh-content-media__label span {
    display: block;
    margin-bottom: 10px;

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

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

.tsh-content-media__label strong {
    display: block;

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

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

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

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

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

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

.tsh-content-media__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
}

.tsh-content-media__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-content-media__eyebrow-line {
    display: block;

    width: 54px;
    height: 1px;

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

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

.tsh-content-media__title {
    max-width: 700px;
    margin: 0;

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

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

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

.tsh-content-media__intro {
    max-width: 650px;
    margin: 30px 0 0;

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

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

/* =========================================
   SERVICES
========================================= */

.tsh-content-media__services {
    margin-top: 38px;

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

.tsh-content-media__service {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    gap: 20px;

    padding: 25px 0;

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

.tsh-content-media__number {
    color: var(--tsh-grey) !important;

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

.tsh-content-media__service-content {
    min-width: 0;
}

.tsh-content-media__service-title {
    margin: 0;

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

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

.tsh-content-media__service-text {
    margin: 13px 0 0;

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

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

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

@media (max-width: 1100px) {

    .tsh-content-media__inner {
        grid-template-columns: 1fr;
    }

    .tsh-content-media__visual,
    .tsh-content-media__image {
        min-height: 560px;
    }

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

        padding: 68px 0 72px;
    }

}

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

@media (max-width: 767px) {

    .tsh-content-media__visual,
    .tsh-content-media__image {
        min-height: 430px;
    }

    .tsh-content-media__label {
        left: 20px;
        bottom: 20px;
    }

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

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

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

    .tsh-content-media__intro {
        margin-top: 25px;

        font-size: 14px;
    }

    .tsh-content-media__services {
        margin-top: 32px;
    }

    .tsh-content-media__service {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 15px;

        padding: 22px 0;
    }

}

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

@media (max-width: 480px) {

    .tsh-content-media__visual,
    .tsh-content-media__image {
        min-height: 340px;
    }

    .tsh-content-media__label {
        left: 14px;
        bottom: 14px;

        min-width: 145px;

        padding: 15px 16px;
    }

    .tsh-content-media__label strong {
        font-size: 21px;
    }

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

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

    .tsh-content-media__eyebrow {
        font-size: 9px;
    }

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

    .tsh-content-media__title br {
        display: none;
    }

    .tsh-content-media__service {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    .tsh-content-media__number {
        font-size: 18px;
    }

    .tsh-content-media__service-title {
        font-size: 15px;
    }

    .tsh-content-media__service-text {
        font-size: 12px;
    }

}

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

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

    .tsh-content-media__image {
        transition: none;
    }

}



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

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

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

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

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

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

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

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

.tsh-content-process__heading {
    max-width: 470px;
}

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

    margin-bottom: 24px;
}

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

    width: 54px;
    height: 1px;

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

.tsh-content-process__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-content-process__intro {
    margin: 28px 0 0;

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

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

/* =========================================
   STEPS
========================================= */

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

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

.tsh-content-process__step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 22px;

    padding: 27px 0;

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

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

.tsh-content-process__step:hover {
    padding-left: 12px;

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

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

.tsh-content-process__number {
    color: var(--tsh-grey) !important;

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

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

.tsh-content-process__content {
    min-width: 0;
}

.tsh-content-process__step-title {
    margin: 0;

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

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

.tsh-content-process__text {
    max-width: 700px;
    margin: 13px 0 0;

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

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

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

@media (max-width: 1050px) {

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

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

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

    .tsh-content-process__heading {
        max-width: 650px;
    }

    .tsh-content-process__title br {
        display: none;
    }

}

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

@media (max-width: 767px) {

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

        gap: 34px;

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

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

    .tsh-content-process__intro {
        margin-top: 24px;

        font-size: 14px;
    }

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

        padding: 23px 0;
    }

    .tsh-content-process__step:hover {
        padding-left: 0;
    }

}

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

@media (max-width: 480px) {

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

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

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

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

    .tsh-content-process__step {
        grid-template-columns: 37px minmax(0, 1fr);
        gap: 12px;
    }

    .tsh-content-process__number {
        font-size: 18px;
    }

    .tsh-content-process__step-title {
        font-size: 15px;
    }

    .tsh-content-process__text {
        font-size: 12px;
    }

}

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

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

    .tsh-content-process__step {
        transition: none;
    }

}



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

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

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

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

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

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

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

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

.tsh-content-deliverables__heading {
    max-width: 470px;
}

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

    margin-bottom: 24px;
}

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

    width: 54px;
    height: 1px;

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

.tsh-content-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-content-deliverables__intro {
    margin: 28px 0 0;

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

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

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

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

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

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

.tsh-content-deliverable {
    min-height: 235px;

    padding: 28px;

    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-content-deliverable:hover {
    z-index: 2;

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

    transform: translateY(-4px);
}

.tsh-content-deliverable--wide {
    grid-column: 1 / -1;

    min-height: 190px;
}

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

.tsh-content-deliverable__number {
    display: block;
    margin-bottom: 42px;

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

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

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

.tsh-content-deliverable__content {
    max-width: 430px;
}

.tsh-content-deliverable--wide
.tsh-content-deliverable__content {
    max-width: 680px;
}

.tsh-content-deliverable__title {
    margin: 0;

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

    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.tsh-content-deliverable__text {
    margin: 15px 0 0;

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

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

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

@media (max-width: 1050px) {

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

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

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

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

}

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

@media (max-width: 767px) {

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

        gap: 34px;

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

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

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

        font-size: 14px;
    }

    .tsh-content-deliverables__grid {
        grid-template-columns: 1fr;
    }

    .tsh-content-deliverable,
    .tsh-content-deliverable--wide {
        grid-column: auto;

        min-height: auto;

        padding: 24px 22px 27px;
    }

    .tsh-content-deliverable__number {
        margin-bottom: 28px;
    }

}

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

@media (max-width: 480px) {

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

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

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

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

    .tsh-content-deliverable {
        padding: 22px 19px 24px;
    }

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

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

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

}

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

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

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

}




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

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

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

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

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

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

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

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

    margin-bottom: 40px;
}

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

    margin-bottom: 22px;
}

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

    width: 54px;
    height: 1px;

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

.tsh-content-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-content-work__intro {
    max-width: 460px;
    margin: 0;

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

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

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

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

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

.tsh-content-project {
    min-width: 0;
}

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

    display: flex;
    flex-direction: column;

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

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

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

    aspect-ratio: 4 / 5;

    background-color: #d8d5ce;
}

.tsh-content-project:nth-child(2)
.tsh-content-project__media {
    aspect-ratio: 4 / 4.5;
}

.tsh-content-project__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

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

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

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

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

    opacity: 0;

    transition: opacity 0.35s ease;
}

.tsh-content-project__link:hover
.tsh-content-project__image {
    transform: scale(1.05);
}

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

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

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

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

    padding: 12px 15px;

    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-content-project__button span {
    font-size: 14px;
}

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

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

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

.tsh-content-project__content {
    padding-top: 20px;
}

.tsh-content-project__category {
    display: block;
    margin-bottom: 11px;

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

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

.tsh-content-project__title {
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 2.4vw, 38px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.045em;
}

.tsh-content-project__description {
    margin: 16px 0 18px;

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

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

.tsh-content-project__type {
    display: block;

    padding-top: 15px;

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

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

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

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

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

    margin-top: 34px;
}

.tsh-content-work__all,
.tsh-content-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-content-work__all span {
    font-size: 17px;

    transition: transform 0.3s ease;
}

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

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

@media (max-width: 1050px) {

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

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

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

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

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

}

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

@media (max-width: 767px) {

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

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

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

    .tsh-content-work__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tsh-content-project__media,
    .tsh-content-project:nth-child(2)
    .tsh-content-project__media {
        aspect-ratio: 4 / 3.4;
    }

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

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

        opacity: 1;

        transform: none;
    }

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

}

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

@media (max-width: 480px) {

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

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

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

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

    .tsh-content-project__media,
    .tsh-content-project:nth-child(2)
    .tsh-content-project__media {
        aspect-ratio: 4 / 4;
    }

    .tsh-content-project__title {
        font-size: 29px;
    }

}

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

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

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

}


/* =========================================
   THE SOCIAL HOUSE — CONTENT CREATION FAQ
========================================= */

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

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

.tsh-content-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-content-faq__heading {
    max-width: 480px;
}

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

    margin-bottom: 24px;
}

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

    width: 54px;
    height: 1px;

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

.tsh-content-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-content-faq__intro {
    margin: 28px 0 0;

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

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

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

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

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

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

    background: transparent;
}

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

.tsh-content-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:
        padding-left 0.25s ease,
        opacity 0.25s ease;
}

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

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

.tsh-content-faq-item__question:hover,
.tsh-content-faq-item__question:focus,
.tsh-content-faq-item__question:active,
.tsh-content-faq-item[open] .tsh-content-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-content-faq-item__question:hover {
    padding-left: 8px;
}

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

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

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

    width: 24px;
    height: 24px;

    display: block;
    flex-shrink: 0;
}

.tsh-content-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-content-faq-item__icon span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.elementor .tsh-content-faq-item__question,
.elementor .tsh-content-faq-item__question:hover,
.elementor .tsh-content-faq-item__question:focus,
.elementor .tsh-content-faq-item__question:active {
    border-color: transparent !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;
}

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

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

@media (max-width: 1050px) {

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

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

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

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

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

}

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

@media (max-width: 767px) {

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

        gap: 34px;

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

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

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

        font-size: 14px;
    }

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

        padding: 21px 0;

        font-size: 15px;
    }

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

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

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

}

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

@media (max-width: 480px) {

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

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

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

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

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

        font-size: 14px;
    }

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

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

}

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

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

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

}



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

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

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

.tsh-content-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-content-cta__content {
    max-width: 850px;
}

.tsh-content-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-content-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-content-cta__text {
    max-width: 680px;

    margin: 20px 0 0;

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

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

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

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

    font-size: 18px;

    transition: transform 0.3s ease;
}

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

    transform: translateY(-3px);
}

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

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

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

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

.elementor .tsh-content-cta__button,
.elementor .tsh-content-cta__button:visited {
    color: var(--tsh-white) !important;
}

.elementor .tsh-content-cta__button:hover,
.elementor .tsh-content-cta__button:focus,
.elementor .tsh-content-cta__button:active {
    color: var(--tsh-black) !important;
}

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

.tsh-content-cta::before,
.tsh-content-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-content-cta::before {
    left: -170px;
    bottom: -200px;
}

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

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

@media (max-width: 1050px) {

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

        gap: 44px;

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

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

}

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

@media (max-width: 767px) {

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

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

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

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

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

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

}

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

@media (max-width: 480px) {

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

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

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

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

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

}

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

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

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

}/* End custom CSS */