/* HUM / a more tactile digital gallery */
:root {
  --mood: #b8dee3;
}
.hero-v2 {
  background: radial-gradient(ellipse at 78% 35%, #91b8e00c, transparent 55%), #090d12;
}
.hero-v2 h1 em {
  background: linear-gradient(115deg, var(--mint), var(--blue) 65%, var(--yellow));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.motion-hero {
  isolation: isolate;
}
.motion-hero::before {
  content: '';
  position: absolute;
  inset: 8% 2% 12%;
  z-index: -1;
  border: 1px solid #b8dee319;
  border-radius: 50%;
  background: radial-gradient(
    circle at var(--light-x, 50%) var(--light-y, 50%),
    #b8dee30c,
    transparent 65%
  );
  transition: border-color 0.4s;
}
.motion-hero:hover::before {
  border-color: #b8dee34a;
}
.motion-hero figcaption {
  gap: 12px;
  flex-wrap: wrap;
}
.motion-hero figcaption > .mono {
  margin-right: auto;
}
.next-form {
  color: var(--mint);
}
.header nav a {
  position: relative;
}
.header nav a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.header nav a:hover::after,
.header nav a.is-active::after {
  transform: scaleX(1);
}
.button {
  border-radius: 2px;
}
.button span {
  transition: transform 0.3s;
}
.button:hover span {
  transform: translate(4px, -4px);
}
.story {
  position: relative;
  overflow: hidden;
}
.story::before {
  content: '';
  position: absolute;
  width: 480px;
  height: 480px;
  border: 1px solid #12303a10;
  border-radius: 50%;
  right: -210px;
  top: -180px;
  box-shadow:
    0 0 0 55px #12303a04,
    0 0 0 110px #12303a03;
  pointer-events: none;
}
.product-figure,
.interaction-image {
  border-radius: 3px;
}
.product-figure {
  box-shadow: 0 24px 60px #1524310a;
}
.sound-lab {
  border-color: color-mix(in srgb, var(--mood) 35%, transparent);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 100px #0004;
  transition: border-color 0.6s;
}
.lab-stage {
  background: radial-gradient(
    ellipse at var(--light-x, 50%) var(--light-y, 40%),
    color-mix(in srgb, var(--mood) 17%, #030507),
    #030507 75%
  );
  transition: background 0.6s;
}
.lab-stage .stage-header,
.stage-bottom strong {
  color: var(--mood);
  transition: color 0.6s;
}
.video-progress span {
  background: var(--mood);
}
.fragment[aria-pressed='true'] {
  border-color: var(--mood);
  background: color-mix(in srgb, var(--mood) 13%, #05090d);
}
.discovery {
  padding: 24px 0 0;
}
.discovery-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9db2c1;
  gap: 15px;
}
.discovery-heading .mono {
  font-size: 9px;
}
.discovery-heading > span:last-child {
  font-size: 11px;
  color: var(--mood);
}
.discovery-grid {
  display: grid;
  grid-template-columns: repeat(15, minmax(0, 1fr));
  gap: 7px;
  margin-top: 15px;
}
.discovery-grid button {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid #ffffff19;
  background: #ffffff03;
  color: #526272;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
  transition:
    border-color 0.25s,
    transform 0.25s;
}
.discovery-grid button:disabled {
  cursor: default;
}
.discovery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discovery-grid .mono {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 8px;
}
.discovery-grid .is-discovered {
  color: #e7f1f7;
  border-color: #ffffff38;
}
.discovery-grid button[aria-pressed='true'] {
  border-color: var(--mood);
  box-shadow: 0 0 0 1px var(--mood);
}
.discovery-grid button:not(:disabled):hover {
  transform: translateY(-4px);
}
.discovery > p {
  font-size: 10px;
  color: #8295a6;
  margin-top: 12px;
}
.mood-heading {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 22px;
}
.mood-heading .mono {
  font-size: 9px;
  color: #829aaf;
}
.mood-heading h3 {
  font-size: 21px;
  font-weight: 400;
  margin-top: 12px;
  letter-spacing: -0.04em;
}
.mood-heading p {
  font-size: 11px;
  color: var(--mood);
  line-height: 1.8;
}
.palette {
  margin-top: 22px;
  gap: 8px;
}
.mood-swatch {
  position: relative;
  background: var(--swatch);
  border: 1px solid transparent;
  color: #0e1117;
  padding: 22px 18px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 0;
  border-radius: 3px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.mood-swatch > span:first-child {
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
}
.mood-swatch > span:nth-child(2) {
  font-size: 13px;
}
.mood-check {
  position: absolute;
  right: 12px;
  bottom: 17px;
  opacity: 0.35;
}
.mood-swatch[aria-pressed='true'] {
  box-shadow:
    0 0 0 3px #090d12,
    0 0 0 4px var(--swatch);
  transform: translateY(-5px);
}
.mood-swatch[aria-pressed='true'] .mood-check {
  opacity: 1;
}
.mood-swatch:hover {
  transform: translateY(-5px);
}
.person-photo {
  border-radius: 2px;
}
.person-info {
  transition: border-color 0.3s;
}
.person:hover .person-info {
  border-color: #41678c;
}
.closing {
  background: radial-gradient(ellipse at 15% 100%, #91b8e080, transparent 65%), var(--mint);
}
@media (max-width: 760px) {
  .discovery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
  .discovery-grid button {
    aspect-ratio: 1.3;
  }
  .mood-heading {
    display: block;
    margin-top: 38px;
  }
  .mood-heading p {
    margin-top: 13px;
  }
  .mood-heading h3 {
    font-size: 19px;
  }
  .mood-swatch {
    padding: 15px 8px;
    gap: 25px;
  }
  .mood-swatch > span:first-child {
    font-size: 6px;
    letter-spacing: 0;
  }
  .mood-swatch > span:nth-child(2) {
    font-size: 10px;
  }
  .mood-check {
    right: 6px;
    bottom: 5px;
    font-size: 12px;
  }
  .palette {
    gap: 6px;
  }
  .motion-hero figcaption > .mono {
    font-size: 6px;
  }
  .next-form {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mood-swatch:hover,
  .mood-swatch[aria-pressed='true'],
  .discovery-grid button:not(:disabled):hover {
    transform: none;
  }
}
