@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8e8e8e;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #f8f8f8;
  margin: 0;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  zoom: 1;
}

.content {
  margin: 0 auto;
  max-width: 820px;
  padding: 25dvh 1rem;
}
.content p {
  font-size: clamp(2rem, 5vw, 40px);
}

.action-item {
  position: relative;
}

.team .draggable-container {
  border-radius: 50%;
  position: absolute;
  width: 4rem;
}
.team .team-member {
  position: relative;
  width: 4rem;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: opacity 0.35s ease-out, visibility 0.35s ease-out, transform 0.35s ease-out;
}
.team .draggable-container:nth-of-type(1) .team-member {
  transition-delay: 0.02s;
}
.team .draggable-container:nth-of-type(2) .team-member {
  transition-delay: 0.04s;
}
.team .draggable-container:nth-of-type(3) .team-member {
  transition-delay: 0.06s;
}
.team .draggable-container:nth-of-type(4) .team-member {
  transition-delay: 0.08s;
}
.team .draggable-container:nth-of-type(5) .team-member {
  transition-delay: 0.1s;
}
.team .draggable-container:nth-of-type(6) .team-member {
  transition-delay: 0.12s;
}
.team .draggable-container:nth-of-type(7) .team-member {
  transition-delay: 0.14s;
}
.team .draggable-container:nth-of-type(8) .team-member {
  transition-delay: 0.16s;
}
.team .draggable-container:nth-of-type(9) .team-member {
  transition-delay: 0.18s;
}
.team .draggable-container:nth-of-type(10) .team-member {
  transition-delay: 0.2s;
}
.team .draggable-container:nth-of-type(11) .team-member {
  transition-delay: 0.22s;
}
.team .draggable-container:nth-of-type(12) .team-member {
  transition-delay: 0.24s;
}
.team .draggable-container:nth-of-type(13) .team-member {
  transition-delay: 0.26s;
}
.team .draggable-container:nth-of-type(14) .team-member {
  transition-delay: 0.28s;
}
.team .draggable-container:nth-of-type(15) .team-member {
  transition-delay: 0.3s;
}
.team .draggable-container:nth-of-type(16) .team-member {
  transition-delay: 0.32s;
}
.team .draggable-container:nth-of-type(17) .team-member {
  transition-delay: 0.34s;
}
.team .draggable-container:nth-of-type(18) .team-member {
  transition-delay: 0.36s;
}
.team .draggable-container:nth-of-type(19) .team-member {
  transition-delay: 0.38s;
}
.team .draggable-container:nth-of-type(20) .team-member {
  transition-delay: 0.4s;
}
.team .draggable-container:nth-of-type(21) .team-member {
  transition-delay: 0.42s;
}
.team .draggable-container:nth-of-type(22) .team-member {
  transition-delay: 0.44s;
}
.team .draggable-container:nth-of-type(23) .team-member {
  transition-delay: 0.46s;
}
.team .draggable-container:nth-of-type(24) .team-member {
  transition-delay: 0.48s;
}
.team .draggable-container:nth-of-type(25) .team-member {
  transition-delay: 0.5s;
}
.team .draggable-container:nth-of-type(26) .team-member {
  transition-delay: 0.52s;
}
.team .draggable-container:nth-of-type(27) .team-member {
  transition-delay: 0.54s;
}
.team .draggable-container:nth-of-type(28) .team-member {
  transition-delay: 0.56s;
}
.team .draggable-container:nth-of-type(29) .team-member {
  transition-delay: 0.58s;
}
.team .draggable-container:nth-of-type(30) .team-member {
  transition-delay: 0.6s;
}
.team.visible .team-member {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate3d(0, 0, 0) !important;
}

.word {
  transition: color 0.35s ease-out;
}

.word-main svg {
  width: 0;
  vertical-align: middle;
  transition: width 0.35s ease-out, padding 0.35s ease-out;
  transform-origin: bottom left;
}
.word-main .word {
  color: #0a0a0a !important;
}
.word-main span {
  padding: 0;
  margin-left: -8px;
}
.word-main span::after, .word-main span::before {
  display: none;
}
.word-main:hover svg {
  width: 2rem;
  padding: 0 8px 4px 0;
}

span,
a {
  color: inherit;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: clamp(1.5rem, 4vw, 32px);
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
span:before, span:after,
a:before,
a:after {
  background-color: #cccccc;
  content: "";
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
span:after,
a:after {
  background-color: #0a0a0a;
  transition: width 0.35s ease-out;
  width: 0%;
}
span:hover:after,
a:hover:after {
  width: 100%;
}
span:hover .word,
a:hover .word {
  color: #0a0a0a !important;
}

main {
  animation: intro 0.5s 0.25s ease-in-out forwards;
  opacity: 0;
  transform: translate3d(0, -4rem, 0);
  position: relative;
}
@keyframes intro {
  from {
    opacity: 0;
    transform: translate3d(0, -4rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.gradient {
  pointer-events: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 16dvh;
}
.gradient.top {
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.gradient.blur-top {
  top: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(0deg, transparent, #f8f8f8 100%);
  mask-image: linear-gradient(0deg, transparent, #f8f8f8 100%);
}
.gradient.bottom {
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.gradient.blur-bottom {
  bottom: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(180deg, transparent, #f8f8f8 100%);
  mask-image: linear-gradient(180deg, transparent, #f8f8f8 100%);
}

.etereo-birth {
  position: relative;
  width: 226px;
}
@media all and (min-width: 640px) and (max-width: 800px) {
  .etereo-birth {
    width: 28vw;
  }
}
@media all and (max-width: 640px) {
  .etereo-birth {
    width: 172px;
  }
}
.etereo-birth .date {
  transition: max-width 0.35s ease-out;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  pointer-events: all;
  position: absolute !important;
  left: 0;
  bottom: 0;
  max-width: 0;
}
.etereo-birth #days-since {
  transition: max-width 0.25s 0.25s ease-out;
  overflow: hidden;
  white-space: nowrap;
  max-width: 240px;
  vertical-align: top;
}
.etereo-birth:hover #days-since {
  transition: max-width 0.25s ease-out;
  max-width: 0;
}
.etereo-birth:hover .date {
  transition: max-width 0.25s 0.25s ease-out;
  max-width: 240px;
}

footer {
  font-family: "Inter", sans-serif;
  position: relative;
  margin: 0 auto;
  max-width: 820px;
  padding: 0 1rem 12dvh 1rem;
}
footer p {
  font-size: clamp(1rem, 3vw, 16px);
}
footer small {
  font-size: clamp(0.6rem, 2vw, 11px);
}

#day-of-week {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  cursor: default;
}
#day-of-week:before, #day-of-week:after {
  display: none;
}

.hidden-section {
  cursor: url("/assets/close-cursor.svg") 25 25, auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
}
.hidden-section.visible {
  visibility: visible;
}

.testimonial-wrapper {
  position: absolute;
}
.testimonial-wrapper:active {
  z-index: 1;
}
.testimonial-wrapper:nth-of-type(1) {
  top: 12%;
  left: 20%;
}
.testimonial-wrapper:nth-of-type(2) {
  top: 20%;
  left: 50%;
}
.testimonial-wrapper:nth-of-type(3) {
  top: 40%;
  left: 16%;
}
.testimonial-wrapper:nth-of-type(4) {
  top: 45%;
  left: 50%;
}
.testimonial-wrapper:nth-of-type(5) {
  top: 70%;
  left: 32%;
}
.testimonial-wrapper:nth-of-type(1) .testimonial-unit {
  transition-delay: 0.05s;
}
.testimonial-wrapper:nth-of-type(2) .testimonial-unit {
  transition-delay: 0.1s;
}
.testimonial-wrapper:nth-of-type(3) .testimonial-unit {
  transition-delay: 0.15s;
}
.testimonial-wrapper:nth-of-type(4) .testimonial-unit {
  transition-delay: 0.2s;
}
.testimonial-wrapper:nth-of-type(5) .testimonial-unit {
  transition-delay: 0.25s;
}

.testimonial-unit {
  background-color: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0 25px 80px -12px rgba(0, 0, 0, 0.1);
  max-width: 440px;
  padding: 1.5rem;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: opacity 0.35s ease-out, visibility 0.35s ease-out, transform 0.35s ease-out;
}
.testimonial-unit p {
  margin: 0;
}
.testimonial-unit .author {
  align-items: center;
  display: flex;
  margin-top: 16px;
}
.testimonial-unit .author strong,
.testimonial-unit .author p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
}
.testimonial-unit img {
  border-radius: 50%;
  margin-right: 8px;
  width: 3rem;
}
.testimonial-unit small {
  font-family: "Inter", sans-serif;
}

.testimonials.visible .testimonial-wrapper:nth-of-type(1) .testimonial-unit {
  transform: rotate(-8deg);
}
.testimonials.visible .testimonial-wrapper:nth-of-type(2) .testimonial-unit {
  transform: rotate(4deg);
}
.testimonials.visible .testimonial-wrapper:nth-of-type(3) .testimonial-unit {
  transform: rotate(2deg);
}
.testimonials.visible .testimonial-wrapper:nth-of-type(4) .testimonial-unit {
  transform: rotate(-6deg);
}
.testimonials.visible .testimonial-wrapper:nth-of-type(5) .testimonial-unit {
  transform: rotate(-2deg);
}
.testimonials.visible .testimonial-unit {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.companies-opener {
  position: relative;
  background-color: #f8f8f8;
}
.companies-opener img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0) scale(0.75);
  bottom: 0;
  max-width: 120px;
  max-height: 32px;
  mix-blend-mode: difference;
  z-index: 2;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.companies-opener span {
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.companies-opener:hover::after, .companies-opener:hover::before {
  opacity: 0;
}
.companies-opener:hover span {
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.companies-opener:hover img {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}

#member-info {
  visibility: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  opacity: 0;
  display: block;
  position: absolute;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0 25px 80px -12px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  z-index: 1000;
  transition: opacity 0.35s ease-out, visibility 0.35s ease-out, top 0.35s ease-out, left 0.35s ease-out;
}

.emoji {
  animation: emoji 5s ease-in-out forwards infinite;
  transform-origin: bottom center;
  cursor: default;
  width: 36px;
  height: 36px;
  background-image: url("/assets/emoji.png");
  background-position: top center;
  background-size: cover;
  position: relative;
  bottom: -3px;
}
@media all and (min-width: 640px) and (max-width: 800px) {
  .emoji {
    height: 4vw;
    width: 4vw;
  }
}
@media all and (max-width: 640px) {
  .emoji {
    width: 28px;
    height: 28px;
  }
}
.emoji:after, .emoji:before {
  display: none;
}
@keyframes emoji {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(16deg);
  }
  10% {
    transform: rotate(-16deg);
  }
  15% {
    transform: rotate(0deg);
  }
}

.word-main,
.word-main span {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>✌️</text></svg>") 16 0, auto;
}

.opener-team {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>❤️</text></svg>") 16 0, auto;
}

.etereo-birth,
.etereo-birth span {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🐣</text></svg>") 16 0, auto;
}

.companies-opener {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🤝</text></svg>") 16 0, auto;
}

.nice-things {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>💌</text></svg>") 16 0, auto;
}/*# sourceMappingURL=style.css.map */