:root {
    --red: #ff2e2e;
    --grey: #e6e7e8;
    --black: #000;
    --white: #fff;
    --pad: clamp(22px, 5vw, 80px)
}

@media (min-width: 1501px) {
    :root {
        --pad: max(80px, calc((100vw - 1500px) / 2))
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, Arial, sans-serif;
    background: var(--black);
    color: var(--white);
    cursor: url(../assets/images/cursor-white.png), auto;
    overflow-x: hidden
}

.works-site {
    font-variant-emoji: text
}

a, button {
    cursor: inherit
}

a {
    color: inherit
}

.skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 9999;
    background: var(--white);
    color: var(--black);
    padding: 12px 18px
}

.skip-link:focus {
    top: 16px
}

.works-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    mix-blend-mode: difference;
    background: transparent;
    transition: background-color .25s ease, box-shadow .25s ease
}

.works-header.is-filter-stuck,
.works-header.is-scrolled {
    background: #000;
    box-shadow: 0 1px 0 #222;
    mix-blend-mode: normal
}

.blog-index .works-header.is-scrolled,
.blog-detail .works-header.is-scrolled {
    background: var(--grey);
    box-shadow: 0 1px 0 #bbb
}

.blog-index .works-header.is-scrolled .works-header__chat,
.blog-index .works-header.is-scrolled .works-menu-button,
.blog-detail .works-header.is-scrolled .works-header__chat,
.blog-detail .works-header.is-scrolled .works-menu-button {
    color: #000
}

.blog-index .works-header.is-scrolled .works-header__logo img,
.blog-detail .works-header.is-scrolled .works-header__logo img {
    filter: brightness(0)
}

.blog-index .works-header.is-scrolled .works-menu-button b,
.blog-detail .works-header.is-scrolled .works-menu-button b {
    background: linear-gradient(to bottom,
            #000 0 3px,
            transparent 3px 7.5px,
            #000 7.5px 10.5px,
            transparent 10.5px 15px,
            #000 15px 18px)
}

.works-header__chat, .works-menu-button {
    font-size: 16px;
    text-decoration: none;
    color: #fff
}

.works-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.works-header__logo img {
    display: block;
    width: 58px;
    transition: filter .25s ease
}

.works-menu-button {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    border: 0;
    background: none
}

.works-menu-button span {
    display: flex;
    align-items: center;
    line-height: 1
}

.works-menu-button b {
    display: block;
    width: 24px;
    height: 18px;
    flex: 0 0 auto;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background: linear-gradient(to bottom,
            #fff 0 3px,
            transparent 3px 7.5px,
            #fff 7.5px 10.5px,
            transparent 10.5px 15px,
            #fff 15px 18px)
}

.works-nav {
    position: fixed;
    inset: 0;
    z-index: 900;
    display: grid;
    place-items: center;
    background: var(--grey);
    color: var(--black);
    transform: translateY(-105%);
    transition: transform .55s cubic-bezier(.7, 0, .2, 1);
    visibility: hidden
}

.menu-open {
    overflow: hidden
}

.menu-open .works-nav {
    transform: none;
    visibility: visible
}

.works-nav nav {
    width: 100%;
    padding-top: 70px
}

.works-nav a {
    position: relative;
    display: block;
    padding: 12px 5vw;
    border-bottom: 1px solid #777;
    text-decoration: none;
    font-size: clamp(50px, 7vw, 110px);
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: 1.05
}

.works-nav a:hover, .works-nav a:focus-visible {
    color: var(--red);
    font-style: italic
}

.works-nav a::after {
    content: "";
    display: inline-block;
    width: .72em;
    height: .72em;
    margin-left: .18em;
    vertical-align: baseline;
    background: url(../assets/images/menu-red-arrow.png) center / contain no-repeat;
    opacity: 0
}

.works-nav a:hover::after, .works-nav a:focus-visible::after {
    opacity: 1
}

.section-pad {
    padding: clamp(90px, 12vw, 190px) var(--pad)
}

.eyebrow {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em
}

.works-hero {
    position: relative;
    min-height: 100svh;
    padding: 120px var(--pad) 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden
}

.works-hero p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .12em;
}

.works-hero h1 {
    font-size: clamp(90px, 18vw, 250px);
    line-height: .69;
    letter-spacing: -.09em;
    margin-top: 30px;
}

.works-hero h1 em {
    color: var(--red);
    font-weight: inherit
}

.works-hero__intro {
    align-self: flex-end;
    width: min(460px, 80%);
    margin-top: clamp(50px, 8vw, 120px);
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1.25
}

.works-hero__spark {
    position: absolute;
    right: 9%;
    top: 14%;
    color: var(--red);
    font-size: clamp(100px, 18vw, 200px);
    animation: spin 12s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 70px
}

.section-heading h1, .section-heading h2 {
    font-size: clamp(48px, 6vw, 100px);
    line-height: .9;
    letter-spacing: -.065em
}

.featured-works {
    background: var(--grey);
    color: var(--black)
}

.featured-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(25px, 5vw, 80px);
    align-items: start
}

.featured-card:nth-child(2) {
    margin-top: 25vw
}

.featured-card:nth-child(3) {
    grid-column: 1/-1;
    width: 65%;
    margin: 0 auto
}

.work-card a {
    text-decoration: none;
    display: block
}

.work-card__media {
    position: relative;
    overflow: hidden;
    background: #ccc;
    aspect-ratio: 16/10
}

.work-card__media img, .work-card__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease
}

.work-card__arrow {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--red);
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 27px;
    transform: scale(0);
    transition: transform .25s ease
}

.work-card:hover .work-card__media img, .work-card:focus-within .work-card__media img {
    transform: scale(1.025)
}

.work-card:hover .work-card__arrow, .work-card:focus-within .work-card__arrow {
    transform: scale(1)
}

.work-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px
}

.work-card__meta p, .work-card__meta>span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.work-card__meta h3 {
    font-size: clamp(24px, 2vw, 44px);
    letter-spacing: -.02em;
    margin-top: 5px
}

.work-card__summary {
    /* max-width: 570px; */
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.all-works {
    background: var(--black)
}

.work-filters {
    position: sticky;
    top: 72px;
    z-index: 50;
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    padding: 15px 0;
    background: #000
}

.work-filters button {
    border: 1px solid #777;
    border-radius: 100px;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    font: 600 13px Inter
}

.work-filters button:hover, .work-filters button:focus-visible, .work-filters button.is-active {
    background: var(--red);
    border-color: var(--red);
    color: #000
}

.filter-status {
    margin: 28px 0 55px;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(45px, 7vw, 100px) clamp(20px, 3vw, 48px)
}

.works-grid .work-card {
    grid-column: span 4
}

.works-grid .work-card__meta h3 {
    font-size: clamp(22px, 2vw, 28px)
}

.work-card[hidden] {
    display: none
}

.works-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: clamp(60px, 8vw, 110px)
}

.works-pagination button,
.works-load-more {
    min-width: 44px;
    min-height: 44px;
    border: 1px solid #777;
    border-radius: 100px;
    background: transparent;
    color: #fff;
    padding: 10px 16px;
    font: 600 12px Inter, sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em
}

.works-pagination button:hover,
.works-pagination button:focus-visible,
.works-pagination button.is-active,
.works-load-more:hover,
.works-load-more:focus-visible {
    border-color: var(--red);
    background: var(--red);
    color: #000
}

.works-pagination button:disabled {
    opacity: .35;
    cursor: default;
    background: transparent;
    border-color: #777;
    color: #fff
}

.works-load-more {
    display: none;
    width: 100%;
    margin-top: 10px
}

.works-pagination[hidden],
.works-load-more[hidden] {
    display: none
}

.works-cta {
    min-height: 72vh;
    background: var(--red);
    color: #000;
    padding: var(--pad);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.works-cta p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em
}

.works-cta a {
    font-size: clamp(55px, 11vw, 160px);
    font-weight: 700;
    line-height: .78;
    letter-spacing: -.075em;
    text-decoration: none
}

.works-cta a span {
    display: inline-block;
    transition: transform .25s
}

.works-cta a:hover span {
    transform: translate(12px, -12px)
}

.works-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 67px;
    padding: 25px var(--pad);
    background: #000;
    color: #fff;
    border-top: 1px solid #222;
    font-size: 12px
}

.works-footer a {
    text-decoration: none
}

.project-hero {
    min-height: 90svh;
    padding-top: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: end;
    column-gap: 5vw
}

.project-hero .back-link {
    grid-column: 1/-1;
    align-self: start;
    margin-bottom: auto;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 0px;
}

.project-hero>.eyebrow {
    grid-column: 1/-1;
    margin: 60px 0 25px
}

.project-hero h1 {
    grid-column: 1/-1;
    font-size: clamp(75px, 12.5vw, 180px);
    line-height: .8;
    letter-spacing: -.05em;
    max-width: 1400px
}

.project-hero__subtitle {
    display: block;
    margin-top: .22em;
    font-size: .32em;
    line-height: 1.05;
    letter-spacing: -.02em
}

.project-hero__subtitle>span {
    display: block
}

.project-hero__summary {
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.3;
    margin-top: 60px;
    max-width: 680px
}

.project-hero dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px
}

.project-hero dl div {
    border-top: 1px solid #777;
    padding-top: 12px
}

.project-hero dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #aaa;
    margin-bottom: 9px
}

.project-hero dd {
    font-size: 13px;
    line-height: 1.55
}

.project-hero-media {
    width: 100%;
    background: var(--grey)
}

.project-hero-media__asset {
    display: block;
    width: 100%;
    max-height: 100svh;
    object-fit: cover
}

.project-overview {
    background: var(--grey);
    color: #000;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0vw
}

.project-overview h2, .project-story h2, .project-outcome h2 {
    font-size: 80px;
    line-height: .9;
    letter-spacing: -.06em
}

.project-overview>div p, .project-story>div>p:last-child, .project-outcome>div p {
    max-width: 720px;
    margin-top: 45px;
    font-size: clamp(17px, 1.55vw, 23px);
    line-height: 1.55
}

.project-overview--feature {
    min-height: min(78svh, 900px);
    background: #fff;
    color: #000;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: clamp(70px, 10vw, 150px)
}

.project-overview--feature .eyebrow {
    align-self: start
}

.project-overview--feature>div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    gap: clamp(40px, 8vw, 130px);
    align-items: end
}

.project-overview--feature h2 {
    max-width: 900px;
    font-size: clamp(80px, 9vw, 210px);
    line-height: .85;
    letter-spacing: -.085em
}

.project-overview--feature>div p {
    max-width: 580px;
    margin-top: 0;
    padding-bottom: .4em;
    font-size: clamp(17px, 1.4vw, 21px)
}

.project-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw
}

.project-story>div:nth-child(2) {
    margin-top: 260px
}

.project-story .eyebrow {
    margin-bottom: 45px;
    color: var(--red)
}

.project-process {
    background: var(--red);
    color: #000
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #000
}

.process-grid>div {
    padding: 30px 30px 60px 0;
    border-right: 1px solid #000
}

.process-grid>div+div {
    padding-left: 30px
}

.process-grid h3 {
    font-size: 18px;
    margin-bottom: 90px
}

.process-grid p {
    font-size: 18px;
    line-height: 1.5
}

.project-showcase {
    background: var(--grey);
    color: #000;
    padding: var(--pad)
}

.showcase-block {
    margin-bottom: var(--pad)
}

.showcase-block img, .showcase-block video {
    display: block;
    width: 100%;
    background: #ccc
}

.showcase-block figcaption {
    font-size: 12px;
    margin-top: 12px;
    color: #555
}

.showcase-twoColumn>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--pad)
}

.showcase-gallery>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.showcase-gallery img {
    height: 32vw;
    object-fit: cover
}

.showcase-device {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.showcase-text-image {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 7vw;
    padding: 7vw 0
}

.showcase-text-image h3 {
    font-size: clamp(45px, 6vw, 95px);
    line-height: .9;
    letter-spacing: -.06em;
    margin: 22px 0
}

.showcase-text-image p:last-child {
    font-size: 17px;
    line-height: 1.5;
    max-width: 550px
}

.case-sections {
    background: var(--grey);
    color: #000
}

.case-section {
    border-top: 1px solid rgba(0, 0, 0, .18)
}

.case-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1.2fr);
    grid-template-areas:
        "label copy"
        "title copy";
    gap: clamp(25px, 1vw, 70px);
    align-items: start;
    margin-bottom: clamp(40px, 6vw, 90px)
}

.case-section__intro .eyebrow {
    grid-area: label;
    color: var(--red)
}

.case-section__intro h2 {
    grid-area: title;
    max-width: 720px;
    font-size: clamp(44px, 3.4vw, 92px);
    line-height: .92;
    letter-spacing: -.06em
}

.case-section__intro>p:last-child {
    grid-area: copy;
    max-width: 520px;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.55
}

.case-section__placeholder {
    aspect-ratio: 16 / 9;
    min-height: 360px;
    background: #c8c8c8;
    color: #707070;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #b6b6b6;
    text-align: center
}

.case-section__placeholder span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

.case-section__placeholder strong {
    color: #555;
    font-size: clamp(26px, 4vw, 60px);
    letter-spacing: -.04em
}

.case-section__media {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3
}

body#ituni .case-section__media {
    aspect-ratio: 5 / 3;
}

.case-section__media img,
.case-section__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.case-section__media--wide video {
    height: auto;
    object-fit: contain
}


.case-section__media--wide {
    aspect-ratio: auto;
}

#elife-lazy-lion-phase1 .case-section__media--wide,
#elife-lazy-lion-phase2 .case-section__media--wide,
#elife-healthy-eating .case-section__media--wide,
#ehealth-information-center .case-section__media--wide {
    aspect-ratio: auto
}

#elife-lazy-lion-phase1 .case-section__media--wide img,
#elife-lazy-lion-phase2 .case-section__media--wide img,
#elife-healthy-eating .case-section__media--wide img,
#ehealth-information-center .case-section__media--wide img {
    height: auto;
    object-fit: contain
}

.case-section__placeholder--video::before {
    content: "▶︎";
    width: 64px;
    height: 64px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    padding-left: 4px
}

.case-section--split {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    align-items: stretch;
    gap: clamp(35px, 6vw, 100px)
}

.case-section--split .case-section__intro {
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}

.case-section--split .case-section__intro h2 {
    margin-top: clamp(28px, 4vw, 60px)
}

.case-section--split .case-section__intro>p:last-child {
    margin-top: auto;
    padding-top: 45px
}

.case-section--split .case-section__placeholder {
    aspect-ratio: 4 / 3;
    min-height: 540px
}

.case-section--media-text {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: stretch;
    gap: clamp(35px, 6vw, 100px);
    background: #000;
    color: #fff;
    border-top-color: rgba(255, 255, 255, .22)
}

#emedication-website .case-section--media-text {
    background: #fff;
    color: #000;
    border-top-color: rgba(0, 0, 0, .18)
}

.case-section--media-text .case-section__intro {
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}

.case-section--media-text .case-section__intro h2 {
    margin-top: clamp(28px, 4vw, 60px)
}

.case-section--media-text .case-section__intro>p:last-child {
    margin-top: auto;
    padding-top: 45px
}

.case-section--media-text .case-section__placeholder {
    min-height: 480px;
    background: #252525;
    color: #777;
    border-color: #3b3b3b
}

.case-section--media-text .case-section__placeholder strong {
    color: #aaa
}

.case-section__lottie-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: center;
    gap: clamp(10px, 1.2vw, 20px)
}

.case-section__lottie-item {
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
    background: #fff
}

.case-section__lottie {
    width: 100%;
    height: 100%
}

.case-section--research {
    background: #d9d9d9
}

#emedication-website .case-section--research {
    background: #fff
}

#emedication-website .case-section--white {
    background: var(--grey)
}

.case-section--white {
    background: #fff;
    color: #000
}

.case-section--research .case-section__placeholder {
    background: #bdbdbd
}

.case-section--flow {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    background: #f0f0f0
}

.case-section--flow .case-section__placeholder {
    aspect-ratio: 5 / 4
}

.case-section__dual-placeholders {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 50px)
}

.case-section__dual-placeholders>figure:only-child {
    grid-column: 1 / -1;
    aspect-ratio: auto
}

.case-section__dual-placeholders>figure:only-child img {
    height: auto;
    object-fit: contain
}

.case-section__dual-placeholders .case-section__placeholder {
    aspect-ratio: 4 / 3;
    min-height: 0
}

.case-section--ui {
    background: #000;
    color: #fff;
    border-top-color: rgba(255, 255, 255, .22)
}

.case-section--ui .case-section__intro h2 {
    max-width: 900px
}

.case-section--ui .case-section__intro--centered {
    display: block
}

.case-section--ui .case-section__intro--centered h2 {
    max-width: 900px;
    margin: clamp(45px, 4vw, 110px) auto 0;
    color: #fff
}

.case-section--ui .case-section__centered-copy {
    max-width: 900px;
    margin: clamp(24px, 2.5vw, 48px) auto 0;
    font-size: clamp(17px, 1.55vw, 23px);
    line-height: 1.55;
    text-align: center;
    color: rgba(255, 255, 255, .78)
}

.case-section__media-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 50px)
}

.case-section__stacked-media {
    display: grid;
    gap: clamp(30px, 5vw, 90px)
}

#ituni .case-section--ituni-research {
    display: grid;
    grid-template-columns: minmax(360px, .52fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(50px, 6vw, 100px);
    background: linear-gradient(125deg, #f2f8ff 15%, #d8e9ff 122%)
}

#ituni .case-section--ituni-research .case-section__intro {
    display: flex;
    flex-direction: column;
    margin: 0
}

#ituni .case-section--ituni-research .case-section__intro h2 {
    margin-top: clamp(50px, 5vw, 80px)
}

#ituni .case-section--ituni-research .case-section__intro>p:last-child {
    margin-top: 24px
}

#ituni .case-section--ituni-research .case-section__media {
    aspect-ratio: 2200 / 1250;
    border-radius: 20px;
    box-shadow: 0 0 60px rgba(0, 130, 255, .12)
}

#ituni .case-section--ituni-branding {
    background: rgba(230, 231, 232, .98)
}

#ituni .case-section--ituni-branding .case-section__intro {
    display: flex;
    flex-direction: column;
    gap: 0
}

#ituni .case-section--ituni-branding .case-section__intro h2 {
    margin-top: clamp(50px, 5vw, 80px);
    max-width: none
}

#ituni .case-section--ituni-branding .case-section__intro>p:last-child {
    margin-top: clamp(35px, 4vw, 80px);
    max-width: 860px
}

#ituni .case-section--ituni-chatbot {
    background: linear-gradient(121deg, #f2f8ff 15%, #d8e9ff 122%)
}

#ituni .case-section--ituni-chatbot .case-section__intro {
    display: block
}

#ituni .case-section--ituni-chatbot .case-section__intro h2 {
    margin-top: 12px;
    max-width: none
}

#ituni .case-section--ituni-structure {
    background: #e6e7e8
}

#ituni .case-section--ituni-structure .case-section__intro {
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr)
}

#ituni .case-section--ituni-structure .case-section__dual-placeholders {
    grid-template-columns: 1fr
}

#ituni .case-section--ituni-structure .case-section__media {
    aspect-ratio: auto
}

#ituni .case-section--ituni-structure .case-section__media img {
    height: auto;
    object-fit: contain
}

#ituni .case-section--ui .case-section__intro--centered {
    display: flex;
    align-items: flex-start;
    gap: 25px
}

#ituni .case-section--ui .case-section__intro--centered h2 {
    margin: 0;
    text-align: left
}

.case-section__media-gallery .case-section__media {
    aspect-ratio: 48 / 25
}

.case-section__media-gallery .case-section__media--feature {
    grid-column: 1 / -1
}

.case-section--promotional {
    background: #000;
    color: #fff;
    border-top-color: rgba(255, 255, 255, .22)
}

.case-section__intro--promotional {
    display: block
}

.case-section__intro--promotional>div {
    width: min(900px, 100%);
    margin: clamp(45px, 4vw, 72px) auto 0
}

.case-section__intro--promotional h2 {
    color: #fff;
    max-width: none
}

.case-section__intro--promotional>div>p {
    margin-top: 45px;
    font-size: clamp(17px, 1.55vw, 23px);
    line-height: 1.55
}

.case-section--promotional .case-section__media {
    border-color: rgba(255, 255, 255, .22)
}

.ui-showcase-placeholder {
    background: #c8c8c8;
    border: 1px solid #aaa;
    color: #666;
    aspect-ratio: 16 / 9;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center
}

.ui-showcase-placeholder span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

.ui-showcase-placeholder strong {
    color: #555;
    font-size: clamp(26px, 4vw, 60px);
    letter-spacing: -.04em
}

.project-outcome {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5vw
}

.related {
    background: var(--grey);
    color: #000
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 40px)
}

.related .all-link {
    display: inline-block;
    margin-top: 70px;
    font-size: 17px;
    font-weight: 700
}

.related .work-card__summary {
    display: none
}

@media(max-width:800px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden
    }

    .works-site main, .section-pad, .work-card, .project-story>div,
    .project-overview>div, .project-outcome>div, .showcase-block {
        min-width: 0;
        max-width: 100%
    }

    .works-header {
        height: 62px;
        padding: 0 14px
    }

    .works-header__chat, .works-menu-button span {
        font-size: 13px
    }

    .works-header__logo img {
        width: 48px
    }

    .section-pad {
        padding: 90px 20px
    }

    .works-hero {
        padding: 100px 20px 40px
    }

    .works-hero h1 {
        max-width: 100%;
        font-size: 24.5vw;
        line-height: .76;
        letter-spacing: -.08em
    }

    .works-hero__intro {
        width: 85%;
        align-self: flex-start;
    }

    .featured-grid, .related-grid {
        grid-template-columns: 1fr
    }

    .featured-card:nth-child(2) {
        margin-top: 0
    }

    .featured-card:nth-child(3) {
        grid-column: auto;
        width: 100%
    }

    .section-heading {
        display: block;
        margin-bottom: 45px
    }

    .section-heading .eyebrow {
        margin-bottom: 24px
    }

    .work-card__meta {
        display: block
    }

    .work-card__meta>span {
        display: block;
        margin-top: 8px
    }

    .work-card__arrow {
        display: none
    }

    .works-grid {
        display: block
    }

    .works-grid .work-card {
        margin-bottom: 60px
    }

    .works-pagination {
        display: none
    }

    .works-load-more:not([hidden]) {
        display: block
    }

    .work-filters {
        top: 62px;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: calc(100vw - 20px);
        margin-right: -20px;
        scrollbar-width: none
    }

    .work-filters::-webkit-scrollbar {
        display: none
    }

    .work-filters button {
        white-space: nowrap
    }

    .works-footer {
        display: block;
        padding: 22px 20px
    }

    .works-footer a {
        display: block;
        margin-top: 10px
    }

    .project-hero {
        display: block;
        padding-top: 110px
    }

    .project-hero h1 {
        font-size: 15vw;
        margin-top: 30px;
    }

    .project-hero__summary {
        font-size: 17px;
        margin-top: 50px;
    }

    .project-hero dl {
        grid-template-columns: 1fr 1fr
    }

    .project-hero dl div, .project-hero dd {
        min-width: 0;
        overflow-wrap: anywhere
    }

    .project-overview, .project-outcome {
        display: block
    }

    .project-overview>div, .project-outcome>div {
        margin-top: 45px
    }

    .project-story {
        display: block
    }

    .project-story>div:nth-child(2) {
        margin-top: 120px
    }

    .process-grid {
        grid-template-columns: 1fr
    }

    .process-grid>div, .process-grid>div+div {
        border-right: 0;
        border-bottom: 1px solid #000;
        padding: 25px 0
    }

    .process-grid h3 {
        margin-bottom: 35px
    }

    .project-showcase {
        padding: 20px
    }

    .showcase-twoColumn>div, .showcase-gallery>div, .showcase-text-image {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .showcase-gallery img {
        height: auto
    }

    .showcase-text-image {
        padding: 70px 0
    }

    .showcase-text-image>div {
        margin-bottom: 35px
    }

    .works-cta {
        min-height: 55vh;
        padding: 25px 20px
    }

    .works-cta a {
        position: relative;
        max-width: 100%;
        padding-top: .9em;
        font-size: 15vw;
        overflow-wrap: anywhere
    }

    .works-cta a .text-arrow {
        position: absolute;
        top: -20px;
        left: 0;
        line-height: 1
    }

    .works-nav a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: clamp(44px, 14vw, 70px);
        overflow-wrap: anywhere
    }
}

@media(min-width:801px) and (max-width:1100px) {
    .works-grid .work-card {
        grid-column: span 6
    }

    .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.compact-case .section-pad {
    padding-top: clamp(70px, 8vw, 125px);
    padding-bottom: clamp(70px, 8vw, 125px)
}

.compact-case .project-story>div:nth-child(2) {
    margin-top: 140px
}

.compact-case .project-process .section-heading {
    margin-bottom: 45px
}

.process-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
}

@media(max-width:800px) {
    .compact-case .section-pad {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .project-story .eyebrow {
        margin-bottom: 25px;
    }

    .compact-case .project-story>div:nth-child(2) {
        margin-top: 90px
    }

    .project-overview--feature {
        min-height: auto;
        gap: 65px
    }

    .project-overview--feature>div {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .project-overview--feature h2 {
        font-size: clamp(44px, 12vw, 54px);
        line-height: .92;
        letter-spacing: -.06em
    }

    .project-story h2,
    .project-outcome h2 {
        font-size: clamp(40px, 11vw, 50px);
        line-height: .94;
        letter-spacing: -.055em
    }

    .case-section__intro {
        grid-template-columns: 1fr;
        grid-template-areas:
            "label"
            "title"
            "copy";
        gap: 22px
    }

    .case-section__intro h2 {
        font-size: clamp(36px, 10vw, 46px);
        line-height: .96;
        letter-spacing: -.05em
    }

    .related .section-heading h2 {
        font-size: clamp(38px, 10vw, 49px);
        line-height: .94
    }

    .case-section__placeholder {
        min-height: 0
    }

    .case-section--split,
    .case-section--media-text,
    .case-section--flow {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .case-section--split .case-section__intro h2 {
        margin-top: 22px
    }

    .case-section--split .case-section__intro>p:last-child {
        margin-top: 22px;
        padding-top: 0
    }

    .case-section--split .case-section__placeholder {
        min-height: 0
    }

    .case-section--media-text .case-section__intro {
        order: -1
    }

    .case-section--media-text .case-section__intro h2 {
        margin-top: 22px
    }

    .case-section--media-text .case-section__intro>p:last-child {
        margin-top: 22px;
        padding-top: 0
    }

    .case-section--media-text .case-section__placeholder {
        min-height: 0
    }

    .case-section__lottie-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px
    }


    .case-section--flow .case-section__intro {
        order: -1
    }

    .case-section__dual-placeholders {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .case-section__media-gallery {
        grid-template-columns: 1fr
    }

    .case-section__media-gallery .case-section__media--feature {
        grid-column: auto
    }

    #ituni .case-section--ituni-research {
        grid-template-columns: 1fr
    }

    #ituni .case-section--ituni-structure .case-section__intro {
        grid-template-columns: 1fr
    }

    .case-section__intro--promotional>div {
        margin-top: 22px
    }

    .case-section__intro--promotional>div>p {
        margin-top: 24px
    }

    .ui-showcase-placeholder {
        min-height: 0
    }
}

@media(min-width:801px) {
    .showcase-text-image {
        grid-template-columns: 1fr 1fr
    }
}

.project-story__points {
    max-width: 720px;
    margin-top: 45px;
    padding: 0;
    list-style: none
}

.project-story__points li {
    position: relative;
    padding: 16px 0 16px 28px;
    border-top: 1px solid #444;
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.45
}

.project-story__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.45em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    color: var(--red);
    transform: translateY(-50%)
}

.project-story__points li:last-child {
    border-bottom: 1px solid #444
}

/* Blog */
.blog-hero {
    min-height: 78svh;
    padding: 125px var(--pad) 55px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: #000;
    color: #fff
}

.blog-hero h1 {
    font-size: clamp(100px, 20vw, 300px);
    line-height: .68;
    letter-spacing: -.095em
}

.blog-hero h1 em {
    color: var(--red);
    font-style: normal
}

.blog-hero>p:nth-of-type(2) {
    width: min(540px, 44%);
    margin-left: auto;
    font-size: clamp(19px, 2vw, 30px);
    line-height: 1.25
}

.blog-hero>div {
    position: absolute;
    top: 15%;
    right: 9%;
    color: var(--red);
    font-size: clamp(100px, 16vw, 240px)
}

.blog-listing,
.article-related {
    background: var(--grey);
    color: #000
}

.blog-index .blog-listing {
    padding-top: clamp(140px, 14vw, 220px)
}

.blog-listing .blog-section-heading {
    display: block;
    text-align: left
}

.blog-listing .blog-section-heading h2 {
    margin-top: 28px
}

.blog-highlight {
    margin-bottom: clamp(70px, 8vw, 125px);
    color: #000;
    border-top: 1px solid #bbb;
}

.blog-highlight__slides {
    background: #fff;
}

.blog-highlight__slide[hidden] {
    display: none
}

.blog-highlight__slide>a {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    min-height: 580px;
    color: inherit;
    text-decoration: none
}

.blog-highlight__media {
    min-height: 100%;
    overflow: hidden;
    background: #c8c8c8
}

.blog-highlight__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .75, .25, 1)
}

.blog-highlight__slide>a:hover .blog-highlight__media img,
.blog-highlight__slide>a:focus-visible .blog-highlight__media img {
    transform: scale(1.025)
}

.blog-highlight__content {
    display: flex;
    flex-direction: column;
    padding: clamp(35px, 4vw, 70px)
}

.blog-highlight__content .eyebrow {
    color: var(--red)
}

.blog-highlight__content h2 {
    margin-top: auto;
    font-size: clamp(40px, 2.5vw, 76px);
    line-height: 1.1;
    letter-spacing: -.06em
}

.blog-highlight__content>p:nth-of-type(2) {
    margin-top: 30px;
    color: #555;
    font-size: 17px;
    line-height: 1.5
}

.blog-highlight__content>div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 45px;
    padding-top: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.blog-highlight__content strong {
    color: var(--red)
}

.blog-highlight__controls {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    border-top: 1px solid #bbb;
    padding-top: 25px;
}

.blog-highlight__controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #555;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font: inherit;
    font-size: 20px;
    line-height: 1;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease
}

.blog-highlight__progress {
    height: 3px;
    overflow: hidden;
    background: #d0d0d0
}

.blog-highlight__progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left center
}

.blog-highlight__progress span.is-running {
    animation: blog-highlight-progress 6s linear forwards
}

.blog-highlight__progress span.is-paused {
    animation-play-state: paused
}

@keyframes blog-highlight-progress {
    to {
        transform: scaleX(1)
    }
}

.blog-highlight__controls button:hover,
.blog-highlight__controls button:focus-visible {
    border-color: var(--red);
    background: var(--red);
    color: #000
}

.blog-highlight__controls p {
    min-width: 58px;
    text-align: center;
    font-size: 11px;
    letter-spacing: .12em
}

.blog-filters {
    position: sticky;
    top: 72px;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px 0;
    background: var(--grey)
}

.blog-filters button {
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 999px;
    background: transparent;
    color: #000;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease
}

.blog-filters button:hover,
.blog-filters button:focus-visible,
.blog-filters button.is-active {
    background: #000;
    color: #fff
}

.blog-filter-status {
    margin-bottom: 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 64px) clamp(20px, 2.5vw, 40px)
}

.blog-card[hidden] {
    display: none
}

.blog-pagination button,
.blog-load-more {
    border-color: #777;
    color: #000
}

.blog-pagination button:disabled {
    border-color: #777;
    color: #000
}

.blog-card a {
    display: block;
    color: inherit;
    text-decoration: none
}

.blog-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ccc
}

.blog-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .75, .25, 1)
}

.blog-card__media span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--red);
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 22px;
    transform: scale(0);
    transition: transform .25s ease
}

.blog-card a:hover .blog-card__media img,
.blog-card a:focus-visible .blog-card__media img {
    transform: scale(1.035)
}

.blog-card a:hover .blog-card__media span,
.blog-card a:focus-visible .blog-card__media span {
    transform: scale(1)
}

.blog-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em
}

.blog-card__meta p:last-child {
    color: #666;
    text-align: right;
    font-weight: 300
}

.blog-card h2 {
    margin-top: 12px;
    font-size: clamp(25px, 2.5vw, 28px);
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.blog-card__excerpt {
    margin-top: 12px;
    max-width: 520px;
    color: #555;
    font-size: 15px;
    line-height: 1.5
}

.blog-card--featured {
    grid-column: span 2
}

.blog-card--featured h2 {
    max-width: 900px;
    font-size: clamp(36px, 4.5vw, 70px)
}

.article-hero {
    min-height: 92svh;
    padding-top: 150px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 45px;
    align-content: space-between;
    background: #000;
    color: #fff
}

.article-hero .back-link {
    grid-column: 1 / -1;
    padding: 10px 0px;
}

.article-hero>.eyebrow {
    align-self: start;
    color: var(--red)
}

.article-hero h1 {
    grid-column: 1 / -1;
    max-width: 1450px;
    font-size: clamp(68px, 5vw, 170px);
    line-height: 1;
    letter-spacing: 0px;
}

.article-hero__excerpt {
    grid-column: 2;
    max-width: 760px;
    font-size: clamp(19px, 2vw, 30px);
    line-height: 1.3
}

.article-hero__meta {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding-top: 22px;
    border-top: 1px solid #444;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.article-hero-media {
    margin: 0;
    background: #ccc
}

.article-hero-media img {
    display: block;
    width: 100%;
    max-height: 95svh;
    object-fit: cover
}

.article-body {
    background: #fff;
    color: #000
}

.article-body>* {
    width: min(780px, 100%);
    margin-left: auto;
    margin-right: auto
}

.article-body .article-lead {
    width: min(980px, 100%);
    margin-bottom: clamp(75px, 10vw, 150px);
    font-size: clamp(32px, 4vw, 38px);
    line-height: 1.08;
    letter-spacing: -.02em
}

.article-body h2 {
    margin-top: 90px;
    margin-bottom: 28px;
    font-size: clamp(36px, 4vw, 62px);
    line-height: 1;
    letter-spacing: -.05em
}

.article-body>p:not(.article-lead),
.article-body li {
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.75
}

.article-body blockquote {
    width: min(1050px, 100%);
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 60px 0 60px clamp(30px, 5vw, 80px);
    border-left: 8px solid var(--red);
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.04em
}

.article-body ul {
    margin-top: 35px;
    padding: 0;
    list-style: none
}

.article-body li {
    position: relative;
    padding: 18px 0 18px 28px;
    border-top: 1px solid #bbb
}

.article-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red)
}

.article-body li:last-child {
    border-bottom: 1px solid #bbb
}

.article-related .all-link {
    display: inline-block;
    margin-top: 70px;
    color: #000;
    font-size: 17px;
    font-weight: 700
}

@media(max-width:1000px) {
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .blog-card--featured {
        grid-column: span 2
    }

    .blog-highlight__slide>a {
        grid-template-columns: 1fr 1fr;
        min-height: 500px
    }
}

@media(max-width:800px) {
    .blog-hero {
        min-height: 72svh;
        padding: 100px 20px 42px
    }

    .blog-hero h1 {
        font-size: 27vw
    }

    .blog-hero>p:nth-of-type(2) {
        width: 86%;
        margin-left: 0
    }

    .blog-hero>div {
        top: 17%;
        right: 8%;
        font-size: 30vw
    }

    .blog-filters {
        top: 62px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none
    }

    .blog-index .blog-listing {
        padding-top: 115px
    }

    .blog-highlight {
        margin-left: -20px;
        margin-right: -20px
    }

    .blog-highlight__slide>a {
        grid-template-columns: 1fr;
        min-height: 0
    }

    .blog-highlight__media {
        min-height: 0;
        aspect-ratio: 4 / 3
    }

    .blog-highlight__content {
        min-height: 430px;
        padding: 30px 20px
    }

    .blog-highlight__content h2 {
        margin-top: 48px;
        font-size: clamp(32px, 8.5vw, 42px);
        line-height: 1.08;
        letter-spacing: -.03em
    }

    .blog-highlight__content>div {
        align-items: flex-end
    }

    .blog-highlight__controls {
        justify-content: space-between;
        padding: 0 20px;
        background: #FFF;
    }

    .blog-filters::-webkit-scrollbar {
        display: none
    }

    .blog-filters button {
        flex: 0 0 auto
    }

    .blog-grid {
        grid-template-columns: 1fr
    }

    .blog-card--featured {
        grid-column: auto
    }

    .blog-card--featured h2,
    .blog-card h2 {
        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.1;
        letter-spacing: -.03em
    }

    .blog-card__media span {
        display: none
    }

    .article-hero {
        min-height: auto;
        padding-top: 115px;
        grid-template-columns: 1fr;
        gap: 35px
    }

    .article-hero h1,
    .article-hero__excerpt,
    .article-hero__meta {
        grid-column: 1
    }

    .article-hero h1 {
        max-width: 16em;
        font-size: clamp(40px, 11vw, 56px);
        line-height: 1.1;
        letter-spacing: -.025em;
        text-wrap: pretty
    }

    .article-body .article-lead {
        font-size: clamp(30px, 9vw, 44px)
    }

    .article-body blockquote {
        margin-top: 65px;
        margin-bottom: 65px;
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }

    .work-card__media img {
        transform: none !important
    }
}
