.elementor-20470 .elementor-element.elementor-element-90a5d86{--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-6f03100 *//* =========================================
   AGAINST THE GRAIN — GALLERY PAGE
   Clean full stylesheet
========================================= */

.atg-gallery-page {
    --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;

    width: 100%;
    overflow: hidden;

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

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

.atg-gallery-page__container {
    position: relative;
    z-index: 2;

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

    margin: 0 auto;
    padding: 0 40px;
}


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

.atg-gallery-page__eyebrow {
    margin: 0 0 14px;

    color: var(--atg-gold);

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

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

.atg-gallery-page__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: atgGalleryPageNeon 7s linear infinite;
}

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

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


/* =========================================
   HERO
========================================= */

.atg-gallery-page__hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    min-height: 430px;

    display: flex;
    align-items: center;

    padding: 82px 0 92px;

    background:
        radial-gradient(
            circle at 74% 38%,
            rgba(0, 229, 255, 0.075),
            transparent 31%
        ),
        radial-gradient(
            circle at 25% 48%,
            rgba(138, 43, 226, 0.13),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            #050505,
            #090909 60%,
            #050505
        );
}

.atg-gallery-page__hero::before {
    content: "";

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

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.016) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.016) 1px,
            transparent 1px
        );

    background-size: 72px 72px;
    opacity: 0.22;
}

.atg-gallery-page__hero::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 120px;

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

    pointer-events: none;
}

.atg-gallery-page__hero-glow {
    position: absolute;
    top: 4%;
    left: 50%;
    z-index: -2;

    width: min(1100px, 90vw);
    height: 500px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            circle at 30% 45%,
            rgba(138, 43, 226, 0.13),
            transparent 36%
        ),
        radial-gradient(
            circle at 74% 38%,
            rgba(0, 229, 255, 0.08),
            transparent 34%
        );

    filter: blur(22px);
    pointer-events: none;
}

.atg-gallery-page__hero .atg-gallery-page__container {
    max-width: 1450px;
}

.atg-gallery-page__hero h1 {
    max-width: 930px;

    margin: 0 0 26px;

    color: var(--atg-cream);

    font-size: clamp(58px, 6.5vw, 96px);
    font-weight: 700;
    line-height: 0.95;

    letter-spacing: -0.05em;
}

.atg-gallery-page__lead {
    max-width: 760px;

    margin: 0;

    color: var(--atg-muted);

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


/* =========================================
   GALLERY WORK SECTION
========================================= */

.atg-gallery-page__work {
    position: relative;
    isolation: isolate;

    padding: 28px 0 28px;

    background:
        linear-gradient(
            180deg,
            #050505,
            #080808 48%,
            #050505
        );
}


/* =========================================
   RESPONSIVE MASONRY GALLERY
========================================= */

.atg-gallery-page__grid {
    width: 100%;

    column-count: 4;
    column-gap: 12px;
}

.atg-gallery-piece,
.atg-gallery-piece--tall,
.atg-gallery-piece--wide,
.atg-gallery-piece--feature {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    display: inline-block;

    width: 100%;
    height: auto;

    margin: 0 0 12px;
    padding: 0;

    color: var(--atg-cream);
    background: #0a0a0a;

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

    text-decoration: none;
    vertical-align: top;

    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;

    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.34);

    transform: translateZ(0);

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

.atg-gallery-piece img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;

    filter:
        brightness(0.94)
        saturate(1.04)
        contrast(1.03);

    transform: scale(1.002);

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

.atg-gallery-piece::after {
    content: "";

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

    background:
        linear-gradient(
            180deg,
            transparent 0%,
            transparent 48%,
            rgba(5, 5, 5, 0.18) 66%,
            rgba(5, 5, 5, 0.92) 100%
        );

    opacity: 0.9;

    pointer-events: none;

    transition: opacity 0.4s ease;
}

.atg-gallery-piece::before {
    content: "";

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

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

    opacity: 0;

    pointer-events: none;

    transition: opacity 0.4s ease;
}

.atg-gallery-piece__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;

    padding: 22px 20px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 18px;

    transform: translateY(4px);

    transition: transform 0.4s ease;
}

.atg-gallery-piece__artist {
    min-width: 0;

    color: var(--atg-cream);

    font-size: clamp(22px, 1.8vw, 32px);
    font-weight: 700;
    line-height: 1;

    letter-spacing: -0.03em;
}

.atg-gallery-piece__link {
    flex: 0 0 auto;

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

    gap: 8px;

    color: var(--atg-gold);

    text-align: right;
    white-space: nowrap;
    text-transform: uppercase;

    font-size: 9px;
    font-weight: 600;
    line-height: 1.25;

    letter-spacing: 0.13em;

    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.atg-gallery-piece__link > span {
    font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {

    .atg-gallery-piece:hover {
        z-index: 5;

        border-color: rgba(244, 239, 230, 0.68);

        box-shadow:
            0 26px 60px rgba(0, 0, 0, 0.48),
            0 0 22px rgba(138, 43, 226, 0.1),
            0 0 18px rgba(255, 45, 149, 0.07);

        transform: translateY(-4px);
    }

    .atg-gallery-piece:hover img {
        filter:
            brightness(1)
            saturate(1.1)
            contrast(1.03);

        transform: scale(1.04);
    }

    .atg-gallery-piece:hover::after {
        opacity: 1;
    }

    .atg-gallery-piece:hover::before {
        opacity: 1;
    }

    .atg-gallery-piece:hover .atg-gallery-piece__overlay {
        transform: translateY(0);
    }

    .atg-gallery-piece:hover .atg-gallery-piece__link {
        color: var(--atg-cream);
        gap: 12px;
    }
}

.atg-gallery-piece:focus-visible {
    z-index: 6;

    outline: 2px solid var(--atg-neon-blue);
    outline-offset: 4px;

    border-color: rgba(244, 239, 230, 0.7);
}

.atg-gallery-piece:focus-visible img {
    filter:
        brightness(1)
        saturate(1.1)
        contrast(1.03);

    transform: scale(1.035);
}

.atg-gallery-piece:focus-visible::before {
    opacity: 1;
}


/* =========================================
   CONSULTATION CTA
========================================= */

.atg-gallery-page__cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 34px 0 92px;

    background:
        linear-gradient(
            180deg,
            #050505 0%,
            #080808 100%
        );
}

.atg-gallery-page__cta::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: min(1420px, calc(100% - 80px));
    height: 1px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(180, 138, 67, 0.68),
            transparent
        );
}

.atg-gallery-page__cta-glow {
    position: absolute;
    top: 48%;
    left: 50%;
    z-index: -2;

    width: min(920px, 92vw);
    height: 390px;

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

    background:
        radial-gradient(
            circle at 35% 50%,
            rgba(138, 43, 226, 0.16),
            transparent 42%
        ),
        radial-gradient(
            circle at 68% 48%,
            rgba(255, 45, 149, 0.09),
            transparent 40%
        );

    filter: blur(34px);
    pointer-events: none;
}

.atg-gallery-page__cta-inner {
    position: relative;
    overflow: hidden;

    min-height: 300px;
    padding: 50px 56px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 56px;

    background:
        linear-gradient(
            145deg,
            rgba(13, 13, 13, 0.96),
            rgba(7, 7, 7, 0.9)
        );

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

    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.atg-gallery-page__cta-inner::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            125deg,
            rgba(0, 229, 255, 0.045),
            transparent 34%,
            transparent 64%,
            rgba(255, 45, 149, 0.065)
        );

    pointer-events: none;
}

.atg-gallery-page__cta-copy,
.atg-gallery-page__button {
    position: relative;
    z-index: 2;
}

.atg-gallery-page__cta-copy {
    max-width: 890px;
}

.atg-gallery-page__cta h2 {
    margin: 0 0 20px;

    color: var(--atg-cream);

    font-size: clamp(46px, 5.2vw, 76px);
    font-weight: 700;
    line-height: 0.98;

    letter-spacing: -0.043em;
}

.atg-gallery-page__cta-copy > p:last-child {
    max-width: 720px;

    margin: 0;

    color: var(--atg-muted);

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


/* EXACT NEON BUTTON SYSTEM */

.atg-gallery-page__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-gallery-page__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-gallery-page__button:hover,
.atg-gallery-page__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-gallery-page__button:hover::before,
.atg-gallery-page__button:focus-visible::before {
    opacity: 1;

    animation:
        atgGalleryPageButton
        2.5s
        linear
        infinite;
}

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

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

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


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1250px) {

    .atg-gallery-page__grid {
        column-count: 3;
        column-gap: 11px;
    }

    .atg-gallery-piece,
    .atg-gallery-piece--tall,
    .atg-gallery-piece--wide,
    .atg-gallery-piece--feature {
        margin-bottom: 11px;
    }
}


@media (max-width: 1024px) {

    .atg-gallery-page__container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .atg-gallery-page__hero {
        min-height: 400px;
        padding: 72px 0 82px;
    }

    .atg-gallery-page__hero::after {
        height: 100px;
    }

    .atg-gallery-page__work {
        padding: 24px 0 24px;
    }

    .atg-gallery-page__grid {
        column-count: 3;
        column-gap: 10px;
    }

    .atg-gallery-piece,
    .atg-gallery-piece--tall,
    .atg-gallery-piece--wide,
    .atg-gallery-piece--feature {
        margin-bottom: 10px;
    }

    .atg-gallery-piece__overlay {
        padding: 19px 17px;
        gap: 12px;
    }

    .atg-gallery-piece__artist {
        font-size: 25px;
    }

    .atg-gallery-piece__link {
        font-size: 8px;
        letter-spacing: 0.11em;
    }

    .atg-gallery-page__cta {
        padding: 30px 0 76px;
    }

    .atg-gallery-page__cta-inner {
        min-height: 0;
        padding: 44px 38px;

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

    .atg-gallery-page__button {
        justify-self: start;
    }
}


@media (max-width: 820px) {

    .atg-gallery-page__grid {
        column-count: 2;
        column-gap: 10px;
    }

    .atg-gallery-piece__overlay {
        padding: 18px 16px;

        flex-direction: column;
        align-items: flex-start;

        gap: 8px;
    }

    .atg-gallery-piece__artist {
        font-size: 25px;
    }

    .atg-gallery-piece__link {
        text-align: left;
        white-space: normal;
    }
}


@media (max-width: 650px) {

    .atg-gallery-page__container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .atg-gallery-page__hero {
        min-height: auto;
        padding: 60px 0 66px;
    }

    .atg-gallery-page__hero::after {
        height: 70px;
    }

    .atg-gallery-page__hero h1 {
        font-size: clamp(46px, 13vw, 60px);
    }

    .atg-gallery-page__lead {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-gallery-page__work {
        padding: 16px 0 18px;
    }

    .atg-gallery-page__grid {
        column-count: 1;
        column-gap: 0;
    }

    .atg-gallery-piece,
    .atg-gallery-piece--tall,
    .atg-gallery-piece--wide,
    .atg-gallery-piece--feature {
        display: block;

        width: 100%;
        margin: 0 0 14px;
    }

    .atg-gallery-piece img {
        width: 100%;
        height: auto;

        object-fit: contain;
    }

    .atg-gallery-piece__overlay {
        padding: 20px 18px;

        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;

        gap: 14px;
    }

    .atg-gallery-piece__artist {
        font-size: 29px;
    }

    .atg-gallery-piece__link {
        max-width: 125px;

        text-align: right;
        white-space: normal;

        font-size: 9px;
        line-height: 1.35;
    }

    .atg-gallery-page__cta {
        padding: 26px 0 64px;
    }

    .atg-gallery-page__cta::before {
        width: calc(100% - 36px);
    }

    .atg-gallery-page__cta-inner {
        padding: 30px 22px;
        gap: 28px;
    }

    .atg-gallery-page__cta h2 {
        font-size: 42px;
    }

    .atg-gallery-page__cta-copy > p:last-child {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-gallery-page__button {
        width: 100%;
        justify-self: stretch;
    }
}


@media (max-width: 390px) {

    .atg-gallery-piece__overlay {
        flex-direction: column;
        align-items: flex-start;

        gap: 8px;
    }

    .atg-gallery-piece__link {
        max-width: none;

        text-align: left;
    }
}


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

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

    .atg-gallery-page__neon,
    .atg-gallery-piece,
    .atg-gallery-piece img,
    .atg-gallery-piece::before,
    .atg-gallery-piece::after,
    .atg-gallery-piece__overlay,
    .atg-gallery-piece__link,
    .atg-gallery-page__button,
    .atg-gallery-page__button::before {
        animation: none !important;
        transition: none !important;
    }

    .atg-gallery-piece:hover,
    .atg-gallery-piece:focus-visible,
    .atg-gallery-piece:hover img,
    .atg-gallery-piece:focus-visible img,
    .atg-gallery-page__button:hover,
    .atg-gallery-page__button:focus-visible {
        transform: none;
    }
}/* End custom CSS */