:root {
  --general--black: #000;
  --_typography---font--heading: Inter, Arial, sans-serif;
  --general--white: #fff;
  --_typography---text--regular: 1rem;
  --_typography---heading--h1: 4rem;
  --_typography---heading--h2: 3.5rem;
  --_typography---heading--h3: 3rem;
  --_typography---heading--h4: 2.5rem;
  --_typography---heading--h5: 2rem;
  --_typography---heading--h6: 1.5rem;
  --_typography---text--medium: 1.125rem;
  --_typography---text--tiny: .75rem;
  --general--white-15: #ffffff26;
  --_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>: black;
  --_primitives---colors--white\<deleted\|relume-variable-neutral-white\>: #fff;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_typography---text--small: .875rem;
  --_typography---text--large: 1.5rem;
  --_structure---padding-global--regular: 2.25rem;
  --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
  --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
  --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
  --general--gray: #86868d;
  --general--brand: #2063ff;
  --_typography---font--secondary: Inter, Arial, sans-serif;
}

body {
  background-color: var(--general--black);
  font-family: var(--_typography---font--heading);
  color: var(--general--white);
  font-size: var(--_typography---text--regular);
  --_typography---font--heading: Inter, Arial, sans-serif;
  --_typography---text--regular: 1rem;
  --_typography---heading--h1: 4rem;
  --_typography---heading--h2: 3.5rem;
  --_typography---heading--h3: 3rem;
  --_typography---heading--h4: 2.5rem;
  --_typography---heading--h5: 2rem;
  --_typography---heading--h6: 1.5rem;
  --_typography---text--medium: 1.125rem;
  --_typography---text--tiny: .75rem;
  --_typography---text--small: .875rem;
  --_typography---text--large: 1.5rem;
  --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
  --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
  --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
  --_typography---font--secondary: Inter, Arial, sans-serif;
  --_structure---padding-global--regular: 2.25rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font--heading);
  font-size: var(--_typography---heading--h1);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typography---font--heading);
  font-size: var(--_typography---heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--_typography---font--heading);
  font-size: var(--_typography---heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-family: var(--_typography---font--heading);
  font-size: var(--_typography---heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  font-family: var(--_typography---font--heading);
  font-size: var(--_typography---heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h6 {
  font-family: var(--_typography---font--heading);
  font-size: var(--_typography---heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3ch;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

blockquote {
  font-size: var(--_typography---text--regular);
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.global-styles, .hide {
  display: none;
}

.page-wrapper {
  max-width: 100vw;
  position: relative;
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 125rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: var(--_typography---text--medium);
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--general--white-15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 3rem;
  color: var(--general--white);
  text-align: center;
  border-radius: 3.0625rem;
  justify-content: center;
  align-items: center;
  padding: .3rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-flex;
}

.email-mobile {
  display: none;
}

.button:where(.w-variant-33f896ba-e448-cf7a-fee1-d684c17a2d51) {
  border: 1px solid var(--general--black);
  color: var(--general--black);
  background-color: #2063ff00;
}

.button:where(.w-variant-0d0740d2-63fa-e9e7-e327-e49b047af2b0) {
  background-color: var(--general--white);
  color: var(--general--black);
}

.text-size-large {
  font-size: var(--_typography---text--large);
}

.padding-global {
  padding-right: var(--_structure---padding-global--regular);
  padding-left: var(--_structure---padding-global--regular);
}

.heading-style-h5 {
  font-family: var(--_typography---font--heading);
  font-size: var(--_typography---heading--h5);
  font-weight: 500;
  line-height: 1.1;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.button-group.is-home-projects_item {
  z-index: 2;
  z-index: 2;
  position: relative;
}

.nav_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 0;
  display: flex;
}

.nav {
  z-index: 2147483647;
  position: absolute;
  inset: 0% 0% auto;
}

.spacer {
  width: 100%;
  height: 0;
  transition: height .2s;
}

.home-hero_component {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.home-hero_img {
  border-radius: 99rem;
  width: 7.5rem;
}

.button-icon {
  width: 1.25em;
  min-width: 1.25em;
  display: inline-flex;
}

.text-color-gray {
  color: var(--general--gray);
}

.home-projects_component {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-projects_item {
  aspect-ratio: 5 / 3.25;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.home-projects_item-img {
  object-position: 50% 100%;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.home-hero_bg {
  width: 100%;
  height: 120vh;
  margin-top: -10vh;
  position: absolute;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font--heading: Inter, Arial, sans-serif;
    --_typography---text--regular: 1rem;
    --_typography---heading--h1: 3rem;
    --_typography---heading--h2: 3.5rem;
    --_typography---heading--h3: 3rem;
    --_typography---heading--h4: 2.5rem;
    --_typography---heading--h5: 2rem;
    --_typography---heading--h6: 1.5rem;
    --_typography---text--medium: 1.125rem;
    --_typography---text--tiny: .75rem;
    --_typography---text--small: .875rem;
    --_typography---text--large: 1.5rem;
    --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
    --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
    --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
    --_typography---font--secondary: Inter, Arial, sans-serif;
    --_structure---padding-global--regular: 2.25rem;
  }

  .hide-tablet {
    display: none;
  }

  .home-projects_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-projects_item {
    position: relative;
  }

  .home-hero_component {
    height: auto;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .home-hero_img {
    width: 6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font--heading: Inter, Arial, sans-serif;
    --_typography---text--regular: 1rem;
    --_typography---heading--h1: 2.5rem;
    --_typography---heading--h2: 2.5rem;
    --_typography---heading--h3: 2rem;
    --_typography---heading--h4: 1.5rem;
    --_typography---heading--h5: 1.25rem;
    --_typography---heading--h6: 1.125rem;
    --_typography---text--medium: 1.125rem;
    --_typography---text--tiny: .75rem;
    --_typography---text--small: .875rem;
    --_typography---text--large: 1.5rem;
    --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .25rem;
    --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: .5rem;
    --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1rem;
    --_typography---font--secondary: Inter, Arial, sans-serif;
    --_structure---padding-global--regular: 1.25rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .home-hero_component {
    padding-top: 8rem;
    padding-bottom: 4.5rem;
  }

  .nav_component {
    padding-top: 1.5rem;
    justify-content: center;
  }

  #nav-location {
    display: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .sg_items, .sg_items.is-4col, .sg_items.is-4col {
    grid-template-columns: 1fr 1fr;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button {
    grid-column-gap: .5rem;
    min-height: 2.5rem;
    padding: .25rem 1.25rem;
    font-size: .875rem;
  }

  .button-icon {
    width: 1em;
    min-width: 1em;
  }

  .home-projects_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: 6 / 4;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .sg_items, .sg_items.is-4col, .sg_items.is-4col {
    grid-template-columns: 1fr;
  }

  .button-group.is-home-projects_item {
    flex-flow: wrap;
    width: 100%;
  }

  .button-group.is-mobile-vertical {
    flex-flow: row wrap;
    justify-content: center;
  }

  .home-projects_item {
    min-height: 20rem;
    padding: 1rem;
  }

  #about-paragraph {
    font-size: 1.125rem !important;
  }

  .email-desktop {
    display: none !important;
  }

  .email-mobile {
    display: inline-flex !important;
  }

}
