/* ============================================================
   GREEN FORCE PROPERTY SERVICES
   CONTACT PAGE
   03. CONTACT HERO
============================================================ */


/* ============================================================
   01. HERO
============================================================ */

.gf-contact-hero {

    position: relative;

    isolation: isolate;

    width: 100%;

    /*
        IMPORTANT:

        The Contact Hero only uses the viewport space
        left after Topbar + Header.

        Topbar + Header + Hero <= 100svh
    */

    height:
        min(
            620px,
            calc(
                100svh -
                var(--gf-first-fold-offset)
            )
        );

    overflow: hidden;

    color:
        var(--gf-ink);

    background-color:
        var(--gf-paper);

    background-image:
        var(--gf-paper-texture);

}



/* ============================================================
   02. BACKGROUND
============================================================ */

.gf-contact-hero__background {

    position: absolute;

    inset: 0;

    z-index: -1;

    overflow: hidden;

    pointer-events: none;

}


.gf-contact-hero__grain {

    position: absolute;

    inset: 0;

    opacity: 0.15;

    background-image:

        radial-gradient(
            rgba(3, 71, 43, 0.17)
            0.45px,
            transparent 0.7px
        );

    background-size:
        9px 9px;

}


.gf-contact-hero__background::after {

    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 42%;
    height: 100%;

    background:

        linear-gradient(
            135deg,
            rgba(3, 71, 43, 0.035),
            transparent 50%
        );

}


.gf-contact-hero__contour {

    position: absolute;

    border:
        1px solid
        rgba(3, 71, 43, 0.04);

}


.gf-contact-hero__contour::before,
.gf-contact-hero__contour::after {

    content: "";

    position: absolute;

    border:
        1px solid
        rgba(3, 71, 43, 0.033);

}


.gf-contact-hero__contour::before {

    inset: 25px;

}


.gf-contact-hero__contour::after {

    inset: 58px;

}


.gf-contact-hero__contour--1 {

    left: -230px;
    bottom: -300px;

    width: 590px;
    height: 590px;

    transform:
        rotate(34deg);

}


.gf-contact-hero__contour--2 {

    right: -210px;
    top: -310px;

    width: 580px;
    height: 580px;

    transform:
        rotate(48deg);

}



/* ============================================================
   03. CONTAINER
============================================================ */

.gf-contact-hero__container {

    display: grid;

    grid-template-columns:
        minmax(0, 0.94fr)
        minmax(470px, 1.06fr);

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

    height: 100%;

}



/* ============================================================
   04. CONTENT
============================================================ */

.gf-contact-hero__content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    min-width: 0;

    padding:
        clamp(28px, 4vh, 48px)
        clamp(45px, 5vw, 82px)
        clamp(25px, 3vh, 38px)
        0;

}



/* ============================================================
   05. EYEBROW
============================================================ */

.gf-contact-hero__eyebrow {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom:
        clamp(14px, 2vh, 22px);

    font-size: 0.64rem;
    font-weight: 800;

    letter-spacing: 0.16em;

    text-transform: uppercase;

    color:
        var(--gf-copper);

    animation:
        gf-contact-eyebrow
        700ms
        80ms
        var(--gf-ease-standard)
        both;

}


.gf-contact-hero__eyebrow-line {

    display: block;

    width: 38px;
    height: 1px;

    background:
        currentColor;

    transform-origin:
        left;

    animation:
        gf-contact-line
        850ms
        180ms
        var(--gf-ease-emphasized)
        both;

}



/* ============================================================
   06. TITLE
============================================================ */

.gf-contact-hero__title {

    max-width: 750px;

    margin:
        0 0
        clamp(18px, 2.5vh, 28px);

    font-size:
        clamp(
            3rem,
            4.8vw,
            5.65rem
        );

    font-weight: 600;

    line-height: 0.91;

    letter-spacing: -0.064em;

    color:
        var(--gf-forest-950);

}


.gf-contact-hero__title-line {

    display: block;

    overflow: hidden;

    padding-bottom:
        0.04em;

}


.gf-contact-hero__title-line > span {

    display: block;

    animation:
        gf-contact-title-reveal
        900ms
        var(--gf-ease-emphasized)
        both;

}


.gf-contact-hero__title-line:nth-child(1) > span {

    animation-delay:
        100ms;

}


.gf-contact-hero__title-line:nth-child(2) > span {

    animation-delay:
        190ms;

}


.gf-contact-hero__title-line:nth-child(3) > span {

    animation-delay:
        290ms;

}


.gf-contact-hero__title-line--accent {

    margin-top:
        0.08em;

    font-family:
        var(--gf-font-serif);

    font-size:
        0.67em;

    font-style: italic;
    font-weight: 500;

    line-height: 1;

    letter-spacing: -0.04em;

    color:
        var(--gf-green);

}



/* ============================================================
   07. DESCRIPTION
============================================================ */

.gf-contact-hero__description {

    max-width: 610px;

    margin:
        0 0
        clamp(20px, 3vh, 32px);

    font-size:
        clamp(
            0.79rem,
            0.87vw,
            0.95rem
        );

    line-height: 1.7;

    color:
        var(--gf-gray);

    animation:
        gf-contact-copy
        780ms
        420ms
        var(--gf-ease-standard)
        both;

}



/* ============================================================
   08. ACTIONS
============================================================ */

.gf-contact-hero__actions {

    display: flex;

    align-items: center;

    gap: 27px;

    animation:
        gf-contact-copy
        780ms
        510ms
        var(--gf-ease-standard)
        both;

}



/* ============================================================
   09. PRIMARY CTA
============================================================ */

.gf-contact-hero__primary {

    position: relative;

    isolation: isolate;

    display: inline-flex;

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

    gap: 26px;

    min-height: 52px;

    padding:
        0 22px;

    overflow: hidden;

    border:
        1px solid
        var(--gf-forest-800);

    background:
        var(--gf-forest-800);

    box-shadow:
        var(--gf-shadow-soft);

    color:
        var(--gf-white);

    font-size: 0.61rem;
    font-weight: 800;

    letter-spacing: 0.075em;

    text-transform: uppercase;

}


.gf-contact-hero__primary::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        var(--gf-green);

    transform:
        scaleX(0);

    transform-origin:
        right;

    transition:
        transform
        420ms
        var(--gf-ease-emphasized);

}


.gf-contact-hero__primary:hover::before {

    transform:
        scaleX(1);

    transform-origin:
        left;

}


.gf-contact-hero__primary-arrow {

    font-size: 0.95rem;

    color:
        var(--gf-leaf);

    transition:
        color
        280ms
        ease,

        transform
        320ms
        var(--gf-ease-standard);

}


.gf-contact-hero__primary:hover
.gf-contact-hero__primary-arrow {

    color:
        var(--gf-white);

    transform:
        translateY(4px);

}



/* ============================================================
   10. CALL
============================================================ */

.gf-contact-hero__call {

    position: relative;

    display: flex;

    flex-direction: column;

    gap: 2px;

    padding:
        4px 0 7px;

}


.gf-contact-hero__call::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background:
        var(--gf-copper);

    transform:
        scaleX(0.4);

    transform-origin:
        left;

    transition:
        transform
        350ms
        var(--gf-ease-standard);

}


.gf-contact-hero__call:hover::after {

    transform:
        scaleX(1);

}


.gf-contact-hero__call-label {

    font-size: 0.45rem;
    font-weight: 700;

    letter-spacing: 0.11em;

    text-transform: uppercase;

    color:
        var(--gf-gray);

}


.gf-contact-hero__call-number {

    font-size: 0.72rem;
    font-weight: 800;

    color:
        var(--gf-forest-950);

}



/* ============================================================
   11. VISUAL
============================================================ */

.gf-contact-hero__visual {

    position: relative;

    min-width: 0;
    min-height: 0;

    margin:
        clamp(18px, 2.5vh, 29px)
        0
        clamp(16px, 2.2vh, 25px);

}



/* ============================================================
   12. IMAGE
============================================================ */

.gf-contact-hero__figure {

    position: absolute;

    inset:
        0 21% 0 0;

    margin: 0;

    overflow: hidden;

    background:
        var(--gf-cream);

}


.gf-contact-hero__image-mask {

    position: absolute;

    inset: 0;

    overflow: hidden;

    animation:
        gf-contact-image-mask
        1.05s
        180ms
        var(--gf-ease-emphasized)
        both;

}


.gf-contact-hero__image {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position:
        center;

    scale: 1;

    translate:
        0
        var(--gf-contact-image-shift, 0px);

    animation:
        gf-contact-image-scale
        1.45s
        180ms
        var(--gf-ease-standard)
        both;

    transition:
        filter
        600ms
        ease;

}


.gf-contact-hero__visual:hover
.gf-contact-hero__image {

    filter:
        saturate(1.04)
        contrast(1.02);

}



/* ============================================================
   13. GREEN PROPERTY PANEL
============================================================ */

.gf-contact-hero__property-panel {

    position: absolute;

    top: 0;
    right: 0;

    z-index: 3;

    display: flex;

    flex-direction: column;

    width: 33%;
    height: 53%;

    padding:
        clamp(20px, 2.7vw, 36px);

    overflow: hidden;

    color:
        var(--gf-white);

    background-color:
        var(--gf-forest-950);

    background-image:
        var(--gf-forest-texture);

    animation:
        gf-contact-panel
        850ms
        430ms
        var(--gf-ease-emphasized)
        both;

}


.gf-contact-hero__property-panel::after {

    content: "";

    position: absolute;

    right: -50px;
    bottom: -55px;

    width: 140px;
    height: 140px;

    border:
        1px solid
        rgba(126, 217, 87, 0.10);

    transform:
        rotate(32deg);

}


.gf-contact-hero__property-icon {

    width: 42px;
    height: 42px;

    margin-bottom: auto;

    color:
        var(--gf-leaf);

}


.gf-contact-hero__property-icon svg {

    width: 100%;
    height: 100%;

}


.gf-contact-hero__property-label {

    display: block;

    margin-bottom: 7px;

    font-size: 0.49rem;
    font-weight: 800;

    letter-spacing: 0.14em;

    text-transform: uppercase;

    color:
        var(--gf-copper);

}


.gf-contact-hero__property-panel strong {

    font-size:
        clamp(
            0.8rem,
            1vw,
            1rem
        );

    font-weight: 700;

    line-height: 1.35;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color:
        var(--gf-white);

}


.gf-contact-hero__property-panel strong span {

    display: block;

    color:
        var(--gf-green-bright);

}


.gf-contact-hero__property-rule {

    width: 38px;
    height: 1px;

    margin-top: 16px;

    background:
        var(--gf-copper);

}



/* ============================================================
   14. LOCATION
============================================================ */

.gf-contact-hero__location {

    position: absolute;

    right: 0;
    bottom: 0;

    z-index: 4;

    display: flex;

    align-items: center;

    gap: 12px;

    width: 43%;
    min-height: 75px;

    padding:
        15px 18px;

    background:
        var(--gf-paper);

    border-top:
        1px solid
        rgba(3, 71, 43, 0.12);

    border-left:
        1px solid
        rgba(3, 71, 43, 0.12);

    box-shadow:
        -12px -12px 40px
        rgba(3, 61, 39, 0.07);

    animation:
        gf-contact-location
        720ms
        610ms
        var(--gf-ease-standard)
        both;

}


.gf-contact-hero__location-dot {

    position: relative;

    width: 8px;
    height: 8px;

    flex: 0 0 auto;

    background:
        var(--gf-green);

}


.gf-contact-hero__location-dot::after {

    content: "";

    position: absolute;

    inset: -5px;

    border:
        1px solid
        rgba(5, 184, 92, 0.25);

}


.gf-contact-hero__location > div {

    display: flex;

    flex-direction: column;

    gap: 2px;

}


.gf-contact-hero__location span {

    font-size: 0.43rem;
    font-weight: 700;

    letter-spacing: 0.11em;

    text-transform: uppercase;

    color:
        var(--gf-gray);

}


.gf-contact-hero__location strong {

    font-size: 0.58rem;
    font-weight: 750;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color:
        var(--gf-forest-950);

}



/* ============================================================
   15. COPPER DETAIL
============================================================ */

.gf-contact-hero__copper-rule {

    position: absolute;

    right: 33%;
    top: 53%;

    z-index: 5;

    width: 1px;
    height: 25%;

    background:
        var(--gf-copper);

    transform-origin:
        top;

    animation:
        gf-contact-vertical-rule
        750ms
        720ms
        var(--gf-ease-standard)
        both;

}



/* ============================================================
   16. INFORMATION STRIP
============================================================ */

.gf-contact-hero__information {

    grid-column:
        1 / -1;

    display: grid;

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

    min-height: 80px;

    border-top:
        1px solid
        rgba(3, 71, 43, 0.12);

    background:
        rgba(250, 248, 242, 0.76);

    animation:
        gf-contact-info-reveal
        850ms
        700ms
        var(--gf-ease-emphasized)
        both;

}



/* ============================================================
   17. INFO ITEM
============================================================ */

.gf-contact-hero__info {

    position: relative;

    display: grid;

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

    align-items: center;

    gap: 16px;

    min-width: 0;

    padding:
        15px 24px;

    border-right:
        1px solid
        rgba(3, 71, 43, 0.12);

}


.gf-contact-hero__info:last-child {

    border-right: 0;

}


a.gf-contact-hero__info {

    transition:
        background-color
        300ms
        ease;

}


a.gf-contact-hero__info:hover {

    background:
        rgba(5, 184, 92, 0.055);

}


.gf-contact-hero__info-index {

    font-family:
        var(--gf-font-serif);

    font-size: 0.7rem;
    font-style: italic;

    color:
        var(--gf-copper);

}


.gf-contact-hero__info > div {

    display: flex;

    flex-direction: column;

    min-width: 0;

    gap: 2px;

}


.gf-contact-hero__info-label {

    font-size: 0.43rem;
    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    color:
        var(--gf-gray);

}


.gf-contact-hero__info strong {

    overflow: hidden;

    font-size: 0.61rem;
    font-weight: 750;

    text-overflow: ellipsis;

    white-space: nowrap;

    color:
        var(--gf-forest-950);

}


.gf-contact-hero__info-arrow {

    color:
        var(--gf-green);

    transition:
        transform
        300ms
        var(--gf-ease-standard);

}


a.gf-contact-hero__info:hover
.gf-contact-hero__info-arrow {

    transform:
        translate(3px, -3px);

}



/* ============================================================
   18. KEYFRAMES
============================================================ */

@keyframes gf-contact-eyebrow {

    from {
        opacity: 0;

        transform:
            translateY(12px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes gf-contact-line {

    from {
        transform:
            scaleX(0);
    }

    to {
        transform:
            scaleX(1);
    }

}


@keyframes gf-contact-title-reveal {

    from {
        opacity: 0;

        transform:
            translateY(110%);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes gf-contact-copy {

    from {
        opacity: 0;

        clip-path:
            inset(0 100% 0 0);

        transform:
            translateY(12px);
    }

    to {
        opacity: 1;

        clip-path:
            inset(0);

        transform:
            translateY(0);
    }

}


@keyframes gf-contact-image-mask {

    from {
        clip-path:
            inset(0 0 0 100%);
    }

    to {
        clip-path:
            inset(0);
    }

}


@keyframes gf-contact-image-scale {

    from {
        scale: 1.08;
    }

    to {
        scale: 1;
    }

}


@keyframes gf-contact-panel {

    from {
        opacity: 0;

        clip-path:
            inset(0 0 100% 0);
    }

    to {
        opacity: 1;

        clip-path:
            inset(0);
    }

}


@keyframes gf-contact-location {

    from {
        opacity: 0;

        transform:
            translateX(25px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


@keyframes gf-contact-vertical-rule {

    from {
        transform:
            scaleY(0);
    }

    to {
        transform:
            scaleY(1);
    }

}


@keyframes gf-contact-info-reveal {

    from {
        opacity: 0;

        clip-path:
            inset(0 100% 0 0);
    }

    to {
        opacity: 1;

        clip-path:
            inset(0);
    }

}



/* ============================================================
   19. COMPUTER
   >= 1200px
============================================================ */

@media (min-width: 1200px) {

    .gf-contact-hero {

        height:
            min(
                620px,
                calc(
                    100svh -
                    var(--gf-first-fold-offset)
                )
            );

    }


    .gf-contact-hero__container {

        grid-template-columns:
            minmax(0, 0.94fr)
            minmax(500px, 1.06fr);

    }

}



/* ============================================================
   20. TABLET
   768px - 1199px
============================================================ */

@media
(min-width: 768px)
and
(max-width: 1199px) {

    .gf-contact-hero {

        height:
            min(
                590px,
                calc(
                    100svh -
                    var(--gf-first-fold-offset)
                )
            );

    }


    .gf-contact-hero__container {

        grid-template-columns:
            minmax(0, 0.98fr)
            minmax(330px, 1.02fr);

    }


    .gf-contact-hero__content {

        padding:
            24px 31px 20px 0;

    }


    .gf-contact-hero__title {

        font-size:
            clamp(
                2.65rem,
                5.8vw,
                4.5rem
            );

    }


    .gf-contact-hero__description {

        font-size:
            0.74rem;

        line-height:
            1.55;

    }


    .gf-contact-hero__actions {

        gap: 20px;

    }


    .gf-contact-hero__figure {

        inset:
            0 18% 0 0;

    }


    .gf-contact-hero__property-panel {

        width: 38%;

        padding: 20px;

    }


    .gf-contact-hero__location {

        width: 53%;

    }


    .gf-contact-hero__information {

        min-height: 72px;

    }


    .gf-contact-hero__info {

        gap: 10px;

        padding:
            13px 15px;

    }


    .gf-contact-hero__info strong {

        font-size:
            0.54rem;

    }

}



/* ============================================================
   21. MOBILE
   481px - 767px
============================================================ */

@media
(min-width: 481px)
and
(max-width: 767px) {

    .gf-contact-hero {

        height:
            calc(
                100svh -
                var(--gf-first-fold-offset)
            );

    }


    .gf-contact-hero__container {

        width: 100%;

        grid-template-columns:
            1fr;

        grid-template-rows:
            58%
            31%
            11%;

    }


    .gf-contact-hero__content {

        justify-content: center;

        padding:
            19px
            var(--gf-gutter)
            14px;

    }


    .gf-contact-hero__eyebrow {

        margin-bottom: 11px;

        font-size: 0.53rem;

    }


    .gf-contact-hero__title {

        margin-bottom: 11px;

        font-size:
            clamp(
                2.35rem,
                9.5vw,
                3.8rem
            );

    }


    .gf-contact-hero__title-line--accent {

        font-size: 0.63em;

    }


    .gf-contact-hero__description {

        display: -webkit-box;

        max-width: 540px;

        margin-bottom: 14px;

        overflow: hidden;

        font-size: 0.69rem;

        line-height: 1.45;

        -webkit-box-orient:
            vertical;

        -webkit-line-clamp: 3;

    }


    .gf-contact-hero__actions {

        gap: 19px;

    }


    .gf-contact-hero__primary {

        min-height: 43px;

        padding:
            0 15px;

        gap: 13px;

        font-size: 0.54rem;

    }


    .gf-contact-hero__call-label {

        font-size: 0.39rem;

    }


    .gf-contact-hero__call-number {

        font-size: 0.62rem;

    }


    .gf-contact-hero__visual {

        margin: 0;

    }


    .gf-contact-hero__figure {

        inset:
            0 31% 0 0;

    }


    .gf-contact-hero__property-panel {

        width: 31%;
        height: 100%;

        padding:
            16px;

    }


    .gf-contact-hero__property-icon {

        width: 31px;
        height: 31px;

    }


    .gf-contact-hero__property-panel strong {

        font-size: 0.59rem;

    }


    .gf-contact-hero__location,
    .gf-contact-hero__copper-rule {

        display: none;

    }


    .gf-contact-hero__information {

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

        min-height: 0;

    }


    .gf-contact-hero__info {

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

        gap: 8px;

        padding:
            9px 12px;

    }


    .gf-contact-hero__info-arrow {

        display: none;

    }


    .gf-contact-hero__info-index {

        font-size: 0.57rem;

    }


    .gf-contact-hero__info-label {

        font-size: 0.34rem;

    }


    .gf-contact-hero__info strong {

        font-size: 0.44rem;

    }

}



/* ============================================================
   22. SMALL MOBILE
   <= 480px
============================================================ */

@media (max-width: 480px) {

    .gf-contact-hero {

        height:
            calc(
                100svh -
                var(--gf-first-fold-offset)
            );

    }


    .gf-contact-hero__container {

        width: 100%;

        grid-template-columns: 1fr;

        grid-template-rows:
            60%
            29%
            11%;

    }


    .gf-contact-hero__content {

        justify-content: center;

        padding:
            12px
            var(--gf-gutter)
            9px;

    }


    .gf-contact-hero__eyebrow {

        gap: 10px;

        margin-bottom: 8px;

        font-size: 0.46rem;

    }


    .gf-contact-hero__eyebrow-line {

        width: 25px;

    }


    .gf-contact-hero__title {

        margin-bottom: 8px;

        font-size:
            clamp(
                2rem,
                10vw,
                2.9rem
            );

        line-height: 0.89;

    }


    .gf-contact-hero__title-line--accent {

        font-size: 0.61em;

    }


    .gf-contact-hero__description {

        display: -webkit-box;

        margin-bottom: 10px;

        overflow: hidden;

        font-size: 0.62rem;

        line-height: 1.38;

        -webkit-box-orient:
            vertical;

        -webkit-line-clamp: 3;

    }


    .gf-contact-hero__actions {

        gap: 13px;

    }


    .gf-contact-hero__primary {

        min-height: 38px;

        padding:
            0 11px;

        gap: 8px;

        font-size: 0.47rem;

        letter-spacing: 0.04em;

    }


    .gf-contact-hero__call {

        padding-bottom: 5px;

    }


    .gf-contact-hero__call-label {

        font-size: 0.34rem;

    }


    .gf-contact-hero__call-number {

        font-size: 0.53rem;

    }


    .gf-contact-hero__visual {

        margin: 0;

    }


    .gf-contact-hero__figure {

        inset:
            0 34% 0 0;

    }


    .gf-contact-hero__property-panel {

        width: 34%;
        height: 100%;

        padding: 12px;

    }


    .gf-contact-hero__property-icon {

        width: 26px;
        height: 26px;

    }


    .gf-contact-hero__property-label {

        font-size: 0.37rem;

    }


    .gf-contact-hero__property-panel strong {

        font-size: 0.48rem;

    }


    .gf-contact-hero__property-rule {

        width: 25px;

        margin-top: 9px;

    }


    .gf-contact-hero__location,
    .gf-contact-hero__copper-rule {

        display: none;

    }


    .gf-contact-hero__information {

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

    }


    .gf-contact-hero__info {

        grid-template-columns:
            1fr;

        align-content: center;

        gap: 1px;

        padding:
            6px 8px;

    }


    .gf-contact-hero__info-index,
    .gf-contact-hero__info-arrow {

        display: none;

    }


    .gf-contact-hero__info-label {

        font-size: 0.31rem;

    }


    .gf-contact-hero__info strong {

        font-size: 0.38rem;

    }


    /*
        Email is naturally longer.
    */

    .gf-contact-hero__info:nth-child(2)
    strong {

        font-size: 0.34rem;

    }

}



/* ============================================================
   23. REDUCED MOTION
============================================================ */

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

    .gf-contact-hero__eyebrow,
    .gf-contact-hero__eyebrow-line,
    .gf-contact-hero__title-line > span,
    .gf-contact-hero__description,
    .gf-contact-hero__actions,
    .gf-contact-hero__image-mask,
    .gf-contact-hero__image,
    .gf-contact-hero__property-panel,
    .gf-contact-hero__location,
    .gf-contact-hero__copper-rule,
    .gf-contact-hero__information {

        animation: none !important;

        opacity: 1 !important;

        transform: none !important;

        clip-path: none !important;

    }


    .gf-contact-hero__image {

        translate: 0 0 !important;

        scale: 1 !important;

    }

}








































/* ============================================================
   GREEN FORCE PROPERTY SERVICES
   CONTACT PAGE
   04. ESTIMATE FORM
============================================================ */


/* ============================================================
   01. SECTION
============================================================ */

.gf-estimate {

    position: relative;

    overflow: hidden;

    background-color:
        var(--gf-ivory);

    background-image:
        var(--gf-paper-texture);

}


.gf-estimate::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 27%;
    height: 3px;

    background:
        var(--gf-green);

}


.gf-estimate::after {

    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 12%;
    height: 1px;

    background:
        var(--gf-copper);

}



/* ============================================================
   02. HEADER
============================================================ */

.gf-estimate__header {

    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(280px, 0.65fr);

    align-items: end;

    gap:
        clamp(55px, 8vw, 130px);

    margin-bottom:
        clamp(50px, 6vw, 82px);

}


.gf-estimate__heading {

    max-width: 850px;

}


.gf-estimate__eyebrow {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 20px;

    font-size: 0.67rem;
    font-weight: 800;

    letter-spacing: 0.16em;

    text-transform: uppercase;

    color:
        var(--gf-copper);

}


.gf-estimate__eyebrow-line {

    width: 40px;
    height: 1px;

    background:
        currentColor;

}


.gf-estimate__title {

    max-width: 850px;

    margin: 0;

    font-size:
        clamp(
            3rem,
            5vw,
            6rem
        );

    font-weight: 600;

    line-height: 0.92;

    letter-spacing: -0.062em;

    color:
        var(--gf-forest-950);

}


.gf-estimate__title span {

    display: block;

    margin-top: 0.04em;

    font-family:
        var(--gf-font-serif);

    font-style: italic;
    font-weight: 500;

    color:
        var(--gf-green);

}


.gf-estimate__intro {

    padding-left: 28px;

    border-left:
        1px solid
        rgba(3, 71, 43, 0.15);

}


.gf-estimate__section-number {

    display: block;

    margin-bottom: 17px;

    font-family:
        var(--gf-font-serif);

    font-size: 1.05rem;
    font-style: italic;

    color:
        var(--gf-copper);

}


.gf-estimate__intro p {

    max-width: 365px;

    margin: 0;

    font-size: 0.86rem;

    line-height: 1.72;

    color:
        var(--gf-gray);

}



/* ============================================================
   03. STAGE
============================================================ */

.gf-estimate__stage {

    display: grid;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(300px, 0.55fr);

    align-items: stretch;

    box-shadow:
        var(--gf-shadow-large);

}



/* ============================================================
   04. FORM COLUMN
============================================================ */

.gf-estimate__form-column {

    position: relative;

    min-width: 0;

    padding:
        clamp(34px, 4vw, 58px);

    background:
        var(--gf-paper);

}



/* ============================================================
   05. FORM
============================================================ */

.gf-estimate__form {

    display: grid;

    gap:
        clamp(31px, 3.5vw, 45px);

}



/* ============================================================
   06. GROUP
============================================================ */

.gf-estimate__group {

    min-width: 0;

    margin: 0;
    padding: 0 0
        clamp(28px, 3vw, 38px);

    border: 0;

    border-bottom:
        1px solid
        rgba(3, 71, 43, 0.12);

}


.gf-estimate__group-heading {

    display: flex;

    align-items: center;

    gap: 13px;

    width: 100%;

    margin-bottom: 24px;

    padding: 0;

}


.gf-estimate__group-heading span {

    font-family:
        var(--gf-font-serif);

    font-size: 0.76rem;
    font-style: italic;

    color:
        var(--gf-copper);

}


.gf-estimate__group-heading strong {

    font-size: 0.57rem;
    font-weight: 800;

    letter-spacing: 0.13em;

    text-transform: uppercase;

    color:
        var(--gf-forest-950);

}



/* ============================================================
   07. FIELD GRIDS
============================================================ */

.gf-estimate__fields {

    display: grid;

    gap: 20px;

}


.gf-estimate__fields--3 {

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

}


.gf-estimate__fields--2 {

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

    margin-bottom: 23px;

}



/* ============================================================
   08. FIELD
============================================================ */

.gf-estimate__field {

    min-width: 0;

}


.gf-estimate__field > label,
.gf-estimate__field-label {

    display: block;

    margin-bottom: 9px;

    font-size: 0.54rem;
    font-weight: 800;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color:
        var(--gf-graphite);

}


.gf-estimate__field label > span,
.gf-estimate__field-label > span {

    color:
        var(--gf-copper);

}



/* ============================================================
   09. INPUT / SELECT / TEXTAREA
============================================================ */

.gf-estimate__field input,
.gf-estimate__field select,
.gf-estimate__field textarea {

    width: 100%;

    border:
        1px solid
        rgba(3, 71, 43, 0.16);

    border-radius: 0;

    outline: none;

    background:
        var(--gf-ivory);

    color:
        var(--gf-ink);

    font-family:
        var(--gf-font-sans);

    font-size: 0.78rem;

    transition:
        border-color
        260ms
        ease,

        background-color
        260ms
        ease,

        box-shadow
        260ms
        ease;

}


.gf-estimate__field input,
.gf-estimate__field select {

    height: 52px;

    padding:
        0 15px;

}


.gf-estimate__field textarea {

    min-height: 145px;

    padding:
        15px;

    resize: vertical;

    line-height: 1.65;

}


.gf-estimate__field input::placeholder,
.gf-estimate__field textarea::placeholder {

    color:
        rgba(104, 114, 107, 0.7);

}


.gf-estimate__field input:hover,
.gf-estimate__field select:hover,
.gf-estimate__field textarea:hover {

    border-color:
        rgba(3, 71, 43, 0.32);

}


.gf-estimate__field input:focus,
.gf-estimate__field select:focus,
.gf-estimate__field textarea:focus {

    border-color:
        var(--gf-green);

    background:
        var(--gf-white);

    box-shadow:
        0 0 0 3px
        rgba(5, 184, 92, 0.08);

}



/* ============================================================
   10. VALIDATION
============================================================ */

.gf-estimate__field input.gf-is-invalid,
.gf-estimate__field select.gf-is-invalid,
.gf-estimate__field textarea.gf-is-invalid {

    border-color:
        var(--gf-copper-dark);

}


.gf-estimate__field input.gf-is-valid,
.gf-estimate__field select.gf-is-valid,
.gf-estimate__field textarea.gf-is-valid {

    border-color:
        rgba(5, 184, 92, 0.55);

}



/* ============================================================
   11. SELECT
============================================================ */

.gf-estimate__select-wrap {

    position: relative;

}


.gf-estimate__select-wrap select {

    padding-right: 45px;

    appearance: none;

    -webkit-appearance: none;

    cursor: pointer;

}


.gf-estimate__select-arrow {

    position: absolute;

    top: 50%;
    right: 16px;

    pointer-events: none;

    color:
        var(--gf-green);

    transform:
        translateY(-50%);

}



/* ============================================================
   12. PROPERTY TYPE
============================================================ */

.gf-estimate__field--property {

    margin-bottom: 23px;

}


.gf-estimate__property-options {

    display: grid;

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

    gap: 10px;

}


.gf-estimate__property-option {

    position: relative;

    display: block;

    cursor: pointer;

}


.gf-estimate__property-option input {

    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;

    pointer-events: none;

}


.gf-estimate__property-option > span {

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    min-height: 67px;

    padding:
        12px 16px 12px 42px;

    border:
        1px solid
        rgba(3, 71, 43, 0.16);

    background:
        var(--gf-ivory);

    transition:
        border-color
        280ms
        ease,

        background-color
        280ms
        ease;

}


.gf-estimate__property-option > span::before {

    content: "";

    position: absolute;

    top: 50%;
    left: 16px;

    width: 13px;
    height: 13px;

    border:
        1px solid
        var(--gf-forest-800);

    transform:
        translateY(-50%);

    transition:
        background-color
        260ms ease,

        box-shadow
        260ms ease;

}


.gf-estimate__property-option
input:checked + span {

    border-color:
        var(--gf-green);

    background:
        rgba(5, 184, 92, 0.06);

}


.gf-estimate__property-option
input:checked + span::before {

    background:
        var(--gf-green);

    box-shadow:
        inset 0 0 0 3px
        var(--gf-ivory);

}


.gf-estimate__property-option
input:focus-visible + span {

    outline:
        2px solid
        var(--gf-green-bright);

    outline-offset:
        3px;

}


.gf-estimate__property-option strong {

    font-size: 0.67rem;
    font-weight: 700;

    color:
        var(--gf-forest-950);

}


.gf-estimate__property-option small {

    margin-top: 2px;

    font-size: 0.55rem;

    color:
        var(--gf-gray);

}



/* ============================================================
   13. TEXTAREA FOOTER
============================================================ */

.gf-estimate__field-footer {

    display: flex;

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

    gap: 20px;

    margin-top: 7px;

    font-size: 0.49rem;

    color:
        var(--gf-gray);

}


.gf-estimate__counter {

    flex: 0 0 auto;

    font-variant-numeric:
        tabular-nums;

    color:
        var(--gf-forest-800);

}



/* ============================================================
   14. SUBMIT ROW
============================================================ */

.gf-estimate__submit-row {

    display: flex;

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

    gap: 30px;

}


.gf-estimate__submit-row p {

    margin: 0;

    font-size: 0.5rem;

    color:
        var(--gf-gray);

}


.gf-estimate__submit-row p span {

    color:
        var(--gf-copper);

}



/* ============================================================
   15. SUBMIT
============================================================ */

.gf-estimate__submit {

    position: relative;

    isolation: isolate;

    display: inline-flex;

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

    gap: 25px;

    min-height: 54px;

    padding:
        0 24px;

    overflow: hidden;

    cursor: pointer;

    border:
        1px solid
        var(--gf-forest-800);

    background:
        var(--gf-forest-800);

    color:
        var(--gf-white);

    font-size: 0.6rem;
    font-weight: 800;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    box-shadow:
        var(--gf-shadow-soft);

}


.gf-estimate__submit::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        var(--gf-green);

    transform:
        scaleX(0);

    transform-origin:
        right;

    transition:
        transform
        420ms
        var(--gf-ease-emphasized);

}


.gf-estimate__submit:hover::before {

    transform:
        scaleX(1);

    transform-origin:
        left;

}


.gf-estimate__submit-arrow {

    font-size: 1rem;

    color:
        var(--gf-leaf);

    transition:
        transform
        300ms
        var(--gf-ease-standard),

        color
        300ms
        ease;

}


.gf-estimate__submit:hover
.gf-estimate__submit-arrow {

    color:
        var(--gf-white);

    transform:
        translateX(5px);

}



/* ============================================================
   16. FORM STATUS
============================================================ */

.gf-estimate__status {

    margin-bottom: 25px;

    padding:
        14px 17px;

    border-left:
        3px solid
        var(--gf-green);

    background:
        rgba(5, 184, 92, 0.08);

    font-size: 0.7rem;

    line-height: 1.55;

    color:
        var(--gf-forest-950);

}


.gf-estimate__status.is-error {

    border-left-color:
        var(--gf-copper-dark);

    background:
        rgba(184, 116, 60, 0.09);

}



/* ============================================================
   17. HONEYPOT
============================================================ */

.gf-estimate__honeypot {

    position: absolute !important;

    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;

}



/* ============================================================
   18. ASIDE
============================================================ */

.gf-estimate__aside {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    color:
        var(--gf-white);

    background-color:
        var(--gf-forest-950);

    background-image:
        var(--gf-forest-texture);

}


.gf-estimate__aside::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 3px;
    height: 100%;

    background:
        var(--gf-green);

}



/* ============================================================
   19. ASIDE TOP
============================================================ */

.gf-estimate__aside-top {

    padding:
        clamp(32px, 4vw, 48px)
        clamp(26px, 3vw, 37px);

}


.gf-estimate__aside-label {

    display: block;

    margin-bottom: 15px;

    font-size: 0.52rem;
    font-weight: 800;

    letter-spacing: 0.14em;

    text-transform: uppercase;

    color:
        var(--gf-copper);

}


.gf-estimate__aside h3 {

    margin:
        0 0 18px;

    font-size:
        clamp(
            2rem,
            2.7vw,
            3.2rem
        );

    font-weight: 600;

    line-height: 0.96;

    letter-spacing: -0.055em;

    color:
        var(--gf-white);

}


.gf-estimate__aside h3 span {

    display: block;

    font-family:
        var(--gf-font-serif);

    font-style: italic;
    font-weight: 500;

    color:
        var(--gf-green-bright);

}


.gf-estimate__aside-top p {

    max-width: 300px;

    margin: 0;

    font-size: 0.72rem;

    line-height: 1.7;

    color:
        rgba(255, 255, 255, 0.58);

}



/* ============================================================
   20. CONTACT LINKS
============================================================ */

.gf-estimate__contact-link,
.gf-estimate__hours {

    position: relative;

    display: grid;

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

    align-items: center;

    gap: 12px;

    min-height: 83px;

    padding:
        17px
        clamp(26px, 3vw, 37px);

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

}


.gf-estimate__contact-link {

    transition:
        background-color
        300ms
        ease;

}


.gf-estimate__contact-link:hover {

    background:
        rgba(5, 184, 92, 0.09);

}


.gf-estimate__contact-index {

    font-family:
        var(--gf-font-serif);

    font-size: 0.72rem;
    font-style: italic;

    color:
        var(--gf-copper);

}


.gf-estimate__contact-link > div,
.gf-estimate__hours > div {

    display: flex;

    flex-direction: column;

    min-width: 0;

    gap: 3px;

}


.gf-estimate__contact-link div span,
.gf-estimate__hours div > span {

    font-size: 0.44rem;
    font-weight: 700;

    letter-spacing: 0.11em;

    text-transform: uppercase;

    color:
        rgba(255, 255, 255, 0.45);

}


.gf-estimate__contact-link strong,
.gf-estimate__hours strong {

    overflow: hidden;

    font-size: 0.64rem;
    font-weight: 700;

    text-overflow: ellipsis;

    color:
        var(--gf-white);

}


.gf-estimate__contact-link > span:last-child {

    color:
        var(--gf-leaf);

    transition:
        transform
        300ms
        var(--gf-ease-standard);

}


.gf-estimate__contact-link:hover
> span:last-child {

    transform:
        translate(3px, -3px);

}


.gf-estimate__hours em {

    font-size: 0.61rem;
    font-style: normal;

    color:
        var(--gf-leaf);

}


.gf-estimate__hours small {

    font-size: 0.49rem;

    color:
        rgba(255, 255, 255, 0.42);

}



/* ============================================================
   21. ASIDE ART
============================================================ */

.gf-estimate__aside-art {

    display: grid;

    flex: 1;

    min-height: 180px;

    place-items: center;

    padding: 30px;

    color:
        rgba(126, 217, 87, 0.17);

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

}


.gf-estimate__aside-art svg {

    width:
        min(
            180px,
            75%
        );

}



/* ============================================================
   22. ENTRANCE PREPARATION
============================================================ */

.gf-estimate.is-prepared
.gf-estimate__eyebrow,
.gf-estimate.is-prepared
.gf-estimate__title,
.gf-estimate.is-prepared
.gf-estimate__intro {

    opacity: 0;

    transform:
        translateY(22px);

}


.gf-estimate.is-prepared
.gf-estimate__form-column {

    clip-path:
        inset(0 100% 0 0);

}


.gf-estimate.is-prepared
.gf-estimate__aside {

    clip-path:
        inset(0 0 0 100%);

}



/* ============================================================
   23. REVEAL
============================================================ */

.gf-estimate.is-visible
.gf-estimate__eyebrow {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity 550ms ease,
        transform 720ms
        var(--gf-ease-standard);

}


.gf-estimate.is-visible
.gf-estimate__title {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity 650ms 70ms ease,
        transform 850ms 70ms
        var(--gf-ease-standard);

}


.gf-estimate.is-visible
.gf-estimate__intro {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity 600ms 150ms ease,
        transform 780ms 150ms
        var(--gf-ease-standard);

}


.gf-estimate.is-visible
.gf-estimate__form-column {

    clip-path:
        inset(0);

    transition:
        clip-path
        950ms
        220ms
        var(--gf-ease-emphasized);

}


.gf-estimate.is-visible
.gf-estimate__aside {

    clip-path:
        inset(0);

    transition:
        clip-path
        950ms
        350ms
        var(--gf-ease-emphasized);

}



/* ============================================================
   24. COMPUTER
   >= 1200px
============================================================ */

@media (min-width: 1200px) {

    .gf-estimate__stage {

        grid-template-columns:
            minmax(0, 1.48fr)
            minmax(320px, 0.52fr);

    }

}



/* ============================================================
   25. TABLET
   768px - 1199px
============================================================ */

@media
(min-width: 768px)
and
(max-width: 1199px) {

    .gf-estimate__header {

        grid-template-columns:
            minmax(0, 1.15fr)
            minmax(250px, 0.85fr);

        gap: 45px;

    }


    .gf-estimate__title {

        font-size:
            clamp(
                3rem,
                6.5vw,
                4.8rem
            );

    }


    .gf-estimate__stage {

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

    }


    .gf-estimate__form-column {

        padding: 34px;

    }


    .gf-estimate__fields--3 {

        grid-template-columns:
            1fr 1fr;

    }


    .gf-estimate__fields--3
    .gf-estimate__field:last-child {

        grid-column:
            1 / -1;

    }


    .gf-estimate__aside-top {

        padding: 32px 27px;

    }


    .gf-estimate__contact-link,
    .gf-estimate__hours {

        padding:
            16px 27px;

    }

}



/* ============================================================
   26. MOBILE
   481px - 767px
============================================================ */

@media
(min-width: 481px)
and
(max-width: 767px) {

    .gf-estimate__header {

        grid-template-columns:
            1fr;

        gap: 29px;

        margin-bottom: 43px;

    }


    .gf-estimate__title {

        max-width: 590px;

        font-size:
            clamp(
                2.8rem,
                10vw,
                4.3rem
            );

    }


    .gf-estimate__intro {

        max-width: 520px;

    }


    .gf-estimate__stage {

        grid-template-columns:
            1fr;

    }


    .gf-estimate__form-column {

        padding: 30px;

    }


    .gf-estimate__fields--3 {

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

    }


    .gf-estimate__fields--3
    .gf-estimate__field:last-child {

        grid-column:
            1 / -1;

    }


    .gf-estimate__aside {

        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

    }


    .gf-estimate__aside-top {

        grid-column:
            1 / -1;

    }


    .gf-estimate__hours {

        grid-column:
            1 / -1;

    }


    .gf-estimate__aside-art {

        display: none;

    }

}



/* ============================================================
   27. SMALL MOBILE
   <= 480px
============================================================ */

@media (max-width: 480px) {

    .gf-estimate__header {

        grid-template-columns:
            1fr;

        gap: 23px;

        margin-bottom: 34px;

    }


    .gf-estimate__eyebrow {

        margin-bottom: 14px;

        font-size: 0.57rem;

    }


    .gf-estimate__title {

        font-size:
            clamp(
                2.5rem,
                12vw,
                3.55rem
            );

    }


    .gf-estimate__intro {

        padding-left: 18px;

    }


    .gf-estimate__intro p {

        font-size: 0.77rem;

    }


    .gf-estimate__stage {

        grid-template-columns:
            1fr;

    }


    .gf-estimate__form-column {

        padding:
            25px 18px;

    }


    .gf-estimate__form {

        gap: 28px;

    }


    .gf-estimate__fields--3,
    .gf-estimate__fields--2 {

        grid-template-columns:
            1fr;

    }


    .gf-estimate__fields--3
    .gf-estimate__field:last-child {

        grid-column: auto;

    }


    .gf-estimate__property-options {

        grid-template-columns:
            1fr;

    }


    .gf-estimate__field input,
    .gf-estimate__field select {

        height: 49px;

    }


    .gf-estimate__field textarea {

        min-height: 140px;

    }


    .gf-estimate__field-footer {

        align-items:
            flex-start;

        flex-direction:
            column;

        gap: 3px;

    }


    .gf-estimate__submit-row {

        align-items:
            flex-start;

        flex-direction:
            column;

        gap: 15px;

    }


    .gf-estimate__submit {

        width: 100%;

    }


    .gf-estimate__aside {

        display: block;

    }


    .gf-estimate__aside-top {

        padding:
            29px 20px;

    }


    .gf-estimate__contact-link,
    .gf-estimate__hours {

        padding:
            16px 20px;

    }


    .gf-estimate__aside-art {

        display: none;

    }

}



/* ============================================================
   28. REDUCED MOTION
============================================================ */

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

    .gf-estimate__eyebrow,
    .gf-estimate__title,
    .gf-estimate__intro {

        opacity: 1 !important;

        transform: none !important;

    }


    .gf-estimate__form-column,
    .gf-estimate__aside {

        clip-path: none !important;

    }

}




































/* ============================================================
   GREEN FORCE PROPERTY SERVICES
   CONTACT PAGE
   05. WHAT HAPPENS NEXT
============================================================ */


/* ============================================================
   01. SECTION
============================================================ */

.gf-contact-process {

    position: relative;

    isolation: isolate;

    overflow: hidden;

    background-color:
        var(--gf-paper);

    background-image:
        var(--gf-paper-texture);

}


.gf-contact-process::before {

    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 34%;
    height: 3px;

    background:
        var(--gf-copper);

}


.gf-contact-process::after {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 19%;
    height: 1px;

    background:
        var(--gf-green);

}



/* ============================================================
   02. BACKGROUND
============================================================ */

.gf-contact-process__background {

    position: absolute;

    inset: 0;

    z-index: -1;

    pointer-events: none;

}


.gf-contact-process__grid-line {

    position: absolute;

    top: 0;
    bottom: 0;

    width: 1px;

    background:
        rgba(3, 71, 43, 0.035);

}


.gf-contact-process__grid-line--1 {

    left: 33.33%;

}


.gf-contact-process__grid-line--2 {

    right: 33.33%;

}


.gf-contact-process__contour {

    position: absolute;

    right: -300px;
    bottom: -380px;

    width: 680px;
    height: 680px;

    border:
        1px solid
        rgba(3, 71, 43, 0.035);

    transform:
        rotate(38deg);

}


.gf-contact-process__contour::before,
.gf-contact-process__contour::after {

    content: "";

    position: absolute;

    border:
        1px solid
        rgba(3, 71, 43, 0.03);

}


.gf-contact-process__contour::before {

    inset: 35px;

}


.gf-contact-process__contour::after {

    inset: 74px;

}



/* ============================================================
   03. HEADER
============================================================ */

.gf-contact-process__header {

    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(280px, 0.65fr);

    align-items: end;

    gap:
        clamp(55px, 8vw, 130px);

    margin-bottom:
        clamp(52px, 6vw, 84px);

}


.gf-contact-process__heading {

    max-width: 880px;

}


.gf-contact-process__eyebrow {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 20px;

    font-size: 0.67rem;
    font-weight: 800;

    letter-spacing: 0.16em;

    text-transform: uppercase;

    color:
        var(--gf-copper);

}


.gf-contact-process__eyebrow-line {

    width: 40px;
    height: 1px;

    background:
        currentColor;

}


.gf-contact-process__title {

    max-width: 850px;

    margin: 0;

    font-size:
        clamp(
            3rem,
            5vw,
            6rem
        );

    font-weight: 600;

    line-height: 0.92;

    letter-spacing: -0.062em;

    color:
        var(--gf-forest-950);

}


.gf-contact-process__title span {

    display: block;

    margin-top: 0.05em;

    font-family:
        var(--gf-font-serif);

    font-style: italic;
    font-weight: 500;

    color:
        var(--gf-green);

}


.gf-contact-process__intro {

    padding-left: 28px;

    border-left:
        1px solid
        rgba(3, 71, 43, 0.14);

}


.gf-contact-process__section-number {

    display: block;

    margin-bottom: 17px;

    font-family:
        var(--gf-font-serif);

    font-size: 1.05rem;
    font-style: italic;

    color:
        var(--gf-copper);

}


.gf-contact-process__intro p {

    max-width: 365px;

    margin: 0;

    font-size: 0.86rem;

    line-height: 1.72;

    color:
        var(--gf-gray);

}



/* ============================================================
   04. STAGE
============================================================ */

.gf-contact-process__stage {

    border:
        1px solid
        rgba(3, 71, 43, 0.12);

    background:
        var(--gf-ivory);

    box-shadow:
        var(--gf-shadow-medium);

}



/* ============================================================
   05. STAGE TOP
============================================================ */

.gf-contact-process__stage-top {

    display: flex;

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

    gap: 25px;

    min-height: 58px;

    padding:
        0 28px;

    border-bottom:
        1px solid
        rgba(3, 71, 43, 0.12);

    background:
        var(--gf-paper);

}


.gf-contact-process__stage-top span {

    font-size: 0.49rem;
    font-weight: 800;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    color:
        var(--gf-forest-950);

}


.gf-contact-process__stage-top span:last-child {

    color:
        var(--gf-copper);

}



/* ============================================================
   06. TRACK
============================================================ */

.gf-contact-process__track {

    position: relative;

    display: grid;

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

}



/* ============================================================
   07. CONNECTOR
============================================================ */

.gf-contact-process__connector {

    position: absolute;

    top: 72px;
    left: calc(16.666% + 22px);
    right: calc(16.666% + 22px);

    z-index: 1;

    height: 1px;

    overflow: hidden;

    background:
        rgba(3, 71, 43, 0.12);

}


.gf-contact-process__connector-line {

    display: block;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            var(--gf-green),
            var(--gf-copper),
            var(--gf-green)
        );

    transform:
        scaleX(0);

    transform-origin:
        left center;

}



/* ============================================================
   08. STEP
============================================================ */

.gf-contact-process__step {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    min-height: 430px;

    padding:
        34px
        clamp(27px, 3vw, 45px)
        37px;

    border-right:
        1px solid
        rgba(3, 71, 43, 0.11);

}


.gf-contact-process__step:last-child {

    border-right: 0;

}



/* ============================================================
   09. STEP HEAD
============================================================ */

.gf-contact-process__step-head {

    display: flex;

    align-items: center;

    gap: 20px;

    min-height: 76px;

}


.gf-contact-process__step-number {

    font-family:
        var(--gf-font-serif);

    font-size:
        clamp(
            2.8rem,
            4vw,
            4.7rem
        );

    font-style: italic;
    font-weight: 500;

    line-height: 0.8;

    letter-spacing: -0.06em;

    color:
        rgba(3, 71, 43, 0.16);

    transition:
        color
        350ms
        ease;

}


.gf-contact-process__step:hover
.gf-contact-process__step-number {

    color:
        var(--gf-copper);

}



/* ============================================================
   10. NODE
============================================================ */

.gf-contact-process__step-node {

    position: relative;

    z-index: 3;

    display: grid;

    width: 19px;
    height: 19px;

    flex: 0 0 auto;

    place-items: center;

    border:
        1px solid
        var(--gf-green);

    background:
        var(--gf-ivory);

}


.gf-contact-process__step-node span {

    width: 5px;
    height: 5px;

    background:
        var(--gf-green);

    transform:
        scale(0);

}



/* ============================================================
   11. STEP BODY
============================================================ */

.gf-contact-process__step-body {

    margin-top:
        clamp(32px, 4vw, 56px);

}


.gf-contact-process__step-label {

    display: block;

    margin-bottom: 10px;

    font-size: 0.49rem;
    font-weight: 800;

    letter-spacing: 0.14em;

    text-transform: uppercase;

    color:
        var(--gf-copper);

}


.gf-contact-process__step-body h3 {

    max-width: 290px;

    margin:
        0 0 15px;

    font-size:
        clamp(
            1.45rem,
            1.9vw,
            2rem
        );

    font-weight: 700;

    line-height: 1.06;

    letter-spacing: -0.045em;

    color:
        var(--gf-forest-950);

}


.gf-contact-process__step-body p {

    max-width: 330px;

    margin: 0;

    font-size: 0.73rem;

    line-height: 1.7;

    color:
        var(--gf-gray);

}



/* ============================================================
   12. STEP ICON
============================================================ */

.gf-contact-process__step-icon {

    display: grid;

    width: 48px;
    height: 48px;

    margin-top: auto;

    place-items: center;

    color:
        var(--gf-green);

}


.gf-contact-process__step-icon svg {

    width: 100%;
    height: 100%;

}



/* ============================================================
   13. FINAL STEP
============================================================ */

.gf-contact-process__step--final {

    color:
        var(--gf-white);

    background-color:
        var(--gf-forest-950);

    background-image:
        var(--gf-forest-texture);

}


.gf-contact-process__step--final
.gf-contact-process__step-number {

    color:
        rgba(126, 217, 87, 0.18);

}


.gf-contact-process__step--final:hover
.gf-contact-process__step-number {

    color:
        var(--gf-leaf);

}


.gf-contact-process__step--final
.gf-contact-process__step-node {

    background:
        var(--gf-forest-950);

}


.gf-contact-process__step--final
.gf-contact-process__step-label {

    color:
        var(--gf-copper);

}


.gf-contact-process__step--final
.gf-contact-process__step-body h3 {

    color:
        var(--gf-white);

}


.gf-contact-process__step--final
.gf-contact-process__step-body p {

    color:
        rgba(255, 255, 255, 0.60);

}


.gf-contact-process__step--final
.gf-contact-process__step-icon {

    color:
        var(--gf-leaf);

}



/* ============================================================
   14. BOTTOM
============================================================ */

.gf-contact-process__bottom {

    display: flex;

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

    gap: 40px;

    min-height: 105px;

    padding:
        20px 28px;

    border-top:
        1px solid
        rgba(3, 71, 43, 0.12);

    background:
        var(--gf-paper);

}



/* ============================================================
   15. BOTTOM MARK
============================================================ */

.gf-contact-process__bottom-mark {

    display: flex;

    align-items: center;

    gap: 18px;

}


.gf-contact-process__leaf {

    display: grid;

    width: 45px;
    height: 45px;

    flex: 0 0 auto;

    place-items: center;

    color:
        var(--gf-green);

}


.gf-contact-process__leaf svg {

    width: 100%;
    height: 100%;

}


.gf-contact-process__bottom-mark > div:last-child {

    display: flex;

    flex-direction: column;

    gap: 2px;

}


.gf-contact-process__bottom-mark span {

    font-size: 0.45rem;
    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color:
        var(--gf-gray);

}


.gf-contact-process__bottom-mark strong {

    font-family:
        var(--gf-font-serif);

    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;

    color:
        var(--gf-forest-950);

}



/* ============================================================
   16. BOTTOM ACTIONS
============================================================ */

.gf-contact-process__bottom-actions {

    display: flex;

    align-items: center;

    gap: 28px;

}



/* ============================================================
   17. ESTIMATE BUTTON
============================================================ */

.gf-contact-process__estimate {

    position: relative;

    isolation: isolate;

    display: inline-flex;

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

    gap: 20px;

    min-height: 48px;

    padding:
        0 19px;

    overflow: hidden;

    border:
        1px solid
        var(--gf-forest-800);

    background:
        var(--gf-forest-800);

    color:
        var(--gf-white);

    font-size: 0.54rem;
    font-weight: 800;

    letter-spacing: 0.08em;

    text-transform: uppercase;

}


.gf-contact-process__estimate::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        var(--gf-green);

    transform:
        scaleX(0);

    transform-origin:
        right;

    transition:
        transform
        400ms
        var(--gf-ease-emphasized);

}


.gf-contact-process__estimate:hover::before {

    transform:
        scaleX(1);

    transform-origin:
        left;

}



/* ============================================================
   18. CALL
============================================================ */

.gf-contact-process__call {

    display: flex;

    flex-direction: column;

    gap: 2px;

}


.gf-contact-process__call span {

    font-size: 0.42rem;
    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color:
        var(--gf-gray);

}


.gf-contact-process__call strong {

    font-size: 0.67rem;
    font-weight: 750;

    color:
        var(--gf-forest-950);

}



/* ============================================================
   19. PREPARED STATE
============================================================ */

.gf-contact-process.is-prepared
.gf-contact-process__eyebrow,
.gf-contact-process.is-prepared
.gf-contact-process__title,
.gf-contact-process.is-prepared
.gf-contact-process__intro {

    opacity: 0;

    transform:
        translateY(22px);

}


.gf-contact-process.is-prepared
.gf-contact-process__stage-top {

    opacity: 0;

}


.gf-contact-process.is-prepared
.gf-contact-process__step {

    opacity: 0;

    transform:
        translateY(28px);

}


.gf-contact-process.is-prepared
.gf-contact-process__bottom {

    opacity: 0;

}


.gf-contact-process.is-prepared
.gf-contact-process__step-node span {

    transform:
        scale(0);

}



/* ============================================================
   20. REVEAL
============================================================ */

.gf-contact-process.is-visible
.gf-contact-process__eyebrow {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity 550ms ease,
        transform 720ms
        var(--gf-ease-standard);

}


.gf-contact-process.is-visible
.gf-contact-process__title {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity 650ms 70ms ease,
        transform 850ms 70ms
        var(--gf-ease-standard);

}


.gf-contact-process.is-visible
.gf-contact-process__intro {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity 600ms 150ms ease,
        transform 780ms 150ms
        var(--gf-ease-standard);

}


.gf-contact-process.is-visible
.gf-contact-process__stage-top {

    opacity: 1;

    transition:
        opacity
        600ms
        260ms
        ease;

}


.gf-contact-process.is-visible
.gf-contact-process__connector-line {

    transform:
        scaleX(1);

    transition:
        transform
        1.15s
        430ms
        var(--gf-ease-emphasized);

}


.gf-contact-process.is-visible
.gf-contact-process__step {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity
        620ms
        ease,

        transform
        820ms
        var(--gf-ease-standard);

}


.gf-contact-process.is-visible
.gf-contact-process__step:nth-of-type(2) {

    transition-delay:
        350ms;

}


.gf-contact-process.is-visible
.gf-contact-process__step:nth-of-type(3) {

    transition-delay:
        480ms;

}


.gf-contact-process.is-visible
.gf-contact-process__step:nth-of-type(4) {

    transition-delay:
        610ms;

}


.gf-contact-process.is-visible
.gf-contact-process__step-node span {

    transform:
        scale(1);

    transition:
        transform
        450ms
        var(--gf-ease-emphasized);

}


.gf-contact-process.is-visible
.gf-contact-process__step:nth-of-type(2)
.gf-contact-process__step-node span {

    transition-delay:
        620ms;

}


.gf-contact-process.is-visible
.gf-contact-process__step:nth-of-type(3)
.gf-contact-process__step-node span {

    transition-delay:
        760ms;

}


.gf-contact-process.is-visible
.gf-contact-process__step:nth-of-type(4)
.gf-contact-process__step-node span {

    transition-delay:
        900ms;

}


.gf-contact-process.is-visible
.gf-contact-process__bottom {

    opacity: 1;

    transition:
        opacity
        650ms
        850ms
        ease;

}



/* ============================================================
   21. COMPUTER
   >= 1200px
============================================================ */

@media (min-width: 1200px) {

    .gf-contact-process__step {

        min-height:
            430px;

    }

}



/* ============================================================
   22. TABLET
   768px - 1199px
============================================================ */

@media
(min-width: 768px)
and
(max-width: 1199px) {

    .gf-contact-process__header {

        grid-template-columns:
            minmax(0, 1.15fr)
            minmax(250px, 0.85fr);

        gap: 45px;

    }


    .gf-contact-process__title {

        font-size:
            clamp(
                3rem,
                6.5vw,
                4.8rem
            );

    }


    .gf-contact-process__step {

        min-height:
            405px;

        padding:
            30px 26px;

    }


    .gf-contact-process__step-body {

        margin-top: 35px;

    }


    .gf-contact-process__step-body p {

        font-size:
            0.68rem;

    }


    .gf-contact-process__bottom {

        gap: 25px;

    }

}



/* ============================================================
   23. MOBILE
   481px - 767px
============================================================ */

@media
(min-width: 481px)
and
(max-width: 767px) {

    .gf-contact-process__header {

        grid-template-columns:
            1fr;

        gap: 29px;

        margin-bottom:
            43px;

    }


    .gf-contact-process__title {

        max-width: 590px;

        font-size:
            clamp(
                2.8rem,
                10vw,
                4.3rem
            );

    }


    .gf-contact-process__intro {

        max-width: 520px;

    }


    .gf-contact-process__stage-top {

        padding:
            0 22px;

    }


    .gf-contact-process__track {

        grid-template-columns:
            1fr;

    }


    /*
        Connector becomes vertical.
    */

    .gf-contact-process__connector {

        top: 54px;
        bottom: 54px;
        left: 57px;
        right: auto;

        width: 1px;
        height: auto;

    }


    .gf-contact-process__connector-line {

        width: 1px;
        height: 100%;

        transform:
            scaleY(0);

        transform-origin:
            top;

        background:
            linear-gradient(
                to bottom,
                var(--gf-green),
                var(--gf-copper),
                var(--gf-green)
            );

    }


    .gf-contact-process.is-visible
    .gf-contact-process__connector-line {

        transform:
            scaleY(1);

    }


    .gf-contact-process__step {

        display: grid;

        grid-template-columns:
            65px
            minmax(0, 1fr)
            45px;

        align-items: center;

        gap: 20px;

        min-height: 205px;

        padding:
            27px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(3, 71, 43, 0.11);

    }


    .gf-contact-process__step-head {

        display: flex;

        flex-direction: column;

        justify-content: center;

        min-height: 0;

        gap: 16px;

    }


    .gf-contact-process__step-body {

        margin-top: 0;

    }


    .gf-contact-process__step-icon {

        margin: 0;

    }


    .gf-contact-process__step--final {

        border-bottom: 0;

    }


    .gf-contact-process__bottom {

        align-items:
            flex-start;

        flex-direction:
            column;

    }

}



/* ============================================================
   24. SMALL MOBILE
   <= 480px
============================================================ */

@media (max-width: 480px) {

    .gf-contact-process__header {

        grid-template-columns:
            1fr;

        gap: 23px;

        margin-bottom:
            34px;

    }


    .gf-contact-process__eyebrow {

        margin-bottom: 14px;

        font-size: 0.57rem;

    }


    .gf-contact-process__title {

        font-size:
            clamp(
                2.5rem,
                12vw,
                3.55rem
            );

    }


    .gf-contact-process__intro {

        padding-left: 18px;

    }


    .gf-contact-process__intro p {

        font-size: 0.77rem;

    }


    .gf-contact-process__stage-top {

        min-height: 52px;

        padding:
            0 17px;

    }


    .gf-contact-process__stage-top span:last-child {

        display: none;

    }


    .gf-contact-process__track {

        grid-template-columns:
            1fr;

    }


    .gf-contact-process__connector {

        top: 47px;
        bottom: 47px;
        left: 41px;
        right: auto;

        width: 1px;
        height: auto;

    }


    .gf-contact-process__connector-line {

        width: 1px;
        height: 100%;

        transform:
            scaleY(0);

        transform-origin:
            top;

        background:
            linear-gradient(
                to bottom,
                var(--gf-green),
                var(--gf-copper),
                var(--gf-green)
            );

    }


    .gf-contact-process.is-visible
    .gf-contact-process__connector-line {

        transform:
            scaleY(1);

    }


    .gf-contact-process__step {

        display: grid;

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

        gap:
            14px;

        min-height: 0;

        padding:
            25px 18px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(3, 71, 43, 0.11);

    }


    .gf-contact-process__step-head {

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: flex-start;

        gap: 13px;

        min-height: 0;

    }


    .gf-contact-process__step-number {

        font-size: 2.25rem;

    }


    .gf-contact-process__step-node {

        width: 16px;
        height: 16px;

    }


    .gf-contact-process__step-body {

        margin: 0;

    }


    .gf-contact-process__step-body h3 {

        font-size: 1.35rem;

    }


    .gf-contact-process__step-body p {

        font-size: 0.68rem;

    }


    .gf-contact-process__step-icon {

        grid-column:
            2;

        width: 38px;
        height: 38px;

        margin:
            17px 0 0;

    }


    .gf-contact-process__step--final {

        border-bottom: 0;

    }


    .gf-contact-process__bottom {

        align-items:
            flex-start;

        flex-direction:
            column;

        gap: 23px;

        padding:
            23px 18px;

    }


    .gf-contact-process__bottom-actions {

        align-items:
            flex-start;

        flex-direction:
            column;

        width: 100%;

        gap: 17px;

    }


    .gf-contact-process__estimate {

        width: 100%;

    }


    .gf-contact-process__call {

        width: 100%;

    }

}



/* ============================================================
   25. REDUCED MOTION
============================================================ */

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

    .gf-contact-process__eyebrow,
    .gf-contact-process__title,
    .gf-contact-process__intro,
    .gf-contact-process__stage-top,
    .gf-contact-process__step,
    .gf-contact-process__bottom {

        opacity: 1 !important;

        transform: none !important;

        transition: none !important;

    }


    .gf-contact-process__connector-line {

        transform: none !important;

        transition: none !important;

    }


    .gf-contact-process__step-node span {

        transform: scale(1) !important;

        transition: none !important;

    }

}




































/* ============================================================
   GREEN FORCE PROPERTY SERVICES
   CONTACT PAGE
   DESCRIPTION READABILITY UPDATE

   IMPORTANT:
   This only increases readable/descriptive copy.
   Eyebrows, indexes, metadata and decorative labels
   remain intentionally smaller.
============================================================ */


/* ============================================================
   01. CONTACT HERO
============================================================ */

.gf-contact-hero__description {

    max-width:
        640px;

    font-size:
        clamp(
            1rem,
            1.05vw,
            1.12rem
        );

    line-height:
        1.68;

}



/* ============================================================
   02. CONTACT HERO SECONDARY INFORMATION
============================================================ */

.gf-contact-hero__call-number {

    font-size:
        0.82rem;

}


.gf-contact-hero__property-panel strong {

    font-size:
        clamp(
            0.9rem,
            1.05vw,
            1.08rem
        );

    line-height:
        1.4;

}


.gf-contact-hero__location strong {

    font-size:
        0.7rem;

}


.gf-contact-hero__info strong {

    font-size:
        0.72rem;

}



/* ============================================================
   03. ESTIMATE SECTION INTRO
============================================================ */

.gf-estimate__intro p {

    max-width:
        410px;

    font-size:
        clamp(
            0.98rem,
            1vw,
            1.06rem
        );

    line-height:
        1.72;

}



/* ============================================================
   04. FORM INPUT CONTENT
============================================================ */

.gf-estimate__field input,
.gf-estimate__field select,
.gf-estimate__field textarea {

    font-size:
        0.92rem;

}


/*
   Labels stay compact, but slightly easier to read.
*/

.gf-estimate__field > label,
.gf-estimate__field-label {

    font-size:
        0.62rem;

}



/* ============================================================
   05. PROPERTY TYPE DESCRIPTION
============================================================ */

.gf-estimate__property-option strong {

    font-size:
        0.78rem;

}


.gf-estimate__property-option small {

    margin-top:
        3px;

    font-size:
        0.68rem;

    line-height:
        1.5;

}



/* ============================================================
   06. TEXTAREA HELPER / COUNTER
============================================================ */

.gf-estimate__field-footer {

    font-size:
        0.62rem;

    line-height:
        1.5;

}



/* ============================================================
   07. REQUIRED FIELDS NOTE
============================================================ */

.gf-estimate__submit-row p {

    font-size:
        0.64rem;

    line-height:
        1.55;

}



/* ============================================================
   08. FORM STATUS MESSAGE
============================================================ */

.gf-estimate__status {

    font-size:
        0.86rem;

    line-height:
        1.6;

}



/* ============================================================
   09. DIRECT CONTACT ASIDE
============================================================ */

.gf-estimate__aside-top p {

    max-width:
        340px;

    font-size:
        clamp(
            0.9rem,
            0.94vw,
            1rem
        );

    line-height:
        1.68;

    color:
        rgba(
            255,
            255,
            255,
            0.7
        );

}



/* ============================================================
   10. ASIDE CONTACT INFORMATION
============================================================ */

.gf-estimate__contact-link strong,
.gf-estimate__hours strong {

    font-size:
        0.76rem;

}


.gf-estimate__hours em {

    font-size:
        0.72rem;

}


.gf-estimate__hours small {

    font-size:
        0.61rem;

}



/* ============================================================
   11. WHAT HAPPENS NEXT — INTRO
============================================================ */

.gf-contact-process__intro p {

    max-width:
        410px;

    font-size:
        clamp(
            0.98rem,
            1vw,
            1.06rem
        );

    line-height:
        1.72;

}



/* ============================================================
   12. WHAT HAPPENS NEXT — STEP DESCRIPTIONS
============================================================ */

.gf-contact-process__step-body p {

    max-width:
        370px;

    font-size:
        clamp(
            0.9rem,
            0.94vw,
            1rem
        );

    line-height:
        1.68;

}


.gf-contact-process__step--final
.gf-contact-process__step-body p {

    color:
        rgba(
            255,
            255,
            255,
            0.72
        );

}



/* ============================================================
   13. BOTTOM CONTACT INFORMATION
============================================================ */

.gf-contact-process__call strong {

    font-size:
        0.78rem;

}



/* ============================================================
   14. COMPUTER
   >= 1200px
============================================================ */

@media (min-width: 1200px) {

    .gf-contact-hero__description {

        font-size:
            clamp(
                1rem,
                1.05vw,
                1.12rem
            );

    }


    .gf-estimate__intro p,
    .gf-contact-process__intro p {

        font-size:
            1rem;

    }


    .gf-contact-process__step-body p {

        font-size:
            0.94rem;

    }

}



/* ============================================================
   15. TABLET
   768px - 1199px
============================================================ */

@media
(min-width: 768px)
and
(max-width: 1199px) {

    .gf-contact-hero__description {

        font-size:
            0.92rem;

        line-height:
            1.6;

    }


    .gf-contact-hero__info strong {

        font-size:
            0.65rem;

    }


    .gf-estimate__intro p,
    .gf-contact-process__intro p {

        font-size:
            0.94rem;

    }


    .gf-estimate__field input,
    .gf-estimate__field select,
    .gf-estimate__field textarea {

        font-size:
            0.88rem;

    }


    .gf-estimate__aside-top p {

        font-size:
            0.86rem;

    }


    .gf-contact-process__step-body p {

        font-size:
            0.86rem;

        line-height:
            1.62;

    }

}



/* ============================================================
   16. MOBILE
   481px - 767px
============================================================ */

@media
(min-width: 481px)
and
(max-width: 767px) {

    /*
        Hero remains constrained to the first viewport,
        so the description increases without becoming
        unnecessarily large.
    */

    .gf-contact-hero__description {

        max-width:
            560px;

        font-size:
            0.82rem;

        line-height:
            1.52;

    }


    .gf-contact-hero__call-label {

        font-size:
            0.46rem;

    }


    .gf-contact-hero__call-number {

        font-size:
            0.72rem;

    }


    .gf-contact-hero__property-panel strong {

        font-size:
            0.68rem;

    }


    .gf-contact-hero__info-label {

        font-size:
            0.4rem;

    }


    .gf-contact-hero__info strong {

        font-size:
            0.54rem;

    }


    .gf-estimate__intro p {

        font-size:
            0.9rem;

        line-height:
            1.65;

    }


    .gf-estimate__field input,
    .gf-estimate__field select,
    .gf-estimate__field textarea {

        font-size:
            0.86rem;

    }


    .gf-estimate__field > label,
    .gf-estimate__field-label {

        font-size:
            0.6rem;

    }


    .gf-estimate__property-option strong {

        font-size:
            0.75rem;

    }


    .gf-estimate__property-option small {

        font-size:
            0.65rem;

    }


    .gf-estimate__field-footer {

        font-size:
            0.59rem;

    }


    .gf-estimate__submit-row p {

        font-size:
            0.61rem;

    }


    .gf-estimate__aside-top p {

        max-width:
            520px;

        font-size:
            0.84rem;

    }


    .gf-estimate__contact-link strong,
    .gf-estimate__hours strong {

        font-size:
            0.72rem;

    }


    .gf-contact-process__intro p {

        font-size:
            0.9rem;

        line-height:
            1.65;

    }


    .gf-contact-process__step-body p {

        max-width:
            500px;

        font-size:
            0.84rem;

        line-height:
            1.6;

    }

}



/* ============================================================
   17. SMALL MOBILE
   <= 480px
============================================================ */

@media (max-width: 480px) {

    /*
        Previous Contact Hero description:
        0.62rem

        New:
        0.78rem

        This is a substantial readability improvement while
        preserving the <= 100svh first-fold composition.
    */

    .gf-contact-hero__description {

        font-size:
            0.78rem;

        line-height:
            1.48;

    }


    .gf-contact-hero__call-label {

        font-size:
            0.4rem;

    }


    .gf-contact-hero__call-number {

        font-size:
            0.64rem;

    }


    .gf-contact-hero__property-label {

        font-size:
            0.41rem;

    }


    .gf-contact-hero__property-panel strong {

        font-size:
            0.56rem;

        line-height:
            1.38;

    }


    /*
        Bottom hero information is intentionally compact
        because all three items share a single row.
    */

    .gf-contact-hero__info-label {

        font-size:
            0.35rem;

    }


    .gf-contact-hero__info strong {

        font-size:
            0.44rem;

    }


    .gf-contact-hero__info:nth-child(2)
    strong {

        font-size:
            0.39rem;

    }



    /* --------------------------------------------------------
       ESTIMATE
    -------------------------------------------------------- */

    .gf-estimate__intro p {

        font-size:
            0.9rem;

        line-height:
            1.65;

    }


    .gf-estimate__field > label,
    .gf-estimate__field-label {

        font-size:
            0.61rem;

    }


    .gf-estimate__field input,
    .gf-estimate__field select,
    .gf-estimate__field textarea {

        font-size:
            0.86rem;

    }


    .gf-estimate__property-option strong {

        font-size:
            0.76rem;

    }


    .gf-estimate__property-option small {

        font-size:
            0.66rem;

    }


    .gf-estimate__field-footer {

        font-size:
            0.61rem;

    }


    .gf-estimate__submit-row p {

        font-size:
            0.62rem;

        line-height:
            1.55;

    }


    .gf-estimate__status {

        font-size:
            0.8rem;

    }


    .gf-estimate__aside-top p {

        font-size:
            0.84rem;

        line-height:
            1.65;

    }


    .gf-estimate__contact-link div span,
    .gf-estimate__hours div > span {

        font-size:
            0.5rem;

    }


    .gf-estimate__contact-link strong,
    .gf-estimate__hours strong {

        font-size:
            0.72rem;

    }


    .gf-estimate__hours em {

        font-size:
            0.68rem;

    }


    .gf-estimate__hours small {

        font-size:
            0.57rem;

    }



    /* --------------------------------------------------------
       WHAT HAPPENS NEXT
    -------------------------------------------------------- */

    .gf-contact-process__intro p {

        font-size:
            0.9rem;

        line-height:
            1.65;

    }


    /*
        Previous:
        0.68rem

        New:
        0.82rem
    */

    .gf-contact-process__step-body p {

        font-size:
            0.82rem;

        line-height:
            1.6;

    }


    .gf-contact-process__call strong {

        font-size:
            0.74rem;

    }

}



/* ============================================================
   18. REDUCED MOTION
============================================================ */

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

    /*
        Typography only.
        No additional motion behavior required.
    */

}