a,
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
li,
main,
nav,
ol,
p,
section,
span,
svg,
ul {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

*,
:after,
:before {
    box-sizing: border-box
}

img {
    max-width: 100%
}

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

input {
    border-radius: 0
}

:-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    opacity: 1
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    color: #d10000;
}

* {
    box-sizing: border-box
}

html {
    font-size: 20px
}

body {
    line-height: 1.4;
    font-family: Lora, serif
}

.container {
    width: 85%;
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto
}

h1,
h2,
h3,
h4 {
    font-family: Work Sans, sans-serif
}

h3 {
    font-weight: 700;
    margin-bottom: .7em;
    line-height: 1
}

@media screen and (min-width:60em) {
    h3 {
        font-size: 1.2em;
        margin-bottom: 1em
    }
}

a {
    text-decoration: underline;
    transition: all .2s ease
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

.u-nobreak {
    white-space: nowrap
}

.header {
    font-family: Work Sans, sans-serif;
    margin-bottom: 4em;
    margin-top: 1em
}

@media screen and (min-width:60em) {
    .header {
        text-align: center;
        margin-top: 2em;
        margin-bottom: 6em
    }
}

@media screen and (min-width:60em) {
    .header__title {
        float: left
    }

    .header-title__link {
        text-decoration: none; 
        color: #111;
    }
}

.header__home {
    text-decoration: none;
    color: #111;
    border-bottom: none
}

@media screen and (min-width:60em) {
    .header__email {
        display: inline-block
    }
}

@media screen and (min-width:60em) {
    .header__phone {
        float: right
    }
}

.project {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 4em;
    overflow: visible
}

@media screen and (min-width:60em) {
    .project {
        margin-bottom: 4em
    }
}

.project__container {
    display: block;
    margin-bottom: 2em
}

@media screen and (min-width:60em) {
    .project__container {
        display: grid;
        column-gap: 60px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.project__title {
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: .2em
}

@media screen and (min-width:60em) {
    .project__title {
        font-size: 1.4em
    }
}

.project__subtitle {
    color: #999;
    font-family: Work Sans, sans-serif;
    margin-bottom: .5em;
    font-size: 1em
}

@media screen and (min-width:60em) {
    .project__subtitle {
        font-size: 1em
    }
}

.project__image {
    margin-bottom: 2em;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media screen and (min-width:30em) {
    .project__image {
        max-width: 50%
    }
}

@media screen and (min-width:60em) {
    .project__image {
        max-width: 100%
    }
}

.project__description {
    margin-bottom: 2em;
    font-family: Lora, serif
}

.project__link {
    font-family: Work Sans, sans-serif;
    color: #111;
    text-decoration: none
}

.project__link:hover .project__button {
    background-color: #d10000;
    color: #eee;
    /* transform: translate3d(0, -4px, 0); */
}

.project__button {
    font-family: Work Sans, sans-serif;
    color: #d10000;
    text-decoration: none;
    padding: .5em;
    border: 1px solid #d10000;
    transition: all .25s ease;
    display: inline-block;
    width: 100%;
    text-align: center
}

@media screen and (min-width:60em) {
    .project__button {
        width: auto;
        text-align: left
    }
}

.intro {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 3em;
    font-family: Work Sans, sans-serif
}

@media screen and (min-width:60em) {
    .intro {
        font-size: 1.8rem;
    }
}

.intro__text {
    margin-bottom: .6em;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.2;
}

.intro__text--small {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.intro__text--bar {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1rem;
    padding: .6rem .8rem;
    background-color: #eee;
    color: #444;
    display: inline-block;
    border-radius: 6px;

    background-color:#D2F8FF;
    color:#1E444B;
}

.intro__text--bar a {
    color: #1E444B;
}

.intro__highlight {
    position: relative
}

.intro__highlight--child {
    display: none;
    position: absolute;
    height: 30%;
    width: 100%;
    margin-top: .5em;
    top: 0;
    left: 0;
    background-color: #ffb800;
    opacity: .5;
    z-index: -1
}

.footer {
    display: block
}

@media screen and (min-width:60em) {
    .footer {
        display: -ms-flexbox;
        display: flex
    }
}

.contact,
.social {
    margin-bottom: 4em;
    font-family: Work Sans, sans-serif;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.teams {
    margin-bottom: 2em
}

.teams__download {
    font-family: Work Sans, sans-serif
}

.teams__team {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0;
    margin-bottom: 2em
}

@media screen and (min-width:60em) {
    .teams__team {
        padding-right: 3em;
        margin-bottom: 4em
    }
}

.teams__container {
    display: block;
    margin-bottom: 4em
}

@media screen and (min-width:60em) {
    .teams__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-bottom: 0
    }
}

.teams__title,
.teams__year {
    font-family: Work Sans, sans-serif
}

.teams__title {
    font-size: 1.4em;
    line-height: 1;
    margin: .25em 0
}

@media screen and (min-width:60em) {
    .teams__title {
        font-size: 1.8em
    }
}

.teams__description {
    font-family: Work Sans, sans-serif;
    color: #999;
    margin-bottom: 1em
}

.teams__list {
    list-style-type: square;
    list-style-position: inside;
    display: none
}

.teams__list-item {
    padding-left: .5em;
    margin-bottom: .25em
}

.teams__clients {
    margin-bottom: .5em;
    display: none
}

.logo__top {
    opacity: 0;
    transition: opacity .5s ease;
    display: inline-block;
    position: fixed;
    top: 2.4em;
    left: 50%;
    margin-left: -602px
}

@media screen and (min-width:80em) {
    .logo__top {
        opacity: .2
    }

    .logo__top.is-hidden {
        pointer-events: none;
        opacity: 0
    }
}

.logo__bottom {
    display: none
}

@media screen and (min-width:80em) {
    .logo__bottom {
        display: inline-block;
        opacity: .2;
        position: fixed;
        margin-right: -602px;
        right: 50%;
        bottom: 2.4em;
        transition: opacity .25s ease
    }

    .logo__bottom.is-hidden {
        pointer-events: none;
        opacity: 0
    }
}

.top {
    display: inline-block;
    opacity: 1;
    position: fixed;
    width: 2em;
    text-align: center;
    transition: all .5s ease;
    font-size: 2em;
    transform: translateZ(0);
    margin-right: 0;
    right: 0;
    bottom: 1em;
    background-color: hsla(0, 0%, 100%, .9);
    padding-top: .25em;
    padding-bottom: .35em;
    bottom: 0;
    font-size: 1.7em
}

@media screen and (min-width:60em) {
    .top {
        font-size: 2em;
        border-radius: 0;
        background-color: none;
        margin-right: -632px;
        right: 50%;
        bottom: 1.4em
    }
}

.top.is-hidden {
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, 1em, 0)
}

.top:hover {
    cursor: pointer;
    transform: translate3d(0, -.2em, 0)
}

.project-details__title {
    font-size: 1.6em;
    line-height: 1;
    margin: .1em 0
}

@media screen and (min-width:60em) {
    .project-details__title {
        font-size: 1.8em
    }
}

.project-details__subtitle {
    color: #999;
    font-size: 1.2em;
    font-family: Work Sans, sans-serif;
    margin-bottom: .2em
}

.project-details__description {
    line-height: 1.2;
    margin-bottom: 1em;
    font-family: Work Sans, sans-serif;
    font-size: 1.4em
}

@media screen and (min-width:60em) {
    .project-details__description {
        margin-bottom: 2em;
        font-size: 1.8em
    }
}

.project-details__image {
    margin-bottom: 2em;
    border: 1px solid #eee;
}

.project-details__image-container {
    overflow: hidden;
    height: 15em;
    width: 100%;
    margin-bottom: 1em;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center 0
}

@media screen and (min-width:60em) {
    .project-details__image-container {
        margin-bottom: 3em;
        background-size: 100% auto
    }
}

.project-details__image-container--bigmobile {
    background-image: url(images/project-impact.jpg);
    background-size: auto 100%
}

.project-details__image-container--vodafone {
    background-image: url(images/project-vodafone.jpg);
    background-position: -6em 0;
    background-size: auto 100%
}

@media screen and (min-width:60em) {
    .project-details__image-container--vodafone {
        background-position: center 0
    }
}

.project-details__image-container--westfield {
    background-image: url(images/project-flatlay.jpg);
    background-position: -30em 0;
    background-size: auto 100%
}

@media screen and (min-width:30em) {
    .project-details__image-container--westfield {
        background-position: center 0
    }
}

.project-details__image-container--gasalarm {
    background-image: url(images/project-gasalarm.jpg);
    background-position: 0 0;
    background-size: auto 100%
}

@media screen and (min-width:30em) {
    .project-details__image-container--gasalarm {
        background-position: 0 0
    }
}

.project-details__back {
    float: left
}

.project-copy {
    display: block;
    margin-bottom: 0
}

@media screen and (min-width:60em) {
    .project-copy {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.project-copy__column {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 3em
}

@media screen and (min-width:60em) {
    .project-copy__column {
        width: 75%;
        padding-right: 4em;
        margin-bottom: 4em
    }
}

@media screen and (min-width:60em) {
    .project-copy__column--right {
        margin-right: 25%
    }
}

@media screen and (min-width:60em) {
    .project-copy__column--left {
        margin-right: 25%
    }
}

.project-copy__column--both {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.project-copy__title {
    font-size: 1em;
    font-weight: 600;
    margin-top: 3em;
}

@media screen and (min-width:60em) {
    .project-copy__title {
        font-size: 1em;
        font-weight: 600;
    }
}

.project-copy__copy {
    margin-bottom: .8em
}

.project-copy__image {
    margin-bottom: 0.5em;
    border: 1px solid #eee;
}

.project-copy__zoom {
    position: relative
}

.project-copy__zoom:after {
    content: "";
    position: absolute;
    bottom: .5em;
    right: 0;
    width: 3em;
    height: 3em;
    background: hsla(0, 0%, 100%, .8) url(images/zoom.svg);
    background-size: 50% auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.project-copy__container {
    padding: 2em;
    background-color: #ffd480;
    border-left: .5em solid #ffb526;
    margin: 2em 0;
    transform: translate3d(2em, 0, 0);
    width: 140%
}

.project-copy__challenge {
    padding: .5em
}

.project-copy__challenge-title {
    font-family: Work Sans, sans-serif;
    font-size: 1.3em
}

.project-copy__list {
    padding-left: 1.5em
}

.project-copy__list-item {
    margin-bottom: 1em
}

.project-navigation {
    margin-bottom: 6em;
    overflow: visible;
    font-family: Work Sans, sans-serif
}

@media screen and (min-width:60em) {
    .project-navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .project-navigation--header {
        margin-bottom: 2rem;
        
    }

    .project-navigation--header .project-navigation__prev {
        border: none;  
    }

    
    .project-navigation--header .project-navigation__next {
        border: none;  
    }

    .project-navigation.is-first {
        justify-content: right;
    }
}

.project-navigation__header {
    margin-bottom: 0
}

.project-navigation__back {
    display: inline-block;
    margin-bottom: .25em;
    text-decoration: underline
}

@media screen and (min-width:85em) {
    .project-navigation__back {
        margin-bottom: 2em;
        /* position: absolute;
        top: 9.9em;
        left: 50%;
        margin-left: -646px */
    }
}

.project-navigation__next,
.project-navigation__prev {
    padding: .5em;
    display: block;
    color: #d10000;
    text-align: center;
    margin-bottom: 1em
}

@media screen and (min-width:60em) {

    .project-navigation__next,
    .project-navigation__prev {
        text-align: left;
        margin-bottom: 0
    }
}

.project-navigation__next:hover,
.project-navigation__prev:hover {
    /* transform: translate3d(0, -4px, 0); */
}

.project-navigation .is-disabled {
    opacity: 0;
    pointer-events: none;
    display: none
}

@media screen and (min-width:60em) {
    .project-navigation .is-disabled {
        display: inline-block
    }
}

.gallery {
    width: 100%;
    font-family: Work Sans, sans-serif
}

@media screen and (min-width:60em) {
    .gallery {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.gallery__brick {
    width: 100%;
    height: auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 0 0 20px
}

@media screen and (min-width:60em) {
    .gallery__brick {
        width: 33%;
        padding: 0 20px 20px 0
    }
}

.gallery__brick--wide {
    width: 100%
}

@media screen and (min-width:60em) {
    .gallery__brick--wide {
        width: 66%
    }
}

.gallery__zoom {
    position: relative
}

.gallery__zoom:after {
    content: "";
    position: absolute;
    bottom: .5em;
    right: 0;
    width: 3em;
    height: 3em;
    background: hsla(0, 0%, 100%, .8) url(images/zoom.svg);
    background-size: 50% auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.gallery__image {
    margin-bottom: .5em
}

.gallery__title {
    width: 100%
}

.gallery__description {
    width: 100%;
    height: auto;
    color: #999;
    margin-bottom: 2em
}

@media screen and (min-width:60em) {
    .gallery__description {
        margin-bottom: 3em
    }
}

.role {
    font-family: Work Sans, sans-serif;
    font-size: .9em;
    margin-bottom: 1em
}

.role__field {
    padding-right: 1em;
    color: #999;
    text-align: right
}

.role__field,
.role__info {
    vertical-align: top;
}

figure {
    border-left: 1px solid #ccc;
    margin: 2em 0 2em 0;
    padding-left: 1em;
}

figure video {
  margin-right: 1em;  
  margin-bottom: .5em;
}

figcaption {
    color: #777;
    font-size: .9em;
}

.iphone-rounded {
    border-radius: 40px
}


/* The lightbox trigger - apply to your image links */
.lightbox-trigger {
    cursor: zoom-in;
    transition: opacity 0.3s;
  }
  
  .lightbox-trigger:hover {
    opacity: 0.8;
  }
  
  /* The lightbox container */
  .lightbox {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    cursor: zoom-out;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Show lightbox when target is selected */
  .lightbox:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
  }
  
  /* Image wrapper to maintain position during animation */
  .lightbox-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  /* The image inside lightbox */
  .lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border: 3px solid white;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    transition: transform 0.3s;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }
  
  /* Scale up and show image when lightbox is targeted */
  .lightbox:target img {
    transform: scale(1);
    opacity: 1;
  }
  
  /* Close button */
  .lightbox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: background 0.3s;
    text-decoration: none;
    z-index: 1000;
  }
  
  .lightbox-close:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  
  /* Prevent body scrolling when lightbox is open */
  body:has(.lightbox:target) {
    overflow: hidden;
  }
  
  /* Mobile optimization */
  @media (max-width: 768px) {
    .lightbox img {
      max-width: 95%;
    }
    
    .lightbox-close {
      top: 10px;
      right: 10px;
    }
  }