/*
 * REMAKE-only launch adaptations.
 * CULTR CLUB is a standalone CULTR Health tier; no external product styling or
 * runtime is imported here.
 */
.figma-rebuild .logo img {
  height: clamp(3.25rem, 4.75vw, 4rem);
}

.figma-rebuild header.scrolled .logo img {
  height: clamp(3rem, 4vw, 3.5rem);
}

@media (min-width: 821px) {
  .figma-rebuild .tiers {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .figma-rebuild .tier {
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 1025px) {
  .figma-rebuild .figma-how .steps {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .figma-rebuild .tiers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .figma-rebuild .logo img,
  .figma-rebuild header.scrolled .logo img {
    height: 3.125rem;
  }
}
