html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.framer-108jl35-container {
  display: none !important;
}

.portfolio-contact-anchor {
  display: block;
  scroll-margin-top: 32px;
}

.portfolio-projects-legacy {
  display: none !important;
}

.portfolio-project-collection {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.portfolio-project-collection__intro {
  max-width: 650px;
  margin: 0 0 22px;
  color: #998f8f;
  font-size: 15px;
  line-height: 1.6;
}

.portfolio-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-project-item {
  min-width: 0;
}

.portfolio-project-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: start;
  width: 100%;
  min-width: 0;
  min-height: 184px;
  padding: 18px;
  border: 1px solid rgba(182, 180, 189, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.portfolio-project-card:hover {
  transform: translateY(-2px);
  border-color: #ff6737;
  background: rgba(255, 255, 255, 0.045);
}

.portfolio-project-card:focus-visible {
  outline: 3px solid #c3ff21;
  outline-offset: 4px;
}

.portfolio-project-card__index {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 9px;
  background: #f5f4f2;
  color: #171414;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.portfolio-project-card__content {
  display: block;
  min-width: 0;
}

.portfolio-project-card__tags {
  display: block;
  margin: 1px 0 8px;
  color: #ff7b4d;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.portfolio-project-card__title {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important;
  overflow-wrap: anywhere;
}

.portfolio-project-card__description {
  display: block;
  color: #998f8f;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.portfolio-project-card__arrow {
  color: #ff6737;
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

.portfolio-project-card:hover .portfolio-project-card__arrow {
  transform: translate(2px, -2px);
}

.portfolio-project-grid--featured {
  grid-template-columns: 1fr;
  gap: 16px;
}

.portfolio-project-grid--featured .portfolio-project-card {
  grid-template-columns: 100px minmax(0, 1fr) 24px;
  align-items: center;
  min-height: 122px;
  padding: 12px;
  border-color: transparent;
  background: transparent;
}

.portfolio-project-grid--featured .portfolio-project-card:hover {
  border-color: rgba(255, 103, 55, 0.45);
  background: rgba(255, 255, 255, 0.025);
}

.portfolio-project-grid--featured .portfolio-project-card__index {
  width: 100px;
  height: 100px;
  font-size: 25px;
}

.portfolio-project-grid--featured .portfolio-project-card__title {
  font-size: 23px !important;
}

.portfolio-project-grid--featured .portfolio-project-card__description {
  font-size: 13px;
}

@media (max-width: 760px) {
  .portfolio-project-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-project-card {
    min-height: 150px;
  }
}

@media (max-width: 600px) {

  .portfolio-project-collection__heading,
  .portfolio-project-collection__heading * {
    min-width: 0 !important;
    font-size: clamp(38px, 12.5vw, 52px) !important;
    line-height: 0.98 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .portfolio-project-collection__intro {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .portfolio-project-grid {
    gap: 12px;
  }

  .portfolio-project-card,
  .portfolio-project-grid--featured .portfolio-project-card {
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    gap: 10px;
    min-height: 0;
    padding: 14px 12px;
  }

  .portfolio-project-card__index,
  .portfolio-project-grid--featured .portfolio-project-card__index {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .portfolio-project-card__tags {
    margin-top: 0;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .portfolio-project-card__title,
  .portfolio-project-grid--featured .portfolio-project-card__title {
    font-size: 17px !important;
  }

  .portfolio-project-card__description,
  .portfolio-project-grid--featured .portfolio-project-card__description {
    font-size: 12px;
  }

  .portfolio-project-card__arrow {
    font-size: 17px;
  }

  .portfolio-profile-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 350px !important;
  }

  .portfolio-profile-card [data-framer-name="Bio"],
  .portfolio-profile-card [data-framer-name="Description & icons"],
  .portfolio-profile-card [data-framer-component-type="RichTextContainer"] {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .portfolio-profile-name {
    font-size: 30px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  .portfolio-profile-description {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  .portfolio-right-column {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 350px !important;
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .portfolio-hero {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 350px !important;
  }

  .portfolio-hero [data-framer-name="Info"],
  .portfolio-hero [data-framer-component-type="RichTextContainer"] {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .portfolio-hero-title,
  .portfolio-hero-title * {
    font-size: clamp(40px, 14vw, 56px) !important;
    line-height: 0.98 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .portfolio-hero-intro {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .portfolio-stat-group {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .portfolio-stat-group > * {
    box-sizing: border-box !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .portfolio-stat-group p:first-child {
    font-size: clamp(32px, 10vw, 42px) !important;
  }

  .portfolio-stat-group p:not(:first-child) {
    font-size: 12px !important;
    overflow-wrap: anywhere !important;
  }
}
