@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  min-width: 375px;
}

* {
  box-sizing: border-box;
  color: oklch(26.24% 0.062 355.1);
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 8em;
  letter-spacing: -0.05em;
}

h2, h3, h4, h5, h6 {
  font-family: "Josefin Slab", monospace;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1em;
}

h2 {
  font-size: 2.125em;
}

h3 {
  font-size: 1.5em;
}

p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  color: oklch(26.24% 0.062 355.1/0.85);
  font-size: 1.25em;
  font-weight: 300;
}

li {
  font-weight: 300;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

::-moz-selection { /* Code for Firefox */
  color: oklch(26.24% 0.062 355.1);
  background: oklch(77.75% 0.111 359.68);
}

::selection {
  color: oklch(26.24% 0.062 355.1);
  background: oklch(77.75% 0.111 359.68);
}

#menu-button {
  position: fixed;
  right: 14px;
  top: 14px;
  z-index: 5;
  cursor: pointer;
  display: none;
  transition: opacity 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
}
#menu-button.active {
  opacity: 1;
  display: block;
}

#close-button {
  z-index: 30;
  position: fixed;
  right: 14px;
  top: 14px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  cursor: pointer;
}
#close-button.active {
  opacity: 1;
  display: block;
}

#menu {
  z-index: 20;
  position: fixed;
  top: -200px;
  right: -200px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2), right 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2), top 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2), transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
}
#menu.active {
  opacity: 1;
  right: 56px;
  top: 64px;
  transform: scale(1);
}
#menu ul {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#menu ul li {
  font-family: "Josefin Slab", monospace;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: white;
  opacity: 0.75;
  transition: opacity 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2), transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  transform: translateX(0);
}
#menu ul li:hover {
  opacity: 1;
  transform: translateX(-12px);
}
#menu ul li a {
  color: inherit;
}

#menu-background {
  position: fixed;
  top: -150px;
  right: -175px;
  width: 36px;
  height: 36px;
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
  background-position: -175px;
  border-radius: 10000px;
  z-index: 10;
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2), height 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
}
#menu-background.active {
  width: 500px;
  height: 500px;
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(75px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes intro2 {
  0% {
    opacity: 0;
    transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.content {
  z-index: 0;
  background: linear-gradient(90deg, oklch(96.48% 0.018 229), oklch(96.81% 0.015 290.31), oklch(96.64% 0.015 356.62));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
}
.content header.main {
  padding: 24px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.content header.main img {
  animation: intro 1s cubic-bezier(0.38, 0.01, 0.56, 1.2) 0s;
  animation-fill-mode: both;
}
.content header.main .subtitle {
  padding-left: 24%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  animation: intro2 0.9s cubic-bezier(0.38, 0.01, 0.56, 1.2) 0.4s;
  animation-fill-mode: both;
}
.content header.main .subtitle h2 {
  color: oklch(77.75% 0.111 359.68);
  font-size: 1.75em;
}
.content header.main .subtitle p {
  line-height: 2em;
}
.content header.mini {
  padding: 24px;
  height: 33vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content header.mini img {
  max-height: calc(33vh - 48px);
  max-width: 384px;
  width: 100%;
}
.content .separator {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
}
.content .separator span {
  font-family: "Josefin Slab", monospace;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 1.75em;
  text-transform: uppercase;
  color: white;
}
.content .separator.mini {
  height: 24px;
}
.content section {
  padding: 24px;
  min-height: 100vh;
}
.content section.half-height {
  min-height: 50vh;
}
.content section.quarter-height {
  min-height: 25vh;
}
.content div.project-cards {
  padding: 72px 24px;
  min-height: 100vh;
  background-color: oklch(26.24% 0.062 355.1);
}
.content div.project-cards.mini {
  min-height: 50vh;
  background-color: transparent;
}
.content div.project-cards.mini .card-stack .card {
  background-color: transparent;
  text-align: center;
  position: relative;
}
.content div.project-cards.mini .card-stack .card .title .small {
  color: oklch(26.24% 0.062 355.1);
}
.content div.project-cards.mini .card-stack .card .info p {
  color: oklch(26.24% 0.062 355.1/0.85);
  text-align: center;
}
.content div.project-cards strong {
  color: oklch(100% 0 0);
  font-weight: 500;
}
.content div.project-cards em {
  font-style: italic;
}
.content div.project-cards h1,
.content div.project-cards h2,
.content div.project-cards h3 {
  color: oklch(100% 0 0);
}
.content div.project-cards p,
.content div.project-cards a,
.content div.project-cards em,
.content div.project-cards ul,
.content div.project-cards li {
  color: oklch(100% 0 0/0.85);
}
.content div.project-cards p {
  line-height: 2em;
}
.content div.project-cards p.accent {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 400;
}
.content div.project-cards a {
  transition: border-bottom 0.15s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  border-bottom: 1px solid oklch(100% 0 0/0.85);
}
.content div.project-cards a:hover {
  border-bottom-width: 4px;
}
.content div.project-cards article {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.content div.project-cards article .card-stack {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.content div.project-cards article .card-stack .card {
  display: flex;
  flex-direction: column;
  gap: 36px;
  background-color: oklch(35.3% 0.0964 355.16);
  padding: 36px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
.content div.project-cards article .card-stack .card .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: none;
}
.content div.project-cards article .card-stack .card .title h1 {
  font-size: 3em;
}
.content div.project-cards article .card-stack .card .title h1 span {
  color: oklch(77.75% 0.111 359.68);
  display: inline-block;
  letter-spacing: -0.05em;
}
.content div.project-cards article .card-stack .card .title h1.small {
  font-size: 1.25em;
  margin-top: 6px;
  letter-spacing: 0;
}
.content div.project-cards article .card-stack .card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content div.project-cards article .card-stack .card .icon .frame {
  transition: transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  width: 50vw;
  height: 50vw;
  max-width: 360px;
  max-height: 360px;
  border-radius: 1000px;
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
  display: flex;
  align-items: center;
  justify-content: center;
}
.content div.project-cards article .card-stack .card .icon .frame .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 1000px;
  width: calc(50vw - 24px);
  height: calc(50vw - 24px);
  max-height: 336px;
  max-width: 336px;
}
.content div.project-cards article .card-stack .card .icon .frame .inner img {
  width: 75%;
}
.content div.project-cards article .card-stack .card .info {
  display: flex;
  flex-direction: column;
  text-align: right;
  text-transform: lowercase;
}
.content div.about {
  padding: 72px 24px;
  min-height: 100vh;
  background-color: oklch(26.24% 0.062 355.1);
}
.content div.about.mini {
  min-height: 50vh;
}
.content div.about strong {
  color: oklch(100% 0 0);
  font-weight: 500;
}
.content div.about em {
  font-style: italic;
}
.content div.about h1,
.content div.about h2,
.content div.about h3 {
  color: oklch(100% 0 0);
}
.content div.about p,
.content div.about a,
.content div.about em,
.content div.about ul,
.content div.about li {
  color: oklch(100% 0 0/0.85);
}
.content div.about p {
  line-height: 2em;
}
.content div.about p.accent {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 400;
}
.content div.about a {
  transition: border-bottom 0.15s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  border-bottom: 1px solid oklch(100% 0 0/0.85);
}
.content div.about a:hover {
  border-bottom-width: 4px;
}
.content div.about article {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content div.about article .contact {
  display: flex;
  align-items: end;
  gap: 24px;
  padding: 12px 0;
}
.content div.about article .contact img {
  margin-bottom: 0.5em;
}
.content div.about article .contact div {
  width: 100%;
}
.content div.about article .contact h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  font-style: normal;
  font-size: 1.5em;
  color: oklch(77.75% 0.111 359.68);
}
.content div.about article .contact h3 span {
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: oklch(26.24% 0.062 355.1);
}
.content div.about article .contact p {
  margin-left: 0;
}
.content div.about article .subtitle {
  font-weight: 400;
  color: oklch(77.75% 0.111 359.68);
}
.content div.about article .cards {
  display: flex;
  margin-top: 60px;
  gap: 24px;
  flex-direction: column;
}
.content div.about article .cards .card {
  width: 100%;
  border-radius: 12px;
  background-color: oklch(35.3% 0.0964 355.16);
  padding: 36px;
  text-align: center;
}
.content div.about article .cards .card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content div.about article .cards .card ul li {
  font-size: 1.25em;
}
.content div.about article .cards .card h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  font-style: normal;
  font-size: 1.5em;
  margin-bottom: 12px;
}
.content div.about article .cards .card h3 span {
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content div.project {
  padding: 36px 24px;
  min-height: 100vh;
  background-color: oklch(26.24% 0.062 355.1);
}
.content div.project h1,
.content div.project h2,
.content div.project h3 {
  color: oklch(100% 0 0);
}
.content div.project p,
.content div.project a {
  color: oklch(100% 0 0/0.85);
}
.content div.project p.accent {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 400;
}
.content div.project a {
  transition: border-bottom 0.15s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  border-bottom: 1px solid oklch(100% 0 0/0.85);
}
.content div.project a:hover {
  border-bottom-width: 4px;
}
.content div.project article {
  display: flex;
  flex-direction: column;
}
.content div.project article .project-header {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 36px 0;
}
.content div.project article .project-header img {
  display: none;
}
.content div.project article .project-header .title-wrapper .title h1 {
  font-size: 3.5em;
}
.content div.project article .project-header .title-wrapper .title h1 span {
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 20px;
  display: inline-block;
}
.content div.project article .project-header .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.content div.project article .project-header .info-wrapper .subtitle {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 18px;
}
.content div.project article .project-header .info-wrapper .subtitle h2 {
  font-style: normal;
}
.content div.project article .project-header .info-wrapper .subtitle h2 span {
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content div.project article .project-header .info-wrapper .subtitle p {
  font-size: 1.375em;
  line-height: 2em;
}
.content div.project article .project-header .info-wrapper .info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.content div.project article .project-header .info-wrapper .info .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content div.project article .project-header .info-wrapper .info .item h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  font-style: normal;
  font-size: 1.5em;
  color: oklch(77.75% 0.111 359.68);
}
.content div.project article .project-header .info-wrapper .info .item p {
  font-size: 1.375em;
  line-height: 1.375em;
}
.content div.project article .project-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
}
.content div.project article .project-text h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  font-style: normal;
  font-size: 1.375em;
  color: oklch(77.75% 0.111 359.68);
}
.content div.project article .project-text p {
  font-size: 1.25em;
  line-height: 2;
}
.content div.project article .project-text p.note {
  font-size: 1.125em;
}
.content div.project article .project-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
}
.content div.project article .project-images img {
  border-radius: 12px;
}
.content .project-card {
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  transform: scale(1);
}
.content .project-card:hover {
  transform: scale(1.01);
}
.content .project-card:hover .frame {
  transform: scale(1.05);
}
.content .project-card .project-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .project-card .project-header {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.content .project-card .project-header .title h1 {
  font-size: 3em;
  color: oklch(77.75% 0.111 359.68);
}
.content .project-card .project-header .title p {
  font-family: "Josefin Slab", monospace;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 1.5em;
}
.content .project-card .project-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .project-card .project-icon .frame {
  transition: transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
  width: 50vw;
  height: 50vw;
  max-width: 360px;
  max-height: 360px;
  border-radius: 1000px;
  background: linear-gradient(90deg, oklch(77.79% 0.11 232.08), oklch(77.62% 0.11 290.04), oklch(77.75% 0.111 359.68));
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .project-card .project-icon .frame .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 1000px;
  width: calc(50vw - 24px);
  height: calc(50vw - 24px);
  max-height: 336px;
  max-width: 336px;
}
.content .project-card .project-icon .frame .inner img {
  width: 75%;
}
.content .project-card .project-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
  text-transform: lowercase;
}
.content .button-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 24px;
}
.content .button-wrapper .button {
  padding: 12px;
  padding-top: 16px;
  border-radius: 12px;
  background: oklch(77.62% 0.11 290.04);
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
}
.content .button-wrapper .button:hover {
  transform: scale(1.1);
}
.content .button-wrapper .button span {
  font-family: "Josefin Slab", monospace;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.25em;
  color: white;
}
.content footer {
  padding: 48px 24px;
  min-height: 33vh;
  background-color: oklch(26.24% 0.062 355.1);
  color: oklch(100% 0 0);
}
.content footer div .links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.content footer div .links li {
  font-family: "Josefin Slab", monospace;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
}
.content footer div .links li a {
  color: oklch(100% 0 0);
}
.content footer div .icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  .content {
    font-size: 0.95rem;
  }
  .content header.main {
    margin: 0 auto;
    max-width: 588px;
  }
  .content header.main .subtitle {
    padding-left: 50%;
  }
  .content header.mini {
    justify-content: start;
  }
  .content section {
    width: 70%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content div.project article .project-header {
    flex-direction: column;
    justify-content: space-between;
    gap: 108px;
  }
  .content div.project article .project-header .title-wrapper {
    justify-content: space-between;
    width: 100%;
    gap: 108px;
  }
  .content div.project article .project-header .title-wrapper .title h1 {
    font-size: 5em;
  }
  .content div.project article .project-header .info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-content: end;
  }
  .content div.project article .project-header .info-wrapper .subtitle {
    max-width: 691px;
  }
  .content div.project article .project-header .info-wrapper .info {
    text-align: right;
    white-space: nowrap;
    justify-content: end;
  }
  .content div.project-cards {
    width: 100%;
  }
  .content div.project-cards article .card-stack {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }
  .content div.project-cards article .card-stack .card {
    width: calc(50% - 18px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 36px;
    transition: transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
    transform: scale(1);
  }
  .content div.project-cards article .card-stack .card:hover {
    transform: scale(1.01);
  }
  .content div.project-cards article .card-stack .card:hover .icon {
    transform: scale(1.05);
  }
  .content div.project-cards article .card-stack .card .title {
    height: 25%;
  }
  .content div.project-cards article .card-stack .card .icon {
    transition: transform 0.3s cubic-bezier(0.38, 0.01, 0.56, 1.2);
    transform: scale(1);
  }
  .content div.project-cards article .card-stack .card .icon .frame {
    max-width: 180px;
    max-height: 180px;
  }
  .content div.project-cards article .card-stack .card .icon .frame .inner {
    max-height: 156px;
    max-width: 156px;
  }
  .content div.about article .contact {
    margin-left: 102px;
  }
  .content div.about article p {
    width: 57.5%;
    max-width: 588px;
    margin-left: 102px;
  }
  .content div.about article p.subtitle {
    font-size: 1.5em;
  }
  .content div.about article .cards {
    flex-direction: row;
  }
  .content .project-card .project-header {
    width: 50%;
  }
  .content .project-card .project-header .title h1 {
    font-size: 3.5em;
  }
  .content footer div {
    width: 70%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content footer div .links {
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }
  .content footer div .icons {
    justify-content: center;
    gap: 48px;
    margin-top: 56px;
  }
}
@media only screen and (min-width: 1050px) {
  .content {
    font-size: 1rem;
  }
  .content header.mini {
    width: 997px;
    margin: 0 auto;
  }
  .content section {
    width: 997px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .content div.about article {
    width: 997px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .content div.about article p {
    margin-left: 102px;
  }
  .content div.about article p.subtitle {
    font-size: 1.75em;
  }
  .content div.project article {
    width: 997px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .content div.project article .project-header {
    margin-bottom: 96px;
    position: relative;
    z-index: 20;
    gap: 132px;
  }
  .content div.project article .project-header img {
    display: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: -10;
    opacity: 0.05;
  }
  .content div.project article .project-header .title-wrapper {
    gap: 20vh;
  }
  .content div.project article .project-header .title-wrapper .title h1 {
    font-size: 8em;
    padding-right: 10px;
  }
  .content div.project article .project-text {
    width: 50%;
    padding-left: 102px;
  }
  .content div.project-cards article {
    width: 997px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .content div.project-cards article .card-stack .card .title h1 {
    font-size: 4em;
  }
  .content div.project-cards article .card-stack .card .icon .frame {
    max-width: 210px;
    max-height: 210px;
  }
  .content div.project-cards article .card-stack .card .icon .frame .inner {
    max-height: 186px;
    max-width: 186px;
  }
  .content .project-card {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .content .project-card .project-header {
    order: 2;
    width: 100%;
  }
  .content .project-card .project-header .title h1 {
    font-size: 4em;
  }
  .content .project-card .project-icon {
    order: 1;
  }
  .content .project-card .project-icon .frame {
    max-width: 180px;
    max-height: 180px;
  }
  .content .project-card .project-icon .frame .inner {
    max-height: 156px;
    max-width: 156px;
  }
  .content .project-card .project-details {
    order: 3;
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .content section {
    width: 1300px;
  }
  .content header.mini {
    width: 1300px;
    padding: 0;
    margin: 0 auto;
  }
  .content div.about article {
    width: 1300px;
  }
  .content div.project article {
    width: 1300px;
  }
  .content div.project-cards article {
    width: 1300px;
  }
  .content div.project-cards article .card-stack .card .icon .frame {
    max-width: 240px;
    max-height: 240px;
  }
  .content div.project-cards article .card-stack .card .icon .frame .inner {
    max-height: 216px;
    max-width: 216px;
  }
  .content .project-card {
    gap: 48px;
  }
  .content .project-card .project-header .title h1 {
    font-size: 4.5em;
  }
  .content .project-card .project-icon {
    order: 1;
  }
  .content .project-card .project-icon .frame {
    max-width: 210px;
    max-height: 210px;
  }
  .content .project-card .project-icon .frame .inner {
    max-height: 186px;
    max-width: 186px;
  }
}

/*# sourceMappingURL=style.css.map */
