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

:root {
  --color-500: #f66619;
  --color-600: #e74b0f;
  --color-50: #fff6ed;
  --color-100: #feead6;
  --color-200: #fdd2ab;
  --color-300: #fbb176;
  --color-400: #f99353;
  --color-700: #bf370f;
  --color-800: #982c14;
  --color-900: #7a2714;
  --color-950: #421008;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
}

.page-wrapper {
  position: relative;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.navbar-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.project-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer-section {
  padding-top: 120px;
}

.section.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  width: 100%;
  max-width: 800px;
  padding-left: 32px;
  padding-right: 32px;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-logo {
  border-radius: 999px;
  width: 48px;
  height: 48px;
}

.hero-text {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.6;
}

.link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: var(--color-500);
}

.hero-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-image-cover {
  background-image: linear-gradient(#0000, #fff);
  position: absolute;
  inset: 0%;
}

.webflow-span:hover {
  color: #146ef5;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.projects {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.heading-1, .heading-2 {
  line-height: 1.3;
}

.heading-3 {
  font-weight: 600;
  line-height: 1.3;
}

.project-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-wrapper.reverse {
  text-align: right;
  flex-flow: row-reverse wrap;
}

.work-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 12px;
  display: flex;
}

.project-thumbnail {
  border: 1px solid #0000001a;
  border-radius: 12px;
}

.project-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 24px;
}

.project-content.alternative {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.project-link {
  color: #fff;
  text-underline-offset: 3px;
  background-color: #262626;
  background-image: url('../images/arrow-up-right-svgrepo-com.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 999px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 34px 6px 16px;
  font-weight: 500;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: flex;
}

.project-link:hover {
  background-color: #454545;
}

.footer-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-image-cover {
  background-image: linear-gradient(0deg, #0000, #fff);
  position: absolute;
  inset: 0%;
}

.decorative-image {
  object-fit: cover;
  width: 100%;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mail-link {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.mail-link:hover {
  color: var(--color-600);
}

.mail-link-span {
  color: #333 !important;
}

.social-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-media-item {
  color: #333;
  width: 32px;
  height: 32px;
}

.social-media-item:hover {
  color: #0e76a8;
}

.social-media-embed {
  margin-top: 0;
  display: flex;
}

.work-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.work-item.hidden {
  display: none;
}

.badge {
  position: fixed;
  inset: auto 24px 24px auto;
}

.logo-wrapper {
  flex: none;
}

.badge-navbar {
  display: none;
}

.navbar-logo-link {
  transition: all .2s;
}

.navbar-logo-link:hover {
  filter: grayscale();
}

@media screen and (max-width: 991px) {
  .badge {
    display: none;
    position: absolute;
    right: auto;
  }

  .logo-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .badge-navbar {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-header {
    padding-top: 32px;
  }

  .project-content {
    flex-flow: column;
  }

  .work-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-text {
    font-size: 16px;
  }

  .heading-1 {
    max-width: 18ch;
    font-size: 32px;
  }

  .heading-2 {
    max-width: 15ch;
    font-size: 28px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .project-content {
    flex-flow: row;
  }

  .footer {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .mail-link {
    font-size: 28px;
  }

  .work-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .badge-image {
    width: 35vw;
  }
}


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