/* AXIA — ASSESSMENT HUB / COLLAGE CSS — SECOND PASS */

/* =========================================================
   AXIA UNIVERSAL HUB / COLLAGE SYSTEM
   Concept: Gentle Sway + Neighbour Ripple
   Reusable for:
   - All Assessments
   - All Services
   - Future AXIA hub/index pages
   ========================================================= */
/* =========================================================
   ASSESSMENTS INTRO
   ========================================================= */
.axia-assessments-heading {
    margin: 0 0 22px !important;
    font-size: clamp(2.8rem, 4.2vw, 4.6rem) !important;
    font-weight: 400 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    text-align: center;
}
.axia-assessments-intro {
    max-width: 690px !important;
    margin: 0 auto !important;
    font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
    line-height: 1.65 !important;
    text-align: center;
}

/* =========================================================
   ASSESSMENTS INTRO — "NOT SURE WHICH ASSESSMENT YOU NEED?"
   Same purple button treatment as the homepage.
   Add axia-assessments-intro-actions to the Buttons block
   if the button is not directly after .axia-assessments-intro.
   ========================================================= */

.axia-assessments-intro + .wp-block-buttons,
.axia-assessments-intro-actions {
    display: flex !important;
    justify-content: center !important;

    margin:
        26px
        auto
        0 !important;

    width:
        100% !important;
}

.axia-assessments-intro + .wp-block-buttons .wp-block-button,
.axia-assessments-intro-actions .wp-block-button {
    margin:
        0 !important;
}

.axia-assessments-intro + .wp-block-buttons .wp-block-button__link,
.axia-assessments-intro + .wp-block-buttons .wp-element-button,
.axia-assessments-intro-actions .wp-block-button__link,
.axia-assessments-intro-actions .wp-element-button {
    box-sizing:
        border-box;

    display:
        inline-flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    min-height:
        55px;

    padding:
        0
        24px !important;

    background:
        #482075 !important;

    color:
        #ffffff !important;

    border:
        2px solid
        #482075 !important;

    border-radius:
        11px !important;

    font-size:
        14px !important;

    font-weight:
        700 !important;

    line-height:
        1.2 !important;

    text-align:
        center;

    text-decoration:
        none !important;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .axia-assessments-intro + .wp-block-buttons .wp-block-button__link:hover,
    .axia-assessments-intro + .wp-block-buttons .wp-block-button__link:focus-visible,
    .axia-assessments-intro + .wp-block-buttons .wp-element-button:hover,
    .axia-assessments-intro + .wp-block-buttons .wp-element-button:focus-visible,
    .axia-assessments-intro-actions .wp-block-button__link:hover,
    .axia-assessments-intro-actions .wp-block-button__link:focus-visible,
    .axia-assessments-intro-actions .wp-element-button:hover,
    .axia-assessments-intro-actions .wp-element-button:focus-visible {
        transform:
            translateY(-2px);

        background:
            #ffffff !important;

        border-color:
            #482075 !important;

        color:
            #482075 !important;
    }
}

/* MOBILE */
@media (max-width: 600px) {
    .axia-assessments-heading {
        font-size: clamp(2.35rem, 11vw, 3.2rem) !important;
        margin-bottom: 18px !important;
    }
    .axia-assessments-intro {
        width: 100%;
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
}
/* =========================================================
   COLLAGE GRID
   ========================================================= */
.axia-hub-grid {
    width: min(1320px, calc(100% - 48px));
    max-width: 1320px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.3vw, 18px);
    align-items: stretch;
    overflow: visible;
}
/* =========================================================
   MOTION VARIABLES
   JS controls:
   --axia-ripple-x
   --axia-ripple-y
   --axia-ripple-r
   Ambient sway is separate.
   ========================================================= */
.axia-hub-grid > * {
    --axia-ripple-x: 0px;
    --axia-ripple-y: 0px;
    --axia-ripple-r: 0deg;
    --axia-sway-x: 0px;
    --axia-sway-y: 0px;
    --axia-sway-r: 0deg;
    position: relative;
    min-width: 0;
    margin: 0 !important;
    transform:
        translate3d(
            calc(
                var(--axia-ripple-x)
                +
                var(--axia-sway-x)
            ),
            calc(
                var(--axia-ripple-y)
                +
                var(--axia-sway-y)
            ),
            0
        )
        rotate(
            calc(
                var(--axia-ripple-r)
                +
                var(--axia-sway-r)
            )
        );
    transform-origin: center;
    transition: none;
    will-change: transform;
}
/* Hovered piece rises above neighbours */
.axia-hub-grid > .axia-hub-ripple-active {
    z-index: 15;
}
/* Ripple neighbours */
.axia-hub-grid > .axia-hub-ripple-neighbour {
    z-index: 8;
}
/* =========================================================
   CONTENT TILES
   ========================================================= */
.axia-hub-tile {
    isolation: isolate;
    box-sizing: border-box;
    min-height:
        clamp(285px, 25vw, 370px);
    padding:
        clamp(28px, 3vw, 44px);
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    border: 0 !important;
    border-radius:
        clamp(24px, 2.4vw, 36px);
    box-shadow: none !important;
    overflow: hidden;
}
/* =========================================================
   TYPOGRAPHY
   ========================================================= */
.axia-hub-eyebrow {
    position: relative;
    z-index: 4;
    margin: 0 0 17px !important;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .55;
}
.axia-hub-tile h2,
.axia-hub-tile h3 {
    position: relative;
    z-index: 4;
    margin: 0 0 15px !important;
    font-size:
        clamp(1.75rem, 2.2vw, 2.55rem);
    line-height: 1.08;
}
.axia-hub-tile p:not(.axia-hub-eyebrow):not(.axia-hub-link) {
    position: relative;
    z-index: 4;
    max-width: 30rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
}
.axia-hub-link {
    position: relative;
    z-index: 4;

    margin-top: auto !important;
    margin-bottom: 0 !important;

    padding-top: 28px;

    font-weight: 500;
}

.axia-hub-link a {
    box-sizing: border-box;

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

    min-height: 44px;

    padding:
        10px
        20px;

    background:
        #164f3e !important;

    color:
        #ffffff !important;

    border:
        1px solid
        #164f3e !important;

    border-radius:
        999px;

    font-size:
        .86rem;

    font-weight:
        700;

    line-height:
        1.2;

    text-decoration:
        none !important;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}
/* =========================================================
   UNIVERSAL COLOURS
   ========================================================= */
.axia-hub-tile--sage {
    background: #dfe9dd;
}
.axia-hub-tile--blue {
    background: #dfe9f0;
}
.axia-hub-tile--sand {
    background: #eee6cf;
}
.axia-hub-tile--lilac {
    background: #e7e0ed;
}
.axia-hub-tile--peach {
    background: #f0ddd2;
}
/* =========================================================
   AXIA SQUIGGLE
   ========================================================= */
.axia-hub-tile::before {
    content: "";
    position: absolute;
    width: 112px;
    height: 62px;
    right: 22px;
    top: 20px;
    z-index: 1;
    opacity: .34;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 65'%3E%3Cpath d='M5 37 C18 10 29 55 43 27 C55 5 65 57 79 29 C91 8 99 49 114 18' fill='none' stroke='%232c3130' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    pointer-events: none;
}
/* =========================================================
   AXIA STAR / SPARK CLUSTER
   ========================================================= */
.axia-hub-tile::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 82px;
    left: 20px;
    bottom: 18px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 90'%3E%3Cg fill='%232c3130'%3E%3Cpath d='M19 2 L22 16 L36 19 L22 22 L19 36 L16 22 L2 19 L16 16 Z'/%3E%3Cpath d='M72 22 L74 32 L84 34 L74 36 L72 46 L70 36 L60 34 L70 32 Z'/%3E%3Cpath d='M47 56 L49 64 L57 66 L49 68 L47 76 L45 68 L37 66 L45 64 Z'/%3E%3Ccircle cx='78' cy='68' r='3'/%3E%3Ccircle cx='31' cy='47' r='2.3'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
/* =========================================================
   DECORATION VARIATIONS
   ========================================================= */
.axia-hub-tile--sage::before {
    right: 20px;
    top: 18px;
    transform: rotate(-11deg);
}
.axia-hub-tile--sage::after {
    left: 24px;
    bottom: 20px;
    transform: rotate(5deg);
}
.axia-hub-tile--blue::before {
    top: auto;
    bottom: 20px;
    right: 22px;
    transform: rotate(18deg);
}
.axia-hub-tile--blue::after {
    left: auto;
    right: 28px;
    top: 18px;
    bottom: auto;
    transform: rotate(-12deg);
}
.axia-hub-tile--sand::before {
    right: 24px;
    top: 24px;
    transform:
        rotate(27deg)
        scale(.92);
}
.axia-hub-tile--sand::after {
    left: 21px;
    bottom: 20px;
    transform: rotate(-15deg);
}
.axia-hub-tile--lilac::before {
    left: 20px;
    right: auto;
    top: 18px;
    transform: rotate(-24deg);
}
.axia-hub-tile--lilac::after {
    left: auto;
    right: 22px;
    bottom: 18px;
    transform: rotate(14deg);
}
.axia-hub-tile--peach::before {
    top: auto;
    bottom: 18px;
    right: 20px;
    transform: rotate(8deg);
}
.axia-hub-tile--peach::after {
    bottom: auto;
    top: 18px;
    left: 20px;
    transform: rotate(-9deg);
}
/* =========================================================
   AXIA CARD DECORATION MOTION
   Squiggle = static
   Stars = gentle twinkle
   ========================================================= */
/* Squiggles stay completely stationary */
.axia-hub-tile::before {
    animation: none !important;
    transition:
        opacity 220ms ease;
}
/* =========================================================
   STAR TWINKLE
   ========================================================= */
.axia-hub-tile::after {
    /*
     * Base opacity remains intentionally soft.
     */
    opacity: .28;
    animation:
        axia-hub-star-twinkle
        4.8s
        ease-in-out
        infinite;
    /*
     * Opacity isn't controlled by transition because
     * the animation handles it continuously.
     */
    transition: none;
    will-change:
        opacity;
}
/* =========================================================
   TWINKLE PATTERN
   ========================================================= */
@keyframes axia-hub-star-twinkle {
    0% {
        opacity: .20;
    }
    18% {
        opacity: .34;
    }
    35% {
        opacity: .24;
    }
    58% {
        opacity: .43;
    }
    76% {
        opacity: .27;
    }
    100% {
        opacity: .20;
    }
}
/* =========================================================
   DIFFERENT TIMING PER CARD
   This is important.
   If all cards had the same animation timing,
   every star would flash together.
   ========================================================= */
.axia-hub-tile--sage::after {
    animation-duration:
        4.6s;
    animation-delay:
        -1.3s;
}
.axia-hub-tile--blue::after {
    animation-duration:
        5.4s;
    animation-delay:
        -3.1s;
}
.axia-hub-tile--sand::after {
    animation-duration:
        4.9s;
    animation-delay:
        -2.2s;
}
.axia-hub-tile--lilac::after {
    animation-duration:
        5.8s;
    animation-delay:
        -.7s;
}
.axia-hub-tile--peach::after {
    animation-duration:
        4.3s;
    animation-delay:
        -3.7s;
}
/* =========================================================
   HOVERED CARD
   Its stars become slightly brighter while still
   continuing their twinkle animation.
   ========================================================= */
.axia-hub-tile.axia-hub-ripple-active::after {
    animation-name:
        axia-hub-star-twinkle-active;
}
@keyframes axia-hub-star-twinkle-active {
    0% {
        opacity: .28;
    }
    25% {
        opacity: .48;
    }
    48% {
        opacity: .34;
    }
    70% {
        opacity: .54;
    }
    100% {
        opacity: .28;
    }
}
/* Squiggle can brighten slightly on hover */
/* =========================================================
   MOBILE
   Keep the decoration but stop constant animation.
   ========================================================= */
@media (max-width: 600px) {
    .axia-hub-tile::after {
        animation:
            none !important;
    }
}
/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    .axia-hub-tile::after {
        animation:
            none !important;
        opacity:
            .28;
    }
}
.axia-hub-tile.axia-hub-ripple-active::before {
    opacity: .42;
}
.axia-hub-tile.axia-hub-ripple-active::after {
    opacity: .36;
}
/* =========================================================
   IMAGE TILES
   Images participate in sway + ripple
   ========================================================= */
.axia-hub-image {
    width: 100% !important;
    height: 100%;
    min-height:
        clamp(285px, 25vw, 370px);
    margin: 0 !important;
    border-radius:
        clamp(24px, 2.4vw, 36px);
    overflow: hidden;
    background: #eee;
    box-shadow: none !important;
}
.axia-hub-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height:
        clamp(285px, 25vw, 370px);
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    user-select: none;
    -webkit-user-drag: none;
}
.axia-hub-image.wp-block-image {
    margin: 0 !important;
}
/* =========================================================
   DESKTOP INTERACTION DETAILS
   ========================================================= */
@media (hover: hover) and (pointer: fine) {
    .axia-hub-tile,
    .axia-hub-image {
        cursor: pointer;
    }

    .axia-hub-tile:hover .axia-hub-link a,
    .axia-hub-link a:hover,
    .axia-hub-link a:focus-visible {
        transform:
            translateY(-2px);

        background:
            #ffffff !important;

        border-color:
            #482075 !important;

        color:
            #482075 !important;
    }
}
/* =========================================================
   GUIDANCE STRIP
   ========================================================= */
.axia-hub-guidance {
    width:
        min(1320px, calc(100% - 48px));
    max-width: 1320px;
    box-sizing: border-box;
    margin:
        clamp(64px, 8vw, 110px)
        auto
        clamp(60px, 7vw, 95px) !important;
    padding:
        clamp(34px, 4.5vw, 60px)
        clamp(32px, 5vw, 70px);
    background: #f2eee5;
    border: 0 !important;
    border-radius:
        clamp(26px, 2.5vw, 38px);
    box-shadow: none !important;
}
.axia-hub-guidance .wp-block-columns {
    margin: 0 !important;
    gap:
        clamp(28px, 5vw, 80px);
    align-items: center !important;
}
.axia-hub-guidance h2 {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}
.axia-hub-guidance p {
    max-width: 720px;
    margin-bottom: 0;
}
.axia-hub-guidance .wp-block-buttons {
    justify-content: flex-end;
    margin: 0 !important;
}

.axia-hub-guidance .wp-block-button {
    margin: 0 !important;
}

.axia-hub-guidance .wp-block-button__link,
.axia-hub-guidance .wp-element-button {
    box-sizing: border-box;

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

    min-height: 55px;

    padding:
        0
        24px !important;

    background:
        #482075 !important;

    color:
        #ffffff !important;

    border:
        2px solid
        #482075 !important;

    border-radius:
        11px !important;

    font-size:
        14px !important;

    font-weight:
        700 !important;

    line-height:
        1.2 !important;

    text-align:
        center;

    text-decoration:
        none !important;

    white-space:
        nowrap;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .axia-hub-guidance .wp-block-button__link:hover,
    .axia-hub-guidance .wp-block-button__link:focus-visible,
    .axia-hub-guidance .wp-element-button:hover,
    .axia-hub-guidance .wp-element-button:focus-visible {
        transform:
            translateY(-2px);

        background:
            #103c31 !important;

        border-color:
            #103c31 !important;

        color:
            #ffffff !important;
    }
}
/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 900px) {
    .axia-hub-grid {
        width:
            min(100% - 36px, 900px);
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .axia-hub-tile,
    .axia-hub-image,
    .axia-hub-image img {
        min-height: 310px;
    }
    .axia-hub-tile {
        padding: 32px;
    }
    .axia-hub-guidance {
        width:
            calc(100% - 36px);
    }
}
/* =========================================================
   MOBILE
   No ambient movement or ripple
   ========================================================= */
@media (max-width: 600px) {
    .axia-hub-intro {
        width:
            calc(100% - 32px);
        padding:
            18px
            0
            30px;
    }
    .axia-hub-grid {
        width:
            calc(100% - 32px);
        grid-template-columns:
            1fr;
        gap: 12px;
        overflow: hidden;
    }
    .axia-hub-grid > * {
        --axia-ripple-x: 0px !important;
        --axia-ripple-y: 0px !important;
        --axia-ripple-r: 0deg !important;
        --axia-sway-x: 0px !important;
        --axia-sway-y: 0px !important;
        --axia-sway-r: 0deg !important;
        transform: none !important;
    }
    .axia-hub-tile {
        min-height: 245px;
        padding:
            28px
            26px;
        border-radius: 26px;
    }
    .axia-hub-tile h2,
    .axia-hub-tile h3 {
        font-size:
            clamp(1.8rem, 9vw, 2.25rem);
    }
    .axia-hub-eyebrow {
        margin-bottom:
            14px !important;
    }
    .axia-hub-link {
        padding-top: 22px;
    }

    .axia-hub-link a {
        min-height: 42px;

        padding:
            9px
            18px;

        font-size:
            .84rem;
    }
    .axia-hub-tile::before {
        width: 78px;
        height: 44px;
        opacity: .25;
    }
    .axia-hub-tile::after {
        width: 68px;
        height: 58px;
        opacity: .22;
    }
    .axia-hub-image {
        min-height: 0;
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 26px;
    }
    .axia-hub-image img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }
    .axia-hub-guidance {
        width:
            calc(100% - 32px);
        margin:
            54px
            auto
            64px !important;
        padding:
            30px
            26px;
        border-radius: 28px;
    }
    .axia-hub-guidance .wp-block-columns {
        gap: 24px;
    }
    .axia-hub-guidance .wp-block-buttons {
        justify-content: flex-start;
    }
}
/* =========================================================
   SMALL PHONES
   ========================================================= */
@media (max-width: 380px) {
    .axia-hub-grid,
    .axia-hub-guidance,
    .axia-hub-intro {
        width:
            calc(100% - 24px);
    }
    .axia-hub-tile {
        min-height: 235px;
        padding:
            25px
            22px;
    }
    .axia-hub-guidance {
        padding:
            27px
            22px;
    }
}
/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    .axia-hub-grid > * {
        --axia-ripple-x: 0px !important;
        --axia-ripple-y: 0px !important;
        --axia-ripple-r: 0deg !important;
        --axia-sway-x: 0px !important;
        --axia-sway-y: 0px !important;
        --axia-sway-r: 0deg !important;
        transform: none !important;
    }
}
/* =========================================================
   HUB LINK BUTTON — REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    .axia-hub-link a {
        transition: none !important;
    }

    .axia-hub-link a:hover,
    .axia-hub-link a:focus-visible {
        transform: none !important;
    }
}

/* =========================================================
   AXIA PRE-ASSESSMENT
   ========================================================= */
.axia-preassessment {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: 1240px !important;
    margin: 70px auto 90px !important;
    padding: 0 !important;
}
/* WHOLE TWO-COLUMN CARD */
.axia-preassessment__columns {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 !important;
    background: #f4efe5;
    border-radius: 32px;
    overflow: hidden;
    min-height: 470px;
}
/* RESET BOTH GUTENBERG COLUMNS */
.axia-preassessment__columns > .wp-block-column {
    min-width: 0 !important;
    width: auto !important;
    flex: none !important;
    flex-basis: auto !important;
    margin: 0 !important;
}
/* =========================================================
   LEFT SIDE
   ========================================================= */
.axia-preassessment__columns > .wp-block-column:first-child {
    padding: 54px 58px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    background: #f4efe5;
}
/* EYEBROW */
.axia-preassessment__eyebrow {
    margin: 0 0 20px !important;
    font-size: .72rem;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .55;
}
/* HEADING */
.axia-preassessment__title {
    width: 100% !important;
    max-width: 530px !important;
    margin: 0 0 24px !important;
    font-size: clamp(2.8rem, 4vw, 4.3rem);
    line-height: .98;
    letter-spacing: -.045em;
}
/* COPY */
.axia-preassessment__text {
    width: 100% !important;
    max-width: 510px !important;
    margin: 0 0 30px !important;
    font-size: 1.05rem;
    line-height: 1.65;
}
/* BUTTON */
.axia-preassessment__actions {
    margin: 0 !important;
    width: auto !important;
    display: flex !important;
    justify-content: flex-start !important;
}
.axia-preassessment__actions .wp-block-button {
    margin: 0 !important;
}
.axia-preassessment__actions .wp-block-button__link,
.axia-preassessment__actions .wp-element-button {
    box-sizing: border-box;

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

    min-height: 55px;

    padding:
        0
        24px !important;

    background:
        #482075 !important;

    color:
        #ffffff !important;

    border:
        2px solid
        #482075 !important;

    border-radius:
        11px !important;

    font-size:
        14px !important;

    font-weight:
        700 !important;

    line-height:
        1.2 !important;

    text-align:
        center;

    text-decoration:
        none !important;

    white-space:
        nowrap;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .axia-preassessment__actions .wp-block-button__link:hover,
    .axia-preassessment__actions .wp-block-button__link:focus-visible,
    .axia-preassessment__actions .wp-element-button:hover,
    .axia-preassessment__actions .wp-element-button:focus-visible {
        transform:
            translateY(-2px);

        background:
            #ffffff !important;

        border-color:
            #482075 !important;

        color:
            #482075 !important;
    }
}
/* =========================================================
   RIGHT SIDE
   ========================================================= */
.axia-preassessment__columns > .wp-block-column:last-child {
    position: relative;
    min-height: 470px;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ebe7dd !important;
    overflow: hidden;
}
/* CHAIR IMAGE */
.axia-preassessment__image {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.axia-preassessment__image img {
    display: block;
    width: min(82%, 510px) !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain;
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 781px) {
    .axia-preassessment {
        width: calc(100% - 28px) !important;
        margin:
            50px
            auto
            65px !important;
    }
    .axia-preassessment__columns {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 24px;
    }
    .axia-preassessment__columns > .wp-block-column:first-child {
        padding: 38px 28px !important;
    }
    .axia-preassessment__title {
        font-size: clamp(2.5rem, 10vw, 3.6rem);
    }
    .axia-preassessment__columns > .wp-block-column:last-child {
        min-height: 300px;
    }
    .axia-preassessment__image img {
        width: min(76%, 420px) !important;
    }
}
