@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: IBM Plex Mono;
  src: url('../fonts/IBMPlexMono-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --transparent: transparent;
  --black: #000;
}

body {
  color: var(--white);
  letter-spacing: 0;
  font-family: Bdogrotesk, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.625em;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.375em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

a {
  font-size: 1rem;
  text-decoration: none;
  transition: opacity .3s;
}

a:hover {
  opacity: .6;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.5rem;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3rem;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2rem;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.5rem;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.125em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1rem;
}

.styleguide_rich-text blockquote {
  font-size: 1.2rem;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25rem;
}

.text-size-display {
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25rem;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 3.75rem 2.5rem;
}

.page-padding.is-home-hero {
  padding-top: 0;
}

.page-padding.is--nav {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.is--footer {
  padding-top: 0;
  padding-bottom: 5rem;
}

.page-padding.is--portfolio {
  padding-bottom: 7.5rem;
}

.home-hero_section {
  position: relative;
}

.home-hero_layout {
  z-index: 2;
  position: relative;
}

.button {
  padding: 1em;
  font-size: 1rem;
  line-height: 1;
}

.bg-wrapper {
  border-top: 0 solid #fff;
}

.bg-wrapper.is--home_hero {
  pointer-events: none;
}

.bg-image.is--hero_home {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-image.is--footer {
  z-index: 1;
  width: 21em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-hero_heading {
  max-width: 55.5em;
  padding-top: 13.5em;
}

.home-purpose_wrapper {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7.5em;
  display: flex;
}

.home-purpose_title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-purpose_text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  max-width: 56.125em;
  display: flex;
}

.shape-diamond {
  width: .75rem;
}

.title-home_purpose {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.home-hero_title {
  font-family: Bdogrotesk, Arial, sans-serif;
  font-size: 5.6em;
}

.home-hero_text {
  letter-spacing: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4;
}

.navbar {
  background-color: var(--transparent);
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrapper {
  border: 0 solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.logo-link {
  transition: opacity .3s;
}

.logo-link:hover {
  opacity: .6;
}

.logo {
  width: 10em;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu_wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-block-19 {
  opacity: .44;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-block-19:hover {
  opacity: 1;
}

.button-text-02 {
  text-transform: uppercase;
  justify-content: flex-start;
  line-height: 1.4;
  display: flex;
}

.button-text-02.is-absolute {
  position: absolute;
}

.button-block-05 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-block-05.is--card_project_link {
  background-color: var(--transparent);
  color: var(--white);
  border: 1px #000;
  border-radius: 0;
  padding: 0;
}

.button-text-05 {
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.button-icon-wrap-05 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-05-icon {
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  transform: rotate(-45deg);
}

.button-text-05-icon.is-absolute {
  position: absolute;
  transform: translate(-15px, 10px)rotate(-45deg);
}

.logo-link_wrapper {
  flex: 1;
}

.nav-button_wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px #ffffff1a;
  border-top-style: solid;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.home-portfolio_heading {
  text-align: center;
  margin-bottom: 4.25em;
}

.project-cms_wrapper {
  width: 100%;
}

.project-cms_list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-cms_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-project_top {
  aspect-ratio: 316 / 200;
  text-align: center;
  border: 1px solid #ffffff47;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: clip;
}

.card-project_text_block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
}

.card-project_text_block:hover {
  border: 0 solid #fff;
}

.card-project_image {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-project_logo {
  object-fit: contain;
  width: 100%;
  max-width: 12.5em;
}

.title-project_card {
  font-size: 1.125rem;
  font-weight: 400;
}

.footer-mail_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  flex-flow: column;
  display: flex;
}

.footer-mail {
  text-transform: none;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
}

.footer-social_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social_icon {
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s, color .2s;
  display: flex;
}

.footer-social_icon:hover {
  background-color: var(--white);
  opacity: 100;
  color: #fff;
}

.footer-svg {
  width: 1.5rem;
}

.footer-svg:hover {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.footer-copyright_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff6;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.25em;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .875rem;
  display: flex;
}

.footer-copyright.is--link {
  font-size: .875rem;
  text-decoration: underline;
  transition: color .2s;
}

.footer-copyright.is--link:hover {
  opacity: 100;
  color: #000;
}

.card-project_text {
  font-size: 1em;
}

.body, .path {
  background-color: #000;
}

@media screen and (min-width: 1920px) {
  .home-hero_title {
    font-size: 5em;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-hero_heading {
    padding-top: 16em;
  }

  .home-purpose_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 6.25em;
  }

  .home-hero_title {
    font-size: 5rem;
  }

  .home-hero_text {
    font-size: 2rem;
  }

  .nav-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .project-cms_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-mail_block, .card-project_text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }

  .page-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-padding.is--footer, .page-padding.is--portfolio {
    padding-bottom: 4rem;
  }

  .bg-image.is--footer {
    opacity: 0;
  }

  .home-hero_heading {
    padding-top: 16vh;
  }

  .home-purpose_wrapper {
    padding-top: 3.75em;
  }

  .home-hero_title {
    font-size: 3rem;
  }

  .home-hero_text {
    font-size: 1.5rem;
  }

  .footer-wrapper {
    padding-top: 2rem;
  }

  .footer-copyright_block {
    margin-top: 1.5em;
  }

  .menu-button {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 6em;
  }

  .project-cms_list {
    grid-template-columns: 1fr;
  }
}

/* Team Section Styles */
.home-team_section {
  padding: 6rem 0;
  background-color: var(--main-dark);
  color: var(--main-light);
}

.team-title_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.title-team {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
  width: 100%;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  justify-items: center;
  align-items: start;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
  padding: 1.5rem 1rem 1.2rem 1rem;
  min-width: 0;
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: center;
  width: 100%;
  max-width: 220px;
}

.team-member:hover {
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.16);
  transform: translateY(-4px) scale(1.02);
}

.member-image-wrapper {
  width: 110px;
  height: 110px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.member-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.member-name {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #fff;
}

.member-title {
  color: #bdbdbd;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.member-social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-link.linkedin {
  background-color: black;
  color: white;
}

.social-link.twitter {
  background-color: black;
  color: white;
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.social-link svg {
  transition: transform 0.3s ease;
}

.social-link:hover svg {
  transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 700px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-member {
    max-width: 320px;
  }
}

@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}