@font-face {
  font-family: "Portfolio Inter";
  src: url("https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Portfolio Inter Display";
  src: url("https://framerusercontent.com/assets/bHYNJqzTyl2lqvmMiRRS6Y16Es.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Portfolio CHAOS16";
  src: url("https://framerusercontent.com/assets/lDL7jv8bqylwwZCDWEhQfbbIvU.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.portfolio-header {
  position: relative;
  z-index: 60;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #030303;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .08);
  padding: 16px 24px;
  font: 400 15px/1.06 "Portfolio Inter", Arial, sans-serif;
  letter-spacing: -.03em;
}
.portfolio-header__inner {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.portfolio-header__brand, .portfolio-header__links, .portfolio-header__clock {
  display: flex;
  align-items: center;
}
.portfolio-header__brand { gap: 24px; align-items: flex-start; }
.portfolio-header a { color: #030303; text-decoration: none; }
.portfolio-header__logo {
  font: 400 32px/.9 "Portfolio CHAOS16", sans-serif;
  letter-spacing: -.05em;
  white-space: nowrap;
}
.portfolio-header__clock {
  font: 400 15px/1 "Portfolio Inter Display", Arial, sans-serif;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #f2f2f2;
  color: #696969;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.portfolio-header__links { gap: 16px; }
.portfolio-header__resume { margin-left: 2px; }
.portfolio-header__links a { transition: opacity .15s; }
.portfolio-header__links a:hover { opacity: .65; }
.portfolio-header__resume { padding: 6px 14px; border-radius: 100px; background: #f2f2f2; }
.portfolio-header a:focus-visible { outline: 2px solid #2a7882; outline-offset: 5px; }
.portfolio-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
section[id] { scroll-margin-top: 72px; }
.portfolio-works { position: relative; }
.portfolio-works__trigger {
  display: block;
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
.portfolio-works__trigger:focus-visible { outline: 2px solid #2a7882; outline-offset: 5px; }
.portfolio-works__menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .06);
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.03em;
  text-align: center;
}
.portfolio-works__menu::before { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; height: 12px; }
.portfolio-works__menu a { display: block; padding: 8px 12px; white-space: nowrap; }
.portfolio-works__menu a[aria-disabled="true"] { cursor: default; }
.portfolio-works__menu a[aria-disabled="true"]:hover { opacity: 1; }
.portfolio-works__menu a[href]:hover { background: #f7f7f7; opacity: 1; }
@media (max-width: 600px) {
  .portfolio-header { padding: 16px 20px; }
  .portfolio-header__inner { flex-wrap: wrap; gap: 18px; }
  .portfolio-header__brand { gap: 16px; }
  .portfolio-header__logo { font-size: 26px; }
}
