.elementor-20521 .elementor-element.elementor-element-a34cd7a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20521 .elementor-element.elementor-element-ee66819{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5931cd3 *//* =========================================
   AGAINST THE GRAIN — CODY ARTIST HERO
========================================= */

.atg-artist-hero {
    --atg-black: #050505;
    --atg-black-soft: #0a0a0a;
    --atg-cream: #f4efe6;
    --atg-gold: #b48a43;
    --atg-muted: #bbb4aa;

    --atg-neon-blue: #00e5ff;
    --atg-neon-purple: #8a2be2;
    --atg-neon-pink: #ff2d95;
    --atg-neon-orange: #ffb800;

    position: relative;
    isolation: isolate;
    overflow: hidden;

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

    display: flex;
    align-items: center;

    padding: 72px 0 82px;

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

.atg-artist-hero *,
.atg-artist-hero *::before,
.atg-artist-hero *::after {
    box-sizing: border-box;
}


/* =========================================
   BACKGROUND
========================================= */

.atg-artist-hero__background {
    position: absolute;
    inset: -4%;
    z-index: -4;

    background:
        url("https://atgtattoos.com/wp-content/uploads/2026/08/443757C7-3C0A-4346-9DE3-9C03D38AA20B_1_201_a.jpeg")
        center 36% / cover no-repeat;

    filter:
        saturate(0.72)
        contrast(1.04)
        blur(3px);

    opacity: 0.32;

    transform: scale(1.08);
}

.atg-artist-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -3;

    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.5),
            rgba(5, 5, 5, 0.74) 48%,
            rgba(5, 5, 5, 0.91)
        ),
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.12),
            rgba(5, 5, 5, 0.64)
        );
}

.atg-artist-hero__glow {
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        radial-gradient(
            circle at 18% 45%,
            rgba(138, 43, 226, 0.11),
            transparent 34%
        ),
        radial-gradient(
            circle at 76% 38%,
            rgba(0, 229, 255, 0.055),
            transparent 32%
        ),
        radial-gradient(
            circle at 62% 82%,
            rgba(255, 45, 149, 0.045),
            transparent 30%
        );

    pointer-events: none;
}

.atg-artist-hero::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    height: 160px;

    background:
        linear-gradient(
            180deg,
            transparent,
            var(--atg-black)
        );

    pointer-events: none;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.atg-artist-hero__container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1450px;

    margin: 0 auto;
    padding: 0 40px;

    display: grid;
    grid-template-columns:
        minmax(420px, 0.88fr)
        minmax(520px, 1.12fr);

    align-items: center;

    gap: clamp(44px, 6vw, 96px);
}


/* =========================================
   PORTRAIT
========================================= */

.atg-artist-hero__portrait {
    position: relative;
    overflow: hidden;

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

    background: #0a0a0a;

    border: 1px solid rgba(180, 138, 67, 0.52);

    box-shadow:
        0 32px 78px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(138, 43, 226, 0.05);
}

.atg-artist-hero__portrait::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 60%,
            rgba(5, 5, 5, 0.12)
        );

    pointer-events: none;
}

.atg-artist-hero__portrait img {
    display: block;

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

    object-fit: cover;
    object-position: center 35%;

    filter:
        brightness(0.96)
        saturate(0.96)
        contrast(1.02);

    transform: scale(1.01);

    transition:
        transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
        filter 0.5s ease;
}

.atg-artist-hero__portrait:hover img {
    filter:
        brightness(1)
        saturate(1.03)
        contrast(1.02);

    transform: scale(1.045);
}


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

.atg-artist-hero__card {
    position: relative;
    overflow: hidden;

    padding: clamp(42px, 5vw, 70px);

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.96),
            rgba(6, 6, 6, 0.9)
        );

    border: 1px solid rgba(180, 138, 67, 0.5);

    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.atg-artist-hero__card::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            125deg,
            rgba(0, 229, 255, 0.035),
            transparent 34%,
            transparent 66%,
            rgba(255, 45, 149, 0.055)
        );

    pointer-events: none;
}

.atg-artist-hero__card > * {
    position: relative;
    z-index: 2;
}


/* =========================================
   TYPOGRAPHY
========================================= */

.atg-artist-hero__eyebrow {
    margin: 0 0 16px;

    color: var(--atg-gold);

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.atg-artist-hero h1 {
    margin: 0 0 28px;

    color: var(--atg-cream);

    font-size: clamp(70px, 7vw, 112px);
    font-weight: 700;
    line-height: 0.88;

    letter-spacing: -0.055em;
}

.atg-artist-hero__description {
    max-width: 720px;

    margin: 35px 0 0;

    color: var(--atg-muted);

    font-size: 18px;
    line-height: 1.75;
}


/* =========================================
   STYLE TAGS
========================================= */

.atg-artist-hero__styles {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;
}

.atg-artist-hero__styles span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 12px 17px;

    color: var(--atg-cream);
    background: rgba(255, 255, 255, 0.015);

    border: 1px solid rgba(180, 138, 67, 0.5);

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

    letter-spacing: 0.13em;
    text-transform: uppercase;
}


/* =========================================
   BOOKING AREA
========================================= */

.atg-artist-hero__booking {
    margin-top: 40px;
    padding-top: 30px;

    border-top: 1px solid rgba(180, 138, 67, 0.25);
}

.atg-artist-hero__booking > p {
    margin: 0 0 18px;

    color: var(--atg-gold);

    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: 0.21em;
    text-transform: uppercase;
}

.atg-artist-hero__buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}


/* =========================================
   EXISTING NEON BUTTON SYSTEM
========================================= */

.atg-artist-hero__button {
    position: relative;
    overflow: hidden;
    isolation: isolate;

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

    min-height: 52px;
    padding: 15px 27px;

    color: var(--atg-cream);
    background: transparent;

    border: 1px solid var(--atg-gold);

    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

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

    letter-spacing: 0.12em;

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

.atg-artist-hero__button::before {
    content: "";

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

    background:
        linear-gradient(
            90deg,
            var(--atg-neon-blue),
            var(--atg-neon-purple),
            var(--atg-neon-pink),
            var(--atg-neon-orange),
            var(--atg-neon-blue)
        );

    background-size: 300% 100%;

    opacity: 0;

    transition: opacity 0.3s ease;
}

.atg-artist-hero__button:hover,
.atg-artist-hero__button:focus-visible {
    color: #ffffff;
    border-color: transparent;

    transform: translateY(-2px);

    box-shadow:
        0 8px 24px rgba(138, 43, 226, 0.22),
        0 0 20px rgba(255, 45, 149, 0.16);
}

.atg-artist-hero__button:hover::before,
.atg-artist-hero__button:focus-visible::before {
    opacity: 1;

    animation:
        atgArtistHeroButtonGradient
        2.5s
        linear
        infinite;
}

.atg-artist-hero__button:focus-visible {
    outline: 2px solid var(--atg-neon-blue);
    outline-offset: 5px;
}

@keyframes atgArtistHeroButtonGradient {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 300% 50%;
    }
}


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

@media (max-width: 1050px) {

    .atg-artist-hero {
        min-height: auto;

        padding: 60px 0 72px;
    }

    .atg-artist-hero__container {
        padding: 0 28px;

        grid-template-columns:
            minmax(320px, 0.85fr)
            minmax(390px, 1.15fr);

        gap: 34px;
    }

    .atg-artist-hero__portrait,
    .atg-artist-hero__portrait img {
        min-height: 560px;
    }

    .atg-artist-hero__card {
        padding: 42px 36px;
    }

    .atg-artist-hero h1 {
        font-size: clamp(64px, 8vw, 86px);
    }

    .atg-artist-hero__description {
        font-size: 16px;
        line-height: 1.7;
    }

}


/* =========================================
   TABLET PORTRAIT / MOBILE STACK
========================================= */

@media (max-width: 820px) {

    .atg-artist-hero {
        padding: 34px 0 64px;
    }

    .atg-artist-hero__container {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .atg-artist-hero__portrait {
        min-height: 620px;
    }

    .atg-artist-hero__portrait img {
        min-height: 620px;

        object-position: center 30%;
    }

    .atg-artist-hero__card {
        padding: 42px 34px;
    }

}


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

@media (max-width: 650px) {

    .atg-artist-hero {
        padding: 20px 0 52px;
    }

    .atg-artist-hero__container {
        padding: 0 18px;

        gap: 12px;
    }

    .atg-artist-hero__background {
        opacity: 0.18;
    }

    .atg-artist-hero__portrait {
        min-height: 0;

        aspect-ratio: 4 / 5;
    }

    .atg-artist-hero__portrait img {
        min-height: 0;
        height: 100%;

        object-position: center 30%;
    }

    .atg-artist-hero__card {
        padding: 32px 22px;
    }

    .atg-artist-hero h1 {
        margin-bottom: 23px;

        font-size: clamp(60px, 20vw, 82px);
    }

    .atg-artist-hero__styles {
        gap: 8px;
    }

    .atg-artist-hero__styles span {
        min-height: 40px;
        padding: 11px 13px;

        font-size: 10px;
    }

    .atg-artist-hero__description {
        margin-top: 28px;

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

    .atg-artist-hero__booking {
        margin-top: 30px;
        padding-top: 25px;
    }

    .atg-artist-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;

        width: 100%;
    }

    .atg-artist-hero__button {
        width: 100%;
    }

}


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

@media (max-width: 390px) {

    .atg-artist-hero__card {
        padding: 28px 18px;
    }

    .atg-artist-hero h1 {
        font-size: 58px;
    }

}


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

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

    .atg-artist-hero__portrait img,
    .atg-artist-hero__button,
    .atg-artist-hero__button::before {
        animation: none !important;
        transition: none !important;
    }

    .atg-artist-hero__portrait:hover img,
    .atg-artist-hero__button:hover,
    .atg-artist-hero__button:focus-visible {
        transform: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47f22f4 *//* =========================================
   ARTIST CTA
========================================= */

.atg-artist-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    padding: 120px 0;

    background:
        linear-gradient(
            180deg,
            #050505,
            #090909,
            #050505
        );
}

.atg-artist-cta__container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 980px;

    margin: 0 auto;
    padding: 0 30px;

    text-align: center;
}

.atg-artist-cta__eyebrow {
    margin: 0 0 18px;

    color: #b48a43;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.22em;
    text-transform: uppercase;

    text-align: center;
}

.atg-artist-cta h2 {
    margin: 0;

    color: #f4efe6;

    font-size: clamp(54px, 6vw, 88px);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.05em;

    text-align: center;
}

.atg-artist-cta__neon {
    display: inline-block;

    background:
        linear-gradient(
            90deg,
            #00e5ff,
            #8a2be2,
            #ff2d95,
            #ffb800,
            #00e5ff
        );

    background-size: 300% 100%;

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;

    animation:
        atgCTAFlow
        7s
        linear
        infinite;
}

.atg-artist-cta__copy {
    width: 100%;
    max-width: 640px;

    margin: 30px auto 42px;

    color: #bbb4aa;

    font-size: 18px;
    line-height: 1.8;

    text-align: center;
}

.atg-artist-cta__buttons {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 18px;
    flex-wrap: wrap;
}

.atg-artist-cta__glow {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 900px;
    height: 500px;

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

    background:
        radial-gradient(
            circle,
            rgba(138, 43, 226, 0.12),
            transparent 62%
        ),
        radial-gradient(
            circle at 70% 30%,
            rgba(0, 229, 255, 0.08),
            transparent 45%
        );

    filter: blur(45px);

    pointer-events: none;
}

@keyframes atgCTAFlow {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 300% 50%;
    }
}


/* =========================================
   CTA BUTTONS
========================================= */

.atg-artist-cta__button {
    position: relative;
    overflow: hidden;
    isolation: isolate;

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

    min-height: 52px;
    padding: 15px 27px;

    color: #f4efe6;
    background: transparent;

    border: 1px solid #b48a43;

    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;

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

.atg-artist-cta__button::before {
    content: "";

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

    background:
        linear-gradient(
            90deg,
            #00e5ff,
            #8a2be2,
            #ff2d95,
            #ffb800,
            #00e5ff
        );

    background-size: 300% 100%;

    opacity: 0;

    transition:
        opacity 0.3s ease;
}

.atg-artist-cta__button:hover,
.atg-artist-cta__button:focus-visible {
    color: #ffffff;

    border-color: transparent;

    transform: translateY(-2px);

    box-shadow:
        0 8px 24px rgba(138, 43, 226, 0.22),
        0 0 20px rgba(255, 45, 149, 0.16);
}

.atg-artist-cta__button:hover::before,
.atg-artist-cta__button:focus-visible::before {
    opacity: 1;

    animation:
        atgArtistCTAButtonFlow
        2.5s
        linear
        infinite;
}

.atg-artist-cta__button:focus-visible {
    outline: 2px solid #00e5ff;
    outline-offset: 5px;
}


/* Secondary Button */

.atg-artist-cta__button--secondary {
    border-color: rgba(180, 138, 67, 0.45);
}

.atg-artist-cta__button--secondary:hover,
.atg-artist-cta__button--secondary:focus-visible {
    border-color: transparent;
}

@keyframes atgArtistCTAButtonFlow {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 300% 50%;
    }
}


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

@media (max-width: 768px) {

    .atg-artist-cta {
        padding: 80px 0;
    }

    .atg-artist-cta h2 {
        font-size: 48px;
    }

    .atg-artist-cta__copy {
        font-size: 16px;
    }

}

@media (max-width: 650px) {

    .atg-artist-cta__container {
        padding: 0 18px;
    }

    .atg-artist-cta__buttons {
        flex-direction: column;
    }

    .atg-artist-cta__button {
        width: 100%;
    }

}/* End custom CSS */