.elementor-20544 .elementor-element.elementor-element-4782e01{--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-20544 .elementor-element.elementor-element-51d28b9{--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-dfa60af *//* =========================================
   AGAINST THE GRAIN — SHARED ARTIST PAGES
========================================= */

.atg-artist-hero,
.atg-artist-gallery {
    --atg-black: #050505;
    --atg-black-soft: #090909;
    --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;
}

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


/* HERO */

.atg-artist-hero {
    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__background {
    position: absolute;
    inset: -4%;
    z-index: -4;
    background: var(--atg-artist-portrait) center 36% / cover no-repeat;
    filter: saturate(.72) contrast(1.04) blur(3px);
    opacity: .32;
    transform: scale(1.08);
}

.atg-artist-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(5,5,5,.5), rgba(5,5,5,.74) 48%, rgba(5,5,5,.91)),
        linear-gradient(180deg, rgba(5,5,5,.12), rgba(5,5,5,.64));
}

.atg-artist-hero__glow {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 18% 45%, rgba(138,43,226,.11), transparent 34%),
        radial-gradient(circle at 76% 38%, rgba(0,229,255,.055), transparent 32%),
        radial-gradient(circle at 62% 82%, rgba(255,45,149,.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;
}

.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,.88fr) minmax(520px,1.12fr);
    align-items: center;
    gap: clamp(44px,6vw,96px);
}

.atg-artist-hero__portrait {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 640px;
    background: #0a0a0a;
    border: 1px solid rgba(180,138,67,.52);
    box-shadow: 0 32px 78px rgba(0,0,0,.5), 0 0 30px rgba(138,43,226,.05);
}

.atg-artist-hero__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: center 35%;
    filter: brightness(.96) saturate(.96) contrast(1.02);
    transform: scale(1.002);
    transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

@media (hover:hover) and (pointer:fine) {
    .atg-artist-hero__portrait:hover img {
        filter: brightness(1) saturate(1.02) contrast(1.02);
        transform: scale(1.018);
    }
}

.atg-artist-hero__card {
    position: relative;
    overflow: hidden;
    padding: clamp(42px,5vw,70px);
    background: linear-gradient(145deg, rgba(12,12,12,.96), rgba(6,6,6,.9));
    border: 1px solid rgba(180,138,67,.5);
    box-shadow: 0 30px 72px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.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,.035), transparent 34%, transparent 66%, rgba(255,45,149,.055));
    pointer-events: none;
}

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

.atg-artist-hero__eyebrow,
.atg-artist-gallery__eyebrow {
    margin: 0 0 16px;
    color: var(--atg-gold);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .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: .88;
    letter-spacing: -.055em;
}

.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,.015);
    border: 1px solid rgba(180,138,67,.5);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.atg-artist-hero__description {
    max-width: 720px;
    margin: 35px 0 0;
    color: var(--atg-muted);
    font-size: 18px;
    line-height: 1.75;
}

.atg-artist-hero__booking {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(180,138,67,.25);
}

.atg-artist-hero__booking > p {
    margin: 0 0 18px;
    color: var(--atg-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .21em;
    text-transform: uppercase;
}

.atg-artist-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.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: .12em;
    transition: color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .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 .3s ease;
}

.atg-artist-hero__button:hover,
.atg-artist-hero__button:focus-visible {
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(138,43,226,.22), 0 0 20px rgba(255,45,149,.16);
}

.atg-artist-hero__button:hover::before,
.atg-artist-hero__button:focus-visible::before {
    opacity: 1;
    animation: atgArtistButton 2.5s linear infinite;
}

@keyframes atgArtistButton {
    from { background-position: 0% 50%; }
    to { background-position: 300% 50%; }
}


/* GALLERY */

.atg-artist-gallery {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 90px 0 105px;
    color: var(--atg-cream);
    background: linear-gradient(180deg, #050505 0%, #090909 50%, #050505 100%);
}

.atg-artist-gallery::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: .18;
    pointer-events: none;
}

.atg-artist-gallery__glow {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    width: min(1180px,94vw);
    height: 580px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 24% 40%, rgba(138,43,226,.1), transparent 36%),
        radial-gradient(circle at 76% 42%, rgba(0,229,255,.065), transparent 34%),
        radial-gradient(circle at 52% 82%, rgba(255,45,149,.045), transparent 32%);
    filter: blur(22px);
    pointer-events: none;
}

.atg-artist-gallery__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 40px;
}

.atg-artist-gallery__header {
    margin-bottom: 44px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(320px,.62fr);
    align-items: end;
    gap: clamp(44px,7vw,100px);
}

.atg-artist-gallery h2 {
    margin: 0;
    color: var(--atg-cream);
    font-size: clamp(50px,5.6vw,80px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.045em;
}

.atg-artist-gallery__neon {
    display: inline-block;
    color: transparent;
    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%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: atgArtistGalleryNeon 7s linear infinite;
}

@keyframes atgArtistGalleryNeon {
    from { background-position: 0% 50%; }
    to { background-position: 300% 50%; }
}

.atg-artist-gallery__intro {
    max-width: 570px;
    margin: 0;
    color: var(--atg-muted);
    font-size: 16px;
    line-height: 1.75;
}

.atg-artist-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-template-areas:
        "one one two"
        "one one three"
        "four five six";
    grid-template-rows:
        minmax(300px,34vw)
        minmax(300px,34vw)
        minmax(320px,29vw);
    gap: 12px;
}

.atg-artist-gallery__piece {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    color: var(--atg-cream);
    background: #0b0b0b;
    border: 1px solid rgba(180,138,67,.34);
    text-decoration: none;
    box-shadow: 0 20px 48px rgba(0,0,0,.4);
    transition: border-color .35s ease, box-shadow .35s ease;
}

.atg-artist-gallery__piece:nth-child(1) { grid-area: one; }
.atg-artist-gallery__piece:nth-child(2) { grid-area: two; }
.atg-artist-gallery__piece:nth-child(3) { grid-area: three; }
.atg-artist-gallery__piece:nth-child(4) { grid-area: four; }
.atg-artist-gallery__piece:nth-child(5) { grid-area: five; }
.atg-artist-gallery__piece:nth-child(6) { grid-area: six; }

.atg-artist-gallery__piece img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.94) saturate(1.02) contrast(1.03);
    transform: scale(1.002);
    transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.atg-artist-gallery__piece::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 48%, rgba(5,5,5,.14) 66%, rgba(5,5,5,.9) 100%);
    pointer-events: none;
}

.atg-artist-gallery__piece::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(125deg, rgba(0,229,255,.04), transparent 35%, transparent 65%, rgba(255,45,149,.055));
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.atg-artist-gallery__piece-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--atg-gold);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .14em;
    transition: color .3s ease;
}

.atg-artist-gallery__piece-overlay > span:last-child {
    font-size: 15px;
}

@media (hover:hover) and (pointer:fine) {
    .atg-artist-gallery__piece:hover {
        border-color: rgba(244,239,230,.58);
        box-shadow: 0 22px 52px rgba(0,0,0,.46), 0 0 14px rgba(138,43,226,.07);
    }

    .atg-artist-gallery__piece:hover img {
        filter: brightness(.99) saturate(1.06) contrast(1.03);
        transform: scale(1.018);
    }

    .atg-artist-gallery__piece:hover::before {
        opacity: .65;
    }

    .atg-artist-gallery__piece:hover .atg-artist-gallery__piece-overlay {
        color: var(--atg-cream);
    }
}


/* 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,.85fr) minmax(390px,1.15fr);
        gap: 34px;
    }

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

    .atg-artist-gallery {
        padding: 78px 0 88px;
    }

    .atg-artist-gallery__container {
        padding: 0 28px;
    }

    .atg-artist-gallery__header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .atg-artist-gallery__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-template-areas:
            "one one"
            "two three"
            "four five"
            "six six";
        grid-template-rows:
            minmax(440px,66vw)
            minmax(320px,48vw)
            minmax(320px,48vw)
            minmax(360px,52vw);
    }
}


/* TABLET PORTRAIT */

@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,
    .atg-artist-hero__portrait img {
        min-height: 620px;
    }
}


/* MOBILE */

@media (max-width:650px) {
    .atg-artist-hero {
        padding: 20px 0 52px;
    }

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

    .atg-artist-hero__portrait {
        min-height: 0;
        aspect-ratio: 4/5;
    }

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

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

    .atg-artist-hero h1 {
        font-size: clamp(60px,20vw,82px);
    }

    .atg-artist-hero__description {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-artist-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

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

    .atg-artist-gallery {
        padding: 62px 0 72px;
    }

    .atg-artist-gallery__header {
        margin-bottom: 30px;
    }

    .atg-artist-gallery h2 {
        font-size: 44px;
    }

    .atg-artist-gallery__intro {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-artist-gallery__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "one"
            "two"
            "three"
            "four"
            "five"
            "six";
        grid-template-rows: none;
        grid-auto-rows: auto;
    }

    .atg-artist-gallery__piece {
        width: 100%;
        aspect-ratio: 4/5;
    }

    .atg-artist-gallery__piece:nth-child(1),
    .atg-artist-gallery__piece:nth-child(6) {
        aspect-ratio: 4/3;
    }
}


@media (prefers-reduced-motion:reduce) {
    .atg-artist-hero__portrait img,
    .atg-artist-hero__button,
    .atg-artist-hero__button::before,
    .atg-artist-gallery__neon,
    .atg-artist-gallery__piece,
    .atg-artist-gallery__piece img,
    .atg-artist-gallery__piece::before {
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3802c5 *//* =========================================
   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:auto;
    padding:0 30px;

    text-align:center;

}

.atg-artist-cta__eyebrow{

    margin:0 0 18px;

    color:#b48a43;

    font-size:12px;
    font-weight:600;
    letter-spacing:.22em;
    text-transform:uppercase;

}

.atg-artist-cta h2{

    margin:0;

    color:#f4efe6;

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

}

.atg-artist-cta__neon{

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

    background-size:300%;

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

    -webkit-text-fill-color:transparent;

    animation:atgCTAFlow 7s linear infinite;

}

.atg-artist-cta p{

    max-width:640px;

    margin:30px auto 42px;

    color:#bbb4aa;

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

}

.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,.12),
    transparent 62%),

    radial-gradient(circle at 70% 30%,
    rgba(0,229,255,.08),
    transparent 45%);

    filter:blur(45px);

    pointer-events:none;

}

@keyframes atgCTAFlow{

    from{

        background-position:0%;

    }

    to{

        background-position:300%;

    }

}


/* =========================================
   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:.12em;

    transition:
        color .3s ease,
        border-color .3s ease,
        transform .3s ease,
        box-shadow .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 .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,.22),
        0 0 20px rgba(255,45,149,.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,.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 p{

        font-size:16px;

    }

}

@media(max-width:650px){

    .atg-artist-cta__buttons{

        flex-direction:column;

    }

    .atg-artist-cta__button{

        width:100%;

    }

}/* End custom CSS */