.waitlist-link { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 44px; padding: 9px 18px; border: 1px solid #a8b79c; border-radius: 30px; color: var(--ink); font-size: .875rem; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.waitlist-link:hover { background: #eef1e6; border-color: var(--leaf); }
.waitlist-link:focus-visible, .waitlist-form input:focus-visible { outline: 2px solid var(--leaf); outline-offset: 4px; }
.waitlist-section { position: relative; scroll-margin-top: 0; }
.waitlist-stage { position: relative; display: grid; place-items: center; min-height: calc(100svh - 88px); padding: 88px 24px 64px; background: linear-gradient(#fff, var(--ivory) 140px); transform-origin: 50% 0; }
.waitlist-content { width: 100%; max-width: 780px; text-align: center; }
/* Same sticky pin as the conversation: the stage sits at the top of the viewport while the
   conversation evaporates over the ::after spacer, then flows on to the footer. The section
   therefore begins 70svh before the point the #waitlist link should land on. Its fading white
   background paints beneath the conversation (z-index 1); the stage paints above it (2). */
.waitlist-section.has-closing-handoff { margin-top: -100svh; scroll-margin-top: -70svh; }
.has-closing-handoff .waitlist-stage { position: sticky; top: 0; z-index: 2; }
.waitlist-section.has-closing-handoff::after { content: ""; display: block; height: 70svh; }
.waitlist-brand { width: 205px; margin-bottom: 30px; }
.waitlist-content h2 { margin: 0; font: 400 clamp(2.75rem, 5vw, 4.8rem) / 1.06 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.waitlist-content h2 em { color: var(--leaf); font-weight: 400; }
.waitlist-intro { max-width: 570px; margin: 26px auto 0; font-size: 1.0625rem; line-height: 1.7; color: var(--muted); text-wrap: pretty; }
.waitlist-benefit { margin: 17px 0 0; font-size: 1.0625rem; line-height: 1.6; }
.waitlist-invitation { margin-top: 35px; }
.waitlist-invitation h3 { margin: 0; color: var(--leaf); font-size: .875rem; line-height: 1.5; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.waitlist-invitation p { margin: 8px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.5; text-wrap: balance; }
.waitlist-form { max-width: 570px; margin: 23px auto 0; text-align: left; }
.waitlist-form label { display: block; margin-bottom: 9px; font-size: .875rem; }
.waitlist-fields { display: flex; gap: 10px; }
.waitlist-form input { flex: 1; width: 0; min-width: 0; min-height: 54px; padding: 14px 17px; color: var(--ink); background: #fff; border: 1px solid #bbc6b1; border-radius: 10px; font: inherit; font-size: 1rem; }
.waitlist-form input::placeholder { color: #788276; }
.waitlist-form button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; border: 1px solid var(--ink); border-radius: 10px; padding: 14px 22px; color: var(--ivory); background: var(--ink); font-size: 1rem; }
.waitlist-form button:hover { background: #304e3c; }
.waitlist-form button:disabled { cursor: default; }
.waitlist-status { min-height: 1.5em; margin: 12px 0 0; text-align: center; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; margin: 0; padding: 24px 5vw; border-top: 1px solid var(--line); background: var(--ivory); }
.footer-brand { width: 116px; margin: 0; }
.site-footer small { font-size: .8125rem; color: var(--muted); }
@media (max-width: 680px) {
  .waitlist-link { gap: 8px; padding: 9px 12px; }
  .waitlist-stage { padding: 76px 20px 52px; }
  .waitlist-brand { width: 180px; margin-bottom: 27px; }
  .waitlist-intro { font-size: 1rem; margin-top: 24px; }
  .waitlist-benefit { font-size: 1rem; max-width: 300px; margin: 17px auto 0; }
  .waitlist-invitation { margin-top: 30px; }
  .waitlist-fields { flex-direction: column; }
  .waitlist-form input { width: 100%; }
  .site-footer { padding: 22px 20px; }
}
@media (max-width: 370px) {
  .waitlist-link { padding: 9px 10px; gap: 5px; font-size: .8125rem; }
}
