nav {
    height: 120px;
    width: 100%;
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    z-index: 100;
}

:root {
    --body-letter-spacing: -0.02em;
    --link-underline-offset: 4px;
    --hero-text-overlap: clamp(160px, 13vw, 190px);
}

.center {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
}

.nav_bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.nav_links {
    line-height: 22px;
    font-size: 1.7em;
    font-family: 'Rubik', serif;
    white-space: nowrap;
}

.stretch {
    height: 120px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
}

.name {
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.navigation {
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0 0 0 24px;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -4px;
}

.navigation::after {
    bottom: 0;
    background: #8787FF;
    transition: width 0.32s ease, left 0.32s ease;
}

nav .navigation:hover::after,
nav .navigation:focus-visible::after,
nav .navigation[aria-current="page"]::after {
    width: 100%;
    left: 0;
}

nav .nav_bar:has(.navigation:hover) .navigation[aria-current="page"]:not(:hover)::after,
nav .nav_bar:has(.navigation:focus-visible) .navigation[aria-current="page"]:not(:focus-visible)::after {
    width: 0;
    left: 100%;
}

.svg {
    padding-left: 8px;
    flex: 0 0 auto;
}

.footer_svg {
    height: 18px;
}

.img {
    background-image: url('../images/portrait2.png');
    background-position: center ;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    align-content: center;
    margin-top: 40px;
    margin-left: 40px;
    max-width: 600px;
    min-height: 600px;
}

.header_img {
    width: 100%;
    height: 320px;

    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    align-content: center;
    opacity: 100%;
}

.header_video {
    overflow: hidden;
}

.header_video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_cover_image {
    width: 100%;
    display: block;
    border-radius: 48px;
}

.datamynd_img {
    background-image: url('../images/datamynd_trimmed2.gif');
}

.healthai_img {
    background-image: url('../images/health-ai_trimmed.gif');
}

.mh1_img {
    background-image: url('../images/mh1_trimmed2.gif');
}

.project_hover {
    background: rgba(255, 255, 255, 0.9);
    opacity: 0%;
    height: 100%;
}

.project_hover:hover {
    opacity: 100%;
}

#thumbnail_text {
    padding: 80px 0 0 0;
    font-family: 'Rubik', serif;
    font-size: 3em;
    font-weight: 400;
}


/*.navigation:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -1;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #FFAC48;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}*/

.article_top {
    padding: 120px 0;
    width: 100%;
}

h1 {
    margin-top: 80px;
    font-family: 'Rubik', serif;
    font-size: 3.05em;
    font-weight: 400;
}

h3 {
    margin: 0;
    font-size: 2rem;
}

h4 {
    font-weight: 400;
    font-size: 2em;
    color: #303030;
    margin-bottom: 0;
    letter-spacing: var(--body-letter-spacing);
}

.line {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin-top: 50px;
    margin-bottom: 50px;

}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.list_box {
    width: calc(90% / 3);
    
}

.list {
    font-size: 2rem;
}

.about_top {
    width: calc(900% / 2);
}

.about_hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 600px);
    gap: 40px;
    align-items: start;
}

.about_hero .about_top {
    width: 100%;
    min-width: 0;
}

.about_hero h4,
.about_detail h4 {
    color: #707070;
}

.about_portrait {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 48px;
    background-color: #f6f6f6;
    background-image: url('../images/portrait2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_detail_row {
    display: grid;
    grid-template-columns: minmax(360px, 600px) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
    margin-top: 170px;
}

.about_detail_row + .line {
    margin-top: 170px;
}

.about_placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_detail h4 {
    margin-top: 0;
}

.about_link {
    margin-left: 0;
}

.about_top h4 a,
.home_contact_link,
.project_link,
footer .nav_links {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: bottom;
}

.about_top h4 a {
    margin-right: 20px;
}

.margin_top_subtitle {
    margin-top: 0px;
}

h2 {
    padding-top: 80px;
    font-family: 'Rubik', serif;
    font-size: 3.05em;
    font-weight: 400;
    margin: 0;
}

#left {}

p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 2em;
    color: #303030;
    margin: 12px 0px 0px;
    letter-spacing: var(--body-letter-spacing);
    
}

#DataMynd_title {}

a {
    position: relative;
    color: #000;
    text-decoration: none;
}

a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: calc(var(--link-underline-offset) * -1);
    content: "";
    /*display: block;*/
    height: 2px;
    left: 0;
    position: absolute;
    background: #8787FF;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}


a:hover:after,
a:focus-visible:after {
    width: 100%;
    left: 0;
}

#go_to {
    line-height: 22px;
    font-size: 1.7em;
    font-family: 'Rubik', serif;
    margin-top: 60px;
    position: absolute;
}

.welcome {
    margin-top: 120px;
    background-color: #fff;
    min-height: 570px;
    width: 100%;
    overflow: visible;
    padding-bottom: 80px;

}

.welcome .center {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 600px);
    column-gap: 40px;
    align-items: center;
    position: relative;
}

.welcome_copy {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    z-index: 2;
}

.welcome_message {
    width: calc(100% + var(--hero-text-overlap));
    margin: 0;
    position: relative;
}

.welcome_actions {
    position: relative;
    margin: 28px 0 0;
}

.home_contact_link {
    display: inline-flex;
    align-items: center;
    line-height: 22px;
    font-size: 1.7em;
    font-family: 'Rubik', serif;
}

.animated-word {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}

.animated-character {
    display: inline-block;
    will-change: transform, opacity;
}

.grey_box {
    background-color: #f6f6f6;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    background-image: url('../images/portrait2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 48px;
    z-index: 1;
}

.memoji {
    background-image: none;
}

.lines_animation {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: end;
    position: relative;
    z-index: 3;
    margin-top: 0;
    height: 3px;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(-56px);
}

.blue {
    width: 200px;
    height: 3px;
    background-color: #8787FF;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation: mymove 4.1s infinite;
    animation: mymove 4.1s infinite;
    position: absolute;
}

.red {
    width: 200px;
    height: 3px;
    background-color: #FE8785;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation: mymove 3.7s infinite;
    animation: mymove 3.7s infinite;
    position: absolute;
}


.yellow {
    width: 200px;
    height: 3px;
    background-color: #FFE092;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation: mymove 3.2s infinite;
    animation: mymove 3.2s infinite;
    position: absolute;
}

@-webkit-keyframes mymove {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 200px);
    }

    100% {
        left: 0;
    }
}

@keyframes mymove {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 200px);
    }

    100% {
        left: 0;
    }
}


.projects {
    width: 100%;
    padding: 50px 0 80px;
    scroll-margin-top: 70px;
}

.projects_inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
}

.project_preview {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 0.65fr);
    gap: 80px;
    align-items: center;
    margin-bottom: 170px;
}

.project_preview:last-child {
    margin-bottom: 0;
}

.project_preview--reverse {
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 2fr);
}

.project_preview--reverse .project_cover {
    order: 2;
}

.project_preview--reverse .project_copy {
    order: 1;
}

.project_cover {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    background: #f6f6f6;
    line-height: 0;
}

.project_cover--health {
    background: #8787FF;
}

.project_cover--schindler {
    background: #FFE092;
}

.project_cover--datamynd {
    background: #f6f6f6;
}

.project_cover--mh1 {
    background: #FE8785;
}

.project_cover--confidential {
    background: #111;
}

.confidential_cover {
    display: grid;
    width: 100%;
    aspect-ratio: 16 / 9;
    place-items: center;
    background: #111;
    color: #fff;
    font-family: 'Rubik', serif;
    font-size: 4em;
    line-height: 1;
}

.confidential_cover span {
    padding: 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
}

.project_cover:after {
    display: none;
}

.project_cover:focus {
    outline: none;
}

.project_cover:focus-visible {
    outline: 3px solid #8787FF;
    outline-offset: 8px;
}

.project_cover_image,
.project_cover_gif {
    display: block;
    width: 100%;
    height: auto;
    will-change: transform;
}

.project_cover_gif {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    will-change: opacity, transform;
}

.project_copy {
    max-width: 380px;
}

.project_copy h2 {
    padding-top: 0;
    font-size: 3.05em;
    line-height: 1.15;
}

.project_copy p {
    margin-top: 28px;
    color: #707070;
    line-height: 1.45;
}

.project_link {
    display: inline-flex;
    align-items: center;
    margin-top: 48px;
    line-height: 22px;
    font-size: 1.7em;
    font-family: 'Rubik', serif;
}

.process_hero {
    width: 100%;
}

.process_hero h1 {
    max-width: 760px;
}

.process_hero h4 {
    color: #707070;
    line-height: 1.45;
}

.process_steps_flow {
    margin-top: 170px;
}

.process_step {
    display: grid;
    grid-template-columns: minmax(0, 640px) minmax(320px, 1fr);
    gap: 80px;
    align-items: center;
    margin-bottom: 170px;
}

.process_step:last-child {
    margin-bottom: 0;
}

.process_step--reverse {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 640px);
}

.process_step--reverse .process_marker {
    order: 2;
    justify-self: end;
}

.process_step--reverse .process_copy {
    order: 1;
}

.process_marker {
    display: grid;
    width: 100%;
    max-width: 640px;
    min-height: 0;
    aspect-ratio: 4 / 3;
    justify-self: start;
    place-items: center;
    border-radius: 48px;
    background: #f6f6f6;
    color: #000;
    font-family: 'Rubik', serif;
}

.process_marker span {
    font-size: clamp(8rem, 14vw, 16rem);
    font-weight: 400;
    line-height: 0.9;
}

.process_marker--mint {
    background: #D7F4E8;
}

.process_marker--purple {
    background: #8787FF;
    color: #fff;
}

.process_marker--yellow {
    background: #FFE092;
}

.process_marker--red {
    background: #FE8785;
}

.process_marker--dark {
    background: #111;
    color: #fff;
}

.process_copy {
    max-width: 560px;
}

.process_step_number {
    margin: 0 0 22px;
    color: #000;
    font-family: 'Rubik', serif;
    font-size: 4.2em;
    font-weight: 600;
    line-height: 0.95;
}

.process_copy h2 {
    padding-top: 0;
    font-size: 3.05em;
    line-height: 1.15;
}

.process_copy p:not(.process_step_number) {
    margin-top: 28px;
    color: #707070;
    line-height: 1.45;
    letter-spacing: var(--body-letter-spacing);
}

.project_video {
    --video-bg: #f6f6f6;
    --video-accent: #000;
    --video-icon: #fff;
    --video-icon-hover: #fff;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 120px;
    overflow: hidden;
    border-radius: 48px;
    background: var(--video-bg);
    aspect-ratio: 16 / 9;
    line-height: 0;
}

.project_video--health {
    --video-bg: #f6f6f6;
    --video-accent: #8787FF;
    --video-icon: #fff;
    --video-icon-hover: #fff;
}

.project_video--datamynd {
    --video-bg: #f6f6f6;
    --video-accent: #000;
    --video-icon: #fff;
    --video-icon-hover: #fff;
}

.project_video--schindler {
    --video-bg: #f6f6f6;
    --video-accent: #FFE092;
    --video-icon: #fff;
    --video-icon-hover: #000;
}

.project_video--mh1 {
    --video-bg: #f6f6f6;
    --video-accent: #FFE092;
    --video-icon: #fff;
    --video-icon-hover: #000;
}

.project_video_button {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    color: #fff;
}

.project_video_button:after {
    display: none;
}

.project_video_button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.project_video_button:hover img,
.project_video_button:focus-visible img {
    transform: scale(1.025);
    filter: brightness(0.82);
}

.project_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.74);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, background 0.3s ease;
}

.project_video_play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid var(--video-icon);
    content: "";
    transform: translate(-38%, -50%);
    transition: border-left-color 0.3s ease;
}

.project_video_button:hover .project_video_play,
.project_video_button:focus-visible .project_video_play {
    background: var(--video-accent);
    transform: translate(-50%, -50%) scale(1.06);
}

.project_video_button:hover .project_video_play:after,
.project_video_button:focus-visible .project_video_play:after {
    border-left-color: var(--video-icon-hover);
}

.project_video_label {
    position: absolute;
    right: 32px;
    bottom: 32px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-family: 'Rubik', serif;
    font-size: 1.5em;
    line-height: 1;
}

.project_video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.case_study {
    background: #fff;
    overflow-x: clip;
}

.case_eyebrow {
    margin-top: 80px;
    color: #707070;
    font-family: 'Rubik', serif;
    font-size: 1.7em;
}

.case_study h1 {
    margin-top: 20px;
}

.case_status_note {
    max-width: 760px;
    margin: 40px 0 0;
    padding: 24px 28px;
    border-radius: 24px;
    background: #f6f6f6;
}

.case_status_note strong {
    display: block;
    font-family: 'Rubik', serif;
    font-size: 1.6em;
    line-height: 1.25;
}

.case_status_note p {
    margin: 8px 0 0;
    color: #707070;
    font-size: 1.6em;
    line-height: 1.45;
}

.case_meta_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    margin: 60px 0 0;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.case_visual {
    margin: 80px 0 120px;
    overflow: hidden;
    border-radius: 48px;
    line-height: 0;
}

.case_visual img,
.case_side_visual img {
    display: block;
    width: 100%;
    height: auto;
}

.case_visual--health {
    background: #8787FF;
}

.case_visual--datamynd {
    background: #fff;
}

.case_content {
    max-width: 1200px;
}

.case_section {
    margin: 0 0 120px;
}

.case_section--lead {
    max-width: 850px;
}

.case_section h2 {
    padding-top: 0;
    margin-bottom: 24px;
}

.case_section p {
    line-height: 1.45;
    letter-spacing: var(--body-letter-spacing);
}

.case_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 80px;
    align-items: start;
}

.case_callout,
.case_quote {
    padding: 32px;
    border-radius: 24px;
    background: #f6f6f6;
}

.case_callout p,
.case_quote p {
    color: #303030;
    font-size: 1.7em;
}

.case_before_screens {
    display: grid;
    grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
    gap: 24px;
    margin-top: 80px;
}

.case_before_screens--wide-portrait {
    grid-template-columns: calc(60% - 12px) calc(40% - 12px);
    height: clamp(440px, 42vw, 560px);
    align-items: stretch;
}

.case_before_screens--wide-portrait .case_before_screen {
    height: 100%;
    aspect-ratio: auto;
}

.case_before_screens--wide-portrait .case_before_screen img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_before_screen {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    background: #f6f6f6;
    line-height: 0;
}

.case_before_screen--portrait {
    aspect-ratio: 3 / 4;
}

.case_before_screen--wide {
    aspect-ratio: 16 / 9;
}

.case_before_screen img {
    display: block;
    max-width: 88%;
    max-height: 88%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.case_before_screen figcaption {
    position: absolute;
    left: 32px;
    bottom: 32px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-family: 'Rubik', serif;
    font-size: 1.4em;
    line-height: 1;
}

.case_wayfinding_screens {
    display: grid;
    grid-template-columns: calc(60% - 12px) calc(40% - 12px);
    gap: 24px;
    margin-top: 64px;
    height: clamp(420px, 40vw, 600px);
    align-items: stretch;
}

.case_wayfinding_screen {
    position: relative;
    min-height: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 48px;
    background: #f6f6f6;
    line-height: 0;
}

.case_wayfinding_screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_wayfinding_screen figcaption {
    position: absolute;
    left: 32px;
    bottom: 32px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-family: 'Rubik', serif;
    font-size: 1.4em;
    line-height: 1;
}

.case_full_width_image {
    margin: 64px 0 0;
    line-height: 0;
}

.case_full_width_image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 48px;
}

.case_flow_structure {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    margin-top: 40px;
}

.case_flow_structure .case_steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 0;
}

.case_flow_structure .case_full_width_image {
    margin: 24px 0 0;
}

.case_flow_structure .case_steps span {
    color: #FFE092;
    font-weight: 700;
}

.case_insight_grid,
.case_process_grid,
.case_steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.case_process_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 40px;
}

.case_insight_grid {
    margin-top: 40px;
}

.case_process_grid--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.case_insight_grid div,
.case_process_grid div,
.case_steps div {
    padding-top: 24px;
    border-top: 1px solid #d8d8d8;
}

.case_steps {
    margin-top: 40px;
}

.case_steps span {
    color: #8787FF;
    font-family: 'Rubik', serif;
    font-size: 1.7em;
}

.case_list {
    margin: 0;
    padding-left: 1.1em;
    color: #303030;
    font-size: 2em;
    line-height: 1.45;
    letter-spacing: var(--body-letter-spacing);
}

.case_list li {
    margin-bottom: 18px;
}

.case_side_visual {
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    background: #f6f6f6;
    line-height: 0;
}

.case_side_visual--badge {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 48px;
    background: #FFE092;
}

.project-badge {
    display: block;
    width: 160px;
    max-width: 100%;
    height: auto;
}

.case_badge_link {
    display: block;
    line-height: 0;
    transition: transform 0.25s ease;
}

.case_badge_link::after {
    display: none;
}

.case_badge_link:hover,
.case_badge_link:focus-visible {
    transform: scale(1.025);
}

.case_side_visual--health {
    background: #8787FF;
}

.case_gallery {
    --case-slider-inline: max(40px, calc((100vw - 1200px) / 2 + 40px));
    margin: -40px calc(var(--case-slider-inline) * -1) 120px;
    overflow: visible;
}

.case_slider_header {
    padding: 0 var(--case-slider-inline);
    margin-bottom: 32px;
}

.case_slider_header h2 {
    padding-top: 0;
}

.case_slider_controls {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px;
    padding: 0 var(--case-slider-inline) 8px;
    margin-top: 24px;
    margin-bottom: -8px;
    overflow: visible;
}

.case_slider_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #f2f2f2;
    color: #000;
    font-family: 'Rubik', serif;
    font-size: 3.2em;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.case_slider_icon {
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.case_slider_icon--previous {
    transform: rotate(180deg);
}

.case_slider_button:hover,
.case_slider_button:focus-visible {
    background: #e4e4e4;
    transform: scale(1.04);
}

.case_slider_button:disabled {
    opacity: 0.35;
    background: #f2f2f2;
    color: #707070;
    cursor: default;
    transform: none;
}

.case_slider_viewport {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 var(--case-slider-inline);
    scroll-behavior: smooth;
    scroll-padding-left: var(--case-slider-inline);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.case_slider_viewport::-webkit-scrollbar {
    display: none;
}

.case_slider_track {
    display: flex;
    gap: 24px;
}

.case_slider_end_spacer {
    flex: 0 0 calc(var(--case-slider-inline) * 3);
}

.case_slider_slide {
    display: grid;
    flex: 0 0 calc(100vw - (var(--case-slider-inline) * 2));
    min-width: 0;
    height: 560px;
    scroll-snap-align: start;
}

.case_slider_slide--pair {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    gap: 24px;
}

.case_slider_tile {
    position: relative;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 48px;
    background: #f6f6f6;
    line-height: 0;
}

.case_slider_tile--health-bg {
    background: #8787FF;
}

.case_slider_tile--portrait img {
    object-position: 47% center;
}

.case_slider_tile img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s ease;
}

.case_slider_tile--contain img {
    object-fit: contain;
    padding: 3%;
}

.case_slider_tile--zoomed img {
    transform: scale(1.1);
}

.case_slider_tile:hover img {
    transform: scale(1.025);
}

.case_slider_tile--zoomed:hover img {
    transform: scale(1.125);
}

.case_slider_slide.is-slider-previous,
.case_slider_slide.is-slider-next,
.case_slider_tile.is-slider-previous,
.case_slider_tile.is-slider-next {
    cursor: pointer;
}

.case_slider_tile figcaption {
    position: absolute;
    left: 32px;
    bottom: 32px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-family: 'Rubik', serif;
    font-size: 1.4em;
    line-height: 1;
}

.case_next {
    padding-top: 56px;
    border-top: 1px solid #ccc;
}

.legal_page .center {
    max-width: 900px;
}

.legal_section {
    margin-top: 80px;
}

.legal_section h2 {
    padding-top: 0;
    margin-bottom: 24px;
}

.legal_section--english {
    padding-top: 64px;
    border-top: 1px solid #ccc;
}

.password_panel {
    max-width: 760px;
    margin-top: 80px;
    padding: 40px;
    border-radius: 24px;
    background: #f6f6f6;
}

.password_panel h2 {
    padding-top: 0;
}

.password_form label {
    display: block;
    margin-top: 24px;
    font-family: 'Rubik', serif;
    font-size: 1.7em;
}

.password_row {
    display: flex;
    gap: 16px;
    margin-top: 12px;
}

.password_row input,
.password_row button {
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    font-family: 'Karla', serif;
    font-size: 1.8em;
}

.password_row input {
    flex: 1;
    padding: 0 22px;
    background: #fff;
}

.password_row button {
    padding: 0 28px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.password_error {
    min-height: 1.4em;
    margin-top: 18px;
    color: #FE8785;
}

.confidential_content {
    margin-top: 100px;
}

footer {
    width: 100%;
    background-color: white;
    height: 120px;
    position: absolute;
}


@media only screen and (max-width: 1440px) {

    .grey_box {
        border-radius: 48px;
    }

    @-webkit-keyframes mymove {
        0% {
            left: 0%;
        }

        50% {
            left: calc(100% - 200px);
        }

        100% {
            left: 0%;
        }
    }

    @keyframes mymove {
        0% {
            left: 0%;
        }

        50% {
            left: calc(100% - 200px);
        }

        100% {
            left: 0%;
        }
    }


}


@media (max-width: 1024px) {
    
    .flex-container {
        flex-wrap: wrap-reverse;
    }
    .img {
        max-width: none;
        margin-left: 0;
        min-height: 400px;
        background-size: 600px;
    }

    .welcome {
        height: auto;
        min-height: 0;
        margin-top: 152px;
        padding-bottom: 0;
    } 

    .welcome .center {
        grid-template-columns: 1fr;
        row-gap: 0;
    }
    
    .welcome_copy {
        grid-column: 1;
        grid-row: 1;
    }
    
    .lines_animation {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        margin-top: 72px;
        padding-top: 0;
        padding-bottom: 104px;
        transform: none;
    }
    
    .welcome_message {
        max-width: 730px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .welcome_actions {
        position: relative;
        padding: 0;
        margin: 24px 0 0;
    }

    .grey_box {
        display: none;
        grid-column: 1;
        grid-row: 1;
        max-width: 600px;
        justify-self: end;
    }

    .about_hero {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about_hero .about_top {
        order: 2;
        width: 100%;
    }

    .about_portrait {
        order: 1;
        min-height: 0;
    }

    .about_detail_row {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 100px;
    }

    .about_detail_row + .line {
        margin-top: 100px;
    }

    .about_detail {
        order: 2;
    }

    .about_placeholder {
        order: 1;
    }

    .projects {
        padding-top: 0;
    }

    .projects_inner {
        padding: 0 40px;
    }

    .project_preview,
    .project_preview--reverse {
        grid-template-columns: 1fr;
        gap: 48px;
        margin-bottom: 100px;
    }

    .process_step,
    .process_step--reverse {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 100px;
    }

    .project_preview--reverse .project_cover,
    .project_preview--reverse .project_copy,
    .process_step--reverse .process_marker,
    .process_step--reverse .process_copy {
        order: initial;
    }

    .process_step--reverse .process_marker {
        justify-self: start;
    }

    .process_marker {
        justify-self: start;
    }

    .project_copy,
    .process_copy {
        max-width: 640px;
    }

    .project_copy p {
        margin-top: 18px;
    }

    .project_link {
        margin-top: 28px;
    }

    .process_steps_flow {
        margin-top: 100px;
    }

    .process_marker {
        min-height: 0;
    }

    .case_meta_grid,
    .case_grid,
    .case_insight_grid,
    .case_process_grid,
    .case_process_grid--five,
    .case_steps {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .case_flow_structure {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
    }

    .case_flow_structure .case_full_width_image {
        margin-top: 0;
    }

    .case_visual,
    .case_section,
    .case_gallery,
    .project_video {
        margin-bottom: 80px;
    }

    .case_grid {
        gap: 40px;
    }

    .case_before_screens {
        grid-template-columns: 1fr;
        margin-top: 48px;
    }

    .case_before_screens--wide-portrait {
        grid-template-columns: calc(60% - 12px) calc(40% - 12px);
        height: clamp(320px, 42vw, 420px);
    }

    .case_before_screen {
        border-radius: 24px;
    }

    .case_before_screen figcaption {
        left: 24px;
        bottom: 24px;
    }

    .case_before_screen--portrait,
    .case_before_screen--wide {
        aspect-ratio: 4 / 3;
    }

    .case_before_screens--wide-portrait .case_before_screen {
        height: 100%;
        aspect-ratio: auto;
    }

    .case_wayfinding_screens {
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
        margin-top: 48px;
        height: clamp(300px, 42vw, 420px);
        align-items: stretch;
    }

    .case_wayfinding_screen {
        height: 100%;
        aspect-ratio: auto;
        border-radius: 24px;
    }

    .case_wayfinding_screen figcaption {
        left: 24px;
        bottom: 24px;
    }

    .blue {
        width: 20vw;
    }

    .red {
        width: 20vw;
    }

    .yellow {
        width: 20vw;
    }
    @-webkit-keyframes mymove {
        0% {
            left: 0%;
        }

        50% {
            left: calc(100% - 20vw);
        }

        100% {
            left: 0%;
        }
    }

    @keyframes mymove {
        0% {
            left: 0%;
        }

        50% {
            left: calc(100% - 20vw);
        }

        100% {
            left: 0%;
        }
    }
}

@media (max-width: 600px) {
    
    .img {
        max-width: none;
        margin-right: 0;

    }

    .center {
        padding: 0 20px;
    }

    nav .mobile_work_nav {
        display: none;
    }

    nav .mobile_work_current {
        position: relative;
        padding-bottom: 4px;
        margin-bottom: -4px;
    }

    nav .mobile_work_current.is-work-current::after {
        bottom: 0;
        width: 100%;
        left: 0;
    }

    nav .nav_bar:has(.navigation:hover) .mobile_work_current.is-work-current:not(:hover)::after,
    nav .nav_bar:has(.navigation:focus-visible) .mobile_work_current.is-work-current:not(:focus-visible)::after {
        width: 0;
        left: 100%;
    }

    .projects {
        padding: 0 0 64px;
    }

    .projects_inner {
        padding: 0 20px;
    }

    .project_preview,
    .project_preview--reverse {
        gap: 40px;
        margin-bottom: 72px;
    }

    .process_step,
    .process_step--reverse {
        gap: 24px;
        margin-bottom: 72px;
    }

    .project_cover {
        border-radius: 24px;
    }

    .process_marker {
        min-height: 0;
        border-radius: 24px;
    }

    .process_steps_flow {
        margin-top: 72px;
    }

    .case_cover_image {
        border-radius: 24px;
    }

    .case_eyebrow {
        margin-top: 40px;
    }

    .case_meta_grid {
        margin-top: 40px;
        padding-top: 36px;
    }

    .case_visual {
        margin: 40px 0 64px;
        border-radius: 24px;
    }

    .project_video {
        margin-top: 48px;
        margin-bottom: 64px;
        border-radius: 24px;
    }

    .project_video_play {
        width: 64px;
        height: 64px;
    }

    .project_video_play:after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 16px;
    }

    .project_video_label {
        right: 16px;
        bottom: 16px;
        font-size: 1.3em;
    }

    .case_gallery {
        --case-slider-inline: 20px;
        margin: -24px calc(var(--case-slider-inline) * -1) 80px;
    }

    .case_slider_header {
        margin-bottom: 24px;
    }

    .case_slider_controls {
        margin-top: 18px;
    }

    .case_slider_button {
        width: 44px;
        height: 44px;
        font-size: 2.8em;
    }

    .case_slider_track {
        display: grid;
        gap: 16px;
        grid-auto-columns: 100%;
        grid-auto-flow: column;
    }

    .case_slider_end_spacer {
        display: block;
    }

    .case_slider_slide {
        display: contents;
        height: auto;
        scroll-snap-align: none;
    }

    .case_slider_tile {
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 24px;
        scroll-snap-align: start;
    }

    .case_slider_tile--contain img {
        padding: 5%;
    }

    .case_slider_tile figcaption {
        left: 16px;
        bottom: 16px;
        font-size: 1.25em;
    }

    .case_section {
        margin-bottom: 64px;
    }

    .case_callout,
    .case_quote {
        padding: 24px;
        border-radius: 16px;
    }

    .case_list {
        font-size: 1.6em;
    }

    .case_side_visual {
        border-radius: 24px;
    }

    .case_full_width_image img {
        border-radius: 24px;
    }

    .case_wayfinding_screens {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 40px;
        height: auto;
    }

    .case_wayfinding_screen {
        height: auto;
        aspect-ratio: 1.21 / 1;
        border-radius: 24px;
    }

    .case_wayfinding_screen figcaption {
        left: 16px;
        bottom: 16px;
        font-size: 1.25em;
    }

    .case_before_screens {
        gap: 16px;
        margin-top: 40px;
    }

    .case_before_screens--wide-portrait {
        grid-template-columns: 1fr;
        height: auto;
    }

    .case_before_screens--wide-portrait .case_before_screen {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .case_before_screen figcaption {
        left: 16px;
        bottom: 16px;
        font-size: 1.25em;
    }

    .project_copy h2 {
        font-size: 2.5em;
    }

    .about_portrait {
        border-radius: 24px;
    }

    .about_detail_row {
        margin-top: 72px;
    }

    .about_detail_row + .line {
        margin-top: 72px;
    }

    .about_placeholder {
        min-height: 0;
    }

    .confidential_cover {
        font-size: 2.8em;
    }

    .password_panel {
        padding: 24px;
        border-radius: 16px;
    }

    .case_status_note {
        padding: 20px;
        border-radius: 16px;
    }

    .password_row {
        flex-direction: column;
    }

    .welcome_message {
        width: 100%;
        padding: 0;
        margin: 0;
        
    }

    .welcome_actions {
        padding: 0;
        margin-top: 24px;
    }

    .welcome {
        margin-top: 120px;
        padding-bottom: 0;
    }

    .lines_animation {
        padding-top: 0;
        padding-bottom: 104px;
    }

    nav {
        height: 80px;
    }
    
    footer {
        height: 80px;
    }

    .stretch {
        height: 80px;
    }

    .article_top {
        padding: 80px 0;
    }

    .hide_svg {
        padding-left: 0px;
        width: 0;
        height: 0;
    }

    h1 {
        margin-top: 40px;
        font-size: 2.5em;
    }

    .welcome .welcome_message {
        margin: 0;
    }

    h2 {
        padding-top: 40px;
        font-size: 2.5em;
    }

    .header_img {
        height: 240px;
    }

}

/* ----------------------------------------------------------------------------
 * CSS Normalize
 * ------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    /*display:block;*/
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1.7em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: \201C \201D \2018 \2019;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
html input[type=button],
/* 1 */
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
figure {
    margin: 0;
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ----------------------------------------------------------------------------
 * Box-sizing border-box
 * ------------------------------------------------------------------------- */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font: 400 11px/1.4 sans-serif;
    font-family: 'Karla', serif;
    font-weight: 400;
    margin: 0;
    background: #fff;
    height: 100%;
    min-height: 100%;
    word-break: break-word;
    -webkit-word-break: break-word;
}
