/* =====================================
   AI INTAKE BASE
===================================== */

.intake-shell {
    width: min(
        calc(100% - 80px),
        1240px
    );

    margin: 0 auto;
}


.intake-section {
    padding: 140px 0;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.035);
}


.intake-centered-heading {
    max-width: 850px;

    margin: 0 auto;

    text-align: center;
}


.intake-centered-heading h2,
.intake-split-heading h2,
.human-control-card h2,
.intake-final h2 {
    margin: 0;

    font-size:
        clamp(
            44px,
            5vw,
            72px
        );

    line-height: 1.03;

    letter-spacing: -0.045em;

    font-weight: 500;
}


.intake-centered-heading h2 span,
.intake-split-heading h2 span,
.human-control-card h2 span,
.intake-final h2 span {
    display: block;

    color: #c7afe0;
}


.intake-centered-heading > p:last-child {
    max-width: 730px;

    margin:
        28px auto
        0;

    color: #948b99;

    font-size: 18px;

    line-height: 1.7;
}


.intake-split-heading {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(360px, 0.68fr);

    gap: 90px;

    align-items: end;
}


.intake-split-heading > div:last-child p {
    margin: 0;

    color: #948b99;

    font-size: 18px;

    line-height: 1.7;
}



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

.intake-hero {
    position: relative;

    overflow: hidden;

    padding:
        170px 0
        145px;

    background:
        radial-gradient(
            circle at 76% 46%,
            rgba(127, 68, 180, 0.18),
            transparent 32%
        ),
        #09070f;
}


.intake-hero-glow {
    position: absolute;

    right: -250px;
    top: 40px;

    width: 800px;
    height: 800px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(153, 86, 212, 0.12),
            transparent 68%
        );
}


.intake-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(460px, 0.82fr);

    gap: 95px;

    align-items: center;
}


.intake-hero-copy h1 {
    margin: 0;

    font-size:
        clamp(
            58px,
            6vw,
            88px
        );

    line-height: 0.98;

    letter-spacing: -0.055em;

    font-weight: 500;
}


.intake-hero-copy h1 span {
    display: block;

    color: #c9afe2;
}


.intake-hero-lead {
    max-width: 700px;

    margin:
        30px 0
        0;

    color: #a49aa9;

    font-size: 19px;

    line-height: 1.72;
}


.intake-hero-benefit {
    margin:
        16px 0
        0;

    color: #e6e0e9;

    font-size: 18px;

    line-height: 1.55;
}


.intake-hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 13px;

    margin-top: 34px;
}



/* =====================================
   CONVERSATION PREVIEW
===================================== */

.intake-conversation-preview {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    min-height: 520px;

    padding: 54px;

    overflow: hidden;

    border:
        1px solid
        rgba(164, 100, 213, 0.20);

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(110, 57, 154, 0.18),
            transparent 39%
        ),
        rgba(255, 255, 255, 0.012);

    text-align: center;

    box-shadow:
        0 40px 100px
        rgba(0, 0, 0, 0.32);
}


.conversation-orb,
.experience-orb,
.context-orb {
    width: 102px;
    height: 102px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 33% 27%,
            #d0a9ef,
            #8750b7 35%,
            #49235f 57%,
            #1c1024 78%
        );

    box-shadow:
        0 0 55px
        rgba(146, 77, 202, 0.30);
}


.conversation-label {
    margin-top: 32px;

    color: #a47ac1;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.8px;
}


.intake-conversation-preview h3 {
    max-width: 410px;

    margin:
        15px auto
        0;

    color: #e9e4ec;

    font-size: 24px;

    line-height: 1.45;

    font-weight: 500;
}


.intake-conversation-preview > p {
    margin:
        20px 0
        0;

    color: #796f81;

    font-size: 11px;
}


.conversation-wave {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 4px;

    height: 48px;

    margin-top: 28px;
}


.conversation-wave span {
    width: 3px;

    border-radius: 4px;

    background: #9a5fd0;
}


.conversation-wave span:nth-child(1) { height: 12px; }
.conversation-wave span:nth-child(2) { height: 25px; }
.conversation-wave span:nth-child(3) { height: 38px; }
.conversation-wave span:nth-child(4) { height: 22px; }
.conversation-wave span:nth-child(5) { height: 44px; }
.conversation-wave span:nth-child(6) { height: 31px; }
.conversation-wave span:nth-child(7) { height: 18px; }
.conversation-wave span:nth-child(8) { height: 34px; }
.conversation-wave span:nth-child(9) { height: 14px; }



/* =====================================
   HOW IT WORKS
===================================== */

.intake-intro-section {
    background: #0b0810;
}


.intake-step-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;

    margin-top: 70px;
}


.intake-step-grid article {
    min-height: 260px;

    padding: 30px;

    border:
        1px solid
        rgba(145, 89, 191, 0.15);

    border-radius: 16px;

    background:
        rgba(255, 255, 255, 0.009);
}


.step-number {
    color: #9c72bb;

    font-size: 11px;

    letter-spacing: 1.4px;
}


.intake-step-grid strong {
    display: block;

    margin-top: 42px;

    color: #d6d0d9;

    font-size: 21px;

    line-height: 1.4;
}


.intake-step-grid p {
    margin:
        15px 0
        0;

    color: #8d8491;

    font-size: 16px;

    line-height: 1.7;
}



/* =====================================
   CLIENT EXPERIENCE
===================================== */

.intake-client-section {
    background:
        radial-gradient(
            circle at 18% 50%,
            rgba(101, 55, 145, 0.09),
            transparent 30%
        ),
        #09070f;
}


.client-experience-window {
    display: grid;

    grid-template-columns:
        0.78fr
        1.22fr;

    gap: 55px;

    align-items: center;

    margin-top: 75px;
}


.experience-phone {
    min-height: 570px;

    padding: 55px 38px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(150, 91, 198, 0.22);

    border-radius: 34px;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(115, 61, 159, 0.18),
            transparent 38%
        ),
        #0d0a13;

    text-align: center;
}


.experience-orb {
    width: 82px;
    height: 82px;
}


.experience-phone > span {
    margin-top: 30px;

    color: #9e76ba;

    font-size: 9px;

    letter-spacing: 1.5px;
}


.experience-phone h3 {
    max-width: 390px;

    margin:
        18px auto
        0;

    color: #e0d9e4;

    font-size: 22px;

    line-height: 1.5;

    font-weight: 500;
}


.experience-status {
    margin-top: 30px;

    padding:
        9px 14px;

    border:
        1px solid
        rgba(148, 87, 195, 0.22);

    border-radius: 20px;

    color: #8c769c;

    font-size: 10px;
}


.experience-details {
    display: grid;

    gap: 14px;
}


.experience-details article {
    padding:
        27px 28px;

    border:
        1px solid
        rgba(255, 255, 255, 0.055);

    border-radius: 15px;
}


.experience-details strong {
    display: block;

    margin-top: 10px;

    color: #d2cad6;

    font-size: 20px;
}


.experience-details p {
    margin:
        12px 0
        0;

    color: #8d8491;

    font-size: 16px;

    line-height: 1.7;
}



/* =====================================
   CONTEXT
===================================== */

.intake-context-section {
    background: #0b0810;
}


.context-orbit {
    position: relative;

    max-width: 1000px;

    min-height: 620px;

    margin:
        65px auto
        0;
}


.context-center {
    position: absolute;

    left: 50%;
    top: 50%;

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

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 20px;

    color: #d7cfda;
}


.context-center strong {
    font-size: 17px;
}


.context-card {
    position: absolute;

    width: 230px;

    min-height: 115px;

    padding: 22px;

    border:
        1px solid
        rgba(149, 91, 194, 0.17);

    border-radius: 14px;

    background:
        rgba(255, 255, 255, 0.012);
}


.context-card span {
    color: #9770b2;

    font-size: 8px;

    letter-spacing: 1.2px;
}


.context-card strong {
    display: block;

    margin-top: 11px;

    color: #c9c2cc;

    font-size: 15px;

    line-height: 1.45;
}


.context-one {
    top: 30px;
    left: 50px;
}


.context-two {
    top: 60px;
    right: 40px;
}


.context-three {
    top: 270px;
    left: 0;
}


.context-four {
    top: 305px;
    right: 0;
}


.context-five {
    bottom: 20px;
    left: 50%;

    transform:
        translateX(-50%);
}



/* =====================================
   PRACTITIONER VIEW
===================================== */

.practitioner-view-section {
    background: #09070f;
}


.practitioner-analysis-window {
    margin-top: 75px;

    padding: 30px;

    border:
        1px solid
        rgba(145, 89, 191, 0.18);

    border-radius: 20px;

    background:
        rgba(255, 255, 255, 0.012);
}


.analysis-window-header {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;
}


.analysis-window-header h3 {
    margin:
        8px 0
        0;

    color: #e3dde6;

    font-size: 24px;
}


.analysis-status {
    padding:
        7px 11px;

    border:
        1px solid
        rgba(104, 166, 125, 0.18);

    border-radius: 18px;

    color: #7caf8d;

    font-size: 9px;
}


.analysis-window-tabs {
    display: flex;

    gap: 24px;

    margin-top: 28px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.055);
}


.analysis-window-tabs span {
    padding:
        0 0
        12px;

    color: #716978;

    font-size: 10px;
}


.analysis-window-tabs .active {
    color: #d0c7d4;

    border-bottom:
        2px solid #a85edb;
}


.analysis-window-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 14px;

    margin-top: 22px;
}


.analysis-window-grid article {
    min-height: 225px;

    padding: 23px;

    border:
        1px solid
        rgba(255, 255, 255, 0.055);

    border-radius: 13px;
}


.analysis-window-grid strong {
    display: block;

    margin-top: 10px;

    color: #d0c9d3;

    font-size: 15px;
}


.analysis-window-grid p {
    margin:
        11px 0
        0;

    color: #817985;

    font-size: 10px;

    line-height: 1.65;
}


.practitioner-detail-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 13px;

    margin-top: 18px;
}


.practitioner-detail-grid article {
    min-height: 190px;

    padding: 24px;

    border:
        1px solid
        rgba(255, 255, 255, 0.055);

    border-radius: 13px;
}


.practitioner-detail-grid strong {
    display: block;

    margin-top: 10px;

    color: #cbc3cf;

    font-size: 18px;
}


.practitioner-detail-grid p {
    margin:
        12px 0
        0;

    color: #8b8290;

    font-size: 16px;

    line-height: 1.7;
}



/* =====================================
   HUMAN CONTROL
===================================== */

.intake-human-section {
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(114, 61, 158, 0.12),
            transparent 38%
        ),
        #0b0810;
}


.human-control-card {
    display: grid;

    grid-template-columns:
        1fr
        0.85fr;

    gap: 90px;

    align-items: center;

    padding:
        55px;

    border:
        1px solid
        rgba(154, 94, 202, 0.18);

    border-radius: 22px;

    background:
        rgba(255, 255, 255, 0.012);
}


.human-control-card > div:last-child p {
    margin:
        0 0
        17px;

    color: #958b9a;

    font-size: 17px;

    line-height: 1.72;
}



/* =====================================
   PRIVACY
===================================== */

.intake-privacy-section {
    background: #09070f;
}


.intake-privacy-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 14px;

    margin-top: 65px;
}


.intake-privacy-grid article {
    min-height: 245px;

    padding: 28px;

    border:
        1px solid
        rgba(145, 89, 191, 0.15);

    border-radius: 15px;
}


.intake-privacy-grid strong {
    display: block;

    margin-top: 11px;

    color: #d2cbd5;

    font-size: 19px;
}


.intake-privacy-grid p {
    margin:
        13px 0
        0;

    color: #887f8c;

    font-size: 16px;

    line-height: 1.7;
}



/* =====================================
   FINAL CTA
===================================== */

.intake-final {
    padding:
        155px 0;

    background:
        radial-gradient(
            ellipse at 50% 100%,
            rgba(111, 54, 163, 0.33),
            transparent 50%
        ),
        #09060e;

    text-align: center;
}


.intake-final-inner {
    max-width: 940px;
}


.intake-final p:not(.eyebrow) {
    max-width: 720px;

    margin:
        27px auto
        0;

    color: #978d9c;

    font-size: 18px;

    line-height: 1.7;
}


.intake-final .button {
    margin-top: 34px;
}



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

@media (max-width: 1050px) {

    .intake-hero-grid,
    .intake-split-heading,
    .client-experience-window,
    .human-control-card {
        grid-template-columns: 1fr;
    }


    .intake-hero-grid {
        gap: 70px;
    }


    .intake-conversation-preview {
        max-width: 760px;
    }


    .intake-split-heading,
    .human-control-card {
        gap: 35px;
    }

}


@media (max-width: 820px) {

    .intake-shell {
        width:
            calc(100% - 40px);
    }


    .intake-section {
        padding:
            105px 0;
    }


    .intake-step-grid,
    .analysis-window-grid,
    .practitioner-detail-grid,
    .intake-privacy-grid {
        grid-template-columns: 1fr;
    }


    .context-orbit {
        display: grid;

        grid-template-columns:
            1fr 1fr;

        gap: 14px;

        min-height: 0;
    }


    .context-center,
    .context-card {
        position: static;

        width: auto;

        transform: none;
    }


    .context-center {
        grid-column:
            1 / -1;

        min-height: 220px;
    }

}


@media (max-width: 560px) {

    .intake-shell {
        width:
            calc(100% - 28px);
    }


    .intake-hero {
        padding:
            120px 0
            95px;
    }


    .intake-hero-copy h1 {
        font-size: 49px;
    }


    .intake-hero-actions {
        display: grid;

        grid-template-columns: 1fr;
    }


    .intake-conversation-preview {
        min-height: 440px;

        padding:
            35px 22px;
    }


    .conversation-orb {
        width: 82px;
        height: 82px;
    }


    .intake-centered-heading h2,
    .intake-split-heading h2,
    .human-control-card h2,
    .intake-final h2 {
        font-size: 42px;
    }


    .experience-phone {
        min-height: 480px;

        padding:
            40px 22px;
    }


    .context-orbit {
        grid-template-columns: 1fr;
    }


    .context-center {
        grid-column: auto;
    }


    .practitioner-analysis-window {
        padding: 21px;
    }


    .analysis-window-header {
        align-items: flex-start;

        flex-direction: column;
    }


    .human-control-card {
        padding:
            30px 23px;
    }

}
/* =====================================
   REAL ELAH ORB
===================================== */

.real-orb-stack {
    position: relative;

    overflow: hidden;

    flex: 0 0 auto;

    border-radius: 50%;

    background: #000;
}


.hero-real-orb {
    width: 150px;
    height: 150px;
}


.experience-real-orb {
    width: 125px;
    height: 125px;
}


.audio-real-orb {
    width: 145px;
    height: 145px;
}


.orb-state {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 0;

    mix-blend-mode: screen;

    animation:
        elahOrbCycle
        7.5s
        infinite;
}


.orb-state-one {
    animation-delay: 0s;
}


.orb-state-two {
    animation-delay: 2.5s;
}


.orb-state-three {
    animation-delay: 5s;
}


@keyframes elahOrbCycle {

    0% {
        opacity: 0;
        transform: scale(0.98);
    }

    8% {
        opacity: 1;
        transform: scale(1);
    }

    30% {
        opacity: 1;
        transform: scale(1.015);
    }

    40% {
        opacity: 0;
        transform: scale(1.02);
    }

    100% {
        opacity: 0;
    }

}


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

    .orb-state {
        animation: none;
    }


    .orb-state-one {
        opacity: 1;
    }


    .orb-state-two,
    .orb-state-three {
        display: none;
    }

}



/* =====================================
   ASSESSMENT ACCELERATION
===================================== */

.assessment-acceleration-section {
    background:
        radial-gradient(
            circle at 84% 40%,
            rgba(100, 57, 145, 0.10),
            transparent 31%
        ),
        #09070f;
}


.assessment-secondary-copy {
    margin-top: 18px !important;

    color: #948b99 !important;

    font-size: 17px !important;

    line-height: 1.7 !important;
}


.assessment-flow {
    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr;

    gap: 14px;

    align-items: center;

    margin-top: 72px;
}


.assessment-flow article {
    min-height: 285px;

    padding: 25px;

    border:
        1px solid
        rgba(145, 89, 191, 0.16);

    border-radius: 15px;

    background:
        rgba(255, 255, 255, 0.01);
}


.assessment-flow-number {
    display: block;

    margin-bottom: 23px;

    color: #75538a;

    font-size: 10px;

    letter-spacing: 1px;
}


.assessment-flow strong {
    display: block;

    margin-top: 10px;

    color: #d4cdd7;

    font-size: 18px;

    line-height: 1.4;
}


.assessment-flow p {
    margin:
        13px 0
        0;

    color: #8a818e;

    font-size: 15px;

    line-height: 1.7;
}


.assessment-flow-arrow {
    color: #654874;

    font-size: 20px;
}


.assessment-outcome {
    display: grid;

    grid-template-columns:
        0.85fr
        1.15fr;

    gap: 50px;

    align-items: center;

    max-width: 1040px;

    margin:
        40px auto
        0;

    padding:
        31px 34px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.055);

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.055);
}


.assessment-outcome strong {
    display: block;

    margin-top: 9px;

    color: #d3ccd7;

    font-size: 21px;

    line-height: 1.45;
}


.assessment-outcome p {
    margin: 0;

    color: #8c8390;

    font-size: 16px;

    line-height: 1.7;
}


.assessment-statement {
    max-width: 940px;

    margin:
        40px auto
        0;

    padding:
        38px;

    border:
        1px solid
        rgba(151, 92, 198, 0.17);

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            rgba(49, 30, 66, 0.21),
            rgba(22, 15, 30, 0.30)
        );

    text-align: center;
}


.assessment-statement h3 {
    max-width: 790px;

    margin:
        13px auto
        0;

    color: #ded7e2;

    font-size:
        clamp(
            24px,
            2.8vw,
            34px
        );

    line-height: 1.4;

    font-weight: 500;
}



/* =====================================
   AUDIO EXPERIENCE
===================================== */

.audio-experience-section {
    background:
        radial-gradient(
            circle at 20% 40%,
            rgba(105, 57, 149, 0.12),
            transparent 31%
        ),
        #0b0810;
}


.audio-secondary-copy {
    margin-top: 18px !important;

    color: #948b99 !important;

    font-size: 17px !important;

    line-height: 1.7 !important;
}


.audio-experience-workspace {
    display: grid;

    grid-template-columns:
        minmax(330px, 0.7fr)
        minmax(0, 1.3fr);

    gap: 18px;

    margin-top: 74px;
}


.audio-client-side {
    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    min-height: 560px;

    padding:
        40px;

    border:
        1px solid
        rgba(150, 91, 198, 0.20);

    border-radius: 20px;

    background:
        radial-gradient(
            circle at 50% 38%,
            rgba(112, 60, 156, 0.17),
            transparent 38%
        ),
        rgba(255, 255, 255, 0.01);

    text-align: center;
}


.audio-orb-wrap {
    margin-top: 40px;
}


.audio-client-side h3 {
    max-width: 420px;

    margin:
        34px auto
        0;

    color: #ded7e1;

    font-size: 25px;

    line-height: 1.4;
}


.audio-client-side > p {
    max-width: 430px;

    margin:
        16px auto
        0;

    color: #8f8693;

    font-size: 16px;

    line-height: 1.7;
}


.audio-context-side {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 13px;
}


.audio-context-side article {
    min-height: 200px;

    padding: 25px;

    border:
        1px solid
        rgba(255, 255, 255, 0.055);

    border-radius: 14px;

    background:
        rgba(255, 255, 255, 0.008);
}


.audio-context-side article:last-child {
    grid-column:
        1 / -1;
}


.audio-context-side span {
    color: #9870b4;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.2px;
}


.audio-context-side strong {
    display: block;

    margin-top: 11px;

    color: #cec7d1;

    font-size: 18px;

    line-height: 1.4;
}


.audio-context-side p {
    margin:
        12px 0
        0;

    color: #89808e;

    font-size: 15px;

    line-height: 1.7;
}



/* AUDIO PROCESS */

.audio-process {
    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr;

    gap: 17px;

    align-items: center;

    margin-top: 22px;

    padding:
        29px;

    border:
        1px solid
        rgba(145, 89, 191, 0.13);

    border-radius: 15px;
}


.audio-process div {
    text-align: center;
}


.audio-process span {
    display: block;

    color: #8d67a7;

    font-size: 9px;

    letter-spacing: 1px;
}


.audio-process strong {
    display: block;

    margin-top: 8px;

    color: #c9c2cc;

    font-size: 15px;

    line-height: 1.45;
}


.audio-process b {
    color: #674a75;

    font-size: 18px;

    font-weight: 400;
}



/* BUSINESS VALUE */

.audio-business-card {
    display: grid;

    grid-template-columns:
        1.15fr
        0.85fr;

    gap: 65px;

    align-items: center;

    margin-top: 22px;

    padding:
        40px;

    border:
        1px solid
        rgba(156, 96, 203, 0.18);

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            rgba(52, 31, 70, 0.22),
            rgba(22, 15, 30, 0.30)
        );
}


.audio-business-card h3 {
    margin:
        12px 0
        0;

    color: #ded7e2;

    font-size:
        clamp(
            26px,
            3vw,
            38px
        );

    line-height: 1.35;

    font-weight: 500;
}


.audio-business-card p {
    margin: 0;

    color: #918795;

    font-size: 16px;

    line-height: 1.7;
}


.audio-business-card > div:last-child strong {
    display: block;

    margin-top: 19px;

    color: #c7aad9;

    font-size: 19px;

    line-height: 1.5;
}



/* =====================================
   NEW SECTION RESPONSIVE
===================================== */

@media (max-width: 1100px) {

    .assessment-flow {
        grid-template-columns:
            1fr 1fr;

        gap: 14px;
    }


    .assessment-flow-arrow {
        display: none;
    }


    .audio-experience-workspace {
        grid-template-columns: 1fr;
    }


    .audio-client-side {
        min-height: 500px;
    }

}


@media (max-width: 820px) {

    .assessment-flow {
        grid-template-columns: 1fr;
    }


    .assessment-outcome,
    .audio-business-card {
        grid-template-columns: 1fr;

        gap: 22px;
    }


    .audio-process {
        grid-template-columns: 1fr;

        gap: 13px;
    }


    .audio-process b {
        transform: rotate(90deg);
    }

}


@media (max-width: 620px) {

    .hero-real-orb {
        width: 125px;
        height: 125px;
    }


    .experience-real-orb {
        width: 105px;
        height: 105px;
    }


    .audio-real-orb {
        width: 120px;
        height: 120px;
    }


    .assessment-flow article {
        min-height: auto;

        padding: 23px;
    }


    .assessment-statement {
        padding:
            31px 22px;
    }


    .audio-client-side {
        min-height: 450px;

        padding:
            34px 22px;
    }


    .audio-context-side {
        grid-template-columns: 1fr;
    }


    .audio-context-side article:last-child {
        grid-column: auto;
    }


    .audio-business-card {
        padding:
            30px 23px;
    }

}
/* =====================================
   REAL ELAH ORB
===================================== */

.elah-orb-shell {
    width: 160px;
    height: 160px;

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

    overflow: hidden;

    border-radius: 50%;

    background: #000;

    flex: 0 0 auto;
}


.elah-orb-shell video {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 50%;
}


@media (max-width: 560px) {

    .elah-orb-shell {
        width: 135px;
        height: 135px;
    }

}
/* =====================================
   FINAL ELAH ORB SIZE OVERRIDE
===================================== */

.elah-orb-shell {
    width: 150px !important;
    height: 150px !important;

    min-width: 150px;
    min-height: 150px;

    max-width: 150px;
    max-height: 150px;

    display: block;

    margin:
        0 auto;

    overflow: hidden;

    border-radius: 50%;

    background: #000;

    flex:
        0 0 150px;
}


.elah-orb-shell video {
    display: block;

    width: 150px !important;
    height: 150px !important;

    max-width: none !important;

    object-fit: cover;

    border-radius: 50%;
}


/* HERO PREVIEW SHOULD NOT BE SO TALL */

.intake-conversation-preview {
    min-height: 470px;

    padding:
        45px 40px;
}


/* AUDIO EXPERIENCE */

.audio-orb-wrap {
    display: flex;

    justify-content: center;

    align-items: center;
}


/* MOBILE */

@media (max-width: 560px) {

    .elah-orb-shell {
        width: 125px !important;
        height: 125px !important;

        min-width: 125px;
        min-height: 125px;

        max-width: 125px;
        max-height: 125px;

        flex:
            0 0 125px;
    }


    .elah-orb-shell video {
        width: 125px !important;
        height: 125px !important;
    }


    .intake-conversation-preview {
        min-height: 410px;

        padding:
            36px 24px;
    }

}