@keyframes progress {
  from {
    stroke-dashoffset: 144.5132620651px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes progress-inverse {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -144.5132620651px;
  }
}
@keyframes jump {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes cascade {
  25% {
    background: rgba(244, 242, 237, 0.2);
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

*:focus-visible {
  box-shadow: 0px 0px 1px 2px #f4f2ed;
  outline: 2px solid #0887d7;
  outline-offset: 0.2em;
  border-radius: 8px;
}

html {
  box-sizing: border-box;
  color: #f4f2ed;
  font: normal 400 normal calc(16px + 4 * (100vw - 320px) / 1120) / 1.5 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  text-align: left;
  background: #00010b;
  text-rendering: optimizeLegibility;
  text-wrap: pretty;
}
body.disable-scroll {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

::selection {
  background: #0887d7;
  text-shadow: none;
}

main,
footer {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.25s;
  transition-delay: 1s;
}
main.off,
footer.off {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.blur-circle {
  position: fixed;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: 2s;
  transition-property: width, height, top, left, opacity;
}
.blur-circle.menu-on.blur-circle--design {
  opacity: 0;
}
.blur-circle.menu-on.blur-circle--code {
  top: calc(50% - 30vh);
  left: calc(50% + 30vw);
  width: 160vh;
  height: 160vh;
  opacity: 1;
}
.blur-circle--design {
  opacity: 1;
  background: radial-gradient(50% 50% at 50% 50%, #0887d7 0%, rgba(8, 135, 215, 0.4) 50%, transparent 100%);
}
.blur-circle--design.blur-circle--design-intro {
  top: calc(50% + 10vh);
  left: calc(50% + 5vw);
  width: 50vh;
  height: 50vh;
  opacity: 1;
}
.blur-circle--design.blur-circle--design-about {
  top: calc(50% + 10vh);
  left: calc(50% + 40vw);
  width: 40vh;
  height: 40vh;
  opacity: 0;
}
.blur-circle--design.blur-circle--design-resume {
  top: calc(50% + 10vh);
  left: calc(50% + 40vw);
  width: 80vh;
  height: 80vh;
  opacity: 0;
}
.blur-circle--design.blur-circle--design-portfolio {
  top: 50%;
  left: calc(50% - 10vw);
  width: 60vh;
  height: 60vh;
  opacity: 0;
}
.blur-circle--design.blur-circle--design-contact {
  top: calc(50% - 10vh);
  left: calc(50% - 10vw);
  width: 30vh;
  height: 30vh;
  opacity: 1;
}
.blur-circle--code {
  opacity: 1;
  background: radial-gradient(50% 50% at 50% 50%, #ec6b16 0%, rgba(236, 107, 22, 0.5) 50%, transparent 100%);
}
.blur-circle--code.blur-circle--code-intro {
  top: calc(50% - 25vh);
  left: calc(50% + 30vw);
  width: 70vh;
  height: 70vh;
  opacity: 1;
}
.blur-circle--code.blur-circle--code-about {
  top: calc(50% - 5vh);
  left: calc(50% + 25vw);
  width: 35vh;
  height: 35vh;
  opacity: 0;
}
.blur-circle--code.blur-circle--code-resume {
  top: calc(50% - 5vh);
  left: calc(50% + 25vw);
  width: 50vh;
  height: 50vh;
  opacity: 0;
}
.blur-circle--code.blur-circle--code-portfolio {
  top: calc(50% - 5vh);
  left: calc(50% + 10vw);
  width: 60vh;
  height: 60vh;
  opacity: 0;
}
.blur-circle--code.blur-circle--code-contact {
  top: calc(50% - 15vh);
  left: calc(50% + 10vw);
  width: 30vh;
  height: 30vh;
  opacity: 1;
}
@media (min-width: 992px) {
  .blur-circle--design.blur-circle--design-intro {
    top: calc(50% + 20vh);
    width: 90vh;
    height: 90vh;
  }
  .blur-circle--design.blur-circle--design-about {
    width: 80vh;
    height: 80vh;
    opacity: 1;
  }
  .blur-circle--design.blur-circle--design-portfolio {
    top: 50%;
    width: 60vh;
    height: 60vh;
  }
  .blur-circle--design.blur-circle--design-contact {
    top: 50%;
    width: 60vh;
    height: 60vh;
  }
  .blur-circle--code.blur-circle--code-intro {
    width: 120vh;
    height: 120vh;
  }
  .blur-circle--code.blur-circle--code-about {
    top: calc(50% - 15vh);
    width: 50vh;
    height: 50vh;
    opacity: 1;
  }
  .blur-circle--code.blur-circle--code-portfolio {
    top: calc(50% - 5vh);
    width: 60vh;
    height: 60vh;
  }
  .blur-circle--code.blur-circle--code-contact {
    top: calc(50% - 5vh);
    width: 60vh;
    height: 60vh;
  }
}
button {
  outline: 0;
  border: 0;
  color: inherit;
  background: transparent;
  margin: 0;
  padding: 0;
  text-transform: none;
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}
figure {
  margin: 0;
  overflow: hidden;
}
img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
ul,
ol,
menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  margin: 0;
}
svg {
  fill: currentColor;
}
ul,
ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, p, span, li {
  width: -moz-fit-content;
  width: fit-content;
}
.heading--1 {
  font: normal 500 normal calc(48px + 48 * (100vw - 320px) / 1120) / 1.2 Textu, Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
.heading--2 {
  font: normal 300 normal calc(32px + 24 * (100vw - 320px) / 1120) / 1.2 Textu, Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
.heading--3 {
  font: normal 700 normal calc(24px + 24 * (100vw - 320px) / 1120) / 1.3 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
.heading--4 {
  font: normal 400 normal calc(24px + 24 * (100vw - 320px) / 1120) / 1.3 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
.heading--5 {
  font: normal 300 normal calc(20px + 12 * (100vw - 320px) / 1120) / 1.4 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
.heading::first-letter {
  text-transform: capitalize;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  font: normal 400 normal calc(16px + 4 * (100vw - 320px) / 1120) / 1.5 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
p:not(:first-child) {
  margin-top: 1em;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
strong {
  font: normal 700 normal calc(16px + 4 * (100vw - 320px) / 1120) / 1.5 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
small {
  font: normal 400 normal calc(12px + 4 * (100vw - 320px) / 1120) / 1.5 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}

.nowrap {
  white-space: nowrap;
}

.highlight {
  color: #ec6b16;
  font-family: Text, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: -0.02em;
  mix-blend-mode: difference;
}

.link--title {
  color: #ec6b16;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0.5em 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: calc(100% - 10px) 0.07em;
  background-position: center bottom 25%;
  text-shadow: 0.06em 0 0 #00010b, -0.06em 0 0 #00010b, 0 0.06em 0 #00010b, 0 -0.06em 0 #00010b, 0.06em 0.06em 0 #00010b, -0.06em -0.06em 0 #00010b, -0.06em 0.06em 0 #00010b, 0.06em -0.06em 0 #00010b;
  transition: background-size, color, background-image, 0.25s ease-out;
}
.link--title:hover {
  background-size: 100% 0.07em;
  background-image: linear-gradient(#0887d7, #0887d7);
  transition: background-size, color, background-image, 0.25s ease-out;
}
.link--text {
  color: #f4f2ed;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0.5em 0;
  background-image: linear-gradient(#ec6b16, #ec6b16);
  background-repeat: no-repeat;
  background-size: calc(100% - 10px) 0.07em;
  background-position: center bottom 25%;
  text-shadow: 0.06em 0 0 #00010b, -0.06em 0 0 #00010b, 0 0.06em 0 #00010b, 0 -0.06em 0 #00010b, 0.06em 0.06em 0 #00010b, -0.06em -0.06em 0 #00010b, -0.06em 0.06em 0 #00010b, 0.06em -0.06em 0 #00010b;
  transition: background-size, color, background-image, 0.25s ease-out;
}
.link--text:hover {
  background-size: 100% 0.07em;
  background-image: linear-gradient(#0887d7, #0887d7);
  transition: background-size, color, background-image, 0.25s ease-out;
}
.link:focus-visible {
  box-shadow: none;
  box-shadow: initial;
  outline-width: 3px;
}

.button {
  border-radius: 100vmax;
  min-width: 0;
  display: inline-flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: max-content;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.25s;
  transition-property: background, color, border-color;
  height: -moz-fit-content;
  height: fit-content;
}
.button:not(.button--menu):not(.button--icon):not(.button--tertiary) {
  padding: 0.5em 2em;
}
.button:focus-visible {
  outline: 2px solid #0887d7;
}
.button:disabled, .button[disabled] {
  pointer-events: none;
  opacity: 0.2;
}
.button__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.button__letter {
  text-transform: none;
}
.button__letter--0 {
  text-transform: uppercase;
}
.button--icon {
  gap: initial;
  max-width: none;
  max-width: initial;
}
.button--icon-small {
  width: 48px;
  height: 48px;
}
.button--icon-big {
  width: 56px;
  height: 56px;
}
.button--primary {
  color: #f4f2ed;
  border-width: 2px;
  border-style: solid;
  border-color: #ec6b16;
}
@media (hover: hover) {
  .button--primary:not(:disabled):hover {
    background: #ec6b16;
    color: #00010b;
  }
}
.button--primary:not(:disabled):focus-visible {
  background: #ec6b16;
  color: #00010b;
}

.button--primary:not(:disabled):active {
  background: #bd5612;
  border-color: #bd5612;
}
.button--secondary {
  color: #f4f2ed;
  border-width: 2px;
  border-style: solid;
  border-color: #f4f2ed;
}
@media (hover: hover) {
  .button--secondary:not(:disabled):hover {
    background: rgba(244, 242, 237, 0.2);
  }
}
.button--secondary:not(:disabled):focus-visible {
  background: rgba(244, 242, 237, 0.2);
}

.button--secondary:not(:disabled):active {
  background: #f4f2ed;
  color: #00010b;
}
.button--tertiary {
  color: #f4f2ed;
}
.button--tertiary:not(.button--icon) {
  padding: 0.2em 1em;
}
@media (hover: hover) {
  .button--tertiary:not(:disabled):hover {
    background: rgba(244, 242, 237, 0.2);
  }
}
.button--tertiary:not(:disabled):focus-visible {
  background: rgba(244, 242, 237, 0.2);
}

.button--tertiary:not(:disabled):active {
  background: #f4f2ed;
  color: #00010b;
}
.button--menu {
  color: #f4f2ed;
  font: normal 500 normal calc(48px + 24 * (100vw - 320px) / 672) / 1.5 Textu, Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
@media (min-width: 992px) {
  .button--menu {
    font: normal 400 normal 20px / 1.5 Text, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.2em 1em;
  }
}
.button--menu.cta {
  border-color: #ec6b16;
  border-style: solid;
  border-width: 2px;
  font: normal 400 normal 20px / 1.5 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0.5em 2em;
}
@media (hover: hover) {
  .button--menu.cta:not(:disabled):hover {
    background: #ec6b16;
    color: #00010b;
  }
}
.button--menu.cta:not(:disabled):focus-visible {
  background: #ec6b16;
  color: #00010b;
}

.button--menu.cta:not(:disabled):active {
  background: #bd5612;
  border-color: #bd5612;
}
@media (min-width: 992px) {
  .button--menu.cta {
    padding: 0.2em 1em;
  }
}
.button--jump .button__icon {
  animation: jump 1s ease-in-out infinite;
}

.social-list {
  display: flex;
  gap: 8px;
}
.social-list__button {
  padding: 12px;
  position: relative;
  display: block;
  color: #f4f2ed;
  display: flex;
}
.social-list svg:not(.button__icon) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.social-list svg:not(.button__icon) circle {
  stroke: #f4f2ed;
  stroke-width: 1px;
  fill: none;
}
@media (hover: hover) {
  .social-list .social-list__button circle.progress {
    stroke-dasharray: 144.5132620651px;
    stroke-dashoffset: -144.5132620651px;
    animation: progress 0.4s ease-out forwards;
  }
  .social-list .social-list__button circle.progress-inverse {
    stroke-dasharray: 144.5132620651px;
    stroke-dashoffset: 0;
    animation: progress-inverse 0.25s ease-out forwards;
  }
}
@media (hover: hover) {
  * {
    cursor: none;
  }
  .cursor {
    opacity: 0;
    position: fixed;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ec6b16;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%);
    z-index: 200;
    transition: 0.3s ease;
    transition-property: width, height;
    pointer-events: none;
  }
  .cursor.on {
    opacity: 1;
  }
  .cursor.hover-text {
    border-radius: 16px;
    width: 3px;
    height: 32px;
  }
  .cursor.grow {
    width: 32px;
    height: 32px;
  }
  .cursor.not-allowed {
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 50%;
    border: 3px solid red;
    mix-blend-mode: initial;
  }
  .cursor.not-allowed.tip::after {
    opacity: 1;
    transition: opacity 1s ease;
  }
}
@media (hover: none) {
  .cursor {
    display: none;
  }
}
.skip-link {
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 100vmax;
  min-width: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2em;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  background: #ec6b16;
  font: normal 400 normal 20px / 1.5 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.25s;
  transition-property: background, color;
}
.skip-link__text {
  color: #00010b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.skip-link:not(:focus) {
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .skip-link:hover, .skip-link:hover {
    background: #bd5612;
  }
  .skip-link:hover .skip-link__text, .skip-link:hover .skip-link__text {
    color: white;
  }
}

.header {
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 1, 11, 0.5) 0%, transparent 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: height 1s ease 1s;
}
.header.on {
  height: 100vh;
  height: 100dvh;
  background: transparent;
  transition: height 0s ease 0s;
}
.header__layout {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.header__layout--top {
  display: flex;
  justify-content: space-between;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
}
.header__layout--menu {
  display: grid;
  pointer-events: none;
  height: calc(100vh - 64px);
  height: calc(100dvh - 64px);
  padding-left: 24px;
  padding-right: 24px;
  overflow: auto;
}
.header__layout--menu.on {
  opacity: 1;
  pointer-events: all;
}
.header__layout--menu.on .header__menu-item {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
.header__layout--menu.on .header__cv-button {
  opacity: 1;
  filter: blur(0);
  transition: 0.5s ease 1s;
  transition-property: opacity, filter;
}
.header__layout--menu.on .social-list__item {
  opacity: 1;
  filter: blur(0);
  transition: 0.5s ease calc(1.2s + 0.15s * var(--index));
  transition-property: opacity, filter;
}
.header__logo {
  color: #f4f2ed;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.header__logo:focus-visible {
  box-shadow: none;
  box-shadow: initial;
  outline: 2px solid #0887d7;
  border-radius: 100vmax;
  outline-offset: 0.8em;
}
.header__burger {
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header__burger::before, .header__burger::after {
  content: "";
  display: block;
  background: white;
  width: 32px;
  height: 3px;
  margin-bottom: 5px;
  transition: 0.2s ease;
  transition-property: transform, width;
}
@media (hover: hover) {
  .header__burger::before {
    width: 20px;
  }
  .header__burger:hover::before {
    width: 32px;
  }
}
.header__burger.on::before {
  transform: translateY(4px);
}
.header__burger.on::after {
  transform: translateY(-4px);
}
.header__menu-item {
  transform: translateX(-40vw);
  opacity: 0;
  filter: blur(10px);
  transition: 0.8s ease calc(0.15s * var(--index));
  transition-property: opacity, transform, filter;
}
.header__menu-shape {
  display: none;
}
.header__menu-button {
  gap: initial;
  text-transform: capitalize;
}
.header__menu-button:focus-visible {
  box-shadow: none;
  box-shadow: initial;
}
.header__menu-button .button__letter {
  transition: transform 0.3s ease calc(0.03s * var(--index));
}
.header__menu-button:hover .button__letter {
  transition: transform 0.3s ease calc(0.04s * var(--index));
  transform: skew(-15deg, 0deg) translateX(0.5em);
}
.header__cv-button {
  opacity: 0;
  filter: blur(10px);
  transition: 0.5s ease 0.4s;
  transition-property: opacity, filter;
}
.header .social-list__item {
  opacity: 0;
  filter: blur(10px);
  transition: 0.5s ease calc(0.75s + -0.15s * var(--index));
  transition-property: opacity, filter;
}
@media (min-width: 992px) {
  .header {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__layout {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    gap: 16px;
  }
  .header__layout--menu {
    display: flex;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.25s;
    height: calc(100% - 64px);
    overflow: unset;
  }
  .header__menu {
    position: relative;
  }
  .header__menu-button {
    mix-blend-mode: difference;
    z-index: 2;
  }
  .header__menu-button:focus-visible {
    box-shadow: 0px 0px 1px 2px #f4f2ed;
  }
  .header__menu-item {
    transform: none;
    transform: initial;
    opacity: 1;
    filter: initial;
  }
  .header__menu-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
  }
  .header__menu-shape-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f4f2ed;
    border-radius: 100vmax;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .header__burger {
    display: none;
  }
  .header__menu-list {
    display: flex;
    position: relative;
    gap: 8px;
  }
  .header__cv-button {
    opacity: 1;
    filter: blur(0);
  }
  .header__social-list {
    display: none;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .header__menu-button:hover:not(.header__menu-button--current) {
    background: rgba(244, 242, 237, 0.2);
  }
}

.intro {
  padding-left: 24px;
  padding-right: 24px;
}
.intro__layout {
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 64px;
}
.intro__description {
  font: normal 400 normal calc(24px + 4 * (100vw - 320px) / 1120) / 1.5 Text, Helvetica, Arial, sans-serif;
  margin-top: 16px;
}
.intro--center .intro__description {
  text-align: center;
}

.image-text {
  padding-left: 24px;
  padding-right: 24px;
}
.image-text__layout {
  max-width: calc((min(100vw - 48px, 1392px) - 264px) / 12 * 12 + 264px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.image-text__content {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}
.image-text__heading {
  margin-bottom: 16px;
}
.image-text--about img {
  border-radius: 32px;
  border: 1px solid #f4f2ed;
}
@media (min-width: 992px) {
  .image-text__content {
    grid-template-columns: 2fr 1fr;
    gap: 48px;
  }
  .image-text__heading {
    align-self: center;
  }
  .image-text--about img {
    border-radius: 100vmax;
  }
}

.tabs__layout {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tabs__buttons-container {
  position: sticky;
  top: 0px;
  padding-left: 24px;
  padding-right: 24px;
  background: #00010b;
  z-index: 1;
}
.tabs__buttons-container::after {
  content: "";
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: -24px;
  left: 0;
  background: #00010b;
  background: linear-gradient(180deg, #00010b 0%, transparent 100%);
}
.tabs__buttons-list {
  display: flex;
  gap: 8px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 72px;
  padding-bottom: 8px;
  position: sticky;
  top: 0px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.tabs__buttons-list::-webkit-scrollbar {
  display: none;
}
.tabs__button {
  padding: 12px !important;
}
.tabs__button[aria-selected=true] {
  background: #f4f2ed;
  color: #00010b;
}
.tabs__button[aria-selected=true] .button__text {
  display: block;
  opacity: 1;
}
@media (hover: hover) {
  .tabs__button[aria-selected=true]:hover, .tabs__button[aria-selected=true]:hover {
    background: #f4f2ed;
  }
}
.tabs__button[aria-selected=true]:focus-visible {
  background: #f4f2ed;
}

.tabs__button#tab--1 {
  animation-delay: 0.15s;
}
.tabs__button#tab--2 {
  animation-delay: 0.3s;
}
.tabs__button#tab--3 {
  animation-delay: 0.45s;
}
.tabs__button#tab--4 {
  animation-delay: 0.6s;
}
.tabs__button#tab--5 {
  animation-delay: 0.75s;
}
.tabs__button#tab--6 {
  animation-delay: 0.9s;
}
.tabs__button#tab--7 {
  animation-delay: 1.05s;
}
.tabs__button .button__text {
  display: none;
  opacity: 0;
}
.tabs__panels {
  padding-top: 0px;
  padding-left: 24px;
  padding-right: 24px;
}
.tabs__panel:not([hidden]) {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
.tabs__panel-content {
  padding: 12px 24px 20px;
  border: 1px solid rgba(244, 242, 237, 0.2);
  border-radius: 32px;
}
.tabs__panel-heading {
  margin-bottom: 4px;
}
.tabs__panel-description {
  margin-top: 16px;
}
.tabs__panel-brand-logo {
  margin-top: 12px;
}
.tabs__panel--skills:not([hidden]) {
  display: flex;
  flex-wrap: wrap;
}
.tabs__panel--skills .tabs__panel-heading,
.tabs__panel--sports .tabs__panel-heading {
  margin-bottom: 16px;
}
.tabs__panel--skills .tabs__panel-content {
  flex-grow: 1;
}
.tabs__panel--skills .tabs__panel-content,
.tabs__panel--sports .tabs__panel-content {
  height: -moz-fit-content;
  height: fit-content;
}
.tabs__panel--skills .tabs__panel-list,
.tabs__panel--sports .tabs__panel-list {
  padding-top: 8px;
  position: relative;
  width: auto;
  display: grid;
}
.tabs__panel--skills .tabs__panel-list-item {
  list-style: circle;
  margin-left: 16px;
}
.tabs__panel--sports .tabs__panel-list {
  gap: 16px;
}
.tabs__panel--sports .tabs__panel-description {
  margin-top: 8px;
}
.tabs__panel--skills .tabs__panel-list::before,
.tabs__panel--sports .tabs__panel-list::before {
  content: "";
  width: calc(100% + 48px);
  height: 1px;
  background: rgba(244, 242, 237, 0.2);
  position: absolute;
  left: -24px;
  top: 0;
}
.tabs__panel--brands .tabs__panel-content {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  align-items: center;
  grid-template-columns: initial;
  justify-items: center;
}
.tabs__panel:focus-visible {
  border-radius: 32px;
}
.tabs .heading--5 {
  display: inline;
}
@media (min-width: 480px) {
  .tabs__panel--languages {
    grid-template-columns: repeat(2, 1fr);
  }
  .tabs__panel--brands .tabs__panel-content {
    grid-template-columns: 184px auto;
    justify-items: left;
    position: relative;
  }
  .tabs__panel--brands .tabs__panel-heading {
      margin-top: 12px;
  }
  .tabs__panel--brands .tabs__panel-content::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(244, 242, 237, 0.2);
    position: absolute;
    left: 208px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .tabs {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabs__layout {
    max-width: calc((min(100vw - 48px, 1392px) - 264px) / 12 * 12 + 264px);
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 32px;
    gap: 32px;
  }
  .tabs__buttons-container {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    background: transparent;
  }
  .tabs__buttons-container::after {
    display: none;
  }
  .tabs__buttons-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-x: visible;
    overflow-x: initial;
  }
  .tabs__button {
    padding: 0.5em 2em !important;
  }
  .tabs__button {
    border: 2px solid;
  }
  .tabs__button .button__text {
    display: block;
    opacity: 1;
  }
  .tabs__panels {
    padding-top: 80px;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
  .tabs__panel--languages {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  color: #f4f2ed;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: transform 0.25s;
  position: relative;
}
.card img {
  transition: transform 0.25s;
}
@media (hover: hover) {
  .card:not(.card.disabled):hover {
    transform: scale(1.05);
    transition: transform 0.25s;
  }
  .card:not(.card.disabled):hover img {
    transform: scale(1.05);
    transition: transform 0.25s;
  }
}
.card:not(.card.disabled):focus-visible {
  transform: scale(1.05);
  transition: transform 0.25s;
}
.card:not(.card.disabled):focus-visible img {
  transform: scale(1.05);
  transition: transform 0.25s;
}
.card:not(.card.disabled):active .card__layout {
  border-color: #ec6b16;
  transition: border-color 0.25s;
}
.card:focus-visible {
  outline-width: 3px;
  border-radius: 32px;
}
.card__layout {
  max-width: calc((min(100vw - 48px, 1392px) - 264px) / 12 * 12 + 264px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  border: 1px solid rgba(244, 242, 237, 0.2);
  border-radius: 32px;
  overflow: hidden;
  transition: border-color 0.25s;
}
.card__content {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  padding: 16px;
}
.card__heading {
  order: 2;
}
.card__labels {
  display: flex;
  gap: 4px;
  order: 1;
}
.card__label {
  padding: 0.1em 0.8em;
  border-radius: 100vmax;
  font: normal 400 normal calc(12px + 4 * (100vw - 320px) / 1120) / 1.5 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__label--design {
  background: #0887d7;
  color: #00010b;
}
.card__label--code {
  background: #ec6b16;
  color: #00010b;
}
.card__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  order: 3;
}
.card.disabled .card__figure {
  filter: blur(2px);
}
.card.disabled .card__content {
  filter: blur(3px);
}
.card.disabled .card__layout::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00010b;
  opacity: 0.85;
  z-index: 1;
}
.card.disabled .card__layout::after {
  content: "Coming soon";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: normal 400 normal calc(24px + 24 * (100vw - 320px) / 1120) / 1.3 Text, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  z-index: 2;
}

.cards-grid__layout {
  max-width: calc((min(100vw - 48px, 1392px) - 264px) / 12 * 12 + 264px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .cards-grid__layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .cards-grid__layout {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cta__layout {
  max-width: calc((min(100vw - 48px, 1392px) - 264px) / 12 * 12 + 264px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: calc(100vh - 190px - 64px);
  min-height: calc(100dvh - 190px - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 48px;
}
.cta__text {
  text-align: center;
}
@media (min-width: 992px) {
  .cta__layout {
    height: calc(100vh - 80px - 64px);
    height: calc(100dvh - 80px - 64px);
  }
}
.footer {
  padding-left: 24px;
  padding-right: 24px;
}
.footer__layout {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer__copyrights {
  justify-self: center;
}
.footer__copyrights p {
  text-align: center;
}
@media (min-width: 992px) {
  .footer__content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .footer__social-list {
    order: 3;
    justify-self: right;
  }
  .footer__copyrights {
    order: 2;
  }
  .footer__back-to-top {
    order: 1;
  }
}
.module:not(.error):not(.intro):not(#contact) {
  margin-top: 288px;
  margin-bottom: 288px;
  opacity: 0;
}
.module:not(.error):not(.intro):not(#contact).show {
  opacity: 1;
  transition: 2s ease-out;
  transition-property: opacity;
}
.module:not(.error):not(.intro):not(#resume) {
  padding-top: 80px;
}
.module:not(.error):first-child {
  margin-bottom: 288px;
}
.module:not(.error):last-child {
  margin-top: 288px;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}