.elementor-130 .elementor-element.elementor-element-468cb040{--display:flex;--margin-top:-18px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-130 .elementor-element.elementor-element-545723a5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2436d1b2 *//* =====================================================
   TIGER TATTOO — SERVICES HERO
===================================================== */

:root {
    --tsh-black: #0C0C0D;
    --tsh-surface: #171719;
    --tsh-gold: #C6A15B;
    --tsh-oxblood: #6E1F2A;
    --tsh-ivory: #F2EDE3;
    --tsh-grey: #AAA6A0;
    --tsh-border: #554731;
}

/* Elementor full-width support */

.elementor-element:has(#services-hero),
.elementor-widget-html:has(#services-hero),
.elementor-widget-container:has(#services-hero),
.e-con:has(#services-hero) {
    max-width: none !important;
    overflow: visible !important;
}

.tsh-section,
.tsh-section * {
    box-sizing: border-box;
}

.tsh-section {
    position: relative;

    width: 100vw;
    max-width: 100vw;
    height: clamp(680px, 88vh, 850px);
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;

    margin-left: calc(50% - 50vw);

    background: var(--tsh-black);
    border-bottom: 1px solid rgba(198, 161, 91, 0.35);

    color: var(--tsh-ivory);
    font-family: "Manrope", sans-serif;
}

/* =====================================================
   IMAGE
===================================================== */

.tsh-image-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tsh-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: auto;
    object-position: 70% center;

    filter:
        grayscale(0.70)
        contrast(1.10)
        brightness(0.65);

    transform: scale(1.025);

    transition:
        transform 7s ease,
        filter 700ms ease;
}

.tsh-section:hover .tsh-image {
    filter:
        grayscale(0.48)
        contrast(1.07)
        brightness(0.72);

    transform: scale(1.045);
}

/* =====================================================
   OVERLAY
===================================================== */

.tsh-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(7, 7, 8, 0.99) 0%,
            rgba(7, 7, 8, 0.94) 28%,
            rgba(7, 7, 8, 0.66) 50%,
            rgba(7, 7, 8, 0.18) 76%,
            rgba(7, 7, 8, 0.28) 100%
        ),
        linear-gradient(
            180deg,
            rgba(7, 7, 8, 0.18),
            rgba(7, 7, 8, 0.55)
        );
}

/* Subtle grain */

.tsh-section::before {
    position: absolute;
    inset: 0;
    z-index: 2;

    opacity: 0.035;
    pointer-events: none;

    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 3px,
            rgba(255, 255, 255, 0.8) 4px
        );

    content: "";
}

/* =====================================================
   CONTENT
===================================================== */

.tsh-container {
    position: relative;
    z-index: 3;

    display: flex;
    width: min(90%, 1280px);
    height: 100%;
    align-items: center;

    margin: 0 auto;
    padding: 60px 0 85px;
}

.tsh-content {
    width: min(700px, 57vw);
    max-width: 700px;
}

.tsh-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 23px;

    color: var(--tsh-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tsh-eyebrow span {
    width: 38px;
    height: 1px;
    flex: 0 0 auto;

    background: var(--tsh-gold);
}

.tsh-content h1 {
    max-width: 720px;
    margin: 0;

    color: var(--tsh-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(62px, 6vw, 92px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.91;
    text-transform: none;
}

.tsh-content h1 em {
    display: block;

    color: var(--tsh-gold);

    font-weight: 500;
}

.tsh-decoration {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 12px;

    margin: 14px 0 9px;

    color: var(--tsh-gold);
}

.tsh-decoration span {
    width: 52px;
    height: 1px;

    background: var(--tsh-gold);
}

.tsh-decoration b {
    font-size: 10px;
    font-weight: 400;
}

.tsh-content > p {
    max-width: 660px;
    margin: 0;

    color: var(--tsh-grey);

    font-size: 15px;
    line-height: 1.8;
}

/* =====================================================
   SERVICE LABELS
===================================================== */

.tsh-service-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 27px;
}

.tsh-service-labels span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;

    padding: 8px 12px;

    border: 1px solid rgba(85, 71, 49, 0.85);

    background: rgba(12, 12, 13, 0.38);
    color: var(--tsh-grey);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.10em;
    line-height: 1.3;
    text-transform: uppercase;

    backdrop-filter: blur(7px);
}

/* =====================================================
   BUTTONS
===================================================== */

.tsh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 31px;
}

.tsh-button {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 15px 23px;

    border: 1px solid var(--tsh-gold);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        transform 220ms ease;
}

.tsh-button span {
    font-size: 15px;
    font-weight: 500;
}

.tsh-button:hover {
    transform: translateY(-2px);
}

.tsh-button-primary {
    background: var(--tsh-gold);
    color: var(--tsh-black) !important;
}

.tsh-button-primary:hover {
    border-color: var(--tsh-oxblood);

    background: var(--tsh-oxblood);
    color: var(--tsh-ivory) !important;
}

.tsh-button-secondary {
    background: rgba(12, 12, 13, 0.35);
    color: var(--tsh-ivory) !important;

    backdrop-filter: blur(8px);
}

.tsh-button-secondary:hover {
    border-color: var(--tsh-oxblood);

    background: var(--tsh-oxblood);
    color: var(--tsh-ivory) !important;
}

/* =====================================================
   DECORATIVE DETAILS
===================================================== */

.tsh-side-text {
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 4;

    color: rgba(198, 161, 91, 0.60);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.23em;
    text-transform: uppercase;

    transform:
        translateY(-50%)
        rotate(90deg);
}

.tsh-scroll {
    position: absolute;
    bottom: 24px;
    left: 50%;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 11px;

    color: var(--tsh-grey);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    transform: translateX(-50%);
}

.tsh-scroll span {
    width: 35px;
    height: 1px;

    background: var(--tsh-gold);
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .tsh-section {
        height: 760px;
    }

    .tsh-content {
        width: min(680px, 68vw);
    }

    .tsh-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(7, 7, 8, 0.98),
                rgba(7, 7, 8, 0.82) 55%,
                rgba(7, 7, 8, 0.25)
            );
    }

    .tsh-content h1 {
        font-size: clamp(58px, 7vw, 78px);
    }
}

/* =====================================================
   MOBILE — SEPARATE IMAGE
===================================================== */

@media (max-width: 767px) {

    .tsh-section {
        height: auto;
        min-height: 0;
    }

    .tsh-image-wrap {
        position: relative;
        inset: auto;

        width: 100%;
        height: 330px;
    }

    .tsh-image {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;

        transform: none;
    }

    .tsh-section:hover .tsh-image {
        transform: none;
    }

    .tsh-overlay {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;

        height: 350px;

        background:
            linear-gradient(
                180deg,
                rgba(12, 12, 13, 0.06) 0%,
                rgba(12, 12, 13, 0.16) 55%,
                var(--tsh-black) 100%
            );
    }

    .tsh-container {
        display: block;
        width: 100%;
        height: auto;

        margin-top: -25px;
        padding: 0 18px 58px;
    }

    .tsh-content {
        width: 100%;
        max-width: none;
    }

    .tsh-eyebrow {
        gap: 10px;

        margin-bottom: 16px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .tsh-eyebrow span {
        width: 25px;
    }

    .tsh-content h1 {
        font-size: clamp(44px, 13vw, 60px);
        line-height: 0.95;
    }

    .tsh-decoration {
        height: 33px;
        margin: 10px 0 8px;
    }

    .tsh-content > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .tsh-service-labels {
        gap: 6px;

        margin-top: 22px;
    }

    .tsh-service-labels span {
        min-height: 31px;

        padding: 7px 9px;

        font-size: 7px;
    }

    .tsh-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;

        margin-top: 25px;
    }

    .tsh-button {
        min-height: 51px;

        padding: 12px 9px;

        font-size: 8px;
    }

    .tsh-side-text,
    .tsh-scroll {
        display: none;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .tsh-image-wrap {
        height: 285px;
    }

    .tsh-overlay {
        height: 305px;
    }

    .tsh-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tsh-content h1 {
        font-size: 42px;
    }

    .tsh-content > p {
        font-size: 13.5px;
    }

    .tsh-actions {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-545723a5 *//* =====================================================
   TIGER TATTOO — SERVICES INTRODUCTION
===================================================== */

:root {
    --tsi-black: #0C0C0D;
    --tsi-surface: #171719;
    --tsi-card: #222225;
    --tsi-gold: #C6A15B;
    --tsi-oxblood: #6E1F2A;
    --tsi-ivory: #F2EDE3;
    --tsi-grey: #AAA6A0;
    --tsi-border: #554731;
}

.tsi-section,
.tsi-section * {
    box-sizing: border-box;
}

.tsi-section {
    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 115px 30px;

    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(198, 161, 91, 0.065),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(110, 31, 42, 0.07),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #171719,
            #101011 52%,
            #171719
        );

    color: var(--tsi-ivory);
    font-family: "Manrope", sans-serif;
}

/* Background grain */

.tsi-section::before {
    position: absolute;
    inset: 0;

    opacity: 0.025;
    pointer-events: none;

    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 3px,
            rgba(255, 255, 255, 0.8) 4px
        );

    content: "";
}

/* Center decorative divider */

.tsi-section::after {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 50%;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(85, 71, 49, 0.50),
            transparent
        );

    content: "";
}

.tsi-container {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(60px, 8vw, 110px);
    align-items: center;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
}

/* =====================================================
   IMAGE
===================================================== */

.tsi-visual {
    position: relative;

    padding: 0 0 45px 32px;
}

.tsi-visual::before {
    position: absolute;
    bottom: 12px;
    left: 0;

    width: calc(100% - 40px);
    height: calc(100% - 38px);

    border: 1px solid var(--tsi-border);

    content: "";
}

.tsi-image-frame {
    position: relative;

    width: 100%;
    height: 650px;
    overflow: hidden;

    background: var(--tsi-card);
}

.tsi-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    filter:
        grayscale(0.72)
        contrast(1.08)
        brightness(0.75);

    transition:
        transform 800ms ease,
        filter 800ms ease;
}

.tsi-image-frame:hover .tsi-image {
    filter:
        grayscale(0.38)
        contrast(1.05)
        brightness(0.84);

    transform: scale(1.04);
}

.tsi-image-overlay {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(12, 12, 13, 0.03) 42%,
            rgba(12, 12, 13, 0.92) 100%
        ),
        linear-gradient(
            90deg,
            rgba(198, 161, 91, 0.07),
            transparent 50%
        );
}

/* Image label */

.tsi-image-label {
    position: absolute;
    right: 27px;
    bottom: 27px;
    left: 27px;

    display: grid;
    gap: 7px;

    padding-top: 17px;

    border-top: 1px solid rgba(198, 161, 91, 0.55);
}

.tsi-image-label span {
    color: var(--tsi-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tsi-image-label strong {
    color: var(--tsi-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.15;
}

/* Image corners */

.tsi-corner {
    position: absolute;

    width: 45px;
    height: 45px;

    pointer-events: none;
}

.tsi-corner-top {
    top: 18px;
    left: 18px;

    border-top: 1px solid var(--tsi-gold);
    border-left: 1px solid var(--tsi-gold);
}

.tsi-corner-bottom {
    right: 18px;
    bottom: 18px;

    border-right: 1px solid var(--tsi-gold);
    border-bottom: 1px solid var(--tsi-gold);
}

/* Floating card */

.tsi-floating-card {
    position: absolute;
    right: -25px;
    bottom: 0;
    z-index: 4;

    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 15px;
    align-items: center;

    width: min(340px, 75%);
    padding: 19px 21px;

    border: 1px solid var(--tsi-border);

    background: rgba(23, 23, 25, 0.97);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.40);

    backdrop-filter: blur(12px);
}

.tsi-floating-icon {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;

    border: 1px solid var(--tsi-gold);

    color: var(--tsi-gold);
    font-size: 11px;
}

.tsi-floating-card > div {
    display: grid;
    gap: 5px;
}

.tsi-floating-card strong {
    color: var(--tsi-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.tsi-floating-card p {
    margin: 0;

    color: var(--tsi-grey);

    font-size: 9px;
    line-height: 1.55;
}

/* Decorative number */

.tsi-visual-number {
    position: absolute;
    bottom: 2px;
    left: 0;

    color: rgba(198, 161, 91, 0.33);

    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
}

/* =====================================================
   CONTENT
===================================================== */

.tsi-content {
    width: 100%;
}

.tsi-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;

    color: var(--tsi-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tsi-eyebrow span {
    width: 38px;
    height: 1px;
    flex: 0 0 auto;

    background: var(--tsi-gold);
}

.tsi-content h2 {
    max-width: 680px;
    margin: 0;

    color: var(--tsi-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(53px, 5vw, 76px);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 0.96;
    text-transform: none;
}

.tsi-content h2 em {
    display: block;

    color: var(--tsi-gold);

    font-weight: 500;
}

.tsi-decoration {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 12px;

    margin: 14px 0 9px;

    color: var(--tsi-gold);
}

.tsi-decoration span {
    width: 52px;
    height: 1px;

    background: var(--tsi-gold);
}

.tsi-decoration b {
    font-size: 10px;
    font-weight: 400;
}

.tsi-content > p {
    max-width: 680px;
    margin: 0 0 17px;

    color: var(--tsi-grey);

    font-size: 15px;
    line-height: 1.85;
}

/* =====================================================
   SERVICES LIST
===================================================== */

.tsi-services-heading {
    margin: 30px 0 13px;

    color: var(--tsi-gold);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tsi-services-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid rgba(85, 71, 49, 0.85);
    border-left: 1px solid rgba(85, 71, 49, 0.85);
}

.tsi-service-item {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr) 20px;
    gap: 10px;
    align-items: center;

    min-height: 72px;
    padding: 14px;

    border-right: 1px solid rgba(85, 71, 49, 0.85);
    border-bottom: 1px solid rgba(85, 71, 49, 0.85);

    background:
        linear-gradient(
            135deg,
            rgba(34, 34, 37, 0.80),
            rgba(12, 12, 13, 0.88)
        );

    transition:
        background-color 250ms ease,
        border-color 250ms ease;
}

.tsi-service-item:hover {
    border-color: var(--tsi-gold);

    background:
        linear-gradient(
            135deg,
            rgba(42, 42, 45, 0.96),
            rgba(15, 15, 17, 0.98)
        );
}

.tsi-service-blood {
    background:
        linear-gradient(
            135deg,
            rgba(110, 31, 42, 0.22),
            rgba(12, 12, 13, 0.92)
        );
}

.tsi-service-number {
    color: var(--tsi-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 500;
}

.tsi-service-item strong {
    color: var(--tsi-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.tsi-service-arrow {
    color: var(--tsi-gold);

    font-size: 13px;

    transition: transform 220ms ease;
}

.tsi-service-item:hover .tsi-service-arrow {
    transform: translate(3px, -3px);
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .tsi-section {
        padding: 90px 25px;
    }

    .tsi-container {
        gap: 60px;
    }

    .tsi-image-frame {
        height: 610px;
    }

    .tsi-content h2 {
        font-size: clamp(49px, 5.5vw, 67px);
    }
}

/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 850px) {

    .tsi-section::after {
        display: none;
    }

    .tsi-container {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .tsi-visual {
        width: min(100%, 680px);

        margin: 0 auto;
    }

    .tsi-image-frame {
        height: 650px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .tsi-section {
        padding: 65px 16px;
    }

    .tsi-container {
        gap: 50px;
    }

    .tsi-visual {
        padding: 0 0 38px 14px;
    }

    .tsi-visual::before {
        bottom: 14px;

        width: calc(100% - 22px);
        height: calc(100% - 35px);
    }

    .tsi-image-frame {
        height: 470px;
    }

    .tsi-image-label {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .tsi-image-label strong {
        font-size: 22px;
    }

    .tsi-floating-card {
        position: relative;
        right: auto;
        bottom: auto;

        width: calc(100% - 18px);

        margin: -16px 0 0 18px;
        padding: 16px 17px;
    }

    .tsi-visual-number {
        bottom: 4px;

        font-size: 40px;
    }

    .tsi-eyebrow {
        gap: 10px;

        margin-bottom: 17px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .tsi-eyebrow span {
        width: 25px;
    }

    .tsi-content h2 {
        font-size: clamp(43px, 12vw, 58px);
        line-height: 0.98;
    }

    .tsi-decoration {
        height: 34px;
        margin: 11px 0 8px;
    }

    .tsi-content > p {
        margin-bottom: 15px;

        font-size: 14px;
        line-height: 1.75;
    }

    .tsi-services-heading {
        margin-top: 26px;
    }

    .tsi-service-item {
        grid-template-columns: 27px minmax(0, 1fr) 17px;

        min-height: 67px;
        padding: 12px 10px;
    }

    .tsi-service-item strong {
        font-size: 18px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .tsi-image-frame {
        height: 410px;
    }

    .tsi-content h2 {
        font-size: 41px;
    }

    .tsi-content > p {
        font-size: 13.5px;
    }

    .tsi-services-list {
        grid-template-columns: 1fr;
    }

    .tsi-service-item strong {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1da05f4c *//* =====================================================
   TIGER TATTOO — PERMANENT TATTOOS
===================================================== */

:root {
    --tpt-black: #0C0C0D;
    --tpt-surface: #171719;
    --tpt-card: #222225;
    --tpt-gold: #C6A15B;
    --tpt-oxblood: #6E1F2A;
    --tpt-ivory: #F2EDE3;
    --tpt-grey: #AAA6A0;
    --tpt-border: #554731;
}

.tpt-section,
.tpt-section * {
    box-sizing: border-box;
}

.tpt-section {
    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 115px 30px;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(198, 161, 91, 0.06),
            transparent 30%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(110, 31, 42, 0.06),
            transparent 28%
        ),
        var(--tpt-black);

    color: var(--tpt-ivory);
    font-family: "Manrope", sans-serif;
}

/* Subtle grain */

.tpt-section::before {
    position: absolute;
    inset: 0;

    opacity: 0.025;
    pointer-events: none;

    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 3px,
            rgba(255, 255, 255, 0.8) 4px
        );

    content: "";
}

.tpt-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
}

/* =====================================================
   EDITORIAL HERO GRID
===================================================== */

.tpt-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(60px, 8vw, 110px);
    align-items: center;
}

/* =====================================================
   INTRODUCTION
===================================================== */

.tpt-intro {
    width: 100%;
    padding: 25px 0;
}

.tpt-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;

    color: var(--tpt-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tpt-eyebrow span {
    width: 38px;
    height: 1px;
    flex: 0 0 auto;

    background: var(--tpt-gold);
}

.tpt-intro h2 {
    max-width: 700px;
    margin: 0;

    color: var(--tpt-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 5.8vw, 86px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.93;
    text-transform: none;
}

.tpt-intro h2 em {
    display: block;

    color: var(--tpt-gold);

    font-weight: 500;
}

.tpt-decoration {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 12px;

    margin: 14px 0 9px;

    color: var(--tpt-gold);
}

.tpt-decoration span {
    width: 52px;
    height: 1px;

    background: var(--tpt-gold);
}

.tpt-decoration b {
    font-size: 10px;
    font-weight: 400;
}

.tpt-intro > p {
    max-width: 690px;
    margin: 0 0 17px;

    color: var(--tpt-grey);

    font-size: 15px;
    line-height: 1.85;
}

/* =====================================================
   CTA BUTTONS
===================================================== */

.tpt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;

    margin-top: 31px;
}

.tpt-button {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 15px 22px;

    border: 1px solid var(--tpt-gold);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        transform 220ms ease;
}

.tpt-button span {
    font-size: 15px;
    font-weight: 500;
}

.tpt-button:hover {
    transform: translateY(-2px);
}

.tpt-button-primary {
    background: var(--tpt-gold);
    color: var(--tpt-black) !important;
}

.tpt-button-primary:hover {
    border-color: var(--tpt-oxblood);

    background: var(--tpt-oxblood);
    color: var(--tpt-ivory) !important;
}

.tpt-button-secondary {
    background: transparent;
    color: var(--tpt-ivory) !important;
}

.tpt-button-secondary:hover {
    border-color: var(--tpt-oxblood);

    background: var(--tpt-oxblood);
    color: var(--tpt-ivory) !important;
}

/* =====================================================
   IMAGE
===================================================== */

.tpt-visual {
    position: relative;

    padding: 0 32px 32px 0;
}

.tpt-visual::before {
    position: absolute;
    right: 0;
    bottom: 0;

    width: calc(100% - 32px);
    height: calc(100% - 32px);

    border: 1px solid var(--tpt-border);

    content: "";
}

.tpt-image-frame {
    position: relative;

    width: 100%;
    height: 690px;
    overflow: hidden;

    background: var(--tpt-card);
}

.tpt-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    filter:
        grayscale(0.75)
        contrast(1.08)
        brightness(0.74);

    transition:
        transform 800ms ease,
        filter 800ms ease;
}

.tpt-image-frame:hover .tpt-image {
    filter:
        grayscale(0.35)
        contrast(1.05)
        brightness(0.84);

    transform: scale(1.04);
}

.tpt-image-overlay {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(12, 12, 13, 0.05) 38%,
            rgba(12, 12, 13, 0.92) 100%
        ),
        linear-gradient(
            90deg,
            rgba(198, 161, 91, 0.07),
            transparent 50%
        );
}

/* Service index */

.tpt-image-index {
    position: absolute;
    top: 26px;
    left: 25px;

    display: grid;
    gap: 3px;
}

.tpt-image-index span {
    color: var(--tpt-gold);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tpt-image-index strong {
    color: var(--tpt-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}

/* Image caption */

.tpt-image-caption {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;

    display: grid;
    gap: 7px;

    padding-top: 18px;

    border-top: 1px solid rgba(198, 161, 91, 0.55);
}

.tpt-image-caption span {
    color: var(--tpt-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tpt-image-caption p {
    max-width: 370px;
    margin: 0;

    color: var(--tpt-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.25;
}

/* Corners */

.tpt-corner {
    position: absolute;

    width: 45px;
    height: 45px;

    pointer-events: none;
}

.tpt-corner-one {
    top: 17px;
    right: 17px;

    border-top: 1px solid var(--tpt-gold);
    border-right: 1px solid var(--tpt-gold);
}

.tpt-corner-two {
    bottom: 17px;
    left: 17px;

    border-bottom: 1px solid var(--tpt-gold);
    border-left: 1px solid var(--tpt-gold);
}

.tpt-vertical-text {
    position: absolute;
    top: 50%;
    right: -58px;

    color: rgba(198, 161, 91, 0.55);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.20em;
    text-transform: uppercase;

    transform:
        translateY(-50%)
        rotate(90deg);

    white-space: nowrap;
}

/* =====================================================
   STYLES SECTION
===================================================== */

.tpt-styles-section {
    margin-top: 105px;
}

.tpt-subheading {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 50px;
    align-items: end;

    margin-bottom: 35px;
}

.tpt-subheading > div > span {
    display: block;

    margin-bottom: 9px;

    color: var(--tpt-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tpt-subheading h3 {
    margin: 0;

    color: var(--tpt-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 4vw, 57px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
    text-transform: none;
}

.tpt-subheading > p {
    max-width: 600px;
    margin: 0;

    color: var(--tpt-grey);

    font-size: 15px;
    line-height: 1.75;
}

.tpt-styles-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    border-top: 1px solid rgba(85, 71, 49, 0.85);
    border-left: 1px solid rgba(85, 71, 49, 0.85);
}

.tpt-style {
    display: grid;
    min-height: 135px;
    align-content: space-between;

    padding: 20px 18px;

    border-right: 1px solid rgba(85, 71, 49, 0.85);
    border-bottom: 1px solid rgba(85, 71, 49, 0.85);

    background:
        linear-gradient(
            135deg,
            rgba(34, 34, 37, 0.72),
            rgba(12, 12, 13, 0.88)
        );

    transition:
        background-color 250ms ease,
        border-color 250ms ease,
        transform 250ms ease;
}

.tpt-style:hover {
    border-color: var(--tpt-gold);

    background:
        linear-gradient(
            135deg,
            rgba(43, 43, 46, 0.96),
            rgba(16, 16, 18, 0.98)
        );

    transform: translateY(-3px);
}

.tpt-style-featured {
    background:
        linear-gradient(
            135deg,
            rgba(110, 31, 42, 0.25),
            rgba(12, 12, 13, 0.92)
        );
}

.tpt-style span {
    color: var(--tpt-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 500;
}

.tpt-style strong {
    color: var(--tpt-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.1;
}

/* =====================================================
   CONSULTATION
===================================================== */

.tpt-consultation {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 60px;

    margin-top: 70px;
    padding: 42px;

    border: 1px solid rgba(85, 71, 49, 0.85);

    background:
        linear-gradient(
            120deg,
            rgba(34, 34, 37, 0.95),
            rgba(12, 12, 13, 0.98)
        );
}

.tpt-consultation-heading {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 20px;
}

.tpt-consultation-number {
    color: rgba(198, 161, 91, 0.45);

    font-family: "Cormorant Garamond", serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
}

.tpt-consultation-heading > div:last-child > span {
    display: block;

    margin-bottom: 9px;

    color: var(--tpt-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tpt-consultation-heading h3 {
    margin: 0;

    color: var(--tpt-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 43px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.98;
    text-transform: none;
}

.tpt-consultation-heading h3 em {
    display: block;

    color: var(--tpt-gold);

    font-weight: 500;
}

.tpt-consultation-heading p {
    margin: 16px 0 0;

    color: var(--tpt-grey);

    font-size: 12px;
    line-height: 1.7;
}

/* Checklist */

.tpt-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid rgba(85, 71, 49, 0.75);
    border-left: 1px solid rgba(85, 71, 49, 0.75);
}

.tpt-check-item {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 10px;
    align-items: center;

    min-height: 58px;
    padding: 12px 14px;

    border-right: 1px solid rgba(85, 71, 49, 0.75);
    border-bottom: 1px solid rgba(85, 71, 49, 0.75);

    color: var(--tpt-grey);

    font-size: 16px;
    line-height: 1.5;
}

.tpt-check-item span {
    color: var(--tpt-gold);

    font-size: 8px;
}

/* =====================================================
   PRICING NOTE
===================================================== */

.tpt-note {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 20px;
    padding: 17px 20px;

    border-left: 2px solid var(--tpt-gold);

    background: rgba(198, 161, 91, 0.06);
}

.tpt-note-icon {
    display: grid;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    place-items: center;

    border: 1px solid var(--tpt-gold);
    border-radius: 50%;

    color: var(--tpt-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
}

.tpt-note p {
    margin: 0;

    color: var(--tpt-grey);

    font-size: 11px;
    line-height: 1.65;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .tpt-section {
        padding: 90px 25px;
    }

    .tpt-hero-grid {
        gap: 60px;
    }

    .tpt-image-frame {
        height: 620px;
    }

    .tpt-styles-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tpt-consultation {
        gap: 40px;
        padding: 35px;
    }
}

/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 850px) {

    .tpt-hero-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .tpt-visual {
        width: min(100%, 680px);

        margin: 0 auto;
    }

    .tpt-image-frame {
        height: 680px;
    }

    .tpt-subheading {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .tpt-consultation {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .tpt-section {
        padding: 65px 16px;
    }

    .tpt-hero-grid {
        gap: 48px;
    }

    .tpt-intro {
        padding: 0;
    }

    .tpt-eyebrow {
        gap: 10px;

        margin-bottom: 17px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .tpt-eyebrow span {
        width: 25px;
    }

    .tpt-intro h2 {
        font-size: clamp(45px, 13vw, 60px);
        line-height: 0.95;
    }

    .tpt-decoration {
        height: 34px;
        margin: 11px 0 8px;
    }

    .tpt-intro > p {
        margin-bottom: 15px;

        font-size: 14px;
        line-height: 1.75;
    }

    .tpt-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;

        margin-top: 25px;
    }

    .tpt-button {
        min-height: 51px;

        padding: 12px 9px;

        font-size: 8px;
    }

    .tpt-visual {
        padding: 0 13px 13px 0;
    }

    .tpt-visual::before {
        width: calc(100% - 13px);
        height: calc(100% - 13px);
    }

    .tpt-image-frame {
        height: 500px;
    }

    .tpt-vertical-text {
        display: none;
    }

    .tpt-image-caption p {
        font-size: 19px;
    }

    .tpt-styles-section {
        margin-top: 70px;
    }

    .tpt-subheading {
        margin-bottom: 25px;
    }

    .tpt-subheading h3 {
        font-size: 42px;
    }

    .tpt-subheading > p {
        font-size: 14px;
    }

    .tpt-styles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tpt-style {
        min-height: 115px;

        padding: 17px 14px;
    }

    .tpt-style strong {
        font-size: 19px;
    }

    .tpt-consultation {
        gap: 27px;

        margin-top: 50px;
        padding: 25px 18px;
    }

    .tpt-consultation-heading {
        grid-template-columns: 45px minmax(0, 1fr);
        gap: 13px;
    }

    .tpt-consultation-number {
        font-size: 43px;
    }

    .tpt-consultation-heading h3 {
        font-size: 36px;
    }

    .tpt-checklist {
        grid-template-columns: 1fr;
    }

    .tpt-check-item {
        min-height: 54px;

        font-size: 12px;
    }

    .tpt-note {
        align-items: flex-start;

        padding: 15px;
    }

    .tpt-note p {
        font-size: 12px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .tpt-intro h2 {
        font-size: 42px;
    }

    .tpt-actions {
        grid-template-columns: 1fr;
    }

    .tpt-image-frame {
        height: 440px;
    }

    .tpt-styles-grid {
        grid-template-columns: 1fr;
    }

    .tpt-style {
        min-height: 95px;
    }

    .tpt-consultation-heading h3 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e069eeb *//* =====================================================
   TIGER TATTOO — BODY PIERCING
===================================================== */

:root {
    --tbp-black: #0C0C0D;
    --tbp-surface: #171719;
    --tbp-card: #222225;
    --tbp-gold: #C6A15B;
    --tbp-oxblood: #6E1F2A;
    --tbp-ivory: #F2EDE3;
    --tbp-grey: #AAA6A0;
    --tbp-border: #554731;
}

.tbp-section,
.tbp-section * {
    box-sizing: border-box;
}

.tbp-section {
    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 115px 30px;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(198, 161, 91, 0.06),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 75%,
            rgba(110, 31, 42, 0.06),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #171719,
            #0C0C0D 55%,
            #171719
        );

    color: var(--tbp-ivory);
    font-family: "Manrope", sans-serif;
}

/* Subtle grain */

.tbp-section::before {
    position: absolute;
    inset: 0;

    opacity: 0.025;
    pointer-events: none;

    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 3px,
            rgba(255, 255, 255, 0.8) 4px
        );

    content: "";
}

.tbp-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
}

/* =====================================================
   TOP ASYMMETRIC LAYOUT
===================================================== */

.tbp-top {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(65px, 8vw, 115px);
    align-items: center;
}

/* =====================================================
   IMAGE
===================================================== */

.tbp-visual {
    position: relative;

    padding: 35px 0 0 35px;
}

.tbp-visual::before {
    position: absolute;
    top: 0;
    left: 0;

    width: calc(100% - 35px);
    height: calc(100% - 35px);

    border: 1px solid var(--tbp-border);

    content: "";
}

.tbp-image-frame {
    position: relative;

    width: 100%;
    height: 710px;
    overflow: hidden;

    background: var(--tbp-card);
}

.tbp-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    filter:
        grayscale(0.74)
        contrast(1.08)
        brightness(0.74);

    transition:
        transform 800ms ease,
        filter 800ms ease;
}

.tbp-image-frame:hover .tbp-image {
    filter:
        grayscale(0.35)
        contrast(1.04)
        brightness(0.84);

    transform: scale(1.045);
}

.tbp-image-overlay {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(12, 12, 13, 0.05) 40%,
            rgba(12, 12, 13, 0.92) 100%
        ),
        linear-gradient(
            90deg,
            rgba(198, 161, 91, 0.06),
            transparent 50%
        );
}

/* Service index */

.tbp-service-index {
    position: absolute;
    top: 25px;
    right: 25px;

    display: grid;
    gap: 2px;

    text-align: right;
}

.tbp-service-index span {
    color: var(--tbp-gold);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tbp-service-index strong {
    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}

/* Image caption */

.tbp-image-caption {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;

    display: grid;
    gap: 7px;

    padding-top: 17px;

    border-top: 1px solid rgba(198, 161, 91, 0.55);
}

.tbp-image-caption span {
    color: var(--tbp-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tbp-image-caption p {
    max-width: 360px;
    margin: 0;

    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.25;
}

/* Image corners */

.tbp-corner {
    position: absolute;

    width: 44px;
    height: 44px;

    pointer-events: none;
}

.tbp-corner-top {
    top: 17px;
    left: 17px;

    border-top: 1px solid var(--tbp-gold);
    border-left: 1px solid var(--tbp-gold);
}

.tbp-corner-bottom {
    right: 17px;
    bottom: 17px;

    border-right: 1px solid var(--tbp-gold);
    border-bottom: 1px solid var(--tbp-gold);
}

/* Floating badge */

.tbp-image-badge {
    position: absolute;
    right: -27px;
    bottom: 55px;
    z-index: 4;

    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 14px;
    align-items: center;

    width: min(320px, 76%);
    padding: 18px 20px;

    border: 1px solid var(--tbp-border);

    background: rgba(23, 23, 25, 0.97);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42);

    backdrop-filter: blur(12px);
}

.tbp-badge-symbol {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;

    border: 1px solid var(--tbp-gold);

    color: var(--tbp-gold);
    font-size: 11px;
}

.tbp-image-badge > div {
    display: grid;
    gap: 4px;
}

.tbp-image-badge strong {
    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;
}

.tbp-image-badge p {
    margin: 0;

    color: var(--tbp-grey);

    font-size: 9px;
    line-height: 1.5;
}

/* =====================================================
   INTRODUCTION
===================================================== */

.tbp-introduction {
    width: 100%;
}

.tbp-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;

    color: var(--tbp-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tbp-eyebrow span {
    width: 38px;
    height: 1px;
    flex: 0 0 auto;

    background: var(--tbp-gold);
}

.tbp-introduction h2 {
    max-width: 690px;
    margin: 0;

    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(66px, 6.7vw, 100px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 0.85;
    text-transform: none;
}

.tbp-introduction h2 em {
    display: block;

    color: var(--tbp-gold);

    font-weight: 500;
}

.tbp-tagline {
    max-width: 640px;

    margin-top: 24px;

    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(25px, 2.5vw, 36px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

.tbp-decoration {
    display: flex;
    height: 38px;
    align-items: center;
    gap: 12px;

    margin: 10px 0 8px;

    color: var(--tbp-gold);
}

.tbp-decoration span {
    width: 52px;
    height: 1px;

    background: var(--tbp-gold);
}

.tbp-decoration b {
    font-size: 10px;
    font-weight: 400;
}

.tbp-introduction > p {
    max-width: 700px;
    margin: 0 0 17px;

    color: var(--tbp-grey);

    font-size: 15px;
    line-height: 1.85;
}

/* =====================================================
   BUTTONS
===================================================== */

.tbp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;

    margin-top: 31px;
}

.tbp-button {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 15px 22px;

    border: 1px solid var(--tbp-gold);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        transform 220ms ease;
}

.tbp-button span {
    font-size: 15px;
    font-weight: 500;
}

.tbp-button:hover {
    transform: translateY(-2px);
}

.tbp-button-primary {
    background: var(--tbp-gold);
    color: var(--tbp-black) !important;
}

.tbp-button-primary:hover {
    border-color: var(--tbp-oxblood);

    background: var(--tbp-oxblood);
    color: var(--tbp-ivory) !important;
}

.tbp-button-secondary {
    background: transparent;
    color: var(--tbp-ivory) !important;
}

.tbp-button-secondary:hover {
    border-color: var(--tbp-oxblood);

    background: var(--tbp-oxblood);
    color: var(--tbp-ivory) !important;
}

/* =====================================================
   PIERCING OPTIONS
===================================================== */

.tbp-options-section {
    margin-top: 105px;
}

.tbp-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 55px;
    align-items: end;

    margin-bottom: 34px;
}

.tbp-section-heading > div > span {
    display: block;

    margin-bottom: 9px;

    color: var(--tbp-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tbp-section-heading h3 {
    margin: 0;

    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
    text-transform: none;
}

.tbp-section-heading > p {
    max-width: 600px;
    margin: 0;

    color: var(--tbp-grey);

    font-size: 14px;
    line-height: 1.75;
}

/* Options use staggered rows instead of cards */

.tbp-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    border-top: 1px solid rgba(85, 71, 49, 0.85);
    border-left: 1px solid rgba(85, 71, 49, 0.85);
}

.tbp-option {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    gap: 11px;
    align-items: center;

    min-height: 82px;
    padding: 17px;

    border-right: 1px solid rgba(85, 71, 49, 0.85);
    border-bottom: 1px solid rgba(85, 71, 49, 0.85);

    background:
        linear-gradient(
            135deg,
            rgba(34, 34, 37, 0.72),
            rgba(12, 12, 13, 0.88)
        );

    transition:
        background-color 250ms ease,
        border-color 250ms ease;
}

.tbp-option:hover {
    border-color: var(--tbp-gold);

    background:
        linear-gradient(
            135deg,
            rgba(42, 42, 45, 0.96),
            rgba(15, 15, 17, 0.98)
        );
}

.tbp-option-wide {
    grid-column: span 3;

    background:
        linear-gradient(
            90deg,
            rgba(110, 31, 42, 0.20),
            rgba(12, 12, 13, 0.92)
        );
}

.tbp-option > span {
    color: var(--tbp-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 500;
}

.tbp-option strong {
    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}

.tbp-option > b {
    color: var(--tbp-gold);

    font-size: 13px;
    font-weight: 400;

    transition: transform 220ms ease;
}

.tbp-option:hover > b {
    transform: translate(3px, -3px);
}

/* Availability note */

.tbp-availability-note {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-top: 17px;
    padding: 17px 20px;

    border-left: 2px solid var(--tbp-gold);

    background: rgba(198, 161, 91, 0.055);
}

.tbp-availability-note span {
    color: var(--tbp-gold);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tbp-availability-note p {
    margin: 0;

    color: var(--tbp-grey);

    font-size: 11px;
    line-height: 1.65;
}

/* =====================================================
   PIERCING APPROACH
===================================================== */

.tbp-approach {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 55px;

    margin-top: 70px;
    padding: 45px;

    border: 1px solid rgba(85, 71, 49, 0.85);

    background:
        linear-gradient(
            120deg,
            rgba(34, 34, 37, 0.95),
            rgba(12, 12, 13, 0.98)
        );
}

.tbp-approach-heading > span {
    display: block;

    margin-bottom: 10px;

    color: var(--tbp-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tbp-approach-heading h3 {
    margin: 0;

    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.98;
    text-transform: none;
}

.tbp-approach-heading h3 em {
    display: block;

    color: var(--tbp-gold);

    font-weight: 500;
}

.tbp-approach-heading > p {
    margin: 17px 0 0;

    color: var(--tbp-grey);

    font-size: 12px;
    line-height: 1.7;
}

.tbp-approach-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid rgba(85, 71, 49, 0.75);
    border-left: 1px solid rgba(85, 71, 49, 0.75);
}

.tbp-approach-item {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 12px;

    min-height: 100px;
    padding: 16px;

    border-right: 1px solid rgba(85, 71, 49, 0.75);
    border-bottom: 1px solid rgba(85, 71, 49, 0.75);
}

.tbp-approach-number {
    color: var(--tbp-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 500;
}

.tbp-approach-item > div {
    display: grid;
    align-content: start;
    gap: 5px;
}

.tbp-approach-item strong {
    color: var(--tbp-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.tbp-approach-item p {
    margin: 0;

    color: var(--tbp-grey);

    font-size: 10px;
    line-height: 1.55;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .tbp-section {
        padding: 90px 25px;
    }

    .tbp-top {
        gap: 65px;
    }

    .tbp-image-frame {
        height: 640px;
    }

    .tbp-introduction h2 {
        font-size: clamp(62px, 7vw, 85px);
    }

    .tbp-approach {
        gap: 40px;
        padding: 36px;
    }
}

/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 850px) {

    .tbp-top {
        display: flex;
        flex-direction: column;
        gap: 65px;
    }

    .tbp-visual,
    .tbp-introduction {
        width: 100%;
    }

    .tbp-visual {
        max-width: 680px;

        margin: 0 auto;
    }

    .tbp-image-frame {
        height: 680px;
    }

    .tbp-section-heading {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .tbp-approach {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .tbp-section {
        padding: 65px 16px;
    }

    .tbp-top {
        gap: 48px;
    }

    .tbp-visual {
        padding: 14px 0 0 14px;
    }

    .tbp-visual::before {
        width: calc(100% - 14px);
        height: calc(100% - 14px);
    }

    .tbp-image-frame {
        height: 490px;
    }

    .tbp-image-badge {
        position: relative;
        right: auto;
        bottom: auto;

        width: calc(100% - 17px);

        margin: -17px 0 0 17px;
        padding: 16px 17px;
    }

    .tbp-eyebrow {
        gap: 10px;

        margin-bottom: 17px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .tbp-eyebrow span {
        width: 25px;
    }

    .tbp-introduction h2 {
        font-size: clamp(58px, 18vw, 78px);
        line-height: 0.85;
    }

    .tbp-tagline {
        margin-top: 20px;

        font-size: 25px;
    }

    .tbp-introduction > p {
        margin-bottom: 15px;

        font-size: 14px;
        line-height: 1.75;
    }

    .tbp-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;

        margin-top: 25px;
    }

    .tbp-button {
        min-height: 51px;

        padding: 12px 9px;

        font-size: 8px;
    }

    .tbp-options-section {
        margin-top: 75px;
    }

    .tbp-section-heading {
        margin-bottom: 25px;
    }

    .tbp-section-heading h3 {
        font-size: 42px;
    }

    .tbp-section-heading > p {
        font-size: 14px;
    }

    .tbp-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tbp-option {
        grid-template-columns: 25px minmax(0, 1fr);
        gap: 8px;

        min-height: 75px;
        padding: 13px 11px;
    }

    .tbp-option-wide {
        grid-column: span 2;
    }

    .tbp-option strong {
        font-size: 18px;
    }

    .tbp-option > b {
        display: none;
    }

    .tbp-availability-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;

        padding: 15px;
    }

    .tbp-availability-note p {
        font-size: 12px;
    }

    .tbp-approach {
        margin-top: 50px;
        padding: 25px 18px;
    }

    .tbp-approach-heading h3 {
        font-size: 38px;
    }

    .tbp-approach-heading > p {
        font-size: 13px;
    }

    .tbp-approach-list {
        grid-template-columns: 1fr;
    }

    .tbp-approach-item {
        min-height: 88px;

        padding: 14px;
    }

    .tbp-approach-item p {
        font-size: 11px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .tbp-image-frame {
        height: 430px;
    }

    .tbp-introduction h2 {
        font-size: 58px;
    }

    .tbp-actions {
        grid-template-columns: 1fr;
    }

    .tbp-options {
        grid-template-columns: 1fr;
    }

    .tbp-option-wide {
        grid-column: auto;
    }

    .tbp-option strong {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24dd872f *//* =====================================================
   TIGER TATTOO — TATTOO REMOVAL
===================================================== */

:root {
    --ttr-black: #0C0C0D;
    --ttr-surface: #171719;
    --ttr-card: #222225;
    --ttr-gold: #C6A15B;
    --ttr-oxblood: #6E1F2A;
    --ttr-ivory: #F2EDE3;
    --ttr-grey: #AAA6A0;
    --ttr-border: #554731;
}

.ttr-section,
.ttr-section * {
    box-sizing: border-box;
}

.ttr-section {
    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 115px 30px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(198, 161, 91, 0.065),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(110, 31, 42, 0.06),
            transparent 28%
        ),
        var(--ttr-black);

    color: var(--ttr-ivory);
    font-family: "Manrope", sans-serif;
}

/* Grain */

.ttr-section::before {
    position: absolute;
    inset: 0;

    opacity: 0.025;
    pointer-events: none;

    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 3px,
            rgba(255, 255, 255, 0.8) 4px
        );

    content: "";
}

.ttr-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
}

/* =====================================================
   CENTERED HEADER
===================================================== */

.ttr-header {
    max-width: 900px;

    margin: 0 auto 70px;

    text-align: center;
}

.ttr-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 19px;

    color: var(--ttr-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.ttr-eyebrow span {
    width: 35px;
    height: 1px;

    background: var(--ttr-gold);
}

.ttr-header h2 {
    margin: 0;

    color: var(--ttr-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(68px, 7vw, 104px);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.84;
    text-transform: none;
}

.ttr-header h2 em {
    display: block;

    color: var(--ttr-gold);

    font-weight: 500;
}

.ttr-tagline {
    margin-top: 25px;

    color: var(--ttr-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(25px, 2.5vw, 36px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

.ttr-header > p {
    max-width: 760px;

    margin: 22px auto 0;

    color: var(--ttr-grey);

    font-size: 15px;
    line-height: 1.8;
}

/* =====================================================
   OVERVIEW
===================================================== */

.ttr-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    min-height: 600px;

    border: 1px solid rgba(85, 71, 49, 0.88);

    background: var(--ttr-surface);
}

/* =====================================================
   IMAGE
===================================================== */

.ttr-visual {
    position: relative;

    min-height: 600px;
    overflow: hidden;

    border-right: 1px solid rgba(85, 71, 49, 0.88);

    background: var(--ttr-card);
}

.ttr-image {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 600px;

    object-fit: cover;
    object-position: center;

    filter:
        grayscale(0.80)
        contrast(1.10)
        brightness(0.68);

    transition:
        transform 800ms ease,
        filter 800ms ease;
}

.ttr-visual:hover .ttr-image {
    filter:
        grayscale(0.45)
        contrast(1.05)
        brightness(0.79);

    transform: scale(1.04);
}

.ttr-image-overlay {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(12, 12, 13, 0.06) 35%,
            rgba(12, 12, 13, 0.94) 100%
        );
}

/* Image index */

.ttr-image-index {
    position: absolute;
    top: 27px;
    left: 27px;

    display: grid;
    gap: 3px;
}

.ttr-image-index span {
    color: var(--ttr-gold);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ttr-image-index strong {
    color: var(--ttr-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}

/* Image caption */

.ttr-image-caption {
    position: absolute;
    right: 27px;
    bottom: 27px;
    left: 27px;

    display: grid;
    gap: 7px;

    padding-top: 18px;

    border-top: 1px solid rgba(198, 161, 91, 0.58);
}

.ttr-image-caption span {
    color: var(--ttr-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ttr-image-caption p {
    max-width: 470px;
    margin: 0;

    color: var(--ttr-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.25;
}

/* Image corners */

.ttr-corner {
    position: absolute;

    width: 46px;
    height: 46px;

    pointer-events: none;
}

.ttr-corner-one {
    top: 18px;
    right: 18px;

    border-top: 1px solid var(--ttr-gold);
    border-right: 1px solid var(--ttr-gold);
}

.ttr-corner-two {
    bottom: 18px;
    left: 18px;

    border-bottom: 1px solid var(--ttr-gold);
    border-left: 1px solid var(--ttr-gold);
}

/* =====================================================
   OVERVIEW CONTENT
===================================================== */

.ttr-overview-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 45px 38px;

    background:
        linear-gradient(
            145deg,
            rgba(34, 34, 37, 0.97),
            rgba(12, 12, 13, 0.98)
        );
}

.ttr-overview-label {
    display: block;

    margin-bottom: 11px;

    color: var(--ttr-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ttr-overview-content h3 {
    margin: 0;

    color: var(--ttr-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 3.6vw, 52px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.98;
    text-transform: none;
}

.ttr-overview-content h3 em {
    display: block;

    color: var(--ttr-gold);

    font-weight: 500;
}

.ttr-line {
    display: flex;
    height: 35px;
    align-items: center;
    gap: 10px;

    margin: 10px 0 7px;

    color: var(--ttr-gold);
}

.ttr-line span {
    width: 43px;
    height: 1px;

    background: var(--ttr-gold);
}

.ttr-line b {
    font-size: 8px;
    font-weight: 400;
}

.ttr-overview-content > p {
    margin: 0;

    color: var(--ttr-grey);

    font-size: 13px;
    line-height: 1.75;
}

/* =====================================================
   ASSESSMENT FACTORS
===================================================== */

.ttr-factors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    margin-top: 27px;

    border-top: 1px solid rgba(85, 71, 49, 0.78);
    border-left: 1px solid rgba(85, 71, 49, 0.78);
}

.ttr-factor {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 9px;
    align-items: center;

    min-height: 56px;
    padding: 11px;

    border-right: 1px solid rgba(85, 71, 49, 0.78);
    border-bottom: 1px solid rgba(85, 71, 49, 0.78);
}

.ttr-factor span {
    color: var(--ttr-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
}

.ttr-factor strong {
    color: var(--ttr-ivory);

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-transform: uppercase;
}

/* =====================================================
   INFORMATION PANELS
===================================================== */

.ttr-information {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    margin-top: 55px;

    border-top: 1px solid rgba(85, 71, 49, 0.88);
    border-left: 1px solid rgba(85, 71, 49, 0.88);
}

.ttr-panel {
    min-width: 0;
    padding: 40px;

    border-right: 1px solid rgba(85, 71, 49, 0.88);
    border-bottom: 1px solid rgba(85, 71, 49, 0.88);

    background:
        linear-gradient(
            135deg,
            rgba(34, 34, 37, 0.82),
            rgba(12, 12, 13, 0.94)
        );
}

.ttr-consultation {
    background:
        linear-gradient(
            135deg,
            rgba(110, 31, 42, 0.14),
            rgba(12, 12, 13, 0.96) 65%
        );
}

.ttr-panel-heading > span {
    display: block;

    margin-bottom: 9px;

    color: var(--ttr-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ttr-panel-heading h3 {
    margin: 0;

    color: var(--ttr-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(35px, 3.2vw, 47px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.98;
    text-transform: none;
}

.ttr-panel-heading h3 em {
    display: block;

    color: var(--ttr-gold);

    font-weight: 500;
}

/* Reasons list */

.ttr-reason-list {
    display: grid;
    gap: 0;

    margin-top: 28px;

    border-top: 1px solid rgba(85, 71, 49, 0.75);
}

.ttr-reason-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;

    min-height: 57px;

    border-bottom: 1px solid rgba(85, 71, 49, 0.75);
}

.ttr-reason-item span {
    color: var(--ttr-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 500;
}

.ttr-reason-item strong {
    color: var(--ttr-grey);

    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

/* Consultation list */

.ttr-panel-intro {
    margin: 21px 0 0;

    color: var(--ttr-grey);

    font-size: 16px;
    line-height: 1.7;
}

.ttr-checklist {
    display: grid;
    gap: 0;

    margin-top: 22px;

    border-top: 1px solid rgba(85, 71, 49, 0.75);
}

.ttr-check-item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 11px;
    align-items: center;

    min-height: 51px;

    border-bottom: 1px solid rgba(85, 71, 49, 0.75);

    color: var(--ttr-grey);

    font-size: 17px;
    line-height: 1.5;
}

.ttr-check-item span {
    color: var(--ttr-gold);

    font-size: 17px;
}

/* =====================================================
   NOTICE
===================================================== */

.ttr-notice {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
    align-items: center;

    margin-top: 20px;
    padding: 19px 21px;

    border-left: 2px solid var(--ttr-gold);

    background: rgba(198, 161, 91, 0.06);
}

.ttr-notice-symbol {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;

    border: 1px solid var(--ttr-gold);
    border-radius: 50%;

    color: var(--ttr-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
}

.ttr-notice > div:last-child {
    display: grid;
    gap: 5px;
}

.ttr-notice span {
    color: var(--ttr-gold);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ttr-notice p {
    margin: 0;

    color: var(--ttr-grey);

    font-size: 15px;
    line-height: 1.65;
}

/* =====================================================
   CTA
===================================================== */

.ttr-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;

    margin-top: 45px;
    padding: 30px 32px;

    border: 1px solid rgba(85, 71, 49, 0.88);

    background:
        linear-gradient(
            100deg,
            rgba(34, 34, 37, 0.96),
            rgba(12, 12, 13, 0.98)
        );
}

.ttr-cta > div:first-child {
    display: grid;
    gap: 7px;
}

.ttr-cta > div:first-child > span {
    color: var(--ttr-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ttr-cta > div:first-child > p {
    max-width: 520px;
    margin: 0;

    color: var(--ttr-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.ttr-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.ttr-button {
    display: inline-flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    gap: 13px;

    padding: 14px 19px;

    border: 1px solid var(--ttr-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        transform 220ms ease;
}

.ttr-button span {
    font-size: 14px;
}

.ttr-button:hover {
    transform: translateY(-2px);
}

.ttr-button-primary {
    background: var(--ttr-gold);
    color: var(--ttr-black) !important;
}

.ttr-button-primary:hover {
    border-color: var(--ttr-oxblood);

    background: var(--ttr-oxblood);
    color: var(--ttr-ivory) !important;
}

.ttr-button-secondary {
    background: transparent;
    color: var(--ttr-ivory) !important;
}

.ttr-button-secondary:hover {
    border-color: var(--ttr-oxblood);

    background: var(--ttr-oxblood);
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .ttr-section {
        padding: 90px 25px;
    }

    .ttr-overview {
        grid-template-columns: minmax(0, 1fr) 400px;
    }

    .ttr-overview-content {
        padding: 38px 29px;
    }

    .ttr-panel {
        padding: 34px 29px;
    }

    .ttr-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 850px) {

    .ttr-overview {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .ttr-visual {
        min-height: 580px;

        border-right: 0;
        border-bottom: 1px solid rgba(85, 71, 49, 0.88);
    }

    .ttr-image {
        min-height: 580px;
    }

    .ttr-information {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .ttr-section {
        padding: 65px 16px;
    }

    .ttr-header {
        margin-bottom: 43px;
    }

    .ttr-eyebrow {
        gap: 10px;

        margin-bottom: 15px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .ttr-eyebrow span {
        width: 24px;
    }

    .ttr-header h2 {
        font-size: clamp(62px, 19vw, 82px);
        line-height: 0.84;
    }

    .ttr-tagline {
        margin-top: 21px;

        font-size: 25px;
    }

    .ttr-header > p {
        margin-top: 18px;

        font-size: 14px;
        line-height: 1.75;
    }

    .ttr-visual,
    .ttr-image {
        min-height: 440px;
    }

    .ttr-image-caption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .ttr-image-caption p {
        font-size: 20px;
    }

    .ttr-overview-content {
        padding: 29px 20px;
    }

    .ttr-overview-content h3 {
        font-size: 38px;
    }

    .ttr-overview-content > p {
        font-size: 14px;
    }

    .ttr-factor {
        min-height: 54px;

        padding: 10px 8px;
    }

    .ttr-factor strong {
        font-size: 8px;
    }

    .ttr-information {
        margin-top: 35px;
    }

    .ttr-panel {
        padding: 29px 20px;
    }

    .ttr-panel-heading h3 {
        font-size: 37px;
    }

    .ttr-reason-item strong,
    .ttr-check-item {
        font-size: 13px;
    }

    .ttr-notice {
        align-items: flex-start;

        padding: 16px;
    }

    .ttr-notice p {
        font-size: 12px;
    }

    .ttr-cta {
        gap: 22px;

        margin-top: 35px;
        padding: 24px 19px;
    }

    .ttr-cta > div:first-child > p {
        font-size: 23px;
    }

    .ttr-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;

        width: 100%;
    }

    .ttr-button {
        min-height: 50px;

        padding: 12px 8px;

        font-size: 7.5px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .ttr-header h2 {
        font-size: 61px;
    }

    .ttr-visual,
    .ttr-image {
        min-height: 390px;
    }

    .ttr-factors {
        grid-template-columns: 1fr;
    }

    .ttr-actions {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68f9d84 */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

.simple-blood-section,
.simple-blood-section * {
    box-sizing: border-box;
}

.simple-blood-section {
    --sbs-black: #0C0C0D;
    --sbs-surface: #171719;
    --sbs-card: #222225;
    --sbs-gold: #C6A15B;
    --sbs-red: #6E1F2A;
    --sbs-ivory: #F2EDE3;
    --sbs-grey: #AAA6A0;
    --sbs-border: #554731;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 105px 24px;
    color: var(--sbs-ivory);
    background: var(--sbs-black);
    font-family: "Manrope", sans-serif;
}

.simple-blood-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* INTRODUCTION */

.simple-blood-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 80px;
}

.simple-blood-content {
    max-width: 610px;
}

.simple-blood-small-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    color: var(--sbs-gold);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.simple-blood-small-heading span {
    flex: 0 0 43px;
    width: 43px;
    height: 1px;
    background: var(--sbs-gold);
}

.simple-blood-content h2 {
    margin: 0 0 16px;
    color: var(--sbs-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 6vw, 84px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -1.5px;
}

.simple-blood-content h3 {
    margin: 0 0 30px;
    color: var(--sbs-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(29px, 3vw, 39px);
    font-weight: 500;
    line-height: 1.2;
}

.simple-blood-content > p {
    margin: 0 0 18px;
    color: var(--sbs-grey);
    font-size: 18px;
    line-height: 1.85;
}

.simple-blood-highlight {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 12px;
    margin: 30px 0;
    padding: 23px 24px;
    border-left: 3px solid var(--sbs-red);
    background: var(--sbs-surface);
}

.simple-blood-highlight > span {
    color: var(--sbs-gold);
    font-size: 15px;
}

.simple-blood-highlight p {
    margin: 0;
    color: var(--sbs-ivory);
    font-size: 17px;
    line-height: 1.7;
}

.simple-blood-image {
    position: relative;
    min-height: 670px;
    overflow: hidden;
    border: 1px solid var(--sbs-border);
    background: var(--sbs-surface);
}

.simple-blood-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 20px;
    border: 1px solid rgba(198, 161, 91, 0.45);
    pointer-events: none;
}

.simple-blood-image img {
    display: block;
    width: 100%;
    height: 670px;
    object-fit: cover;
    object-position: center;
    filter: contrast(1.05) saturate(0.9);
    transition: transform 0.6s ease;
}

.simple-blood-image:hover img {
    transform: scale(1.025);
}

/* BUTTONS */

.simple-blood-primary-button,
.simple-blood-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 61px;
    padding: 17px 24px;
    text-decoration: none !important;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.simple-blood-primary-button {
    color: var(--sbs-black) !important;
    border: 1px solid var(--sbs-gold);
    background: var(--sbs-gold);
}

.simple-blood-primary-button:hover {
    color: var(--sbs-ivory) !important;
    border-color: var(--sbs-red);
    background: var(--sbs-red);
}

.simple-blood-secondary-button {
    color: var(--sbs-ivory) !important;
    border: 1px solid var(--sbs-gold);
    background: transparent;
}

.simple-blood-secondary-button:hover {
    color: var(--sbs-black) !important;
    background: var(--sbs-gold);
}

/* DETAILS */

.simple-blood-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 110px;
    border-top: 1px solid var(--sbs-border);
    border-bottom: 1px solid var(--sbs-border);
}

.simple-blood-column {
    padding: 65px 65px 65px 0;
}

.simple-blood-column + .simple-blood-column {
    padding-right: 0;
    padding-left: 65px;
    border-left: 1px solid var(--sbs-border);
}

.simple-blood-label {
    display: block;
    margin-bottom: 15px;
    color: var(--sbs-gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.simple-blood-column h3 {
    margin: 0 0 18px;
    color: var(--sbs-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(39px, 4vw, 53px);
    font-weight: 600;
    line-height: 1.05;
}

.simple-blood-description {
    max-width: 520px;
    margin: 0 0 35px;
    color: var(--sbs-grey);
    font-size: 17px;
    line-height: 1.75;
}

.simple-blood-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--sbs-border);
}

.simple-blood-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-height: 65px;
    padding: 12px 5px;
    color: var(--sbs-ivory);
    border-bottom: 1px solid var(--sbs-border);
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
}

.simple-blood-list li span {
    color: var(--sbs-gold);
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 600;
}

/* INFORMATION */

.simple-blood-information {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 25px;
    align-items: center;
    max-width: 960px;
    margin: 70px auto;
    padding: 35px 40px;
    border: 1px solid var(--sbs-border);
    background: var(--sbs-surface);
}

.simple-blood-information-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    color: var(--sbs-gold);
    border: 1px solid var(--sbs-gold);
    font-size: 20px;
}

.simple-blood-information h3 {
    margin: 0 0 8px;
    color: var(--sbs-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 600;
}

.simple-blood-information p {
    margin: 0;
    color: var(--sbs-grey);
    font-size: 17px;
    line-height: 1.7;
}

/* CTA */

.simple-blood-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 60px;
    padding: 55px 60px;
    border: 1px solid var(--sbs-border);
    background:
        linear-gradient(
            100deg,
            rgba(110, 31, 42, 0.3),
            var(--sbs-surface) 60%
        );
}

.simple-blood-cta h3 {
    margin: 0 0 13px;
    color: var(--sbs-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.08;
}

.simple-blood-cta p {
    max-width: 650px;
    margin: 0;
    color: var(--sbs-grey);
    font-size: 17px;
    line-height: 1.7;
}

.simple-blood-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 285px;
}

/* TABLET */

@media (max-width: 1024px) {
    .simple-blood-section {
        padding: 85px 22px;
    }

    .simple-blood-intro {
        gap: 45px;
    }

    .simple-blood-image,
    .simple-blood-image img {
        height: 600px;
        min-height: 600px;
    }

    .simple-blood-column {
        padding-right: 38px;
    }

    .simple-blood-column + .simple-blood-column {
        padding-left: 38px;
    }

    .simple-blood-cta {
        grid-template-columns: 1fr;
    }

    .simple-blood-buttons {
        flex-direction: row;
        width: 100%;
    }

    .simple-blood-buttons a {
        flex: 1;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .simple-blood-section {
        padding: 65px 16px;
    }

    .simple-blood-intro {
        display: flex;
        flex-direction: column-reverse;
        gap: 42px;
    }

    .simple-blood-content,
    .simple-blood-image {
        width: 100%;
    }

    .simple-blood-image,
    .simple-blood-image img {
        height: 430px;
        min-height: 430px;
    }

    .simple-blood-image img {
        object-fit: cover;
        object-position: center;
    }

    .simple-blood-image::before {
        inset: 12px;
    }

    .simple-blood-small-heading {
        align-items: flex-start;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 1.4px;
    }

    .simple-blood-small-heading span {
        flex-basis: 27px;
        width: 27px;
        margin-top: 9px;
    }

    .simple-blood-content h2 {
        font-size: 52px;
        line-height: 0.98;
        letter-spacing: -0.8px;
    }

    .simple-blood-content h3 {
        font-size: 29px;
    }

    .simple-blood-content > p {
        font-size: 17px;
        line-height: 1.8;
    }

    .simple-blood-highlight {
        padding: 20px 17px;
    }

    .simple-blood-highlight p {
        font-size: 16px;
    }

    .simple-blood-primary-button {
        width: 100%;
    }

    .simple-blood-details {
        grid-template-columns: 1fr;
        margin-top: 75px;
    }

    .simple-blood-column,
    .simple-blood-column + .simple-blood-column {
        padding: 52px 0;
        border-left: none;
    }

    .simple-blood-column + .simple-blood-column {
        border-top: 1px solid var(--sbs-border);
    }

    .simple-blood-column h3 {
        font-size: 40px;
    }

    .simple-blood-description {
        font-size: 17px;
    }

    .simple-blood-list li {
        grid-template-columns: 35px minmax(0, 1fr);
        min-height: 65px;
        font-size: 21px;
    }

    .simple-blood-information {
        grid-template-columns: 1fr;
        margin: 55px 0;
        padding: 28px 22px;
    }

    .simple-blood-information-icon {
        width: 52px;
        height: 52px;
    }

    .simple-blood-information h3 {
        font-size: 28px;
    }

    .simple-blood-information p {
        font-size: 16px;
    }

    .simple-blood-cta {
        gap: 32px;
        padding: 39px 23px;
    }

    .simple-blood-cta h3 {
        font-size: 38px;
    }

    .simple-blood-cta p {
        font-size: 16px;
    }

    .simple-blood-buttons {
        flex-direction: column;
    }

    .simple-blood-buttons a {
        width: 100%;
        min-height: 61px;
    }
}

@media (max-width: 390px) {
    .simple-blood-content h2 {
        font-size: 47px;
    }

    .simple-blood-image,
    .simple-blood-image img {
        height: 390px;
        min-height: 390px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96d19ac */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

.twp-section,
.twp-section * {
    box-sizing: border-box;
}

.twp-section {
    --twp-black: #0C0C0D;
    --twp-surface: #171719;
    --twp-card: #222225;
    --twp-gold: #C6A15B;
    --twp-red: #6E1F2A;
    --twp-ivory: #F2EDE3;
    --twp-grey: #AAA6A0;
    --twp-border: #554731;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 105px 24px;
    color: var(--twp-ivory);
    background: var(--twp-black);
    font-family: "Manrope", sans-serif;
}

.twp-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* MAIN HEADING */

.twp-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.twp-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-bottom: 18px;
    color: var(--twp-gold);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.twp-eyebrow span {
    width: 42px;
    height: 1px;
    background: var(--twp-gold);
}

.twp-heading h2 {
    margin: 0;
    color: var(--twp-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(55px, 6vw, 78px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
}

.twp-heading > p {
    margin: 18px 0 0;
    color: var(--twp-grey);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 500;
    line-height: 1.3;
}

/* BENEFITS */

.twp-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--twp-border);
    border-left: 1px solid var(--twp-border);
}

.twp-benefit {
    position: relative;
    min-height: 335px;
    padding: 39px 34px;
    overflow: hidden;
    border-right: 1px solid var(--twp-border);
    border-bottom: 1px solid var(--twp-border);
    background: var(--twp-surface);
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.twp-benefit:hover {
    z-index: 2;
    background: var(--twp-card);
    transform: translateY(-4px);
}

.twp-benefit::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--twp-gold);
    transition: width 0.4s ease;
}

.twp-benefit:hover::after {
    left: 0;
    width: 100%;
}

.twp-benefit-number {
    position: absolute;
    top: 22px;
    right: 25px;
    color: rgba(198, 161, 91, 0.23);
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
}

.twp-benefit-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 29px;
    place-items: center;
    color: var(--twp-gold);
    border: 1px solid var(--twp-border);
}

.twp-benefit-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.twp-benefit h3 {
    margin: 0 0 16px;
    color: var(--twp-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.12;
}

.twp-benefit p {
    margin: 0;
    color: var(--twp-grey);
    font-size: 17px;
    line-height: 1.75;
}

/* PROCESS */

.twp-process {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 90px;
    margin-top: 125px;
    padding-top: 105px;
    border-top: 1px solid var(--twp-border);
}

.twp-process-intro {
    align-self: start;
    position: sticky;
    top: 40px;
}

.twp-process-intro .twp-eyebrow {
    justify-content: flex-start;
}

.twp-process-intro h2 {
    margin: 0 0 17px;
    color: var(--twp-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(49px, 5vw, 68px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
}

.twp-process-intro h3 {
    margin: 0 0 25px;
    color: var(--twp-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
}

.twp-process-intro > p {
    margin: 0 0 32px;
    color: var(--twp-grey);
    font-size: 18px;
    line-height: 1.8;
}

.twp-process-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 62px;
    padding: 17px 24px;
    color: var(--twp-black) !important;
    border: 1px solid var(--twp-gold);
    background: var(--twp-gold);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.twp-process-button:hover {
    color: var(--twp-ivory) !important;
    border-color: var(--twp-red);
    background: var(--twp-red);
}

/* PROCESS STEPS */

.twp-process-steps {
    position: relative;
}

.twp-process-steps::before {
    content: "";
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 34px;
    width: 1px;
    background: var(--twp-border);
}

.twp-step {
    position: relative;
    display: grid;
    grid-template-columns: 69px minmax(0, 1fr);
    gap: 27px;
    padding-bottom: 45px;
}

.twp-step:last-child {
    padding-bottom: 0;
}

.twp-step-number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 69px;
    height: 69px;
    place-items: center;
    color: var(--twp-gold);
    border: 1px solid var(--twp-gold);
    background: var(--twp-black);
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
}

.twp-step-content {
    padding: 4px 0 40px;
    border-bottom: 1px solid var(--twp-border);
}

.twp-step:last-child .twp-step-content {
    border-bottom: none;
}

.twp-step-content h3 {
    margin: 0 0 13px;
    color: var(--twp-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
}

.twp-step-content > p {
    margin: 0;
    color: var(--twp-grey);
    font-size: 17px;
    line-height: 1.75;
}

.twp-requirements {
    margin-top: 22px;
    padding: 22px 24px;
    border-left: 3px solid var(--twp-red);
    background: var(--twp-surface);
}

.twp-requirements > span {
    display: block;
    margin-bottom: 13px;
    color: var(--twp-ivory);
    font-size: 15px;
    font-weight: 600;
}

.twp-requirements ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.twp-requirements li {
    position: relative;
    padding-left: 19px;
    color: var(--twp-grey);
    font-size: 15px;
    line-height: 1.55;
}

.twp-requirements li::before {
    content: "✦";
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--twp-gold);
    font-size: 9px;
}

/* MOBILE CTA */

.twp-mobile-cta {
    display: none;
}

/* TABLET */

@media (max-width: 1024px) {
    .twp-section {
        padding: 90px 22px;
    }

    .twp-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .twp-process {
        gap: 55px;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .twp-section {
        padding: 68px 16px;
    }

    .twp-heading {
        margin-bottom: 43px;
        text-align: left;
    }

    .twp-eyebrow {
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 1.4px;
    }

    .twp-eyebrow span {
        flex: 0 0 27px;
        width: 27px;
        margin-top: 8px;
    }

    .twp-heading h2 {
        font-size: 50px;
    }

    .twp-heading > p {
        margin-top: 13px;
        font-size: 28px;
    }

    .twp-benefits {
        grid-template-columns: 1fr;
    }

    .twp-benefit {
        min-height: 0;
        padding: 30px 24px 32px;
    }

    .twp-benefit-number {
        top: 19px;
        right: 20px;
        font-size: 39px;
    }

    .twp-benefit-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 23px;
    }

    .twp-benefit h3 {
        padding-right: 35px;
        font-size: 29px;
    }

    .twp-benefit p {
        font-size: 17px;
        line-height: 1.7;
    }

    .twp-process {
        display: block;
        margin-top: 80px;
        padding-top: 70px;
    }

    .twp-process-intro {
        position: static;
        margin-bottom: 52px;
    }

    .twp-process-intro h2 {
        font-size: 47px;
    }

    .twp-process-intro h3 {
        font-size: 28px;
    }

    .twp-process-intro > p {
        font-size: 17px;
    }

    .twp-process-button {
        display: none;
    }

    .twp-process-steps::before {
        left: 25px;
    }

    .twp-step {
        grid-template-columns: 51px minmax(0, 1fr);
        gap: 18px;
        padding-bottom: 35px;
    }

    .twp-step-number {
        width: 51px;
        height: 51px;
        font-size: 19px;
    }

    .twp-step-content {
        padding-top: 1px;
        padding-bottom: 31px;
    }

    .twp-step-content h3 {
        font-size: 29px;
    }

    .twp-step-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .twp-requirements {
        margin-left: -69px;
        padding: 20px 17px;
    }

    .twp-requirements ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .twp-requirements li {
        font-size: 15px;
    }

    .twp-mobile-cta {
        display: block;
        margin-top: 55px;
        padding: 27px 22px;
        border: 1px solid var(--twp-border);
        background: var(--twp-surface);
    }

    .twp-mobile-cta p {
        margin: 0 0 17px;
        color: var(--twp-ivory);
        font-family: "Cormorant Garamond", serif;
        font-size: 24px;
        line-height: 1.3;
    }

    .twp-mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        min-height: 61px;
        padding: 16px 20px;
        color: var(--twp-black) !important;
        background: var(--twp-gold);
        text-decoration: none !important;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4298073a */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

.tss-section,
.tss-section * {
    box-sizing: border-box;
}

.tss-section {
    --tss-black: #0C0C0D;
    --tss-surface: #171719;
    --tss-card: #222225;
    --tss-gold: #C6A15B;
    --tss-red: #6E1F2A;
    --tss-ivory: #F2EDE3;
    --tss-grey: #AAA6A0;
    --tss-border: #554731;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 95px 24px;
    color: var(--tss-ivory);
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(110, 31, 42, 0.24),
            transparent 38%
        ),
        var(--tss-black);
    font-family: "Manrope", sans-serif;
}

.tss-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.tss-panel {
    overflow: hidden;
    border: 1px solid var(--tss-gold);
    background: var(--tss-surface);
    box-shadow: 0 35px 85px rgba(0, 0, 0, 0.35);
}

/* SAFETY HEADER */

.tss-header {
    position: relative;
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    padding: 52px 60px;
    overflow: hidden;
    background:
        linear-gradient(
            110deg,
            #6E1F2A 0%,
            #50171F 48%,
            #251317 100%
        );
}

.tss-header::after {
    content: "SAFETY";
    position: absolute;
    right: 30px;
    bottom: -35px;
    color: rgba(242, 237, 227, 0.045);
    font-family: "Cormorant Garamond", serif;
    font-size: 145px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.tss-icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    border: 1px solid var(--tss-gold);
    background: rgba(12, 12, 13, 0.22);
}

.tss-icon svg {
    width: 56px;
    height: 56px;
    fill: none;
    stroke: var(--tss-gold);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tss-heading-content {
    position: relative;
    z-index: 2;
}

.tss-small-heading {
    display: block;
    margin-bottom: 11px;
    color: var(--tss-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tss-heading-content h2 {
    margin: 0;
    color: var(--tss-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(50px, 6vw, 73px);
    font-weight: 600;
    line-height: 0.98;
}

.tss-heading-content p {
    margin: 12px 0 0;
    color: var(--tss-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.25;
}

/* IMPORTANT MESSAGE */

.tss-important-message {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 25px;
    align-items: center;
    padding: 30px 60px;
    border-bottom: 1px solid var(--tss-border);
    background: rgba(198, 161, 91, 0.08);
}

.tss-important-message > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    color: var(--tss-black);
    background: var(--tss-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tss-important-message p {
    margin: 0;
    color: var(--tss-ivory);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

/* SAFETY ITEMS */

.tss-safety-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 25px 60px;
}

.tss-safety-item {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 19px;
    min-height: 205px;
    padding: 35px 32px 35px 0;
    border-bottom: 1px solid var(--tss-border);
}

.tss-safety-item:nth-child(even) {
    padding-right: 0;
    padding-left: 32px;
    border-left: 1px solid var(--tss-border);
}

.tss-safety-item:nth-last-child(-n + 2) {
    border-bottom: none;
}

.tss-item-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--tss-gold);
    border: 1px solid var(--tss-border);
    font-size: 12px;
    font-weight: 600;
}

.tss-safety-item h3 {
    margin: 0 0 12px;
    color: var(--tss-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.15;
}

.tss-safety-item p {
    margin: 0;
    color: var(--tss-grey);
    font-size: 16px;
    line-height: 1.75;
}

/* MEDICAL NOTICE */

.tss-medical-notice {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin: 0 60px 45px;
    padding: 29px 32px;
    border: 1px solid var(--tss-red);
    border-left: 5px solid var(--tss-red);
    background: rgba(110, 31, 42, 0.16);
}

.tss-medical-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--tss-gold);
    border: 1px solid var(--tss-gold);
    font-size: 18px;
}

.tss-medical-notice h3 {
    margin: 0 0 7px;
    color: var(--tss-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 600;
}

.tss-medical-notice p {
    margin: 0;
    color: var(--tss-grey);
    font-size: 16px;
    line-height: 1.7;
}

/* CONTACT */

.tss-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 45px;
    align-items: center;
    padding: 38px 60px;
    border-top: 1px solid var(--tss-border);
    background: var(--tss-black);
}

.tss-contact > div > span {
    display: block;
    margin-bottom: 7px;
    color: var(--tss-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.2;
}

.tss-contact p {
    margin: 0;
    color: var(--tss-grey);
    font-size: 16px;
    line-height: 1.6;
}

.tss-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-width: 245px;
    min-height: 60px;
    padding: 16px 22px;
    color: var(--tss-black) !important;
    border: 1px solid var(--tss-gold);
    background: var(--tss-gold);
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tss-contact a:hover {
    color: var(--tss-ivory) !important;
    border-color: var(--tss-red);
    background: var(--tss-red);
}

/* TABLET */

@media (max-width: 900px) {
    .tss-header {
        padding: 45px 40px;
    }

    .tss-important-message {
        padding-right: 40px;
        padding-left: 40px;
    }

    .tss-safety-list {
        padding-right: 40px;
        padding-left: 40px;
    }

    .tss-medical-notice {
        margin-right: 40px;
        margin-left: 40px;
    }

    .tss-contact {
        padding-right: 40px;
        padding-left: 40px;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .tss-section {
        padding: 65px 15px;
    }

    .tss-header {
        grid-template-columns: 67px minmax(0, 1fr);
        gap: 17px;
        padding: 32px 21px;
    }

    .tss-header::after {
        right: 5px;
        bottom: -10px;
        font-size: 67px;
    }

    .tss-icon {
        width: 64px;
        height: 64px;
    }

    .tss-icon svg {
        width: 39px;
        height: 39px;
    }

    .tss-small-heading {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 1.1px;
    }

    .tss-heading-content h2 {
        font-size: 38px;
        line-height: 0.98;
    }

    .tss-heading-content p {
        margin-top: 8px;
        font-size: 21px;
    }

    .tss-important-message {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 26px 21px;
    }

    .tss-important-message > span {
        width: max-content;
    }

    .tss-important-message p {
        font-size: 17px;
        line-height: 1.7;
    }

    .tss-safety-list {
        grid-template-columns: 1fr;
        padding: 5px 21px;
    }

    .tss-safety-item,
    .tss-safety-item:nth-child(even) {
        grid-template-columns: 39px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 27px 0;
        border-right: none;
        border-bottom: 1px solid var(--tss-border);
        border-left: none;
    }

    .tss-safety-item:nth-last-child(2) {
        border-bottom: 1px solid var(--tss-border);
    }

    .tss-safety-item:last-child {
        border-bottom: none;
    }

    .tss-item-number {
        width: 37px;
        height: 37px;
    }

    .tss-safety-item h3 {
        font-size: 25px;
    }

    .tss-safety-item p {
        font-size: 16px;
        line-height: 1.7;
    }

    .tss-medical-notice {
        grid-template-columns: 1fr;
        gap: 17px;
        margin: 25px 21px 35px;
        padding: 24px 20px;
    }

    .tss-medical-icon {
        width: 50px;
        height: 50px;
    }

    .tss-medical-notice h3 {
        font-size: 26px;
    }

    .tss-medical-notice p {
        font-size: 16px;
    }

    .tss-contact {
        grid-template-columns: 1fr;
        gap: 23px;
        padding: 30px 21px;
    }

    .tss-contact > div > span {
        font-size: 26px;
    }

    .tss-contact a {
        width: 100%;
        min-height: 61px;
    }
}

@media (max-width: 390px) {
    .tss-header {
        grid-template-columns: 1fr;
    }

    .tss-heading-content h2 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1eb4487 *//* =====================================================
   TIGER TATTOO — VISIT OUR STUDIO
===================================================== */

:root {
    --tvs-black: #0C0C0D;
    --tvs-surface: #171719;
    --tvs-card: #222225;
    --tvs-gold: #C6A15B;
    --tvs-oxblood: #6E1F2A;
    --tvs-ivory: #F2EDE3;
    --tvs-grey: #AAA6A0;
    --tvs-border: #554731;
}

.tvs-section,
.tvs-section * {
    box-sizing: border-box;
}

.tvs-section {
    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 110px 30px;

    background:
        radial-gradient(
            circle at 10% 80%,
            rgba(198, 161, 91, 0.06),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgba(110, 31, 42, 0.07),
            transparent 28%
        ),
        var(--tvs-black);

    color: var(--tvs-ivory);
    font-family: "Manrope", sans-serif;
}

/* Background texture */

.tvs-section::before {
    position: absolute;
    inset: 0;

    opacity: 0.025;
    pointer-events: none;

    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 3px,
            rgba(255, 255, 255, 0.75) 4px
        );

    content: "";
}

.tvs-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
}

/* =====================================================
   HEADER
===================================================== */

.tvs-header {
    max-width: 780px;

    margin: 0 auto 60px;

    text-align: center;
}

.tvs-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 20px;

    color: var(--tvs-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tvs-eyebrow span {
    width: 35px;
    height: 1px;

    background: var(--tvs-gold);
}

.tvs-header h2 {
    margin: 0;

    color: var(--tvs-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(56px, 5.5vw, 80px);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 0.96;
    text-transform: none;
}

.tvs-header h2 em {
    display: block;

    color: var(--tvs-gold);

    font-weight: 500;
}

.tvs-header > p {
    max-width: 620px;

    margin: 21px auto 0;

    color: var(--tvs-grey);

    font-size: 14px;
    line-height: 1.75;
}

/* =====================================================
   MAIN LAYOUT
===================================================== */

.tvs-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    min-height: 610px;

    border: 1px solid rgba(85, 71, 49, 0.85);

    background: var(--tvs-surface);
}

/* =====================================================
   GOOGLE MAP
===================================================== */

.tvs-map-wrap {
    position: relative;

    width: 100%;
    min-height: 610px;
    overflow: hidden;

    border-right: 1px solid rgba(85, 71, 49, 0.85);

    background: var(--tvs-card);
}

.tvs-map {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 610px;

    border: 0;

    filter:
        grayscale(0.88)
        invert(0.91)
        contrast(0.86)
        brightness(0.70);

    transition: filter 500ms ease;
}

.tvs-map-wrap:hover .tvs-map {
    filter:
        grayscale(0.55)
        invert(0.91)
        contrast(0.90)
        brightness(0.78);
}

/* Map label */

.tvs-map-label {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 3;

    display: grid;
    gap: 5px;

    padding: 17px 20px;

    border: 1px solid rgba(198, 161, 91, 0.65);

    background: rgba(12, 12, 13, 0.92);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);

    backdrop-filter: blur(10px);
}

.tvs-map-label span {
    color: var(--tvs-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tvs-map-label strong {
    color: var(--tvs-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.05;
}

/* Map decorative corners */

.tvs-map-corner {
    position: absolute;
    z-index: 2;

    width: 50px;
    height: 50px;

    pointer-events: none;
}

.tvs-map-corner-top {
    top: 18px;
    left: 18px;

    border-top: 1px solid var(--tvs-gold);
    border-left: 1px solid var(--tvs-gold);
}

.tvs-map-corner-bottom {
    right: 18px;
    bottom: 18px;

    border-right: 1px solid var(--tvs-gold);
    border-bottom: 1px solid var(--tvs-gold);
}

/* =====================================================
   DETAILS
===================================================== */

.tvs-details {
    display: flex;
    flex-direction: column;

    padding: 45px 40px;

    background:
        linear-gradient(
            145deg,
            rgba(34, 34, 37, 0.96),
            rgba(12, 12, 13, 0.98)
        );
}

.tvs-details-heading {
    margin-bottom: 25px;
}

.tvs-details-heading > span {
    display: block;

    margin-bottom: 10px;

    color: var(--tvs-gold);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tvs-details-heading h3 {
    margin: 0;

    color: var(--tvs-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.95;
    text-transform: none;
}

.tvs-details-heading h3 em {
    display: block;

    color: var(--tvs-gold);

    font-weight: 500;
}

/* =====================================================
   INFORMATION ITEMS
===================================================== */

.tvs-info-item {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 15px;

    padding: 20px 0;

    border-top: 1px solid rgba(85, 71, 49, 0.75);
}

.tvs-info-number {
    color: var(--tvs-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;
}

.tvs-info-content {
    display: grid;
    gap: 7px;
}

.tvs-info-content > span {
    color: var(--tvs-gold);

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tvs-info-content address,
.tvs-info-content p {
    margin: 0;

    color: var(--tvs-grey);

    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
}

.tvs-info-content p strong {
    color: var(--tvs-ivory);

    font-weight: 500;
}

.tvs-info-content > a {
    width: fit-content;

    color: var(--tvs-ivory) !important;

    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;

    transition: color 200ms ease;
}

.tvs-info-content > a:hover {
    color: var(--tvs-gold) !important;
}

/* =====================================================
   BUTTONS
===================================================== */

.tvs-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    margin-top: auto;
    padding-top: 25px;

    border-top: 1px solid rgba(85, 71, 49, 0.75);
}

.tvs-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 13px 11px;

    border: 1px solid var(--tvs-gold);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        transform 220ms ease;
}

.tvs-button span {
    font-size: 14px;
    font-weight: 500;
}

.tvs-button:hover {
    transform: translateY(-2px);
}

.tvs-directions {
    background: var(--tvs-gold);
    color: var(--tvs-black) !important;
}

.tvs-directions:hover {
    border-color: var(--tvs-oxblood);

    background: var(--tvs-oxblood);
    color: var(--tvs-ivory) !important;
}

.tvs-appointment {
    background: transparent;
    color: var(--tvs-ivory) !important;
}

.tvs-appointment:hover {
    border-color: var(--tvs-oxblood);

    background: var(--tvs-oxblood);
    color: var(--tvs-ivory) !important;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .tvs-section {
        padding: 90px 25px;
    }

    .tvs-layout {
        grid-template-columns: minmax(0, 1fr) 390px;
    }

    .tvs-details {
        padding: 38px 30px;
    }
}

/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 850px) {

    .tvs-layout {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .tvs-map-wrap {
        min-height: 500px;

        border-right: 0;
        border-bottom: 1px solid rgba(85, 71, 49, 0.85);
    }

    .tvs-map {
        min-height: 500px;
    }

    .tvs-details {
        min-height: 560px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .tvs-section {
        padding: 65px 16px;
    }

    .tvs-header {
        margin-bottom: 38px;
    }

    .tvs-eyebrow {
        gap: 10px;

        margin-bottom: 15px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .tvs-eyebrow span {
        width: 24px;
    }

    .tvs-header h2 {
        font-size: clamp(45px, 13vw, 60px);
        line-height: 0.97;
    }

    .tvs-header > p {
        margin-top: 17px;

        font-size: 14px;
        line-height: 1.7;
    }

    .tvs-map-wrap,
    .tvs-map {
        min-height: 390px;
    }

    .tvs-map-label {
        bottom: 16px;
        left: 16px;

        padding: 14px 16px;
    }

    .tvs-map-label strong {
        font-size: 20px;
    }

    .tvs-map-corner {
        width: 36px;
        height: 36px;
    }

    .tvs-map-corner-top {
        top: 12px;
        left: 12px;
    }

    .tvs-map-corner-bottom {
        right: 12px;
        bottom: 12px;
    }

    .tvs-details {
        min-height: 0;

        padding: 31px 20px 24px;
    }

    .tvs-details-heading h3 {
        font-size: 40px;
    }

    .tvs-info-item {
        grid-template-columns: 37px minmax(0, 1fr);
        gap: 11px;

        padding: 17px 0;
    }

    .tvs-info-content address,
    .tvs-info-content p {
        font-size: 13px;
    }

    .tvs-info-content > a {
        font-size: 23px;
    }

    .tvs-actions {
        margin-top: 5px;
        padding-top: 21px;
    }

    .tvs-button {
        min-height: 50px;

        padding: 12px 9px;

        font-size: 8px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .tvs-map-wrap,
    .tvs-map {
        min-height: 340px;
    }

    .tvs-details {
        padding-right: 16px;
        padding-left: 16px;
    }

    .tvs-actions {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55e74b3b *//* =====================================================
   TIGER TATTOO — FAQ SECTION
===================================================== */

:root {
    --tfaq-black: #0C0C0D;
    --tfaq-surface: #171719;
    --tfaq-card: #222225;
    --tfaq-gold: #C6A15B;
    --tfaq-oxblood: #6E1F2A;
    --tfaq-ivory: #F2EDE3;
    --tfaq-grey: #AAA6A0;
    --tfaq-border: #554731;
}

.tfaq-section,
.tfaq-section * {
    box-sizing: border-box;
}

.tfaq-section {
    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 115px 30px;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(198, 161, 91, 0.06),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(110, 31, 42, 0.07),
            transparent 30%
        ),
        var(--tfaq-surface);

    color: var(--tfaq-ivory);
    font-family: "Manrope", sans-serif;
}

/* Background grain */

.tfaq-section::before {
    position: absolute;
    inset: 0;

    opacity: 0.025;
    pointer-events: none;

    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 3px,
            rgba(255, 255, 255, 0.8) 4px
        );

    content: "";
}

.tfaq-container {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(60px, 8vw, 110px);
    align-items: start;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
}

/* =====================================================
   INTRODUCTION
===================================================== */

.tfaq-introduction {
    position: sticky;
    top: 100px;

    width: 100%;
}

.tfaq-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;

    color: var(--tfaq-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tfaq-eyebrow span {
    width: 37px;
    height: 1px;
    flex: 0 0 auto;

    background: var(--tfaq-gold);
}

.tfaq-introduction h2 {
    max-width: 530px;
    margin: 0;

    color: var(--tfaq-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(55px, 5.3vw, 78px);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 0.95;
    text-transform: none;
}

.tfaq-introduction h2 em {
    display: block;

    color: var(--tfaq-gold);

    font-weight: 500;
}

.tfaq-decoration {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 12px;

    margin: 14px 0 9px;

    color: var(--tfaq-gold);
}

.tfaq-decoration span {
    width: 51px;
    height: 1px;

    background: var(--tfaq-gold);
}

.tfaq-decoration b {
    font-size: 10px;
    font-weight: 400;
}

.tfaq-introduction > p {
    max-width: 500px;
    margin: 0;

    color: var(--tfaq-grey);

    font-size: 15px;
    line-height: 1.8;
}

/* =====================================================
   WHATSAPP CONTACT BOX
===================================================== */

.tfaq-contact-box {
    display: grid;
    gap: 9px;

    margin-top: 35px;
    padding: 24px;

    border: 1px solid rgba(85, 71, 49, 0.85);

    background:
        linear-gradient(
            135deg,
            rgba(34, 34, 37, 0.94),
            rgba(12, 12, 13, 0.97)
        );
}

.tfaq-contact-box > span {
    color: var(--tfaq-gold);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tfaq-contact-box > p {
    margin: 0;

    color: var(--tfaq-grey);

    font-size: 12px;
    line-height: 1.65;
}

.tfaq-whatsapp {
    display: inline-flex;
    width: fit-content;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-top: 9px;
    padding: 13px 19px;

    border: 1px solid var(--tfaq-gold);

    background: var(--tfaq-gold);
    color: var(--tfaq-black) !important;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 1.3;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        transform 220ms ease;
}

.tfaq-whatsapp span {
    font-size: 14px;
    font-weight: 500;
}

.tfaq-whatsapp:hover {
    border-color: var(--tfaq-oxblood);

    background: var(--tfaq-oxblood);
    color: var(--tfaq-ivory) !important;

    transform: translateY(-2px);
}

/* =====================================================
   ACCORDION
===================================================== */

.tfaq-accordion {
    width: 100%;

    border-top: 1px solid rgba(85, 71, 49, 0.88);
}

.tfaq-item {
    position: relative;

    overflow: hidden;

    border-right: 1px solid rgba(85, 71, 49, 0.88);
    border-bottom: 1px solid rgba(85, 71, 49, 0.88);
    border-left: 1px solid rgba(85, 71, 49, 0.88);

    background:
        linear-gradient(
            135deg,
            rgba(34, 34, 37, 0.76),
            rgba(12, 12, 13, 0.88)
        );

    transition:
        background-color 250ms ease,
        border-color 250ms ease;
}

.tfaq-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2px;

    background: var(--tfaq-gold);

    content: "";

    transform: scaleY(0);
    transform-origin: top;

    transition: transform 300ms ease;
}

.tfaq-item.active {
    border-color: rgba(198, 161, 91, 0.65);

    background:
        linear-gradient(
            135deg,
            rgba(39, 39, 42, 0.96),
            rgba(15, 15, 17, 0.98)
        );
}

.tfaq-item.active::before {
    transform: scaleY(1);
}

/* Question */

.tfaq-question {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) 42px;
    gap: 16px;
    align-items: center;

    width: 100%;
    min-height: 90px;

    padding: 20px 24px;

    border: 0;

    background: transparent;
    color: var(--tfaq-ivory);

    cursor: pointer;
    text-align: left;
}

.tfaq-number {
    color: var(--tfaq-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 500;
}

.tfaq-question-text {
    color: var(--tfaq-ivory);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.15;
}

/* Plus and minus button */

.tfaq-toggle {
    position: relative;

    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;

    border: 1px solid rgba(198, 161, 91, 0.60);

    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        transform 300ms ease;
}

.tfaq-toggle::before,
.tfaq-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 13px;
    height: 1px;

    background: var(--tfaq-gold);

    content: "";

    transform: translate(-50%, -50%);

    transition:
        background-color 220ms ease,
        transform 300ms ease;
}

.tfaq-toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.tfaq-item.active .tfaq-toggle {
    border-color: var(--tfaq-gold);

    background: var(--tfaq-gold);
}

.tfaq-item.active .tfaq-toggle::before {
    background: var(--tfaq-black);
}

.tfaq-item.active .tfaq-toggle::after {
    background: var(--tfaq-black);

    transform:
        translate(-50%, -50%)
        rotate(0deg);
}

/* Answer */

.tfaq-answer {
    display: grid;
    grid-template-rows: 0fr;

    visibility: hidden;

    transition:
        grid-template-rows 350ms ease,
        visibility 350ms ease;
}

.tfaq-item.active .tfaq-answer {
    grid-template-rows: 1fr;

    visibility: visible;
}

.tfaq-answer-inner {
    min-height: 0;
    overflow: hidden;
}

.tfaq-answer-inner p {
    max-width: 720px;

    margin: 0;
    padding: 0 80px 27px 85px;

    color: var(--tfaq-grey);

    font-size: 14px;
    line-height: 1.75;
}

/* Focus state */

.tfaq-question:focus-visible {
    outline: 1px solid var(--tfaq-gold);
    outline-offset: -4px;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .tfaq-section {
        padding: 90px 25px;
    }

    .tfaq-container {
        grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
        gap: 55px;
    }

    .tfaq-question {
        grid-template-columns: 38px minmax(0, 1fr) 40px;

        padding-right: 19px;
        padding-left: 19px;
    }

    .tfaq-answer-inner p {
        padding-right: 65px;
        padding-left: 73px;
    }
}

/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 850px) {

    .tfaq-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .tfaq-introduction {
        position: relative;
        top: auto;

        max-width: 700px;
    }

    .tfaq-contact-box {
        max-width: 500px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .tfaq-section {
        padding: 65px 16px;
    }

    .tfaq-container {
        gap: 40px;
    }

    .tfaq-eyebrow {
        gap: 10px;

        margin-bottom: 17px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .tfaq-eyebrow span {
        width: 25px;
    }

    .tfaq-introduction h2 {
        font-size: clamp(45px, 13vw, 60px);
        line-height: 0.97;
    }

    .tfaq-decoration {
        height: 34px;
        margin: 11px 0 8px;
    }

    .tfaq-introduction > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .tfaq-contact-box {
        margin-top: 27px;
        padding: 20px;
    }

    .tfaq-whatsapp {
        width: 100%;
    }

    .tfaq-question {
        grid-template-columns: 31px minmax(0, 1fr) 36px;
        gap: 10px;

        min-height: 78px;

        padding: 17px 13px;
    }

    .tfaq-number {
        font-size: 16px;
    }

    .tfaq-question-text {
        font-size: 22px;
        line-height: 1.1;
    }

    .tfaq-toggle {
        width: 34px;
        height: 34px;
    }

    .tfaq-answer-inner p {
        padding: 0 49px 22px 54px;

        font-size: 13px;
        line-height: 1.7;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .tfaq-question {
        grid-template-columns: 27px minmax(0, 1fr) 32px;
        gap: 8px;

        padding-right: 10px;
        padding-left: 10px;
    }

    .tfaq-question-text {
        font-size: 20px;
    }

    .tfaq-toggle {
        width: 31px;
        height: 31px;
    }

    .tfaq-answer-inner p {
        padding-right: 42px;
        padding-left: 45px;

        font-size: 12.5px;
    }
}

/* =====================================================
   MOBILE FAQ — COMPLETE QUESTION WRAPPING FIX
   Paste at the very end of existing FAQ CSS
===================================================== */

@media (max-width: 767px) {

    /* Horizontal scrolling remove */
    #frequently-asked-questions,
    #frequently-asked-questions .tfaq-container,
    #frequently-asked-questions .tfaq-accordion,
    #frequently-asked-questions .tfaq-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        overflow-x: hidden !important;
    }

    /* Question button layout */
    #frequently-asked-questions .tfaq-question {
        display: grid !important;
        grid-template-columns:
            25px
            minmax(0, 1fr)
            34px !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 82px !important;

        align-items: center !important;
        gap: 9px !important;

        padding: 15px 11px !important;

        overflow: hidden !important;
    }

    /* Question number */
    #frequently-asked-questions .tfaq-number {
        width: 25px !important;
        min-width: 25px !important;

        font-size: 14px !important;
    }

    /* Complete question wrapping */
    #frequently-asked-questions .tfaq-question-text {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        overflow: visible !important;

        color: #F2EDE3 !important;

        font-size: 18px !important;
        line-height: 1.22 !important;

        text-align: left !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
        text-overflow: clip !important;

        -webkit-line-clamp: unset !important;
    }

    /* Plus/minus icon */
    #frequently-asked-questions .tfaq-toggle {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;

        justify-self: end !important;
    }

    /* Answer alignment */
    #frequently-asked-questions .tfaq-answer-inner p {
        width: 100% !important;
        max-width: none !important;

        padding:
            0
            50px
            22px
            45px !important;

        font-size: 13px !important;
        line-height: 1.7 !important;
    }
}

/* Extra-small mobile */

@media (max-width: 390px) {

    #frequently-asked-questions .tfaq-question {
        grid-template-columns:
            23px
            minmax(0, 1fr)
            32px !important;

        gap: 7px !important;

        padding-right: 9px !important;
        padding-left: 9px !important;
    }

    #frequently-asked-questions .tfaq-question-text {
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    #frequently-asked-questions .tfaq-toggle {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
    }

    #frequently-asked-questions .tfaq-answer-inner p {
        padding-right: 45px !important;
        padding-left: 39px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3909dc31 *//* =====================================================
   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 */