@charset "UTF-8";
body {
  overflow-x: hidden;
  width: 100vw;
}

nav {
  background: #000;
  position: relative;
  z-index: 999;
}

#section_masthead {
  background: #000;
  display: flex;
  overflow-x: clip;
  padding-block: 0;
}
#section_masthead .inner {
  margin-inline: auto;
  max-width: 1670px;
  width: 100%;
  z-index: 1;
}
#section_masthead .cols {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
#section_masthead .cols .col:nth-child(1) {
  display: flex;
  flex-direction: column;
  flex: 0 0 580px;
  gap: 45px;
  justify-content: center;
  padding-block: 45px;
  position: relative;
  z-index: 2;
}
#section_masthead .cols .col:nth-child(2) {
  align-items: flex-end;
  display: flex;
  flex: 0 1 auto;
}
#section_masthead h1 {
  color: #FFE828;
  line-height: 1.1;
  margin-top: 0;
  font-size: 96px;
  max-width: 11ch;
  margin-bottom: 0;
}
#section_masthead p {
  color: #fff;
  font-size: 16px;
  font-family: var(--sans-serif);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 50ch;
}
#section_masthead svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.95;
  pointer-events: none;
}
#section_masthead video {
  margin: -65px 0 0 -40px;
  max-width: calc(100% + 80px);
  position: relative;
  z-index: 1;
}
#section_masthead img {
  display: block;
  height: auto;
  margin: 0 0 -95px;
  max-width: calc(100% + clamp(100px, 20vw, 480px));
  pointer-events: none;
  transform: translateY(-95px);
}
#section_masthead .btn {
  border: 0;
  border-radius: 5px;
  color: #000;
  font-size: 20px;
  font-family: var(--sans-serif);
  font-weight: 600;
  padding: 20px 70px;
  position: relative;
  transition: color 0.2s linear;
  width: fit-content;
  z-index: 0;
}
#section_masthead .btn::before {
  background: linear-gradient(to top, #FFE828, #FFE828 15%, #FCF70D);
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px 1px #FFE828;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: -1;
}
#section_masthead .btn::after {
  background: #fff;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: -1;
}
@media (pointer: fine) {
  #section_masthead .btn:hover {
    color: #000;
  }
  #section_masthead .btn:hover::before {
    opacity: 0;
  }
  #section_masthead .btn:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1177px) {
  #section_masthead h1 {
    font-size: 62px;
    letter-spacing: -0.05em;
    max-width: 100%;
    text-wrap: pretty;
  }
  #section_masthead p {
    max-width: 100%;
  }
  #section_masthead .cols {
    flex-direction: column;
    gap: 45px;
  }
  #section_masthead .cols .col:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 30px;
    justify-content: flex-start;
    padding-block: 30px 0;
  }
  #section_masthead .cols .col:nth-child(2) {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
  }
  #section_masthead img {
    display: block;
    height: auto;
    margin: 0;
    max-width: calc(100% + clamp(100px, 20vw, 480px));
    transform: translateY(0);
  }
}
@media screen and (max-width: 920px) {
  #section_masthead h1 {
    font-size: 45px;
    letter-spacing: -0.05em;
  }
  #section_masthead video {
    margin: -60px 0 0 -40px;
  }
}
@media screen and (max-width: 490px) {
  #section_masthead h1 {
    font-size: 36px;
  }
}
#section_interactive {
  background: var(--yellow);
  max-width: 100%;
  mix-blend-mode: multiply;
  overflow: hidden;
  padding: 0;
}
#section_interactive canvas {
  mix-blend-mode: multiply;
  opacity: 0.8;
  height: auto !important;
  width: 100vw !important;
}
#section_interactive #label {
  position: fixed;
  background: white;
  border: 1px solid black;
  font-family: Garaje 504 VAR Trial, "Garaje 0504 VAR Trial", "Courier", monospace !important;
  font-size: 12px;
  padding: 4px 8px;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0em;
  display: none;
  visibility: hidden;
}

#section_interactive:hover #label {
  display: block;
}

#section_mission {
  background: var(--yellow);
  padding-top: 0;
}
#section_mission .inner {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 0px;
  display: flex;
  gap: var(--margin);
}
#section_mission .inner h2 {
  margin-top: 0;
}
#section_mission .inner p {
  max-width: 750px;
  margin-top: 0.2em;
  line-height: 1.3;
}
#section_mission .inner > * {
  flex: 1;
  width: 50%;
}
#section_mission svg {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
  display: none;
}
#section_mission svg path {
  fill: var(--yellow);
}
#section_mission h2 {
  font-family: var(--serif);
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1050px) {
  #section_mission .inner {
    display: block;
  }
  #section_mission .inner > * {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  #section_mission .inner > * {
    width: 100%;
  }
  #section_mission h2 {
    font-size: 2rem;
  }
}
#section_video {
  padding: 0;
}
#section_video video {
  width: 100vw;
  height: 56.25vw;
}

#section_interview {
  padding-top: calc(var(--margin) * 1.5);
  padding-bottom: calc(var(--margin) * 1.5);
}
#section_interview .cols {
  display: flex;
  gap: var(--gap);
}
#section_interview .cols > *:first-child {
  flex: 1;
}
#section_interview .cols > *:first-child .inner {
  width: 75%;
}
#section_interview .cols > *:last-child {
  flex: 2;
}
#section_interview .cols p {
  margin-top: 0px;
}
#section_interview .img-container {
  width: 100%; /* Adjust based on the layout */
  height: 0;
  padding-bottom: 56.25%; /* 1080/1920 = 0.5625 or 56.25% */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#section_interview img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' depending on your need */
  position: absolute;
  top: 0;
  left: 0;
}
#section_interview .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  width: 50px;
}
#section_interview .img-container:hover svg path {
  fill: var(--yellow);
}
#section_interview .pullquote {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.15;
}

@media screen and (max-width: 850px) {
  #section_interview .cols {
    flex-direction: column-reverse;
  }
}
#section_logos, #section_backed {
  padding-top: calc(var(--margin) * 1.5);
  padding-bottom: calc(var(--margin) * 1.5);
}
#section_logos h3, #section_backed h3 {
  margin-top: 0;
  font-size: 2rem;
  width: 50%;
}
#section_logos .logos, #section_backed .logos {
  display: flex;
  gap: calc(var(--gap) * 2);
  flex-wrap: wrap;
  margin-top: 50px;
}
#section_logos .logos img, #section_backed .logos img {
  width: 120px;
  height: 60px;
  object-fit: contain;
}
#section_logos .cols, #section_backed .cols {
  display: flex;
  gap: var(--gap);
}
#section_logos .cols > *:first-child, #section_backed .cols > *:first-child {
  width: calc(var(--col-3-width) * 2);
  flex: 4;
}
#section_logos .cols > *:last-child, #section_backed .cols > *:last-child {
  width: calc(var(--col-3-width));
  flex: 3;
}
#section_logos .img-container, #section_backed .img-container {
  width: 100%; /* Adjust based on the layout */
  height: 0;
  padding-bottom: 56.25%; /* 1080/1920 = 0.5625 or 56.25% */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#section_logos .img-container img, #section_backed .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' depending on your need */
  position: absolute;
  top: 0;
  left: 0;
}
#section_logos .img-container .play-btn, #section_backed .img-container .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  width: 50px;
}
#section_logos .img-container:hover, #section_backed .img-container:hover {
  background: var(--yellow);
}
#section_logos .img-container:hover svg path, #section_backed .img-container:hover svg path {
  fill: var(--yellow);
}

@media screen and (max-width: 1050px) {
  #section_logos h3, #section_backed h3 {
    width: 75%;
  }
}
@media screen and (max-width: 850px) {
  #section_logos .logos {
    gap: var(--gap);
  }
  #section_logos .cols {
    flex-direction: column-reverse;
  }
  #section_logos div {
    min-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #section_logos h3, #section_backed h3 {
    width: 100%;
    font-size: 1.5rem;
  }
}
#section_backed .logos img {
  width: 200px;
}

#section_features {
  margin-top: 100px;
}
#section_features h2 {
  max-width: 50%;
  font-family: var(--serif);
  letter-spacing: -0.02em;
}
#section_features .cols {
  display: flex;
  gap: var(--gap);
}
#section_features .cols > * {
  width: var(--col-3-width);
}
#section_features .col {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#section_features .col .container {
  flex-grow: 1;
}
#section_features .image-container {
  background: white;
}
#section_features img {
  width: 100%;
  border: 1px solid var(--grey);
}
#section_features h4 {
  font-size: 2rem;
  max-width: 250px;
}
#section_features p.small {
  font-size: 16px;
}
#section_features .container {
  margin-top: 1em;
}

@media screen and (max-width: 1050px) {
  #section_features h2 {
    max-width: 75%;
  }
}
@media screen and (max-width: 850px) {
  #section_features .cols {
    flex-direction: column;
  }
  #section_features .cols > * {
    width: 100%;
    gap: var(--gap);
    flex-direction: row-reverse;
  }
  #section_features .cols > * > * {
    flex: 1;
    width: 50%;
  }
  #section_features .cols > * .image-container {
    order: 1;
  }
  #section_features .cols > * .container {
    order: 2;
  }
}
@media screen and (max-width: 700px) {
  #section_features h2 {
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
  }
  #section_features .cols {
    flex-direction: column;
  }
  #section_features .cols > * {
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  #section_features .cols > * > * {
    flex: 1;
    width: 100%;
  }
  #section_features .cols > * .image-container {
    order: 1;
  }
  #section_features .cols > * .container {
    order: 2;
    margin-top: 0;
  }
  #section_features .cols > * h4 {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
#section_team {
  padding-bottom: 100px;
  margin-top: 200px;
}
#section_team h3 {
  font-weight: 700;
  display: inline;
  font-size: 1.25rem;
  line-height: 1.28;
  color: #1B1B1B;
  max-width: 600px;
  margin-bottom: 0;
}
#section_team .team {
  display: flex;
  gap: var(--gap);
}
#section_team .intro {
  margin-bottom: 2rem;
  display: flex;
  gap: var(--margin);
}
#section_team .intro h2 {
  margin-top: 0;
}
#section_team .intro p, #section_team .intro h3 {
  max-width: 750px;
  margin-top: 0.2em;
  line-height: 1.3;
}
#section_team .intro > * {
  flex: 1;
  width: 50%;
}
#section_team h2 {
  font-family: var(--serif);
  letter-spacing: -0.02em;
  max-width: 50%;
}
#section_team .team-member {
  width: var(--col-3-width);
  transition: width 320ms;
}
#section_team .team-member .video-info {
  margin-bottom: 1em;
}
#section_team .team-member .accolades {
  display: none;
  gap: 20px;
}
#section_team .team-member .accolades > * {
  width: 100%;
  flex: 1;
  border: 1px solid var(--grey);
  padding: 10px;
  background: #fafaf5;
}
#section_team .team-member .accolades .label {
  font-weight: bold;
  display: block;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#section_team .team-member .accolades .label + p {
  margin-top: 0;
}
#section_team .team-member .image-container {
  width: 100%;
  height: calc(var(--col-3-width) * 0.8);
  position: relative;
  z-index: -1;
  background: black;
  overflow: hidden;
}
#section_team .team-member .image-container img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#section_team .team-member .video-info {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms;
}
#section_team .team-member p, #section_team .team-member h3 {
  transition: font-size 320ms;
}
#section_team .team-member p {
  margin-top: 0;
}
#section_team .team-member svg {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 2;
  transition: opacity 320ms;
}
#section_team .team-member:hover {
  border: 1px solid var(--grey);
}
#section_team .team-member:hover .image-container {
  background: var(--yellow);
}
#section_team .team-member:hover {
  width: calc(var(--col-3-width) * 3);
}
#section_team .team-member:hover .accolades {
  display: flex;
}
#section_team .team-member:hover .video-info {
  max-height: none;
}
#section_team .team-member:hover .image-container {
  background: var(--yellow);
}
#section_team .team-member:hover p, #section_team .team-member:hover li, #section_team .team-member:hover h3 {
  font-size: 15px;
}
#section_team .team-member:hover ul {
  padding: 0 0 0 10%;
  margin-top: 0;
}
#section_team .team-member:hover svg {
  opacity: 1;
}
#section_team .team-member:hover .bottom {
  padding: 20px;
}

@media screen and (max-width: 1050px) {
  #section_team {
    margin-top: 80px;
  }
  #section_team .intro {
    display: block;
  }
  #section_team .intro > * {
    width: 75%;
    max-width: 75%;
  }
  #section_team .team {
    display: block;
  }
  #section_team .team .team-member {
    margin-bottom: var(--margin);
    width: 100%;
    display: flex;
    gap: var(--margin);
  }
  #section_team .team .team-member .accolades {
    display: flex;
  }
  #section_team .team .team-member .video-info {
    height: auto;
    max-height: inherit;
  }
  #section_team .team .team-member .image-container {
    flex: 1;
    height: auto;
  }
  #section_team .team .team-member .bottom {
    flex: 2;
  }
  #section_team .team .team-member p, #section_team .team .team-member li {
    font-size: 15px;
  }
  #section_team .team ul {
    padding: 0 0 0 10%;
    margin-top: 0;
  }
  #section_team h4 {
    font-size: 1.2rem;
  }
  #section_team .team-member:hover {
    width: inherit;
  }
  #section_team .team-member:hover .image-container {
    background: black;
  }
  #section_team .team-member:hover {
    border: inherit;
    z-index: 100;
  }
  #section_team .team-member .bottom {
    border: 1px solid var(--grey);
    padding: calc(var(--margin) / 2);
  }
  #section_team * {
    transition: 0s !important;
  }
  #section_team .team-member:hover .bottom {
    padding: calc(var(--margin) / 2);
  }
}
@media screen and (max-width: 850px) {
  #section_team .team .team-member {
    flex-direction: column;
  }
  #section_team .team .team-member .image-container {
    height: 200px !important;
    flex: inherit;
  }
}
@media screen and (max-width: 700px) {
  #section_team h2 {
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
  }
  #section_team .intro > * {
    width: 100%;
    max-width: 100%;
  }
  #section_team .team-member .accolades {
    flex-direction: column;
    gap: 10px;
  }
  #section_team .team-member .accolades > * {
    width: calc(100% - 20px);
  }
}
#section_research {
  background: black;
  color: white;
  padding-top: 60px;
  padding-bottom: 100px;
}
#section_research .intro {
  margin-bottom: 80px;
}
#section_research .intro h2 {
  font-weight: 600;
  margin: 0;
}
#section_research .papers {
  display: flex;
  gap: var(--gap);
}
#section_research .papers > * {
  width: var(--col-3-width);
}
#section_research .papers h3 {
  color: #1B1B1B;
  font-family: var(--serif);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 116.52%;
  letter-spacing: 0.3px;
  margin: 0;
}
#section_research .papers .paper {
  display: block;
  background: white;
  padding: 20px;
  border-radius: 10px;
  height: 0px;
  padding-bottom: 130%;
  transition: transform 200ms;
}
#section_research .papers .paper > * {
  max-width: 400px;
}
#section_research .papers .authors {
  letter-spacing: -0.01em;
  color: #1B1B1B;
}
#section_research .papers .paper:hover {
  transform: translateY(-20px);
}
#section_research .papers .paper:hover + p {
  color: var(--yellow);
}
@media screen and (max-width: 1050px) {
  #section_research .papers h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 860px) {
  #section_research .papers {
    min-width: 760px;
    padding-right: calc(var(--margin));
    gap: 15px;
  }
  #section_research .papers > * {
    width: calc(760px - var(--gap) * 2 / 3);
  }
  #section_research .papers:before {
    content: "Scroll →";
    color: #888888;
    font-size: 12px;
    position: absolute;
    top: 0px;
  }
  #section_research .papers-container {
    width: calc(100vw - var(--margin) * 2);
    padding: 0 var(--margin);
    transform: translateX(calc(var(--margin) * -1));
    overflow-x: scroll;
    overflow-y: visible;
    padding-top: 30px;
    margin-top: -30px;
  }
}

#news .logo {
  width: 120px;
  height: 60px;
  object-fit: contain;
}
#news h3 {
  font-family: var(--serif);
  font-weight: 300;
  margin: 0.5em 0;
}
#news .press-single {
  display: block;
  padding: 20px;
  margin-bottom: calc(var(--gap) / 2);
  border-radius: 10px;
  transition: transform 200ms;
  border: 1px solid #ECECE0;
}
#news p {
  margin: 0;
}
#news .press-single:hover {
  background: var(--yellow);
  transform: translateX(20px);
  border-color: transparent;
}

#section_cta {
  background: var(--yellow);
  position: relative;
  margin-top: 300px;
  text-align: center;
  height: 90vh;
  display: flex;
  align-items: center;
}
#section_cta > div {
  margin: auto;
}
#section_cta svg {
  width: auto;
  position: absolute;
  height: 400px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: 0px;
}
#section_cta h2 {
  font-size: 5rem;
  font-weight: 600;
}
#section_cta #putty2 {
  bottom: inherit;
  top: 0px;
  height: 100%;
  transform: translateY(-100%);
}
@media screen and (max-width: 700px) {
  #section_cta h2 {
    font-size: 3rem;
  }
}

.banner {
  position: fixed; /* Stay in place */
  z-index: 201; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  opacity: 0; /* Hidden by default */
  visibility: hidden; /* Not visible */
  transition: opacity 0.5s ease, visibility 0.5s ease; /* Smooth transition */
}
.banner .banner-content {
  background-color: #fff;
  margin: 5vh auto; /* Center it */
  padding: 20px;
  border: 1px solid #888;
  max-width: calc(90vw - 22px);
  max-height: calc(90vh - 22px);
  border-radius: 10px;
  position: relative; /* Needed for close button positioning */
  text-align: center;
  transition: transform 0.6s ease; /* Smooth content transition */
  transform: translateY(-20px); /* Start slightly higher */
}
.banner .xBtn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: normal;
  z-index: 202;
  color: black;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 150%;
}
.banner .xBtn span {
  font-size: 20px;
  line-height: 1;
  transform: translateY(2px);
  display: inline-block;
}
.banner {
  /* Banner Image */
}
.banner .banner-image {
  max-width: 80vw;
  max-height: calc(80vh - 41px);
  border-radius: 10px;
}
.banner .banner-link-container {
  min-height: 40px;
}
.banner .banner-link {
  display: inline-block;
}

/* When the banner is visible */
.banner.show {
  opacity: 1; /* Fully visible */
  visibility: visible; /* Show the element */
}

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