.elementor-203 .elementor-element.elementor-element-1baabcc1{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-203 .elementor-element.elementor-element-58ceead{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2c7fa5f0 */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Manrope:wght@400;500;600;700&display=swap");

.tch-section,
.tch-section * {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.tch-section {
    --tch-black: #0C0C0D;
    --tch-surface: #171719;
    --tch-card: #222225;
    --tch-gold: #C6A15B;
    --tch-red: #6E1F2A;
    --tch-ivory: #F2EDE3;
    --tch-grey: #AAA6A0;
    --tch-border: #554731;

    position: relative;
    width: 100vw;
    min-height: 830px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 80px 25px 105px;
    color: var(--tch-ivory);
    background:
        radial-gradient(
            circle at 12% 45%,
            rgba(110, 31, 42, 0.16),
            transparent 35%
        ),
        var(--tch-black);
    font-family: "Manrope", sans-serif;
}

.tch-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.025;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(
            135deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 7px
        );
}

.tch-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.91fr) minmax(0, 1.09fr);
    gap: 85px;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    min-height: 660px;
    margin: 0 auto;
}

/* CONTENT */

.tch-content {
    max-width: 625px;
}

.tch-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
    color: var(--tch-gold);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tch-eyebrow span {
    flex: 0 0 44px;
    width: 44px;
    height: 1px;
    background: var(--tch-gold);
}

.tch-content h1 {
    margin: 0 0 29px;
    color: var(--tch-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(66px, 7vw, 97px);
    font-weight: 600;
    line-height: 0.89;
    letter-spacing: -2px;
}

.tch-content h1 em {
    display: block;
    margin-top: 11px;
    color: var(--tch-gold);
    font-weight: 500;
}

.tch-content > p {
    max-width: 590px;
    margin: 0;
    color: var(--tch-grey);
    font-size: 18px;
    line-height: 1.85;
}

/* BUTTONS */

.tch-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 36px;
}

.tch-primary-button,
.tch-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 62px;
    padding: 17px 23px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tch-primary-button {
    color: var(--tch-black) !important;
    border: 1px solid var(--tch-gold);
    background: var(--tch-gold);
}

.tch-primary-button:hover {
    color: var(--tch-ivory) !important;
    border-color: var(--tch-red);
    background: var(--tch-red);
}

.tch-secondary-button {
    color: var(--tch-ivory) !important;
    border: 1px solid var(--tch-gold);
    background: transparent;
}

.tch-secondary-button:hover {
    color: var(--tch-black) !important;
    background: var(--tch-gold);
}

/* CONTACT LIST */

.tch-contact-list {
    margin-top: 46px;
    border-top: 1px solid var(--tch-border);
}

.tch-contact-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 25px;
    gap: 14px;
    align-items: center;
    min-height: 78px;
    padding: 14px 3px;
    color: inherit !important;
    border-bottom: 1px solid var(--tch-border);
    text-decoration: none !important;
}

.tch-contact-number {
    color: var(--tch-gold);
    font-size: 11px;
    font-weight: 700;
}

.tch-contact-item small {
    display: block;
    margin-bottom: 3px;
    color: var(--tch-grey);
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.tch-contact-item strong {
    display: block;
    color: var(--tch-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.tch-contact-item i {
    color: var(--tch-gold);
    font-style: normal;
}

/* VISUAL */

.tch-visual {
    position: relative;
    min-height: 675px;
    padding: 0 75px 85px 0;
}

.tch-main-image {
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
    border: 1px solid var(--tch-border);
    background: var(--tch-surface);
}

.tch-main-image::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 18px;
    border: 1px solid rgba(198, 161, 91, 0.43);
    pointer-events: none;
}

.tch-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.76) contrast(1.07);
    transition:
        transform 0.7s ease,
        filter 0.4s ease;
}

.tch-main-image:hover img {
    transform: scale(1.035);
    filter: saturate(0.95) contrast(1.08);
}

.tch-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(12, 12, 13, 0.92) 100%
        );
}

.tch-image-caption {
    position: absolute;
    z-index: 4;
    right: 35px;
    bottom: 34px;
    left: 35px;
}

.tch-image-caption span {
    display: block;
    margin-bottom: 6px;
    color: var(--tch-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.tch-image-caption strong {
    display: block;
    color: var(--tch-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.15;
}

/* LOCATION */

.tch-location-card {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 51px minmax(0, 1fr);
    gap: 17px;
    width: 365px;
    padding: 27px 28px;
    border: 1px solid var(--tch-border);
    background: var(--tch-surface);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
}

.tch-location-icon {
    display: grid;
    width: 49px;
    height: 49px;
    place-items: center;
    color: var(--tch-gold);
    border: 1px solid var(--tch-gold);
}

.tch-location-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.tch-location-card small {
    display: block;
    margin-bottom: 5px;
    color: var(--tch-gold);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tch-location-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--tch-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-weight: 600;
}

.tch-location-card p {
    margin: 0 0 13px;
    color: var(--tch-grey);
    font-size: 12px;
    line-height: 1.6;
}

.tch-location-card a {
    display: inline-flex;
    gap: 11px;
    color: var(--tch-gold) !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* AVAILABILITY */

.tch-availability {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: -38px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    border: 1px solid var(--tch-border);
    background: var(--tch-black);
}

.tch-status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--tch-gold);
    box-shadow: 0 0 0 5px rgba(198, 161, 91, 0.12);
}

.tch-availability small {
    display: block;
    margin-bottom: 2px;
    color: var(--tch-grey);
    font-size: 8px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.tch-availability strong {
    display: block;
    color: var(--tch-ivory);
    font-size: 11px;
    font-weight: 600;
}

/* SCROLL */

.tch-scroll-link {
    position: absolute;
    z-index: 5;
    bottom: 25px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--tch-grey) !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.tch-scroll-link i {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    color: var(--tch-gold);
    border: 1px solid var(--tch-border);
    font-size: 14px;
    font-style: normal;
}

/* TABLET */

@media (max-width: 1100px) {
    .tch-container {
        gap: 45px;
    }

    .tch-content h1 {
        font-size: 69px;
    }

    .tch-visual {
        padding-right: 45px;
    }

    .tch-location-card {
        width: 335px;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .tch-section {
        min-height: 0;
        padding: 55px 15px 70px;
    }

    .tch-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
        min-height: 0;
    }

    .tch-content,
    .tch-visual {
        width: 100%;
    }

    .tch-visual {
        min-height: 540px;
        padding: 0 24px 110px 0;
    }

    .tch-main-image {
        height: 470px;
    }

    .tch-main-image::before {
        inset: 11px;
    }

    .tch-image-caption {
        right: 22px;
        bottom: 22px;
        left: 22px;
    }

    .tch-image-caption strong {
        font-size: 25px;
    }

    .tch-location-card {
        right: 0;
        width: calc(100% - 40px);
        padding: 22px 20px;
    }

    .tch-availability {
        top: 17px;
        left: -5px;
    }

    .tch-eyebrow {
        align-items: flex-start;
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 1.3px;
    }

    .tch-eyebrow span {
        flex-basis: 27px;
        width: 27px;
        margin-top: 8px;
    }

    .tch-content h1 {
        margin-bottom: 24px;
        font-size: 54px;
        line-height: 0.92;
        letter-spacing: -1px;
    }

    .tch-content h1 em {
        margin-top: 8px;
    }

    .tch-content > p {
        font-size: 17px;
        line-height: 1.8;
    }

    .tch-buttons {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .tch-primary-button,
    .tch-secondary-button {
        width: 100%;
        min-height: 61px;
    }

    .tch-contact-list {
        margin-top: 38px;
    }

    .tch-contact-item {
        grid-template-columns: 30px minmax(0, 1fr) 20px;
    }

    .tch-contact-item strong {
        font-size: 19px;
    }

    .tch-scroll-link {
        display: none;
    }
}

@media (max-width: 390px) {
    .tch-content h1 {
        font-size: 49px;
    }

    .tch-visual {
        min-height: 515px;
    }

    .tch-main-image {
        height: 440px;
    }

    .tch-location-card {
        grid-template-columns: 42px minmax(0, 1fr);
        width: calc(100% - 22px);
    }

    .tch-location-icon {
        width: 40px;
        height: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58ceead */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

.tci-section,
.tci-section * {
    box-sizing: border-box;
}

.tci-section {
    --tci-black: #0C0C0D;
    --tci-surface: #171719;
    --tci-card: #222225;
    --tci-gold: #C6A15B;
    --tci-red: #6E1F2A;
    --tci-ivory: #F2EDE3;
    --tci-grey: #AAA6A0;
    --tci-border: #554731;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 105px 24px;
    color: var(--tci-ivory);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(110, 31, 42, 0.13),
            transparent 28%
        ),
        var(--tci-black);
    font-family: "Manrope", sans-serif;
}

.tci-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* HEADER */

.tci-header {
    max-width: 800px;
    margin-bottom: 58px;
}

.tci-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
    color: var(--tci-gold);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tci-eyebrow span {
    width: 42px;
    height: 1px;
    background: var(--tci-gold);
}

.tci-header h2 {
    margin: 0 0 19px;
    color: var(--tci-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(54px, 6vw, 76px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
}

.tci-header > p {
    max-width: 700px;
    margin: 0;
    color: var(--tci-grey);
    font-size: 18px;
    line-height: 1.8;
}

/* CARDS */

.tci-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--tci-border);
    border-left: 1px solid var(--tci-border);
}

.tci-card {
    position: relative;
    min-height: 430px;
    padding: 35px 32px;
    border-right: 1px solid var(--tci-border);
    border-bottom: 1px solid var(--tci-border);
    background: var(--tci-surface);
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.tci-card:hover {
    z-index: 2;
    background: var(--tci-card);
    transform: translateY(-4px);
}

.tci-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--tci-gold);
    transition: width 0.4s ease;
}

.tci-card:hover::after {
    left: 0;
    width: 100%;
}

.tci-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 33px;
}

.tci-card-number {
    color: var(--tci-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tci-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--tci-gold);
    border: 1px solid var(--tci-border);
}

.tci-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tci-label {
    display: block;
    margin-bottom: 9px;
    color: var(--tci-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.tci-card h3 {
    margin: 0 0 17px;
    color: var(--tci-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.15;
}

.tci-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.tci-time {
    display: block;
    margin: -7px 0 20px;
    color: var(--tci-gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
}

.tci-card > p {
    margin: 0;
    color: var(--tci-grey);
    font-size: 16px;
    line-height: 1.75;
}

/* CARD BUTTONS */

.tci-card-buttons {
    display: flex;
    gap: 9px;
    margin-top: 27px;
}

.tci-card-buttons a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 49px;
    padding: 12px 14px;
    color: var(--tci-ivory) !important;
    border: 1px solid var(--tci-border);
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tci-card-buttons a:first-child {
    color: var(--tci-black) !important;
    border-color: var(--tci-gold);
    background: var(--tci-gold);
}

.tci-card-buttons a:hover {
    color: var(--tci-ivory) !important;
    border-color: var(--tci-red);
    background: var(--tci-red);
}

.tci-text-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 27px;
    color: var(--tci-gold) !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.tci-text-link:hover {
    color: var(--tci-ivory) !important;
}

/* LOCATION */

.tci-location {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    min-height: 570px;
    margin-top: 70px;
    border: 1px solid var(--tci-border);
}

.tci-location-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 48px;
    background: var(--tci-surface);
}

.tci-location-heading {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 17px;
    align-items: flex-start;
    margin-bottom: 27px;
}

.tci-location-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--tci-gold);
    border: 1px solid var(--tci-border);
    font-size: 11px;
    font-weight: 700;
}

.tci-location-heading h3 {
    margin: 0;
    color: var(--tci-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 1.08;
}

.tci-location-content address {
    margin: 0;
    padding-left: 62px;
    color: var(--tci-grey);
    font-size: 17px;
    font-style: normal;
    line-height: 1.8;
}

.tci-location-note {
    display: grid;
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 11px;
    margin: 28px 0 0 62px;
    padding: 18px 17px;
    border-left: 3px solid var(--tci-red);
    background: rgba(110, 31, 42, 0.13);
}

.tci-location-note span {
    color: var(--tci-gold);
    font-size: 12px;
}

.tci-location-note p {
    margin: 0;
    color: var(--tci-grey);
    font-size: 14px;
    line-height: 1.65;
}

.tci-location-buttons {
    display: flex;
    gap: 11px;
    margin: 30px 0 0 62px;
}

.tci-direction-button,
.tci-call-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    min-height: 57px;
    padding: 15px 19px;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tci-direction-button {
    color: var(--tci-black) !important;
    border: 1px solid var(--tci-gold);
    background: var(--tci-gold);
}

.tci-direction-button:hover {
    color: var(--tci-ivory) !important;
    border-color: var(--tci-red);
    background: var(--tci-red);
}

.tci-call-button {
    color: var(--tci-ivory) !important;
    border: 1px solid var(--tci-gold);
    background: transparent;
}

.tci-call-button:hover {
    color: var(--tci-black) !important;
    background: var(--tci-gold);
}

/* MAP */

.tci-map {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    background: var(--tci-card);
}

/* STUDIO IMAGE */

.tci-studio-image {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    background: #222225;
}

.tci-studio-image::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 18px;
    border: 1px solid rgba(198, 161, 91, 0.45);
    pointer-events: none;
}

.tci-studio-image > img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.78) contrast(1.06);
    transition:
        transform 0.7s ease,
        filter 0.4s ease;
}

.tci-studio-image:hover > img {
    transform: scale(1.035);
    filter: saturate(0.95) contrast(1.08);
}

.tci-image-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(12, 12, 13, 0.88) 100%
        );
}

.tci-studio-image .tci-map-label {
    z-index: 4;
}

/* TABLET */

@media (max-width: 1024px) {
    .tci-studio-image,
    .tci-studio-image > img {
        min-height: 470px;
        height: 470px;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .tci-studio-image,
    .tci-studio-image > img {
        width: 100%;
        min-height: 410px;
        height: 410px;
    }

    .tci-studio-image > img {
        object-fit: cover;
        object-position: center;
    }

    .tci-studio-image::before {
        inset: 11px;
    }
}

.tci-map-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 16px 19px;
    color: var(--tci-ivory);
    border: 1px solid var(--tci-border);
    background: rgba(12, 12, 13, 0.94);
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    font-weight: 600;
}

.tci-map-label span {
    display: block;
    margin-bottom: 3px;
    color: var(--tci-gold);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* TABLET */

@media (max-width: 1024px) {
    .tci-section {
        padding: 90px 22px;
    }

    .tci-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tci-card:last-child {
        grid-column: span 2;
        min-height: 350px;
    }

    .tci-location {
        grid-template-columns: 1fr;
    }

    .tci-map,
    .tci-map iframe {
        min-height: 470px;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .tci-section {
        padding: 68px 15px;
    }

    .tci-header {
        margin-bottom: 42px;
    }

    .tci-eyebrow {
        align-items: flex-start;
        font-size: 12px;
        letter-spacing: 1.4px;
    }

    .tci-eyebrow span {
        flex: 0 0 27px;
        width: 27px;
        margin-top: 8px;
    }

    .tci-header h2 {
        font-size: 49px;
    }

    .tci-header > p {
        font-size: 17px;
        line-height: 1.75;
    }

    .tci-cards {
        grid-template-columns: 1fr;
    }

    .tci-card,
    .tci-card:last-child {
        grid-column: auto;
        min-height: 0;
        padding: 29px 23px 31px;
    }

    .tci-card-top {
        margin-bottom: 25px;
    }

    .tci-card h3 {
        font-size: 29px;
    }

    .tci-card > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .tci-card-buttons {
        flex-direction: column;
    }

    .tci-card-buttons a {
        flex: auto;
        width: 100%;
        min-height: 53px;
    }

    .tci-location {
        margin-top: 50px;
    }

    .tci-location-content {
        padding: 38px 23px;
    }

    .tci-location-heading {
        grid-template-columns: 39px minmax(0, 1fr);
        gap: 13px;
    }

    .tci-location-number {
        width: 37px;
        height: 37px;
    }

    .tci-location-heading h3 {
        font-size: 32px;
    }

    .tci-location-content address {
        padding-left: 0;
        font-size: 16px;
        line-height: 1.75;
    }

    .tci-location-note {
        margin-left: 0;
    }

    .tci-location-buttons {
        flex-direction: column;
        margin-left: 0;
    }

    .tci-direction-button,
    .tci-call-button {
        width: 100%;
        min-height: 59px;
    }

    .tci-map,
    .tci-map iframe {
        min-height: 410px;
    }

    .tci-map-label {
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
}

@media (max-width: 390px) {
    .tci-header h2 {
        font-size: 44px;
    }

    .tci-location-heading h3 {
        font-size: 29px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42847717 */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

.taf-section,
.taf-section * {
    box-sizing: border-box;
}

.taf-section {
    --taf-black: #0C0C0D;
    --taf-surface: #171719;
    --taf-card: #222225;
    --taf-gold: #C6A15B;
    --taf-red: #6E1F2A;
    --taf-ivory: #F2EDE3;
    --taf-grey: #AAA6A0;
    --taf-border: #554731;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 105px 24px;
    color: var(--taf-ivory);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(110, 31, 42, 0.14),
            transparent 30%
        ),
        var(--taf-black);
    font-family: "Manrope", sans-serif;
}

.taf-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* HEADER */

.taf-header {
    max-width: 850px;
    margin-bottom: 58px;
}

.taf-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
    color: var(--taf-gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.taf-eyebrow span {
    width: 42px;
    height: 1px;
    background: var(--taf-gold);
}

.taf-header h2 {
    margin: 0 0 11px;
    color: var(--taf-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(54px, 6vw, 76px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
}

.taf-header h3 {
    margin: 0 0 21px;
    color: var(--taf-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.2;
}

.taf-header > p {
    max-width: 760px;
    margin: 0;
    color: var(--taf-grey);
    font-size: 18px;
    line-height: 1.8;
}

/* LAYOUT */

.taf-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.82fr);
    gap: 24px;
    align-items: start;
}

/* FORM */

.taf-form-wrapper {
    border: 1px solid var(--taf-border);
    background: var(--taf-surface);
}

.taf-form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 24px 32px;
    border-bottom: 1px solid var(--taf-border);
    background: var(--taf-card);
}

.taf-form-heading > span {
    color: var(--taf-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 600;
}

.taf-form-heading strong {
    color: var(--taf-grey);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.taf-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 20px;
    padding: 36px 32px 40px;
}

.taf-field-full {
    grid-column: span 2;
}

.taf-field label {
    display: block;
    margin-bottom: 10px;
    color: var(--taf-ivory);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.taf-field label > span {
    color: var(--taf-gold);
}

.taf-field label small {
    margin-left: 7px;
    color: var(--taf-grey);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.taf-field input,
.taf-field select,
.taf-field textarea {
    display: block;
    width: 100%;
    min-height: 57px;
    margin: 0;
    padding: 15px 16px;
    color: var(--taf-ivory);
    border: 1px solid var(--taf-border);
    border-radius: 0;
    outline: none;
    background: var(--taf-black);
    box-shadow: none;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    transition:
        border-color 0.3s ease,
        background 0.3s ease;
}

.taf-field textarea {
    min-height: 145px;
    resize: vertical;
}

.taf-field input::placeholder,
.taf-field textarea::placeholder {
    color: #77736F;
    opacity: 1;
}

.taf-field input:focus,
.taf-field select:focus,
.taf-field textarea:focus {
    border-color: var(--taf-gold);
    background: #101011;
}

.taf-field select {
    cursor: pointer;
}

.taf-field select option {
    color: var(--taf-ivory);
    background: var(--taf-black);
}

/* DATE ICON */

.taf-field input[type="date"] {
    color-scheme: dark;
}

/* UPLOAD */

.taf-field input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
}

.taf-upload-box {
    display: grid !important;
    grid-template-columns: 55px minmax(0, 1fr) auto;
    gap: 17px;
    align-items: center;
    min-height: 100px;
    margin: 0 !important;
    padding: 20px;
    border: 1px dashed var(--taf-border);
    background: var(--taf-black);
    cursor: pointer;
    transition: 0.3s ease;
}

.taf-upload-box:hover,
.taf-upload-box:focus-within {
    border-color: var(--taf-gold);
    background: #101011;
}

.taf-upload-icon {
    display: grid;
    width: 53px;
    height: 53px;
    place-items: center;
    color: var(--taf-gold);
    border: 1px solid var(--taf-border);
}

.taf-upload-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.taf-upload-text strong {
    display: block;
    margin-bottom: 4px;
    color: var(--taf-ivory);
    font-size: 14px;
    font-weight: 600;
}

.taf-upload-text small {
    display: block;
    color: var(--taf-grey);
    font-size: 11px;
}

.taf-upload-action {
    padding: 10px 14px;
    color: var(--taf-black);
    background: var(--taf-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.taf-file-name {
    margin-top: 9px;
    color: var(--taf-gold);
    font-size: 12px;
    line-height: 1.5;
}

.taf-upload-note {
    margin: 6px 0 0;
    color: var(--taf-grey);
    font-size: 12px;
    line-height: 1.6;
}

/* CONSENT */

.taf-consent {
    padding-top: 5px;
}

.taf-consent label {
    position: relative;
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 13px;
    align-items: flex-start;
    cursor: pointer;
}

.taf-consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.taf-custom-checkbox {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid var(--taf-border);
    background: var(--taf-black);
}

.taf-consent input:checked + .taf-custom-checkbox {
    border-color: var(--taf-gold);
    background: var(--taf-gold);
}

.taf-consent input:checked + .taf-custom-checkbox::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--taf-black);
    font-size: 14px;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.taf-consent input:focus + .taf-custom-checkbox {
    outline: 2px solid rgba(198, 161, 91, 0.45);
    outline-offset: 2px;
}

.taf-consent-text {
    color: var(--taf-grey);
    font-size: 13px;
    line-height: 1.7;
}

/* STATUS */

.taf-form-message {
    display: none;
    padding: 14px 16px;
    color: var(--taf-ivory);
    border-left: 3px solid var(--taf-red);
    background: rgba(110, 31, 42, 0.16);
    font-size: 13px;
    line-height: 1.6;
}

.taf-form-message.taf-message-show {
    display: block;
}

/* SUBMIT */

.taf-submit-area {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 5px;
}

.taf-submit-button {
    display: flex;
    flex: 0 0 280px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 63px;
    padding: 17px 23px;
    color: var(--taf-black);
    border: 1px solid var(--taf-gold);
    border-radius: 0;
    background: var(--taf-gold);
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.taf-submit-button:hover {
    color: var(--taf-ivory);
    border-color: var(--taf-red);
    background: var(--taf-red);
}

.taf-submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.taf-submit-area > p {
    margin: 0;
    color: var(--taf-grey);
    font-size: 11px;
    line-height: 1.6;
}

/* SIDEBAR */

.taf-sidebar {
    position: sticky;
    top: 25px;
    border: 1px solid var(--taf-border);
    background: var(--taf-surface);
}

.taf-sidebar-header {
    padding: 29px 27px;
}

.taf-sidebar-header > span {
    display: block;
    margin-bottom: 8px;
    color: var(--taf-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.taf-sidebar-header h3 {
    margin: 0 0 11px;
    color: var(--taf-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
}

.taf-sidebar-header p {
    margin: 0;
    color: var(--taf-grey);
    font-size: 14px;
    line-height: 1.7;
}

/* MAP */

.taf-map {
    height: 330px;
    overflow: hidden;
    border-top: 1px solid var(--taf-border);
    border-bottom: 1px solid var(--taf-border);
    background: var(--taf-card);
}

.taf-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) invert(0.9) contrast(0.88);
}

/* STUDIO DETAILS */

.taf-studio-details {
    padding: 8px 27px;
}

.taf-detail {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 0;
    border-bottom: 1px solid var(--taf-border);
}

.taf-detail:last-child {
    border-bottom: none;
}

.taf-detail-number {
    color: var(--taf-gold);
    font-size: 10px;
    font-weight: 700;
}

.taf-detail small {
    display: block;
    margin-bottom: 5px;
    color: var(--taf-gold);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.taf-detail strong {
    display: block;
    margin-bottom: 2px;
    color: var(--taf-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 600;
}

.taf-detail p {
    margin: 0;
    color: var(--taf-grey);
    font-size: 13px;
    line-height: 1.65;
}

.taf-detail a {
    color: var(--taf-ivory) !important;
    text-decoration: none !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
}

.taf-directions-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 61px;
    margin: 0 27px 28px;
    padding: 16px 20px;
    color: var(--taf-black) !important;
    border: 1px solid var(--taf-gold);
    background: var(--taf-gold);
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.taf-directions-button:hover {
    color: var(--taf-ivory) !important;
    border-color: var(--taf-red);
    background: var(--taf-red);
}

/* TABLET */

@media (max-width: 1024px) {
    .taf-section {
        padding: 90px 22px;
    }

    .taf-layout {
        grid-template-columns: 1fr;
    }

    .taf-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .taf-sidebar-header {
        grid-column: span 2;
    }

    .taf-map {
        height: 100%;
        min-height: 430px;
        border-right: 1px solid var(--taf-border);
    }

    .taf-directions-button {
        grid-column: 2;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .taf-section {
        padding: 68px 15px;
    }

    .taf-header {
        margin-bottom: 42px;
    }

    .taf-eyebrow {
        align-items: flex-start;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 1.4px;
    }

    .taf-eyebrow span {
        flex: 0 0 27px;
        width: 27px;
        margin-top: 8px;
    }

    .taf-header h2 {
        font-size: 48px;
    }

    .taf-header h3 {
        font-size: 29px;
    }

    .taf-header > p {
        font-size: 17px;
        line-height: 1.75;
    }

    .taf-form-heading {
        display: block;
        padding: 21px 19px;
    }

    .taf-form-heading > span {
        display: block;
        margin-bottom: 5px;
        font-size: 25px;
    }

    .taf-form {
        grid-template-columns: 1fr;
        gap: 21px;
        padding: 27px 19px 31px;
    }

    .taf-field-full {
        grid-column: auto;
    }

    .taf-field input,
    .taf-field select,
    .taf-field textarea {
        min-height: 58px;
        font-size: 16px;
    }

    .taf-field textarea {
        min-height: 145px;
    }

    .taf-upload-box {
        grid-template-columns: 47px minmax(0, 1fr);
        padding: 17px 14px;
    }

    .taf-upload-icon {
        width: 45px;
        height: 45px;
    }

    .taf-upload-action {
        grid-column: span 2;
        width: 100%;
        text-align: center;
    }

    .taf-submit-area {
        display: block;
    }

    .taf-submit-button {
        width: 100%;
        min-height: 63px;
    }

    .taf-submit-area > p {
        margin-top: 12px;
    }

    .taf-sidebar {
        display: block;
    }

    .taf-sidebar-header {
        padding: 26px 21px;
    }

    .taf-map {
        height: 390px;
        min-height: 390px;
        border-right: none;
    }

    .taf-studio-details {
        padding-right: 21px;
        padding-left: 21px;
    }

    .taf-directions-button {
        margin-right: 21px;
        margin-left: 21px;
    }
}

@media (max-width: 390px) {
    .taf-header h2 {
        font-size: 43px;
    }

    .taf-sidebar-header h3 {
        font-size: 31px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65d54197 *//* =====================================================
   TIGER TATTOO — APPOINTMENT CTA
===================================================== */

:root {
    --tac-black: #0C0C0D;
    --tac-surface: #171719;
    --tac-gold: #C6A15B;
    --tac-oxblood: #6E1F2A;
    --tac-ivory: #F2EDE3;
    --tac-grey: #AAA6A0;
    --tac-border: #554731;
}

/* Elementor full-width support */

.elementor-element:has(#appointment-cta),
.elementor-widget-html:has(#appointment-cta),
.elementor-widget-container:has(#appointment-cta),
.e-con:has(#appointment-cta) {
    max-width: none !important;
    overflow: visible !important;
}

.tac-section,
.tac-section * {
    box-sizing: border-box;
}

.tac-section {
    position: relative;

    width: 100vw;
    max-width: 100vw;
    min-height: 410px;
    overflow: hidden;

    margin-left: calc(50% - 50vw);

    background: var(--tac-black);
    border-top: 1px solid rgba(198, 161, 91, 0.35);
    border-bottom: 1px solid rgba(198, 161, 91, 0.35);

    color: var(--tac-ivory);
    font-family: "Manrope", sans-serif;
}

/* =====================================================
   IMAGE
===================================================== */

.tac-image-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tac-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center 45%;

    filter:
        grayscale(0.78)
        contrast(1.10)
        brightness(0.55);

    transform: scale(1.015);

    transition:
        transform 900ms ease,
        filter 900ms ease;
}

.tac-section:hover .tac-image {
    filter:
        grayscale(0.55)
        contrast(1.06)
        brightness(0.62);

    transform: scale(1.035);
}

/* Image overlay */

.tac-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(12, 12, 13, 0.97) 0%,
            rgba(12, 12, 13, 0.88) 40%,
            rgba(12, 12, 13, 0.57) 68%,
            rgba(12, 12, 13, 0.75) 100%
        ),
        linear-gradient(
            180deg,
            rgba(12, 12, 13, 0.18),
            rgba(12, 12, 13, 0.68)
        );
}

/* =====================================================
   CONTENT CONTAINER
===================================================== */

.tac-container {
    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 55px;
    align-items: center;

    width: min(90%, 1280px);
    min-height: 410px;

    margin: 0 auto;
    padding: 55px 0;
}

.tac-content {
    max-width: 780px;
}

.tac-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 15px;

    color: var(--tac-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tac-eyebrow span {
    width: 35px;
    height: 1px;
    flex: 0 0 auto;

    background: var(--tac-gold);
}

.tac-content h2 {
    max-width: 780px;
    margin: 0;

    color: var(--tac-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(46px, 4.5vw, 70px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 0.96;
    text-transform: none;
}

.tac-content h2 em {
    display: block;

    color: var(--tac-gold);

    font-weight: 500;
}

.tac-content > p {
    max-width: 700px;

    margin: 20px 0 0;

    color: var(--tac-grey);

    font-size: 14px;
    line-height: 1.75;
}

/* =====================================================
   BUTTONS
===================================================== */

.tac-actions {
    display: grid;
    width: 255px;
    flex: 0 0 255px;
    gap: 11px;
}

.tac-button {
    display: inline-flex;
    width: 100%;
    min-height: 55px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    padding: 15px 20px;

    border: 1px solid var(--tac-gold);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 1.35;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        transform 220ms ease;
}

.tac-button span {
    font-size: 15px;
    font-weight: 500;
}

.tac-button:hover {
    transform: translateY(-2px);
}

.tac-whatsapp {
    background: var(--tac-gold);
    color: var(--tac-black) !important;
}

.tac-whatsapp:hover {
    border-color: var(--tac-oxblood);

    background: var(--tac-oxblood);
    color: var(--tac-ivory) !important;
}

.tac-call {
    background: rgba(12, 12, 13, 0.40);
    color: var(--tac-ivory) !important;

    backdrop-filter: blur(8px);
}

.tac-call:hover {
    border-color: var(--tac-oxblood);

    background: var(--tac-oxblood);
    color: var(--tac-ivory) !important;
}

/* =====================================================
   DECORATIVE CORNERS
===================================================== */

.tac-decoration {
    position: absolute;
    z-index: 2;

    width: 65px;
    height: 65px;

    pointer-events: none;
}

.tac-decoration-left {
    top: 24px;
    left: 24px;

    border-top: 1px solid rgba(198, 161, 91, 0.65);
    border-left: 1px solid rgba(198, 161, 91, 0.65);
}

.tac-decoration-right {
    right: 24px;
    bottom: 24px;

    border-right: 1px solid rgba(198, 161, 91, 0.65);
    border-bottom: 1px solid rgba(198, 161, 91, 0.65);
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .tac-section,
    .tac-container {
        min-height: 390px;
    }

    .tac-container {
        grid-template-columns: minmax(0, 1fr) 230px;
        gap: 35px;

        width: calc(100% - 50px);
    }

    .tac-actions {
        width: 230px;
    }

    .tac-content h2 {
        font-size: clamp(43px, 5.5vw, 62px);
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .tac-section {
        min-height: 0;
    }

    .tac-container {
        display: block;
        width: 100%;
        min-height: 0;

        padding: 60px 18px 56px;
    }

    .tac-image {
        object-position: 62% center;
    }

    .tac-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(12, 12, 13, 0.70) 0%,
                rgba(12, 12, 13, 0.89) 48%,
                rgba(12, 12, 13, 0.98) 100%
            );
    }

    .tac-eyebrow {
        gap: 10px;

        margin-bottom: 14px;

        font-size: 9px;
        letter-spacing: 0.14em;
    }

    .tac-eyebrow span {
        width: 25px;
    }

    .tac-content h2 {
        font-size: clamp(42px, 12vw, 56px);
        line-height: 0.97;
    }

    .tac-content > p {
        margin-top: 17px;

        font-size: 14px;
        line-height: 1.7;
    }

    .tac-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;

        width: 100%;

        margin-top: 28px;
    }

    .tac-button {
        min-height: 52px;

        padding: 13px 12px;

        font-size: 8px;
    }

    .tac-decoration {
        width: 42px;
        height: 42px;
    }

    .tac-decoration-left {
        top: 14px;
        left: 14px;
    }

    .tac-decoration-right {
        right: 14px;
        bottom: 14px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .tac-container {
        padding: 55px 15px 50px;
    }

    .tac-content h2 {
        font-size: 40px;
    }

    .tac-content > p {
        font-size: 13.5px;
    }

    .tac-actions {
        grid-template-columns: 1fr;
    }

    .tac-button {
        justify-content: center;
    }
}/* End custom CSS */