.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.site-header,
.header {
  border: 0;
  box-shadow: 0 12px 40px rgba(16, 40, 74, 0.06);
}

.nav > a:first-child {
  display: inline-flex;
  align-items: center;
}

.nav img {
  width: auto;
  height: 58px;
}

.button,
.filter {
  border: 0;
}

.button {
  background: #f0edff;
}

.hero-visual {
  overflow: hidden;
  min-height: 390px;
  margin: 0;
  border-radius: 22px;
  background: #fff;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: 50% 48%;
}

.choice-grid {
  gap: 24px;
}

.choice {
  min-height: 310px;
  padding: 38px;
  border: 0;
  border-radius: 22px;
  background: #f3f0ff;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.choice[data-mode="virtual"] {
  background: var(--navy);
  color: #fff;
}

.choice:hover,
.choice:focus-visible,
.choice.is-active {
  transform: translateY(-4px);
  border: 0;
  outline: 0;
  box-shadow: 0 24px 60px rgba(16, 40, 74, 0.14);
}

.choice-icon {
  display: inline-flex;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  font-size: 42px;
  font-variation-settings: "FILL" 0, "wght" 350;
}

.choice[data-mode="virtual"] .choice-icon {
  color: #bdb1ff;
}

.choice h3 {
  margin-top: 52px;
}

.choice[data-mode="virtual"] p {
  color: rgba(255, 255, 255, 0.68);
}

.status {
  top: 36px;
  right: 38px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #13734a;
  letter-spacing: 0.1em;
}

.status.upcoming {
  background: transparent;
  color: #bdb1ff;
}

.selector {
  border: 0;
}

.filter {
  padding: 12px 17px;
  background: #f0f2f7;
}

.filter.is-active {
  box-shadow: 0 10px 24px rgba(65, 15, 248, 0.18);
}

.experiment {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(16, 40, 74, 0.09);
}

.coming {
  opacity: 1;
  background: #f7f8fb;
  box-shadow: none;
}

.coming figure {
  color: #bdb1ff;
  font-size: 58px;
}

.coming figure .material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 300;
}

.meta span {
  border-radius: 6px;
}

.future-note {
  padding: 34px;
  border-radius: 20px;
  background: #f3f0ff;
  color: var(--navy);
}

.future-note p {
  color: var(--muted);
}

.footer img {
  width: auto;
  height: 58px;
}

@media (max-width: 620px) {
  .nav img {
    width: auto;
    height: 48px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 300px;
  }

  .choice {
    padding: 30px;
  }

  .status {
    top: 30px;
    right: 30px;
  }

  .footer img {
    height: 52px;
  }
}
