.site-header {
  width: 100%;
  min-height: 88px;
  padding: 1rem clamp(1rem, 2vw, 2rem);
}

.site-header > * {
  transform: none;
}

.benefits-section-bottom {
  border-bottom: 0;
  box-shadow: none;
}

.waitlist-callout {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: calc(100% - 1.5rem);
  width: 8.75rem;
  height: 3.75rem;
  color: #111;
  pointer-events: none;
}

.waitlist-callout > span {
  position: absolute;
  bottom: -0.2rem;
  left: -1.5rem;
  font-family: var(--home-handwritten-font);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.waitlist-callout svg {
  position: absolute;
  top: 0;
  right: -0.15rem;
  width: 4.75rem;
  height: 3.15rem;
  overflow: visible;
}

.waitlist-callout path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

@media (max-width: 680px) {
  .site-header {
    width: 100%;
    min-height: 76px;
    padding: 0.75rem 0.875rem;
  }

  .waitlist-callout {
    top: calc(100% + 0.15rem);
    right: calc(100% - 1.25rem);
    transform: scale(0.9);
    transform-origin: top right;
  }
}
