.elementor-20451 .elementor-element.elementor-element-6fde691{--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-c20c7d0 *//* =========================================
   AGAINST THE GRAIN — CONTACT / CONSULTATION
========================================= */

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

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

    width: 100%;
    padding: 100px 0 110px;

    color: var(--atg-cream);

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


/* BACKGROUND GRID */

.atg-contact::before {
    content: "";

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

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

    background-size: 72px 72px;

    opacity: 0.22;

    pointer-events: none;
}


/* BOTTOM FADE */

.atg-contact::after {
    content: "";

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

    height: 220px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(0, 0, 0, 0.48)
        );

    pointer-events: none;
}


/* ATMOSPHERIC GLOW */

.atg-contact__glow {
    position: absolute;
    top: 2%;
    left: 50%;
    z-index: -2;

    width: min(1200px, 94vw);
    height: 680px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            circle at 22% 40%,
            rgba(138, 43, 226, 0.11),
            transparent 36%
        ),
        radial-gradient(
            circle at 78% 38%,
            rgba(0, 229, 255, 0.075),
            transparent 34%
        ),
        radial-gradient(
            circle at 58% 78%,
            rgba(255, 45, 149, 0.055),
            transparent 32%
        );

    filter: blur(20px);

    pointer-events: none;
}


/* CONTAINER */

.atg-contact__container {
    position: relative;
    z-index: 2;

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

    margin: 0 auto;
    padding: 0 40px;

    display: grid;
    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);

    align-items: start;

    gap: clamp(55px, 7vw, 105px);
}


/* LEFT INTRO */

.atg-contact__intro {
    position: sticky;
    top: 130px;
}

.atg-contact__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-contact__intro h2 {
    max-width: 650px;

    margin: 0 0 25px;

    color: var(--atg-cream);

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

    letter-spacing: -0.042em;
}


/* NEON WORD */

.atg-contact__neon-word {
    display: inline-block;

    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;
    color: transparent;

    animation:
        atgContactNeonFlow
        7s
        linear
        infinite;
}

@keyframes atgContactNeonFlow {

    from {
        background-position: 0% 50%;
    }

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

}


.atg-contact__lead {
    max-width: 600px;

    margin: 0 0 42px;

    color: var(--atg-muted);

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


/* CONTACT DETAILS */

.atg-contact__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    margin-bottom: 20px;
}

.atg-contact__detail {
    min-height: 175px;
    padding: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.9),
            rgba(7, 7, 7, 0.76)
        );

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

    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

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

.atg-contact__detail-label {
    margin: 0 0 16px;

    color: var(--atg-gold);

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

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

.atg-contact__detail address {
    margin: 0 0 17px;

    color: var(--atg-cream);

    font-size: 18px;
    font-style: normal;
    line-height: 1.55;
}

.atg-contact__phone {
    color: var(--atg-cream);

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

    text-decoration: none;

    transition: color 0.3s ease;
}

.atg-contact__phone:hover,
.atg-contact__phone:focus-visible {
    color: var(--atg-gold);
}

.atg-contact__text-link {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: var(--atg-cream);

    text-decoration: none;
    text-transform: uppercase;

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

    letter-spacing: 0.13em;

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

.atg-contact__text-link span {
    color: var(--atg-gold);
}

.atg-contact__text-link:hover,
.atg-contact__text-link:focus-visible {
    color: var(--atg-gold);

    gap: 13px;
}


/* HOURS */

.atg-contact__hours {
    padding: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.9),
            rgba(7, 7, 7, 0.76)
        );

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

    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

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

.atg-contact__hours-heading {
    margin-bottom: 17px;

    color: var(--atg-gold);

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

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

.atg-contact__hours dl {
    margin: 0;
}

.atg-contact__hours dl > div {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 9px 0;

    border-bottom: 1px solid rgba(180, 138, 67, 0.13);
}

.atg-contact__hours dl > div:last-child {
    border-bottom: 0;
}

.atg-contact__hours dt,
.atg-contact__hours dd {
    margin: 0;

    color: var(--atg-muted);

    font-size: 13px;
    line-height: 1.4;
}

.atg-contact__hours dd {
    color: var(--atg-cream);
    font-weight: 500;
}


/* FORM PANEL */

.atg-contact__form-panel {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    padding: 42px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.94),
            rgba(7, 7, 7, 0.82)
        );

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

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

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

.atg-contact__form-panel::before {
    content: "";

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

    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(138, 43, 226, 0.11),
            transparent 30%
        ),
        radial-gradient(
            circle at 100% 100%,
            rgba(0, 229, 255, 0.07),
            transparent 31%
        );

    pointer-events: none;
}


/* FORM HEADER */

.atg-contact__form-header {
    margin-bottom: 32px;
}

.atg-contact__form-header > p {
    margin: 0 0 11px;

    color: var(--atg-gold);

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

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

.atg-contact__form-header h3 {
    margin: 0 0 12px;

    color: var(--atg-cream);

    font-size: clamp(34px, 3.4vw, 49px);
    font-weight: 700;
    line-height: 1;

    letter-spacing: -0.035em;
}

.atg-contact__form-header span {
    color: var(--atg-muted);

    font-size: 12px;
    line-height: 1.5;
}


/* FORM GRID */

.atg-contact__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 21px 18px;
}

.atg-form-field {
    min-width: 0;
}

.atg-form-field--full {
    grid-column: 1 / -1;
}


/* LABELS */

.atg-form-field label {
    display: block;

    margin: 0 0 9px;

    color: var(--atg-cream);

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

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

.atg-form-field label span {
    color: var(--atg-gold);
}


/* INPUTS */

.atg-form-field input,
.atg-form-field select,
.atg-form-field textarea {
    display: block;

    width: 100%;

    color: var(--atg-cream);
    background: rgba(3, 3, 3, 0.72);

    border: 1px solid rgba(244, 239, 230, 0.2);
    border-radius: 0;

    outline: none;

    font: inherit;
    font-size: 14px;
    line-height: 1.5;

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

.atg-form-field input,
.atg-form-field select {
    min-height: 54px;
    padding: 14px 15px;
}

.atg-form-field textarea {
    min-height: 165px;
    padding: 15px;

    resize: vertical;
}

.atg-form-field input::placeholder,
.atg-form-field textarea::placeholder {
    color: #716d67;
    opacity: 1;
}

.atg-form-field select {
    color-scheme: dark;
    cursor: pointer;
}

.atg-form-field input:focus,
.atg-form-field select:focus,
.atg-form-field textarea:focus {
    background: rgba(3, 3, 3, 0.9);

    border-color: var(--atg-gold);

    box-shadow:
        0 0 0 3px rgba(180, 138, 67, 0.09),
        0 0 20px rgba(138, 43, 226, 0.07);
}


/* FILE UPLOAD */

.atg-form-upload {
    position: relative;
    overflow: hidden;

    min-height: 112px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 22px;

    background: rgba(3, 3, 3, 0.66);

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

    text-align: center;

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

.atg-form-upload:hover {
    background: rgba(7, 7, 7, 0.88);

    border-color: var(--atg-cream);

    box-shadow:
        0 0 24px rgba(138, 43, 226, 0.07);
}

.atg-form-upload input {
    position: absolute;
    inset: 0;
    z-index: 2;

    width: 100%;
    height: 100%;
    min-height: 0;

    padding: 0;

    opacity: 0;

    cursor: pointer;
}

.atg-form-upload__title {
    color: var(--atg-cream);

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

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

.atg-form-upload__note {
    color: var(--atg-muted);

    font-size: 11px;
    line-height: 1.4;
}


/* FORM FOOTER */

.atg-contact__form-footer {
    margin-top: 28px;
    padding-top: 25px;

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

    gap: 25px;

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

.atg-contact__form-footer p {
    max-width: 440px;

    margin: 0;

    color: #817d76;

    font-size: 11px;
    line-height: 1.6;
}


/* LOCKED CTA BUTTON */

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

    flex: 0 0 auto;

    min-height: 54px;
    padding: 16px 24px;

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

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

    cursor: pointer;

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

    font-family: inherit;
    font-size: 11px;
    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-contact__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-contact__button:hover,
.atg-contact__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-contact__button:hover::before,
.atg-contact__button:focus-visible::before {
    opacity: 1;

    animation:
        atgContactButtonGradient
        2.5s
        linear
        infinite;
}

.atg-contact__button:focus-visible,
.atg-contact__text-link:focus-visible,
.atg-contact__phone:focus-visible {
    outline: 2px solid var(--atg-neon-blue);
    outline-offset: 5px;
}

@keyframes atgContactButtonGradient {

    from {
        background-position: 0% 50%;
    }

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

}


/* TABLET */

@media (max-width: 1050px) {

    .atg-contact {
        padding: 84px 0 92px;
    }

    .atg-contact__container {
        padding: 0 28px;

        grid-template-columns: 1fr;

        gap: 46px;
    }

    .atg-contact__intro {
        position: static;
    }

}


/* MOBILE */

@media (max-width: 650px) {

    .atg-contact {
        padding: 66px 0 74px;
    }

    .atg-contact__container {
        padding: 0 18px;

        gap: 36px;
    }

    .atg-contact__intro h2 {
        font-size: 43px;
    }

    .atg-contact__lead {
        margin-bottom: 30px;

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

    .atg-contact__details {
        grid-template-columns: 1fr;
    }

    .atg-contact__detail {
        min-height: 0;
    }

    .atg-contact__form-panel {
        padding: 28px 21px;
    }

    .atg-contact__form-grid {
        grid-template-columns: 1fr;
    }

    .atg-form-field--full {
        grid-column: auto;
    }

    .atg-contact__form-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .atg-contact__button {
        width: 100%;
    }

}


/* REDUCED MOTION */

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

    .atg-contact__neon-word,
    .atg-contact__button,
    .atg-contact__button::before,
    .atg-contact__text-link {
        transition: none;
        animation: none;
    }

    .atg-contact__button:hover {
        transform: none;
    }

}/* End custom CSS */