.lab-page {
  min-height: 100vh;
  background: #ededeb;
  color: #101010;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 42px;
}

.hero-inner,
.section-inner,
.top-nav {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.top-nav {
  position: fixed;
  z-index: 20;
  top: 22px;
  left: 50%;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 8px;
  border: 3px solid #101010;
  border-radius: 8px;
  background: rgba(246, 246, 241, .88);
  color: #101010;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  padding: 0 14px;
  border-right: 2px solid #101010;
  font-size: 14px;
  font-weight: 950;
}

.nav-links {
  display: flex;
  align-items: center;
}

.nav-links a {
  padding: 13px 16px;
  font-size: 10px;
  font-weight: 900;
}

.menu-dot {
  display: grid;
  width: 30px;
  height: 30px;
  margin-left: auto;
  place-items: center;
  border-radius: 4px;
  background: #101010;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.showcase {
  position: relative;
  min-height: 630px;
  display: grid;
  grid-template-columns: .95fr 1.25fr .42fr;
  gap: 26px;
  align-items: center;
  padding: 74px 32px 32px;
  border: 5px solid #101010;
  border-radius: 10px;
  background:
    linear-gradient(90deg, transparent 0 59%, rgba(16, 16, 16, .05) 59% 60%, transparent 60%),
    #f6f6f1;
  overflow: hidden;
}

.showcase::after {
  position: absolute;
  right: 72px;
  top: 34px;
  content: "III";
  color: rgba(16, 16, 16, .045);
  font-size: clamp(7rem, 15vw, 13rem);
  line-height: .72;
  font-weight: 950;
}

.showcase-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.eyebrow,
.band-header p,
.feature-card div,
.showcase-specs strong {
  margin: 0;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 10px;
}

.hero-title {
  max-width: 470px;
  margin: 0;
  font-size: clamp(2.5rem, 6.5vw, 4.95rem);
  line-height: .83;
  font-weight: 950;
}

.hero-text {
  max-width: 390px;
  margin: 16px 0 0;
  color: #363636;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.primary-cta,
.quiet-cta,
.feature-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 0 16px;
  border: 2px solid #101010;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 950;
}

.primary-cta,
.feature-card.active strong {
  background: #101010;
  color: #ffffff;
}

.quiet-cta {
  background: #ffffff;
}

.swatches {
  display: flex;
  gap: 7px;
  margin-top: 22px;
}

.swatches span {
  width: 24px;
  height: 24px;
  border: 2px solid #101010;
  border-radius: 4px;
}

.showcase-visual {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: grid;
  place-items: end center;
  align-self: end;
  isolation: isolate;
  overflow: visible;
}

.showcase-visual::before {
  position: absolute;
  z-index: 1;
  inset: 78px 18px 24px;
  content: "";
  border: 3px solid #101010;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .2)),
    rgba(246, 246, 241, .64);
}

.showcase-visual::after {
  position: absolute;
  z-index: 2;
  right: 4px;
  top: 108px;
  width: 56px;
  height: 78px;
  content: "";
  border: 3px solid #101010;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: #b9a4ff;
}

.giant-type {
  position: absolute;
  z-index: 0;
  left: -24px;
  top: 30px;
  color: rgba(16, 16, 16, .07);
  font-size: clamp(8rem, 22vw, 17rem);
  line-height: .78;
  font-weight: 950;
}

.lilac-disc {
  position: absolute;
  z-index: 2;
  top: 38px;
  width: min(30vw, 280px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b9a4ff;
}

.showcase-visual img {
  position: relative;
  z-index: 3;
  width: min(100%, 520px);
  height: 590px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 18px rgba(16, 16, 16, .18));
  transform: translateY(-18px);
}

.visual-note {
  position: absolute;
  z-index: 4;
  left: 30px;
  bottom: 42px;
  padding: 9px 11px;
  border: 2px solid #101010;
  border-radius: 4px;
  background: #f6f6f1;
  font-size: 10px;
  font-weight: 950;
}

.showcase-specs {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  gap: 16px;
  padding-bottom: 28px;
}

.showcase-specs div {
  padding-left: 12px;
  border-left: 3px solid #101010;
}

.showcase-specs span {
  display: block;
  margin-top: 5px;
  color: #4b4b4b;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.band {
  padding: 74px 42px;
}

.projects-band,
.contact-band {
  background: #101010;
  color: #f6f6f1;
}

.about-band {
  background: #f6f6f1;
  color: #101010;
}

.band-header {
  max-width: 720px;
}

.band-header p {
  color: #6f55d9;
}

.projects-band .band-header p,
.contact-band .band-header p {
  color: #b9a4ff;
}

.band-header h2 {
  margin: 8px 0 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: .92;
  font-weight: 950;
}

.band-header span {
  display: block;
  max-width: 620px;
  margin-top: 12px;
  color: #b8b8b0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.about-band .band-header span {
  color: #454545;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.feature-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 2px solid #f6f6f1;
  border-radius: 8px;
  background: #171717;
}

.feature-card.active {
  background: #f6f6f1;
  color: #101010;
}

.feature-card div {
  display: flex;
  justify-content: space-between;
  color: #b9a4ff;
}

.feature-card.active div {
  color: #6f55d9;
}

.feature-card h3 {
  margin: auto 0 12px;
  font-size: 31px;
  line-height: .9;
  text-transform: uppercase;
}

.feature-card p {
  margin: 0;
  color: #b8b8b0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.feature-card.active p {
  color: #444444;
}

.feature-card strong {
  width: 100%;
  margin-top: 18px;
  background: transparent;
  color: inherit;
}

.principles,
.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.principles span,
.social-grid a,
.social-grid .soon-card {
  min-height: 88px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 14px;
  border: 2px solid currentColor;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
}

.principles span:nth-child(2) {
  background: #e9e1ff;
}

.social-grid a,
.social-grid .soon-card {
  color: #f6f6f1;
}

.social-grid a span,
.social-grid .soon-card small {
  color: #b9a4ff;
}

.social-grid .soon-card {
  color: rgba(246, 246, 241, .5);
}

@media (max-width: 920px) {
  .hero,
  .band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .top-nav {
    width: calc(100% - 36px);
  }

  .showcase {
    grid-template-columns: 1fr;
    padding-top: 74px;
  }

  .showcase-visual {
    min-height: 500px;
    order: -1;
  }

  .showcase-visual::before {
    inset: 64px 18px 18px;
  }

  .showcase-visual img {
    width: min(100%, 430px);
    height: 495px;
    transform: translateY(-14px);
  }

  .showcase-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 0;
  }

  .feature-grid,
  .principles,
  .social-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 78px;
  }

  .nav-links {
    display: none;
  }

  .showcase {
    min-height: auto;
    padding: 58px 16px 18px;
    border-width: 4px;
  }

  .showcase::after {
    display: none;
  }

  .showcase-visual {
    min-height: 420px;
  }

  .showcase-visual::before {
    inset: 54px 6px 14px;
  }

  .showcase-visual::after {
    right: -8px;
    top: 82px;
    width: 38px;
    height: 58px;
  }

  .showcase-visual img {
    width: min(100%, 350px);
    height: 420px;
    transform: translateY(-12px);
  }

  .lilac-disc {
    width: 210px;
  }

  .showcase-specs {
    grid-template-columns: 1fr;
  }
}
