@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Neue Haas Unica W1G";
  src: url("NeueHaasUnicaW1G-Regular.woff2") format("woff2"), url("NeueHaasUnicaW1G-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica W1G";
  src: url("NeueHaasUnicaW1G-Heavy.woff2") format("woff2"), url("NeueHaasUnicaW1G-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OE First Book";
  src: url("OEFirstBookRegular.woff2") format("woff2"), url("OEFirstBookRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CommitMono";
  src: url("CommitMono-Regular.woff2") format("woff2"), url("CommitMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CommitMono";
  src: url("CommitMono-Bold.woff2") format("woff2"), url("CommitMono-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-1: #aabb9f;
  --color-2: #ffaa92;
  --color-3: #E5D161;
  --color-4: #D47759;
  --color-5: #E4A5B0;
  --color-5-neon:#E4A5B0;
  --color-6: #c39d7f;
  --color-7: #758ddb;
  --color-8: #78c299;
  --color-9: #46bdc6;
  --color-7-old: #3B5DCB;
  --neon-1: #F74A4D;
  --neon-2: #D3FB1E;
  --neon-3: #5F4B0C;
  --neon-4: #F9AEFF;
  --neon-5: #215287;
  --neon-6: #6D4F10;
  --pastel-1: #D9F9EB;
  --pastel-2: #37529C;
  --pastel-3: #EE87C1;
  --pastel-4: #513635;
  --area-arts: var(--color-5-neon);
  --area-research: var(--neon-2);
  --area-learning: var(--color-4);
  --background: #F2F2F2;
  --primary: #72726c;
}

* {
  box-sizing: border-box;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  background: var(--background);
  color: var(--primary);
  margin: 0;
  padding: 0;
}

strong {
  font-size: 0.85em;
  font-weight: normal;
  font-family: "Neue Haas Unica W1G", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  font-style: italic;
}

a.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

a[button] {
  padding: 1rem;
  border: 1px dotted #d1caca;
  border-radius: 32px;
}
a[button]:hover {
  background: #d1caca;
  color: #4a4a45;
  font-style: normal;
}

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

h2 {
  font-size: 2rem;
}

h4 {
  margin-bottom: 0.5rem;
}

p {
  margin: 0.5rem auto;
}
p.-smaller {
  line-height: 110%;
  font-size: 1.25rem;
}

li {
  font-size: 1.25rem;
}

hr {
  border: 0;
  height: 40px;
}

main {
  padding-bottom: max(15vh, 120px);
}

.projects {
  width: 100%;
}
.projects .project {
  width: 100%;
}
.projects .project p {
  max-width: 320px;
  margin-left: 0;
}

.cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cols .col-3-4 {
  width: 75%;
  padding-right: 2rem;
}
.cols .col-1-4 {
  width: 25%;
}
.cols .col-100 {
  padding-right: 1rem;
}
.cols .col-half {
  flex-grow: 1;
  width: calc(50% - 2rem);
  text-align: left;
}
@media only screen and (min-width: 900px) {
  .cols .col:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 660px) {
  .cols .cols {
    flex-wrap: wrap;
  }
  .cols .col.--title {
    order: 1;
  }
  .cols .col:not(.--title) {
    order: 2;
  }
  .cols .col-100, .cols .col-1-4 {
    width: 100%;
    margin: 0;
    margin-left: 0 !important;
  }
  .cols .col-half {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .cols .col-half:not(:first-child) {
    margin-left: 0;
  }
}

.--hori {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, var(--background), transparent);
  padding-bottom: 40px;
}
#header .wrapper {
  width: 100%;
  padding: 0.25rem;
}
#header .header-links {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header .header-links--areas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 320px;
  max-width: 480px;
  margin: 0 2rem;
}
#header .header-links--areas [area] {
  width: 33%;
  min-width: 60px;
  max-width: 110px;
  text-align: center;
  background-color: var(--background);
  border-radius: 80px;
}
#header .header-links--areas [area=arts] {
  background: var(--area-arts);
  background-color: var(--background);
  box-shadow: inset 0 0 16px var(--area-arts);
}
#header .header-links--areas [area=arts]:hover {
  background: var(--area-arts);
}
#header .header-links--areas [area=research] {
  background: var(--area-research);
  background: transparent;
  box-shadow: inset 0 0 16px var(--area-research);
}
#header .header-links--areas [area=research]:hover {
  background: var(--area-research);
}
#header .header-links--areas [area=learning] {
  background: var(--area-learning);
  background: transparent;
  box-shadow: inset 0 0 16px var(--area-learning);
}
#header .header-links--areas [area=learning]:hover {
  background: var(--area-learning);
}
#header a {
  text-decoration: none;
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  #header .header-links {
    justify-self: center;
  }
  #header .header-links a {
    font-size: 1rem;
    padding: 0.25rem;
  }
  #header .header-links [about], #header .header-links [index] {
    max-width: 64px;
    order: 1;
    width: 45%;
    text-align: center;
  }
  #header .header-links .header-links--areas {
    order: 3;
    width: 100vw;
    max-width: none;
    margin: 0;
    justify-content: space-between;
  }
  #header .header-links .header-links--areas [area] {
    max-width: none;
  }
}
@media only screen and (max-width: 660px) {
  #header {
    height: 140px;
  }
}

#footer {
  min-height: 300px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: max(15vh, 120px);
  margin-bottom: max(5vh, 60px);
}
#footer .wrapper {
  padding: 0.5rem;
  margin: 0;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .wrapper > div {
  margin-right: 1.5rem;
}
#footer .footer-logo {
  width: 120px;
}
#footer .footer-logo img {
  width: 100%;
  object-fit: contain;
}
#footer .footer-content {
  width: 360px;
  font-family: "Neue Haas Unica W1G", sans-serif;
  margin-bottom: 2rem;
}
#footer .footer-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.25rem;
  text-align: left;
}
#footer .col {
  min-width: 90px;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
#footer .col-100 {
  width: 50%;
}

[shadow] {
  box-shadow: 0 0 30px #F2F2F2, 0 0 30px #F2F2F2, 0 0 30px #F2F2F2;
}

[shadow] {
  box-shadow: 0 0 30px #F2F2F2, 0 0 30px #F2F2F2, 0 0 30px #F2F2F2;
}

span.subtitle {
  font-size: 0.8rem;
  line-height: 100%;
  padding: 0.5rem;
}

p {
  font-size: 1.25rem;
  line-height: 120%;
  padding-bottom: 1rem;
}

p.center, span.center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

p.med, span.med {
  font-size: 1.25rem;
  line-height: 100%;
}

p.large, span.large {
  font-size: 1.75rem;
  line-height: 100%;
}

p.xlarge, span.xlarge {
  font-size: 2rem;
  line-height: 100%;
}

p.intro {
  max-width: 600px;
  margin-left: 0;
}

.box.call-to-action {
  box-shadow: inset 0 0 64px var(--area-arts);
  border-radius: 64px 0 64px 0;
  padding: max(2rem, 8vh) 0;
  text-align: center;
}
.box.call-to-action p, .box.call-to-action h2 {
  text-align: center;
  margin: 0 auto;
}
.box.call-to-action h2 {
  font-size: 3rem;
}
.box.call-to-action a[button] {
  background: var(--area-arts);
  color: #fff;
  font-size: 1.25rem;
}
.box.call-to-action a[button]:hover {
  box-shadow: 0 0 32px var(--area-arts);
}

img {
  object-fit: contain;
  max-width: 100%;
}
img.darken {
  mix-blend-mode: darken;
}
img.screen {
  mix-blend-mode: screen;
}
img.rounded {
  border-radius: 5%;
}

h1 {
  font-size: 3rem;
}

main > .box {
  display: flex;
  flex-direction: column;
  justify-content: cente;
  margin: 0 auto;
}

.boxes {
  width: 100%;
}
.boxes .wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.boxes .wrapper[align=left] {
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.boxes .box {
  width: 150px;
  min-height: 150px;
  padding: 0.5rem;
  margin: 0;
}
.boxes[align=center] .box {
  text-align: center;
}
.boxes[size=portrait] .box {
  width: 240px;
  min-height: 320px;
}
.boxes[size=director] .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2rem;
}
.boxes[size=director] a:hover {
  font-style: normal;
}
.boxes[size=director] a:hover .box {
  box-shadow: inset 0 0 32px var(--area-arts);
}
.boxes[size=director] h3 {
  font-size: 1.5rem;
}
.boxes[size=director] .info {
  padding: 0 1.5rem;
  flex-grow: 1;
  width: auto;
  max-width: calc(100% - 280px);
}
.boxes[size=director] .-photo {
  width: 240px;
}
.boxes[size=director] [link] {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .boxes[size=director] .box {
    justify-content: center;
  }
  .boxes[size=director] .info {
    max-width: none;
  }
  .boxes[size=director] .-photo {
    width: 100%;
    order: 2;
  }
}
.boxes[size="smaller square"] .box {
  width: 150px;
  height: 150px;
}
.boxes[size=projects] .box {
  width: 100%;
  max-width: 500px;
  padding: 1.5rem;
  border-radius: 32px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.boxes[size=projects] .box p {
  max-width: 640px;
  margin-left: 0;
}
.boxes[size=projects] h3 {
  font-size: 1.5rem;
}
.boxes[size=ellipse] {
  justify-content: center;
}
.boxes[size=ellipse] .box {
  width: 320px;
  min-height: 140px;
  border-radius: min(20%, 2rem);
  padding: 1.5rem;
}

.project {
  display: flex;
  flex-direction: row;
}
.project .project-img, .project .project-text {
  width: 50%;
}
.project .project-text {
  padding: 1rem;
}
.project .project-img, .project .project-img img {
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}

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