.siteHeader[data-astro-cid-isef26zo] {
  position: sticky;
  top: calc(var(--siteHeader-logo-height) * -1);
  bottom: 0;
  height: calc(100vh + var(--siteHeader-logo-height) + var(--siteHeader-logo-height) * .75);
  pointer-events: none;
}

.siteHeader-logo[data-astro-cid-isef26zo] {
  position: absolute;
  width: 100%;
  padding: var(--site-paddingBlock) var(--site-paddingInline);

  &.-bottom {
    bottom: 0;
  }
}
.intro[data-astro-cid-prq3o4de] {
  display: flex;
  flex-direction: column;
  gap: var(--layout-space-200);

  & h2 {
    text-transform: uppercase;
  }

  & section {
    display: flex;
    flex-direction: column;
    gap: var(--layout-space-100);
    hyphens: auto;
  }

  & [data-as-text] > [data-astro-cid-prq3o4de] {
    max-width: 40ch;
  }
}
.about[data-astro-cid-ttx76kqf] {
  display: flex;
  flex-direction: column;
  hyphens: auto;

  & section {
    display: flex;
    flex-direction: column;
    gap: var(--layout-space-100);
  }

  & [data-as-text] > [data-astro-cid-ttx76kqf] {
    max-width: 50ch;
  }
}
.projects[data-astro-cid-apoa3nt2] {
  width: 100vw;
  position: relative;
  left: calc(-1 * var(--site-paddingInline));
  --slides-gap: var(--layout-space-300);
  --slides-paddingInline: var(--site-paddingInline);
}

.projects-item[data-astro-cid-apoa3nt2] {
  display: flex;
  flex-direction: column;
  gap: var(--layout-space-100);
  width: min(60ch, 80vw);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.projects-item-image[data-astro-cid-apoa3nt2] {
  & img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.4;
    min-height: 60vh;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
  }
}

.projects-item-head[data-astro-cid-apoa3nt2] {
  display: flex;
  text-transform: uppercase;
  gap: var(--layout-space-100);
  justify-content: space-between;
}

.projects-item-text[data-astro-cid-apoa3nt2] {
  gap: var(--layout-space-50);
}
.v1-1[data-astro-cid-lcdefpme] .siteHeader {
  --logo-fill: black;
  --logo-outline-width: 0px;
  --logo-outline-color: currentColor;
}

[data-astro-cid-lcdefpme][data-as-page] {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  background-color: #fafafa;
}

.v1-1[data-astro-cid-lcdefpme] :where([data-as-page-main], .siteHeader) {
  grid-row: 1;
  grid-column: 1;
}

.v1-1[data-astro-cid-lcdefpme] .siteHeader {
  z-index: 999;
}

[data-astro-cid-lcdefpme][data-as-page-main] {
  position: relative;
  margin-top: calc(1 * var(--siteHeader-logo-height));
  padding-inline: var(--site-paddingInline);
}

[data-astro-cid-lcdefpme][data-as-space] {
  height: var(--layout-space-100);
}

[data-astro-cid-lcdefpme][data-as-space="25"] {
  height: var(--layout-space-25);
}

[data-astro-cid-lcdefpme][data-as-space="50"] {
  height: var(--layout-space-50);
}

[data-astro-cid-lcdefpme][data-as-space="200"] {
  height: var(--layout-space-200);
}

[data-astro-cid-lcdefpme][data-as-space="300"] {
  height: var(--layout-space-300);
}

[data-astro-cid-lcdefpme][data-as-space="400"] {
  height: var(--layout-space-400);
}
