@font-face {
  font-family: Tabular Variable;
  src: url('../fonts/Tabular-Variable.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --_my-variables---text-primary: black;
  --_my-variables---borders: #d0cfcf;
  --_my-variables---background: #f5f5f4;
  --_my-variables---padding: 25px;
  --_my-variables---text-secondary: #757575;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

a {
  color: var(--_my-variables---text-primary);
  text-decoration: none;
}

li {
  margin-top: 10px;
}

.header-spacer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 350px;
  display: flex;
}

.header-spacer.section-header {
  border-bottom: 1px solid var(--_my-variables---borders);
  height: 60vh;
}

.header-spacer.header-start {
  height: 350px;
}

.header-title {
  margin-top: -20px;
  font-family: Abel, sans-serif;
  font-size: 128px;
  line-height: 100%;
  position: static;
}

.body {
  background-color: var(--_my-variables---background);
}

.topbar {
  z-index: 9;
  padding: var(--_my-variables---padding);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid var(--_my-variables---borders);
  background-color: var(--_my-variables---background);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  font-family: Abel, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-2, .text-block-3 {
  color: var(--_my-variables---text-secondary);
}

.topbar-link {
  color: var(--_my-variables---text-primary);
  letter-spacing: 2px;
  font-family: Abel, sans-serif;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: var(--_my-variables---padding);
  grid-row-gap: var(--_my-variables---padding);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--_my-variables---borders);
  flex-flow: column;
  flex: 1;
  min-height: 500px;
  display: flex;
}

.text-content-big {
  color: var(--_my-variables---text-secondary);
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
}

.text-content-big.text-hover {
  color: var(--_my-variables---text-primary);
}

.text-content-big.no-wrap {
  text-wrap: nowrap;
}

.section-start {
  border-bottom: 1px solid var(--_my-variables---borders);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.header-sticky {
  z-index: 7;
  padding: var(--_my-variables---padding);
  clear: none;
  border-bottom: 1px solid var(--_my-variables---borders);
  background-color: var(--_my-variables---background);
  flex: 0 auto;
  width: 100%;
  position: sticky;
  top: 72px;
}

.story-titles {
  z-index: 1;
  border-bottom: 1px solid var(--_my-variables---borders);
  background-color: var(--_my-variables---background);
  position: sticky;
  top: 231px;
}

.story-titles-links {
  padding-top: var(--_my-variables---padding);
  padding-bottom: var(--_my-variables---padding);
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: 40%;
  display: flex;
}

.story-title-links-container {
  color: var(--_my-variables---text-secondary);
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 25%;
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.start-container {
  padding: var(--_my-variables---padding);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.story-points {
  border-right: 1px solid var(--_my-variables---borders);
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 40%;
  max-width: 40%;
  display: flex;
}

.story-text {
  padding-bottom: var(--_my-variables---padding);
  padding-left: var(--_my-variables---padding);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  font-family: Tabular Variable, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.story-entry {
  justify-content: flex-start;
  align-items: flex-end;
  height: 175px;
  display: flex;
}

.story-text-year {
  color: var(--_my-variables---text-secondary);
  font-size: 16px;
  line-height: 1;
}

.story-text-title {
  color: var(--_my-variables---text-secondary);
  font-size: 24px;
  line-height: 1.4;
}

.story-points-section {
  padding-bottom: var(--_my-variables---padding);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  max-width: 25%;
  display: flex;
}

.story-points-point {
  background-color: var(--_my-variables---text-primary);
  border-radius: 100%;
  flex: 0 auto;
  width: 13px;
  height: 13px;
  margin-bottom: 3px;
}

.work-entry {
  border-bottom: 1px solid var(--_my-variables---borders);
  height: auto;
  min-height: 400px;
  display: flex;
}

.work-photo {
  padding: var(--_my-variables---padding);
  border-right: 1px solid var(--_my-variables---borders);
  flex: 1;
  max-width: 50%;
}

.work-text {
  padding: var(--_my-variables---padding);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  display: flex;
}

.image-placeholder {
  padding: var(--_my-variables---padding);
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.image-placeholder.img600 {
  height: 600px;
}

.image-placeholder.img400 {
  height: 400px;
}

.work-tags {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_my-variables---text-secondary);
  flex: 1;
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.work-company {
  color: var(--_my-variables---text-secondary);
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 20px;
}

.work-title {
  color: var(--_my-variables---text-primary);
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
}

.me-details {
  border-right: 1px solid var(--_my-variables---borders);
  max-width: 30%;
}

.me-image {
  padding: var(--_my-variables---padding);
  border-bottom: 1px solid var(--_my-variables---borders);
}

.me-links {
  padding: var(--_my-variables---padding);
  grid-column-gap: var(--_my-variables---padding);
  grid-row-gap: var(--_my-variables---padding);
  border-bottom: 1px solid var(--_my-variables---borders);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 24px;
  display: flex;
}

.me-entry {
  border-bottom: 1px solid var(--_my-variables---borders);
  flex: 1;
  display: flex;
}

.me-topic {
  color: var(--_my-variables---text-secondary);
  height: 250px;
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 24px;
}

.me-text {
  padding: var(--_my-variables---padding);
  color: var(--_my-variables---text-secondary);
  height: 250px;
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 20px;
}

.me-content {
  flex-flow: column;
  display: flex;
}

.image {
  width: auto;
  height: auto;
}

.text-block-5 {
  line-height: 30px;
}

.me-links-entry {
  grid-column-gap: var(--_my-variables---padding);
  grid-row-gap: var(--_my-variables---padding);
  color: var(--_my-variables---text-primary);
  justify-content: flex-start;
  align-items: center;
  line-height: 26px;
  display: flex;
}

.me-links-icon {
  width: 25px;
  height: 20px;
}

.start-scroll {
  color: var(--_my-variables---text-secondary);
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 20px;
}

.link-secondary {
  padding-bottom: var(--_my-variables---padding);
  color: var(--_my-variables---text-secondary);
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.start-container-row {
  max-height: 56px;
  display: flex;
}

.start-cointainer-hover {
  cursor: help;
  height: auto;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-8 {
  display: flex;
}

.summary-image {
  padding: var(--_my-variables---padding);
  flex: 1;
}

.summary-text {
  padding: var(--_my-variables---padding);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid var(--_my-variables---borders);
  flex-flow: column;
  flex: 1;
  max-width: 30%;
  display: flex;
}

.text-project-title {
  color: var(--_my-variables---text-primary);
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-project-title.margin-top {
  margin-top: 50px;
}

.text-project-text {
  color: var(--_my-variables---text-secondary);
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.summary-text-entry {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.brief-content {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brief-text-container {
  padding: var(--_my-variables---padding);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.brief-text-container.border-right {
  border-right: 1px solid var(--_my-variables---borders);
  justify-content: flex-start;
  align-items: flex-start;
}

.process-text-container {
  padding: var(--_my-variables---padding);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--_my-variables---borders);
  flex-flow: column;
  flex: 1;
  max-width: 30%;
  display: flex;
}

.process-images {
  padding: var(--_my-variables---padding);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.process-content {
  display: flex;
}

.project-text {
  color: var(--_my-variables---text-secondary);
  font-family: Tabular Variable, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: disc;
}

.process-text-tilte {
  color: var(--_my-variables---text-primary);
}

.hover-line {
  pointer-events: auto;
  cursor: pointer;
  outline: none;
  padding: 0;
  display: inline-block;
  position: relative;
}

.header-start {
  padding: var(--_my-variables---padding);
  border-bottom: 1px solid var(--_my-variables---borders);
}

.project-start {
  border-bottom: 1px solid var(--_my-variables---borders);
}

.outcome-section-title {
  padding: var(--_my-variables---padding);
  border-bottom: 1px solid var(--_my-variables---borders);
  background-color: var(--_my-variables---background);
  justify-content: space-between;
  align-items: center;
  font-family: Tabular Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  position: static;
  top: 230px;
}

.outcome-section-title.z-index2 {
  z-index: 2;
  position: static;
}

.outcome-section-title.z-index3 {
  z-index: 3;
  border-top: 1px solid var(--_my-variables---borders);
  position: static;
}

.outcome-section-title.outcome-title-paddingtop {
  margin-top: 150px;
}

.outcome-section-content {
  flex-flow: column;
  display: flex;
}

.outcome-section-row {
  border-bottom: 1px solid var(--_my-variables---borders);
  display: flex;
}

.outcome-section-row-side {
  padding: var(--_my-variables---padding);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.outcome-section-row-side.border-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--_my-variables---borders);
  flex-flow: column;
}

.outcome-text-hover {
  color: var(--_my-variables---text-secondary);
  font-size: 16px;
  font-weight: 300;
}

.image-hover-old {
  position: static;
}

.image-hover-new {
  opacity: .3;
  position: static;
}

.img-od-1 {
  aspect-ratio: 94 / 51;
  background-image: url('../images/ObjectDesigner1.png');
  background-position: 0 0;
  background-size: contain;
}

.img-od-1:hover {
  background-image: url('../images/UIDesign1Old.png');
}

.img-od-3 {
  aspect-ratio: 1309 / 727;
  background-image: url('../images/ObjectDesignerAttributes.png');
  background-position: 0 0;
  background-size: cover;
}

.img-od-3:hover {
  background-image: url('../images/ObjectDesignerAttributesOld.png');
}

.img-od-2 {
  aspect-ratio: 94 / 51;
  background-image: url('../images/ObjectDesignerLibrary.png');
  background-position: 0 0;
  background-size: contain;
}

.img-od-2:hover {
  background-image: url('../images/ObjectDesignerLibraryOld.png');
}

.img-ui-1 {
  aspect-ratio: 1504 / 816;
  background-image: url('../images/UIDesign1.png');
  background-position: 0 0;
  background-size: cover;
}

.img-ui-1:hover {
  background-image: url('../images/UIDesign2Old.png');
}

.img-ui-2 {
  aspect-ratio: 1504 / 816;
  background-image: url('../images/UIDesign2.png');
  background-position: 0 0;
  background-size: cover;
}

.img-ui-2:hover {
  background-image: url('../images/UIDesign2Old.png');
}

.img-ui-3 {
  aspect-ratio: 1504 / 816;
  background-image: url('../images/UIDesign3.png');
  background-position: 0 0;
  background-size: cover;
}

.img-ui-3:hover {
  background-image: url('../images/UIDesign3Old.png');
}

.img-ma-1 {
  aspect-ratio: 1512 / 822;
  background-image: url('../images/ActionDesigner.png');
  background-position: 0 0;
  background-size: cover;
}

.img-ma-1:hover {
  background-image: url('../images/ActionDesignerOld.png');
}

.img-ma-2 {
  aspect-ratio: 1512 / 822;
  background-image: url('../images/MenuDesigner1.png');
  background-position: 0 0;
  background-size: cover;
}

.img-ma-2:hover {
  background-image: url('../images/MenuDesigner1Old.png');
}

.img-ma-3 {
  aspect-ratio: 1512 / 822;
  background-image: url('../images/MenuDesigner2.png');
  background-position: 0 0;
  background-size: cover;
}

.img-ma-3:hover {
  background-image: url('../images/MenuDesigner2Old.png');
}

.end-content {
  border-top: 1px solid var(--_my-variables---borders);
  border-bottom: 1px solid var(--_my-variables---borders);
  flex: 1;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.end-content-side {
  padding: var(--_my-variables---padding);
  grid-column-gap: var(--_my-variables---padding);
  grid-row-gap: var(--_my-variables---padding);
  flex-flow: column;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.end-content-side.left {
  border-right: 1px solid var(--_my-variables---borders);
  justify-content: flex-end;
  align-items: flex-start;
}

.end-content-side.right {
  justify-content: flex-end;
  align-items: flex-end;
}

.me-entry-left {
  padding: var(--_my-variables---padding);
  border-right: 1px solid var(--_my-variables---borders);
  flex: 1;
  max-width: 30%;
}

.me-entry-right {
  flex: 1;
  display: flex;
}

.mobile-warning {
  display: none;
}

@media screen and (max-width: 991px) {
  .text-content-big {
    font-size: 30px;
  }

  .story-titles {
    flex: 1;
    min-height: 150px;
    display: flex;
  }

  .story-titles-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .story-title-links-container {
    writing-mode: sideways-lr;
    justify-content: flex-start;
    align-items: center;
  }

  .story-text-year {
    font-size: 14px;
  }

  .story-text-title {
    font-size: 16px;
  }

  .work-tags, .work-company {
    font-size: 18px;
  }

  .work-title {
    font-size: 28px;
  }

  .me-entry {
    flex-flow: column;
  }

  .me-topic {
    justify-content: flex-start;
    align-items: flex-end;
    height: 150px;
    font-size: 20px;
    display: flex;
  }

  .me-text {
    font-size: 18px;
  }

  .me-links-entry {
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
  }

  .start-cointainer-hover {
    height: 42px;
  }

  .text-block-9 {
    align-self: stretch;
  }

  .me-entry-left {
    border-bottom: 1px solid var(--_my-variables---borders);
    border-right-width: 0;
    align-self: auto;
    max-width: 100%;
  }

  .mobile-warning {
    z-index: 99;
    padding: var(--_my-variables---padding);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--_my-variables---background);
    color: var(--_my-variables---text-secondary);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: 100svh;
    font-family: Tabular Variable, Arial, sans-serif;
    font-weight: 400;
    display: flex;
    position: fixed;
  }

  .image-2 {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-4 {
    display: none;
  }

  .story-points-point {
    width: 8px;
    height: 8px;
  }

  .work-entry {
    flex-flow: column;
  }

  .work-photo {
    border-bottom: 1px solid var(--_my-variables---borders);
    max-width: 100%;
  }

  .work-text {
    max-width: 100%;
  }

  .work-company {
    margin-top: 60px;
  }
}


@font-face {
  font-family: 'Tabular Variable';
  src: url('../fonts/Tabular-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}