@font-face {
  font-family: "ITC Garamond Std Lt Narrow";
  src: url("ITCGaramondStd-LtNarrowIta.woff2") format("woff2"), url("ITCGaramondStd-LtNarrowIta.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ITC Garamond Std Lt Narrow";
  src: url("ITCGaramondStd-LtNarrow.woff2") format("woff2"), url("ITCGaramondStd-LtNarrow.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  scroll-behavior: smooth;
  scroll-margin-top: 15vh;
  box-sizing: border-box;
}

body {
  background-color: rgb(230, 228, 228);
  background-size: cover;
  background-repeat: no-repeat;
  color: #29312b;
  min-height: 100vh;
  font-family: "ITC Garamond Std Lt Narrow", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 15vh;
}

p, h2, h3 {
  display: block;
  max-width: 580px;
  width: 90vw;
  margin: 0 auto;
  left: 0;
  padding: 0;
}

h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
}

p {
  font-size: 1.15rem;
  line-height: 130%;
}

a {
  color: inherit;
  text-decoration: none;
}

#overlay {
  position: fixed;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: radial-gradient(circle, transparent 60%, transparent 86%, var(--link-1) 88%, var(--link-2) 89%, var(--link-3) 90%, var(--link-4) 91%, var(--link-5) 92%, var(--link-6) 93%, var(--link-7) 94%, var(--link-8) 95%, var(--link-9) 96%, var(--link-10) 97%, rgb(255, 255, 255) 100%);
  z-index: 999;
  filter: blur(13px);
}

.decorative-noise {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10000;
  background-image: url("/a/txt/noise.gif");
  background-size: 1%;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.05;
  mix-blend-mode: overlay;
}

.decorative-butterfly {
  position: absolute;
  mix-blend-mode: darken;
  z-index: 100;
  top: 300px;
  left: 0;
  width: 120vw;
  height: 100vh;
  opacity: 0.2;
  object-fit: cover;
  pointer-events: none;
  z-index: 5;
}

.decorative-flower {
  position: fixed;
  mix-blend-mode: darken;
  filter: grayscale(1.5) brightness(1.03);
  z-index: 100;
  bottom: 0px;
  height: 120vh;
  left: 20%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

.decorative-flower-2 {
  position: absolute;
  mix-blend-mode: darken;
  filter: brightness(1.3);
  opacity: 0.2;
  left: -100px;
  top: 0;
  object-fit: cover;
  pointer-events: none;
  z-index: -5;
}

#navigate {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 1rem;
  z-index: 99;
  display: flex;
  justify-content: center;
}
#navigate a {
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px #d3d3d3;
  border-radius: 32px;
  text-align: center;
  font-size: 1.2rem;
  width: 80px;
  height: 40px;
  line-height: 40px;
  margin: 1rem;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
#navigate a:hover {
  opacity: 1;
}

:root {
  --wip: #aeb9b0;
  --link-1: #D76A4D;
  --link-2: #EAB0C8;
  --link-3: #F9DD8A;
  --link-4: #C9D863;
  --link-5: #56B69A;
  --link-6: #A5BDE1;
  --link-7: #326fc9;
  --link-8: #dfa1d3;
  --link-9: #a69490;
  --link-10: #938787;
}

#whenwelove {
  height: 120vh;
}
#whenwelove .link-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22vw;
  line-height: 80%;
  font-style: italic;
  opacity: 0.05;
  filter: blur(4px);
  z-index: -10;
  width: 100%;
  text-align: center;
  display: none;
}
#whenwelove .links {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #whenwelove .links {
    width: 140vw;
  }
}
#whenwelove .links details summary {
  text-align: center;
  list-style: none;
}
#whenwelove .links details summary::-webkit-details-marker {
  display: none;
}
#whenwelove .links details summary::marker {
  display: none;
  content: "";
}
#whenwelove .links details {
  position: absolute;
  width: 260px;
  min-width: 25%;
  mix-blend-mode: darken;
  cursor: pointer;
  user-select: none;
}
#whenwelove .links details p {
  display: inline-block;
  max-width: 100%;
  font-size: 1em;
  line-height: 120%;
  margin: 1.5rem 0 0.5rem;
}
#whenwelove .links details p::before {
  content: "( ";
}
#whenwelove .links details p::after {
  content: " )";
}
#whenwelove .links details img {
  width: 140px;
  max-width: 80%;
  padding: 0.5rem;
}
#whenwelove .links details a {
  padding: 0.15rem;
  font-size: 0.8rem;
  font-style: italic;
  background: var(--link-color);
  box-shadow: 0 0 16px var(--link-color), 0 0 16px var(--link-color), 0 0 8px var(--link-color);
}
#whenwelove .links details[open] {
  backdrop-filter: blur(3px);
  z-index: 20;
  transition: filter 0.2s, z-index 0s;
}
#whenwelove .links summary {
  padding: 0.5rem 1rem;
  font-size: 1.25em;
  width: fit-content;
  border-radius: 100px;
  background: var(--link-color);
  box-shadow: 0 0 30px var(--link-color), 0 0 30px var(--link-color), 0 0 30px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color);
  transition: all 0.3s ease-in-out;
}
#whenwelove .links summary:hover {
  box-shadow: 0 0 60px var(--link-color), 0 0 50px var(--link-color), 0 0 50px var(--link-color), 0 0 50px var(--link-color), 0 0 30px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color);
}
#whenwelove .links details[status=wip] {
  --link-color: var(--wip);
}
#whenwelove .links details:nth-of-type(1) {
  top: 32%;
  left: 15%;
}
#whenwelove .links details:nth-of-type(2) {
  top: 10%;
  left: 18%;
}
#whenwelove .links details:nth-of-type(3) {
  top: 23%;
  left: 42%;
}
#whenwelove .links details:nth-of-type(4) {
  top: 73%;
  left: 12%;
}
#whenwelove .links details:nth-of-type(5) {
  top: 63%;
  left: 50%;
}
#whenwelove .links details:nth-of-type(6) {
  top: 53%;
  left: 80%;
}
#whenwelove .links details:nth-of-type(7) {
  top: 13%;
  left: 70%;
}
#whenwelove .links details:nth-of-type(8) {
  top: 43%;
  left: 59%;
}
#whenwelove .links details:nth-of-type(9) {
  top: 73%;
  left: 19%;
}
#whenwelove .links details[status=wip] {
  top: 47%;
  left: 23%;
}

#work {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem auto;
  max-width: 80%;
}
#work .work {
  padding: 0.5rem;
  max-width: 360px;
  background-color: var(--link-color);
  opacity: 0.7;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 30px var(--link-color), 0 0 30px var(--link-color), 0 0 30px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color), 0 0 20px var(--link-color);
  transition: all 0.5s ease-in-out;
  color: #29312b;
  margin: 2rem 2rem;
}
#work .work a {
  color: inherit;
}
#work .work .title {
  font-size: 1.5rem;
}
#work .work .date, #work .work .type {
  display: block;
  font-style: italic;
}
#work .work p {
  max-width: 80%;
  margin: 0.5rem 0;
}
#work .work:hover {
  opacity: 0.9;
}

.style-works details:nth-of-type(1), .style-works div:nth-of-type(1) {
  --link-color: var(--link-1);
}
.style-works details:nth-of-type(2), .style-works div:nth-of-type(2) {
  --link-color: var(--link-2);
}
.style-works details:nth-of-type(3), .style-works div:nth-of-type(3) {
  --link-color: var(--link-3);
}
.style-works details:nth-of-type(4), .style-works div:nth-of-type(4) {
  --link-color: var(--link-4);
}
.style-works details:nth-of-type(5), .style-works div:nth-of-type(5) {
  --link-color: var(--link-5);
}
.style-works details:nth-of-type(6), .style-works div:nth-of-type(6) {
  --link-color: var(--link-6);
}
.style-works details:nth-of-type(7), .style-works div:nth-of-type(7) {
  --link-color: var(--link-7);
}
.style-works details:nth-of-type(8), .style-works div:nth-of-type(8) {
  --link-color: var(--link-8);
}
.style-works details:nth-of-type(9), .style-works div:nth-of-type(9) {
  --link-color: var(--link-9);
}
.style-works details:nth-of-type(10), .style-works div:nth-of-type(10) {
  --link-color: var(--link-10);
}

#title {
  margin-top: 10vh;
  text-align: center;
}
#title h1 {
  font-family: "ITC Garamond Std Lt Narrow", serif;
  font-weight: normal;
  font-size: 5.8rem;
  line-height: 90%;
  letter-spacing: -3px;
  margin: 0;
}
#title p:first-of-type {
  margin-top: -0.5rem;
  max-width: 400px;
}

.info {
  text-align: center;
  padding-bottom: 4vh;
}
.info span {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.info span[name=love] {
  display: inline-block;
  opacity: 1;
}

main {
  position: relative;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main a {
  color: var(--link-7);
}
main img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
main h2 {
  font-weight: 400;
  font-size: 2rem;
  margin: 0 auto 1rem;
  text-align: center;
  line-height: 90%;
}
main p {
  margin: 0.5rem auto 1rem;
}
main p a {
  font-style: italic;
}
main .contact {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  font-size: 1.5rem;
}

#love {
  position: relative;
  width: 100%;
  z-index: 9999999999;
}

.loveletter {
  position: absolute;
  white-space: pre-line;
  padding: 1em;
  background: rgba(235, 128, 255, 0.71);
  box-shadow: 0 0 15px rgba(235, 128, 255, 0.71);
  -webkit-backdrop-filter: blur(4px);
  transform: rotate(2deg);
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .loveletter {
    max-width: 60vw;
    background: rgba(235, 128, 255, 0.71);
  }
}

#love:hover > .loveletter:not(:hover) {
  filter: blur(2px);
}

.changelog {
  width: 60%;
  margin: 2rem auto;
  font-size: 1.2rem;
}

@keyframes moving {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

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