/* Home page styles: project-list/item (featured) + #home sections */

.project-list {
    position: relative;
    grid-column: 1 / span 12;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap);
    margin-top: calc(var(--vh, vh) * 8)
}

@media (max-width: 812px) {
    .project-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-column: 1 / span 6;
        margin-top: 0
    }
}

.project-item {
    position: relative;
    float: left;
    grid-column: span 6 / span 6;
    cursor: pointer;
    pointer-events: auto
}

.project-item:nth-child(n+3) {
    margin-top: 5em
}

@media (min-aspect-ratio: 21/9) {
    .project-item:nth-child(n+3) {
        margin-top: 10em
    }
}

@media (max-width: 812px) {
    .project-item:not(:first-child) {
        margin-top: 2em
    }
}

.project-item-main {
    position: relative;
    padding-top: 65%
}

.project-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px
}

.project-item-toggle {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 2em;
    line-height: 2em;
    background-color: var(--color-off-white);
    border-radius: 1em;
    overflow: hidden;
    font-family: IBMPlexMono;
    font-weight: 500
}

.project-item-footer {
    position: relative;
    width: 100%
}

.project-item-line-1 {
    font-size: .9vw;
    margin: 1.5em 0 1em;
    text-transform: uppercase;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    .project-item-line-1 {
        font-size: .6vw
    }
}

@media (max-width: 812px) {
    .project-item-line-1 {
        font-size: 2.5vw
    }
}

.project-item-line-2 {
    position: relative;
    overflow: hidden;
    font-size: 3vw;
    height: 1em;
    left: -.06em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    .project-item-line-2 {
        font-size: 2vw
    }
}

@media (max-width: 812px) {
    .project-item-line-2 {
        font-size: 6.5vw
    }
}

.project-item-line-2-icon {
    display: inline-block;
    position: absolute;
    width: .8em;
    height: .8em;
    top: .1em;
    left: -1em;
    background-image: url(/assets/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.project-item-line-2-inner {
    position: relative;
    bottom: .2em;
    overflow: hidden;
    display: flex
}

#video-overlay {
    position: fixed;
    z-index: 99;
    background-color: #000;
    inset: 0;
    opacity: 0;
    display: none;
    font-size: clamp(1rem, 1vw, 1.75rem)
}

#video-overlay.is-project-view {
    background-color: #000000e6
}

#video-overlay__vimeo-video {
    width: 100%;
    height: 100%
}

#video-overlay__vimeo-video.is-project-view {
    position: fixed;
    left: 10vw;
    right: 10vw;
    width: auto;
    height: auto
}

#video-overlay__vimeo-video.is-project-view iframe {
    border-radius: var(--global-border-radius)
}

#video-overlay__controls {
    position: absolute;
    bottom: 5vh;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap);
    padding: 0 var(--base-padding-x)
}

@media (max-width: 812px) {
    #video-overlay__controls {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

#video-overlay__progress-container {
    position: relative;
    width: 100%;
    height: 100%;
    grid-column: 3 / span 8
}

@media (max-width: 812px) {
    #video-overlay__progress-container {
        grid-column: 2 / span 4
    }
}

#video-overlay__progress-active {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0%;
    height: .375em;
    border-radius: .1875em;
    background-color: #fff
}

#video-overlay__progress-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: .375em;
    border-radius: .1875em;
    background-color: #fff3
}

#video-overlay__play-btn {
    font-size: 1em;
    font-family: Aeonik;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    grid-column: 1 / span 2;
    text-align: end;
    white-space: pre
}

@media (max-width: 812px) {
    #video-overlay__play-btn {
        grid-column: 1 / span 1
    }
}

#video-overlay__mute-btn {
    font-size: 1em;
    font-family: Aeonik;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    grid-column: 1 / span 2;
    text-align: end;
    white-space: pre;
    text-align: start;
    grid-column: 11 / span 2
}

@media (max-width: 812px) {
    #video-overlay__mute-btn {
        grid-column: 1 / span 1
    }
}

@media (max-width: 812px) {
    #video-overlay__mute-btn {
        grid-column: 6 / span 1
    }
}

#video-overlay-cursor {
    background: var(--color-white);
    width: 6.25em;
    height: 6.25em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

#video-overlay__mobile-close-btn {
    position: absolute;
    top: var(--base-padding-y);
    right: var(--base-padding-x);
    width: 2.8em;
    height: 2.8em;
    border-radius: 100%;
    background: #2b2e3a;
    justify-content: center;
    align-items: center;
    display: none
}

@media (max-width: 812px) {
    #video-overlay__mobile-close-btn {
        display: flex
    }
}

#video-overlay__mobile-close-btn svg {
    width: 35%;
    height: auto
}

#home-hero {
    height: calc(var(--vh, 1vh) * 100);
    align-content: flex-start;
    grid-template-rows: auto 1fr
}

#home-hero-visual-container {
    grid-column: 1 / span 12;
    margin-top: calc(var(--base-padding-y) * 3 / 5);
    cursor: pointer
}

@media (max-width: 812px) {
    #home-hero-visual-container {
        grid-column: 1 / span 6;
        margin-bottom: calc(2 * var(--base-padding-y))
    }
}

#home-hero-title {
    position: relative;
    grid-column: 1 / -1;
    height: fit-content;
    line-height: 1.1;
    font-size: 2.5vw;
    will-change: transform;
    margin: 0;
    text-align: center;
    max-width: 60%;
    justify-self: center
}

@media (min-aspect-ratio: 21/9) {
    #home-hero-title {
        grid-column: 1 / -1;
        font-size: 1.7vw;
        max-width: 50%
    }
}

@media (max-width: 812px) {
    #home-hero-title {
        grid-column: 1 / -1;
        font-size: 6vw;
        max-width: 90%;
        margin-top: calc(var(--base-padding-y) + var(--header-size) * 2)
    }
}

@media (max-width: 380px) {
    #home-hero-title {
        font-size: 7vw
    }
}

#home-hero-title .word {
    position: relative;
    top: -.1em;
    transform: translate3d(0, 1.5em, 0) rotate(15deg)
}

#home-hero-scroll-container {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: var(--base-padding-x);
    width: calc(100% - 2 * var(--base-padding-x));
    height: var(--base-padding-y)
}

@media (max-width: 812px) {
    #home-hero-scroll-container {
        bottom: calc(var(--base-padding-y))
    }
}

#home-hero-scroll-container-crosses {
    position: absolute;
    top: calc(50% - var(--cross-size) / 2);
    width: 100%;
    height: var(--cross-size)
}

.home-hero-scroll-container-cross {
    position: absolute;
    width: var(--cross-size);
    height: var(--cross-size)
}

.home-hero-scroll-container-cross:before,
.home-hero-scroll-container-cross:after {
    position: absolute;
    content: "";
    width: var(--cross-size);
    height: calc(.125 * var(--cross-size));
    left: 0;
    top: calc(.5 * var(--cross-size));
    background: var(--color-black)
}

.home-hero-scroll-container-cross:after {
    transform: rotate(90deg)
}

.home-hero-scroll-container-cross:nth-child(1) {
    left: 0;
    top: calc(50% - calc(var(--cross-size) / 2))
}

.home-hero-scroll-container-cross:nth-child(2) {
    left: calc(33.333% - var(--cross-size) / 2);
    top: calc(50% - var(--cross-size) / 2)
}

.home-hero-scroll-container-cross:nth-child(3) {
    left: calc(66.666% - var(--cross-size) / 2);
    top: calc(50% - var(--cross-size) / 2)
}

.home-hero-scroll-container-cross:nth-child(4) {
    left: calc(100% - var(--cross-size));
    top: calc(50% - var(--cross-size) / 2)
}

@media (max-width: 812px) {
    .home-hero-scroll-container-cross:nth-child(2),
    .home-hero-scroll-container-cross:nth-child(3) {
        display: none
    }
}

#home-hero-scroll {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: var(--cross-size);
    font-weight: 500
}

#home-reel {
    font-size: clamp(.875rem, 1vw, 2rem)
}

#home-reel-container {
    grid-column: 1 / 13;
    padding-bottom: calc(var(--vh, vh) * 100);
    margin-bottom: calc(var(--vh, vh) * 10)
}

@media (max-width: 812px) {
    #home-reel-container {
        grid-column: 1 / 7;
        padding-bottom: 0
    }
}

#home-reel-video-cursor-svg {
    width: 3.6rem;
    height: 3.6rem
}

#home-reel-container-inner {
    position: relative;
    width: 100%
}

@media (max-width: 812px) {
    #home-reel-container-inner {
        padding: 0
    }
}

#home-reel-video-container {
    position: relative;
    width: 100%;
    will-change: transform
}

#home-reel-video-container-decoration {
    position: absolute;
    top: calc(-2 * var(--cross-size));
    left: 0;
    width: 100%;
    height: calc(100% + 4 * var(--cross-size));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

#home-reel-video-container-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--cross-size);
    overflow: hidden
}

#home-reel-video-container-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--cross-size)
}

.home-reel-video-container-svg-wrapper {
    display: flex;
    justify-content: space-around;
    width: calc((100vw - 2 * var(--base-padding-x)) * 2)
}

@media (max-width: 812px) {
    .home-reel-video-container-svg-wrapper {
        width: calc((100vw - 2 * var(--base-padding-x)) * 4)
    }
}

.home-reel-video-container-svg-wrapper svg {
    height: var(--cross-size);
    width: auto
}

#home-reel-video-container-crosses {
    position: absolute;
    height: var(--cross-size);
    width: 100%
}

@media (max-width: 812px) {
    #home-reel-video-container-crosses {
        display: none
    }
}

.home-reel-video-container-cross {
    position: absolute;
    width: var(--cross-size);
    height: var(--cross-size)
}

.home-reel-video-container-cross:nth-child(1) {
    left: 0;
    top: 0
}

.home-reel-video-container-cross:nth-child(2) {
    left: calc(25% - calc(var(--cross-size) / 2));
    top: 0
}

@media (max-width: 812px) {
    .home-reel-video-container-cross:nth-child(2) {
        display: none
    }
}

.home-reel-video-container-cross:nth-child(3) {
    left: calc(50% - calc(var(--cross-size) / 2));
    top: 0
}

.home-reel-video-container-cross:nth-child(4) {
    left: calc(75% - calc(var(--cross-size) / 2));
    top: 0
}

@media (max-width: 812px) {
    .home-reel-video-container-cross:nth-child(4) {
        display: none
    }
}

.home-reel-video-container-cross:nth-child(5) {
    left: calc(100% - var(--cross-size));
    top: 0
}

.home-reel-video-container-cross:before,
.home-reel-video-container-cross:after {
    position: absolute;
    content: "";
    left: 0;
    background: var(--color-black)
}

.home-reel-video-container-cross:before {
    width: var(--cross-size);
    height: calc(.125 * var(--cross-size));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home-reel-video-container-cross:after {
    height: var(--cross-size);
    width: calc(.125 * var(--cross-size));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#home-reel-video-watch-btn {
    cursor: pointer;
    position: absolute;
    left: calc(50% - 4.7em);
    top: calc(50% - 3em);
    width: 9.4em;
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 22.5em
}

@media (hover: hover) {
    #home-reel-video-watch-btn:hover #home-reel-video-watch-btn-base {
        transition: background .1s .3s cubic-bezier(.4, 0, .1, 1);
        background: var(--color-blue)
    }
    #home-reel-video-watch-btn:hover #home-reel-video-watch-btn-background {
        transform: scaleZ(1)
    }
    #home-reel-video-watch-btn:hover svg {
        color: var(--color-white)
    }
}

#home-reel-video-watch-btn svg {
    z-index: 1;
    width: 2em;
    height: 2em;
    color: var(--color-black);
    transition: color .3s cubic-bezier(.4, 0, .1, 1)
}

#home-reel-video-title {
    --font-size: 7.5em;
    display: flex;
    gap: 2em;
    position: absolute;
    line-height: 1;
    font-size: var(--font-size);
    text-transform: uppercase;
    color: var(--color-white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 812px) {
    #home-reel-video-title {
        display: none
    }
}

#home-reel-video-title .char-wrapper {
    position: relative;
    height: 1em
}

.home-reel-video-title-word {
    position: relative;
    overflow: hidden;
    display: flex !important;
    height: .8em;
    will-change: transform
}

.home-reel-video-title-word .char-wrapper {
    position: relative;
    top: -.15em;
    width: .6em
}

#home-reel-video-watch-btn-base {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 22.5em;
    background: var(--color-white);
    transition: background .3s cubic-bezier(.4, 0, .1, 1)
}

#home-reel-video-watch-btn-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-blue);
    transform: scale3d(1, 0, 1);
    transform-origin: bottom;
    transition: transform .4s cubic-bezier(.4, 0, .1, 1)
}

#home-reel-video-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto
}

#home-reel-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    opacity: 0
}

#home-reel-title {
    position: relative;
    font-size: 10vw;
    left: -.03em;
    letter-spacing: -.02em;
    grid-column: 1 / span 12;
    margin-top: 1em;
    margin-bottom: .5em;
    line-height: 1;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #home-reel-title {
        font-size: 6.7vw
    }
}

@media (max-width: 812px) {
    #home-reel-title {
        grid-column: 1 / span 6;
        font-size: 13.8vw;
        margin-bottom: 1em
    }
}

@media (max-width: 480px) {
    #home-reel-title {
        font-size: 20vw
    }
}

#home-reel-title .word {
    position: relative;
    bottom: .1em
}

#home-reel-title-inner {
    display: inline-block;
    position: relative
}

#home-reel-title-inner>div {
    overflow: hidden
}

@media (max-width: 812px) {
    #home-reel-title-inner>div {
        overflow: visible
    }
}

#home-reel-title-line-1 {
    padding-left: calc(var(--grid-space) * 2 + var(--grid-gap) * 2)
}

@media (max-width: 812px) {
    #home-reel-title-line-1 {
        padding-left: 0
    }
}

#home-reel-thumb-wrapper {
    position: relative;
    grid-column: 1 / span 5;
    width: calc(100% + var(--grid-gap) * 2);
    height: 0;
    top: -10em
}

@media (max-width: 812px) {
    #home-reel-thumb-wrapper {
        top: 0
    }
}

#home-reel-thumb {
    grid-column: 1 / span 5;
    height: 100px;
    font-size: 2.4rem;
    overflow: hidden;
    padding-top: 56.25%;
    height: 0
}

@media (max-width: 812px) {
    #home-reel-thumb {
        padding-top: 0
    }
}

#home-reel-content {
    line-height: 1.4;
    grid-column: 7 / span 6;
    height: fit-content;
    font-size: clamp(1rem, 1.5vw, 3rem)
}

@media (min-aspect-ratio: 21/9) {
    #home-reel-content {
        grid-column: 8 / span 3
    }
}

@media (max-width: 812px) {
    #home-reel-content {
        grid-column: 1 / span 6
    }
}

#home-reel-content-inner {
    position: relative;
    width: 100%
}

#home-reel-desc {
    will-change: transform;
    font-size: 1em;
    margin: 0
}

#home-reel-cta {
    display: flex;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 1em 1.5em 1em 1.625em;
    align-items: center;
    gap: 1em;
    border-radius: 5.3125em;
    font-size: clamp(.875rem, 1vw, 1.75rem);
    background: #fff;
    font-family: Aeonik;
    text-transform: uppercase;
    width: fit-content;
    height: 3.375em;
    font-weight: 500;
    pointer-events: auto;
    color: var(--project-details-btn-text);
    grid-column: 7 / span 6;
    margin-top: 3em;
    opacity: 0;
    box-shadow: 0 6px 10px #0000000a, 0 2px 4px #0000000a;
    transition: background cubic-bezier(.35, 0, 0, 1) .2s;
    will-change: transform
}

@media (max-width: 812px) {
    #home-reel-cta {
        opacity: 1;
        margin-bottom: 6em;
        margin-top: 3em
    }
}

@media (hover: hover) {
    #home-reel-cta:hover {
        color: var(--color-white);
        background: var(--color-blue);
        transition: background cubic-bezier(.35, 0, 0, 1) .5s .3s
    }
    #home-reel-cta:hover #home-reel-cta-text {
        transform: translate3d(-1.5em, 0, 0)
    }
    #home-reel-cta:hover #home-reel-cta-dot {
        transform: translate3d(3em, 0, 0) scale(20);
        background: var(--color-blue)
    }
    #home-reel-cta:hover #home-reel-cta-arrow {
        transform: translateZ(0)
    }
    #home-reel-cta:hover #home-reel-cta-arrow svg {
        color: var(--color-white)
    }
}

#home-reel-cta-dot {
    display: inline-block;
    position: relative;
    width: .5em;
    height: .5em;
    background: var(--color-black);
    border-radius: 100px;
    z-index: 1;
    transition: background cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-reel-cta-text {
    position: relative;
    z-index: 1;
    transition: color cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-reel-cta-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    height: 1.2em;
    width: 1.2em;
    color: var(--color-blue);
    border-radius: 100%;
    transform: translate3d(3em, 0, 0);
    transition: transform cubic-bezier(.4, 0, 0, 1) .4s;
    z-index: 1
}

#home-reel-cta-arrow svg {
    transition: color .5s;
    width: 100%;
    height: 100%
}

#home-featured:after {
    content: "";
    clear: both;
    display: block
}

#home-featured-title-top {
    position: relative;
    grid-column: 1 / span 12;
    line-height: 0
}

@media (max-width: 812px) {
    #home-featured-title-top {
        grid-column: 1 / span 6
    }
}

#home-featured-title-wrapper {
    position: relative;
    width: fit-content;
    font-size: 5.5vw;
    letter-spacing: -.03em
}

@media (min-aspect-ratio: 21/9) {
    #home-featured-title-wrapper {
        font-size: 3.8vw
    }
}

@media (max-width: 812px) {
    #home-featured-title-wrapper {
        font-size: 12vw
    }
}

#home-featured-title {
    padding-top: .5em;
    position: relative;
    display: inline-block;
    margin: 0 0 0 -.07em;
    line-height: .9;
    overflow: hidden;
    will-change: transform
}

#home-featured-disclaimer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(var(--grid-space) * 3 + var(--grid-gap) * 2);
    text-transform: uppercase;
    line-height: 1.4;
    font-size: .9vw;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #home-featured-disclaimer {
        width: calc(var(--grid-space) * 2 + var(--grid-gap) * 2);
        font-size: .6vw
    }
}

@media (max-width: 812px) {
    #home-featured-disclaimer {
        position: relative;
        font-size: 2.5vw;
        width: 100%;
        margin: 3em 0
    }
}

@media (max-width: 480px) {
    #home-featured-disclaimer {
        font-size: 3.5vw
    }
}

#home-featured-cta {
    display: flex;
    position: relative;
    place-self: center;
    float: left;
    padding: 1em 1.5em 1em 1.625em;
    align-items: center;
    gap: 1em;
    overflow: hidden;
    border-radius: 5.3125em;
    font-size: clamp(.875rem, 1vw, 1.75rem);
    background: #fff;
    font-family: Aeonik;
    text-transform: uppercase;
    height: 3.375em;
    width: fit-content;
    font-weight: 500;
    pointer-events: auto;
    color: var(--project-details-btn-text);
    grid-column: 1 / span 12;
    margin-top: calc(var(--vh, vh) * 12);
    box-shadow: 0 6px 10px #0000000a, 0 2px 4px #0000000a;
    transition: background cubic-bezier(.35, 0, 0, 1) .2s;
    will-change: transform
}

@media (max-width: 812px) {
    #home-featured-cta {
        grid-column: 1 / span 6;
        margin-top: 4em;
        margin-bottom: 5em
    }
}

@media (hover: hover) {
    #home-featured-cta:hover {
        color: var(--color-white);
        background: var(--color-blue);
        transition: background cubic-bezier(.35, 0, 0, 1) .5s .3s
    }
    #home-featured-cta:hover #home-featured-cta-text {
        transform: translate3d(-1.5em, 0, 0)
    }
    #home-featured-cta:hover #home-featured-cta-dot {
        transform: translate3d(4em, 0, 0) scale(32);
        background: var(--color-blue)
    }
    #home-featured-cta:hover #home-featured-cta-arrow {
        transform: translateZ(0)
    }
    #home-featured-cta:hover #home-featured-cta-arrow svg {
        color: var(--color-white)
    }
}

#home-featured-cta-dot {
    display: inline-block;
    position: relative;
    width: .5em;
    height: .5em;
    background: var(--color-black);
    border-radius: 100px;
    z-index: 1;
    transition: background cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-featured-cta-text {
    position: relative;
    z-index: 1;
    transition: color cubic-bezier(.35, 0, 0, 1) .5s, transform cubic-bezier(.35, 0, 0, 1) .4s
}

#home-featured-cta-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    height: 1.2em;
    width: 1.2em;
    color: var(--color-blue);
    border-radius: 100%;
    transform: translate3d(3em, 0, 0);
    transition: transform cubic-bezier(.4, 0, 0, 1) .4s;
    z-index: 1
}

#home-featured-cta-arrow svg {
    width: 100%;
    height: 100%;
    transition: color .5s
}

#home-goal {
    font-size: clamp(.875rem, 1vw, 2rem);
    padding-bottom: calc(var(--vh, 1vh) * 4200)
}

html.is-black-bg #home-goal {
    color: var(--color-white)
}

#home-goal:after {
    content: "";
    clear: both;
    display: block
}

#home-goal-context {
    position: relative;
    grid-column: 1 / span 12
}

@media (max-width: 812px) {
    #home-goal-context {
        grid-column: 1 / 7
    }
}

#home-goal-context-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--grid-gap)
}

@media (max-width: 812px) {
    #home-goal-context-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

#home-goal-title {
    position: relative;
    line-height: 1;
    grid-column: 1 / span 12;
    font-size: 5.5vw;
    margin-top: 2.2em;
    margin-bottom: .5em;
    letter-spacing: -.02em;
    left: -.068em;
    width: 11em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #home-goal-title {
        font-size: 3.8vw
    }
}

@media (max-width: 812px) {
    #home-goal-title {
        grid-column: 1 / span 6;
        font-size: 10vw;
        width: inherit;
        margin-top: 0
    }
}

@media (max-width: 560px) {
    #home-goal-title {
        width: 100%;
        font-size: 16vw;
        margin-top: .2em
    }
}

#home-goal-title .line {
    position: relative;
    bottom: .135em
}

#home-goal-texts {
    position: absolute;
    left: 0;
    top: 0;
    grid-column: 8 / 12;
    line-height: 1.4;
    font-size: 1.5em
}

@media (min-aspect-ratio: 21/9) {
    #home-goal-texts {
        grid-column: 8 / 11
    }
}

@media (max-width: 812px) {
    #home-goal-texts {
        position: relative;
        grid-column: 1 / 7;
        grid-column: 1 / span 6;
        margin-top: 3em;
        margin-bottom: 4em;
        font-size: 1.125em
    }
}

.home-goal-texts-paragraph:not(:first-child) {
    margin-top: 1em
}

#home-goal-image-in-outer {
    grid-column: 1 / 7;
    position: relative
}

@media (max-width: 812px) {
    #home-goal-image-in-outer {
        grid-column: 1 / span 6;
        top: 0
    }
}

#home-goal-image-in-inner {
    position: relative;
    height: 0;
    width: calc(100% + var(--grid-gap));
    padding-top: calc((100% + var(--grid-gap)) * 1080 / 1496)
}

@media (max-width: 812px) {
    #home-goal-image-in-inner {
        width: 100%
    }
}

#home-goal-image-in {
    position: absolute;
    left: 3.9%;
    top: 5.4%;
    width: 92.5%;
    height: 89.5%
}

#home-goal-image-out-outer {
    position: relative;
    grid-column: 2 / 12
}

@media (max-width: 812px) {
    #home-goal-image-out-outer {
        grid-column: 1 / span 6;
        top: 0
    }
}

#home-goal-image-out-inner {
    position: relative;
    width: calc(100% + var(--grid-gap) * 2);
    left: calc(var(--grid-gap) * -1);
    padding-top: calc((100% + var(--grid-gap) * 2) * 1537 / 2000)
}

@media (max-width: 812px) {
    #home-goal-image-out-inner {
        width: 100%;
        left: 0
    }
}

#home-goal-image-out {
    position: absolute;
    left: 2.2%;
    top: 2.8%;
    width: 95.7%;
    height: 70.2%
}

#home-goal-tunnel-title {
    position: relative;
    left: 0;
    width: 100%;
    grid-column: 1 / span 12;
    height: 0;
    text-align: center;
    font-size: 6vw;
    color: var(--color-white);
    text-transform: uppercase
}

@media (max-width: 812px) {
    #home-goal-tunnel-title {
        top: 0;
        grid-column: 1 / span 6
    }
}

.home-goal-tunnel-title-line span {
    display: inline-block;
    position: relative;
    margin: 0 .25ch
}

