/* ===== Waitlist signup flow ===== */
.wl-flow { position: fixed; inset: 0; z-index: 9000; background: var(--bg, #FAF5EA); overflow-x: hidden; overflow-y: auto; animation: wlIn .32s cubic-bezier(.2,.8,.2,1); }
@keyframes wlIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.wl-flow-bar { display: flex; align-items: center; justify-content: space-between; padding: 22px 34px; border-bottom: 1px solid var(--line); background: rgba(250,245,234,.9); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 2; }
.wl-flow-close { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .12em; color: var(--ink-3); }
.wl-flow-close:hover { color: var(--ink); }
.wl-flow-body { max-width: 1020px; margin: 0 auto; padding: 56px 28px 90px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: start; }
.wl-panel, .wl-aside { min-width: 0; }
.wl-step { font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; color: var(--coral-deep); font-weight: 600; }
.wl-h { font-family: var(--f-head-sans); font-weight: 800; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.02; letter-spacing: -.035em; margin: 12px 0 10px; }
.wl-sub { font-size: 16.5px; color: var(--ink-2); margin: 0 0 30px; max-width: 46ch; line-height: 1.5; }
.wl-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.wl-field label { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.wl-field input { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 15px 17px; font-size: 16px; color: var(--ink); outline: none; transition: border-color .15s, box-shadow .15s; }
.wl-field input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px var(--coral-tint); }
.wl-opt { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .1em; color: var(--ink-3); opacity: .8; margin-left: 6px; text-transform: uppercase; }
.wl-hint { font-size: 12px; color: var(--ink-3); }
.wl-phone { display: flex; gap: 8px; align-items: stretch; }
.wl-phone input { flex: 1; min-width: 0; }
.wl-phone-pick { position: relative; flex-shrink: 0; }
.wl-phone-btn { display: flex; align-items: center; gap: 7px; height: 100%; padding: 0 14px; background: #fff; border: 1px solid var(--line); border-radius: 13px; font: inherit; font-size: 15px; color: var(--ink); cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.wl-phone-btn:hover { border-color: var(--ink-3); }
.wl-phone-pick.on .wl-phone-btn { border-color: var(--coral); box-shadow: 0 0 0 3px var(--coral-tint); }
.wl-phone-btn svg { color: var(--ink-3); }
.wl-phone-flag { font-size: 17px; line-height: 1; }
.wl-phone-dial { font-family: var(--f-mono); font-size: 13.5px; color: var(--ink-2); }
.wl-phone-back { position: fixed; inset: 0; z-index: 40; }
.wl-phone-menu { position: absolute; top: calc(100% + 6px); left: 0; z-index: 50; width: 290px; max-height: 340px; display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 44px rgba(20,16,12,.14); overflow: hidden; }
.wl-phone-search-wrap { padding: 8px 8px 4px; border-bottom: 1px solid var(--line); }
.wl-phone-search { width: 100%; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 13.5px; outline: none; background: var(--surface-2, #FBF6EA); }
.wl-phone-search:focus { border-color: var(--coral); }
.wl-phone-search::placeholder { color: var(--ink-3); }
.wl-phone-list { flex: 1; overflow-y: auto; margin: 0; padding: 6px; list-style: none; }
.wl-phone-empty { padding: 16px 10px; font-size: 13.5px; color: var(--ink-3); text-align: center; }
.wl-phone-item { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 10px; border: none; background: none; border-radius: 10px; font: inherit; font-size: 14px; text-align: left; cursor: pointer; }
.wl-phone-item:hover, .wl-phone-item.active { background: var(--surface-2, #FBF6EA); }
.wl-phone-name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wl-err { background: var(--coral-tint); color: var(--coral-deep); border-radius: 11px; padding: 11px 14px; font-size: 14px; margin-bottom: 14px; }
.wl-submit { width: 100%; justify-content: center; margin-top: 6px; padding: 16px; font-size: 16px; }
.wl-fine { font-size: 13px; color: var(--ink-3); margin: 14px 0 0; text-align: center; }
.wl-aside { background: #1F1A2E; color: #FAF5EA; border-radius: 24px; padding: 32px 30px 28px; position: sticky; top: 110px; overflow: hidden; }
.wl-aside::before { content: ""; position: absolute; top: -70px; right: -60px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(255,197,61,.20), transparent 68%); pointer-events: none; }
.wl-aside > * { position: relative; }
.wl-aside-tag { font-family: var(--f-mono); font-size: 10px; letter-spacing: .16em; color: var(--sun); }
.wl-aside-idea { font-family: var(--f-head-sans); font-style: italic; font-weight: 500; font-size: 19px; line-height: 1.4; margin: 14px 0 26px; padding: 0 0 0 16px; border-left: 2px solid var(--sun); color: #FAF5EA; }
.wl-aside-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.wl-aside-list li { display: grid; grid-template-columns: 22px 1fr; column-gap: 12px; font-size: 13.5px; line-height: 1.5; color: rgba(250,245,234,.62); }
.wl-aside-list b { display: block; font-size: 14.5px; font-weight: 650; color: #FAF5EA; margin-bottom: 2px; }
.wl-aside-list small { display: block; font-size: 13.5px; line-height: 1.5; }
.wl-aside-list .wl-aside-check { grid-row: span 2; display: grid; place-items: center; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: rgba(31,178,149,.16); color: var(--mint, #1FB295); font-size: 11px; font-weight: 700; }
.wl-aside-foot { display: flex; align-items: center; gap: 8px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(250,245,234,.12); font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(250,245,234,.5); }
.wl-aside-foot-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint, #1FB295); box-shadow: 0 0 0 3px rgba(31,178,149,.18); }

/* done — ticket */
.wl-done-body { grid-template-columns: 1fr; justify-items: center; padding-top: 60px; }
.wl-done { max-width: 800px; width: 100%; position: relative; }
.wl-done-burst { position: absolute; top: -18px; left: 50%; width: 0; height: 0; }
.wl-done-burst span { position: absolute; width: 8px; height: 8px; border-radius: 2px; opacity: 0; animation: wlBurst .9s cubic-bezier(.2,.9,.3,1) forwards; }
.wl-done-burst span:nth-child(1) { background: var(--coral); --dx: -120px; --dy: 30px; --r: -40deg; animation-delay: .05s; }
.wl-done-burst span:nth-child(2) { background: var(--sun); --dx: 110px; --dy: 20px; --r: 55deg; animation-delay: .1s; }
.wl-done-burst span:nth-child(3) { background: var(--mint, #1FB295); --dx: -60px; --dy: 90px; --r: 25deg; animation-delay: .15s; }
.wl-done-burst span:nth-child(4) { background: #7A4FD0; --dx: 70px; --dy: 100px; --r: -30deg; animation-delay: .12s; }
.wl-done-burst span:nth-child(5) { background: var(--coral); --dx: -170px; --dy: 110px; --r: 70deg; animation-delay: .2s; }
.wl-done-burst span:nth-child(6) { background: var(--sun); --dx: 165px; --dy: 120px; --r: -65deg; animation-delay: .18s; }
@keyframes wlBurst { 0% { opacity: 0; transform: none; } 25% { opacity: 1; } 100% { opacity: 0; transform: translate(var(--dx), var(--dy)) rotate(var(--r)); } }

.wl-card { position: relative; overflow: hidden; background: #1F1A2E; color: #FAF5EA; border-radius: 28px; padding: 46px 46px 40px; text-align: center; animation: wlPop .55s cubic-bezier(.2,1.15,.35,1); }
@keyframes wlPop { from { transform: translateY(16px) scale(.985); opacity: 0; } to { transform: none; opacity: 1; } }
.wl-card-glow { position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 520px; height: 320px; background: radial-gradient(ellipse at center, rgba(31,178,149,.34), transparent 70%); pointer-events: none; }
.wl-card-mark { position: relative; width: 54px; height: 54px; margin: 0 auto 20px; border-radius: 50%; background: var(--mint, #1FB295); color: #fff; font-size: 24px; display: grid; place-items: center; box-shadow: 0 0 0 8px rgba(31,178,149,.16); }
.wl-card-eyebrow { position: relative; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--sun); }
.wl-card-h { position: relative; font-family: var(--f-head-sans); font-weight: 800; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -.04em; margin: 14px 0 14px; }
.wl-card-h em { font-family: var(--f-head-sans); font-style: normal; font-weight: 800; color: var(--sun); }
.wl-card-sub { position: relative; font-size: 16px; line-height: 1.55; color: rgba(250,245,234,.72); margin: 0 auto; max-width: 48ch; }
.wl-card-sub b { color: #FAF5EA; font-weight: 600; }
.wl-card-place { position: relative; margin: 34px auto 0; display: inline-flex; flex-direction: column; align-items: center; gap: 4px; padding: 20px 44px; border: 1px dashed rgba(250,245,234,.24); border-radius: 20px; background: rgba(250,245,234,.04); }
.wl-card-place-lbl { font-family: var(--f-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(250,245,234,.55); }
.wl-card-place-num { font-family: var(--f-head-sans); font-weight: 800; font-size: 48px; line-height: 1; letter-spacing: -.04em; color: var(--sun); }
.wl-card-place-note { font-size: 12.5px; color: rgba(250,245,234,.55); }

.wl-two { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; margin-top: 18px; }
.wl-two-solo { grid-template-columns: 1fr; }
.wl-idea-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px 28px; display: flex; flex-direction: column; }
.wl-idea-tag { font-family: var(--f-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--coral-deep); }
.wl-idea-quote { font-family: var(--f-head-sans); font-weight: 600; font-size: 23px; line-height: 1.3; color: var(--ink); margin: 14px 0 auto; }
.wl-idea-foot { display: flex; gap: 8px; align-items: center; margin-top: 22px; padding-top: 16px; border-top: 1px dashed var(--line); font-size: 12.5px; color: var(--ink-3); }
.wl-idea-foot span { color: var(--coral); }
.wl-steps { list-style: none; counter-reset: wl; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.wl-steps li { counter-increment: wl; position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 15px 18px 15px 54px; font-size: 13.5px; line-height: 1.45; color: var(--ink-3); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.wl-steps li::before { content: counter(wl); position: absolute; left: 17px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; background: var(--surface-2, #FBF6EA); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--f-mono); font-size: 11.5px; color: var(--ink-2); }
.wl-steps li b { display: block; font-family: var(--f-head-sans); font-weight: 700; font-size: 15px; letter-spacing: -.01em; color: var(--ink); margin-bottom: 2px; }

.wl-share { margin-top: 26px; text-align: center; padding-bottom: 24px; }
.wl-share-lbl { font-size: 14px; color: var(--ink-3); }
.wl-share-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 13px; }
.wl-share-btn { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 11px 20px; font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; transition: border-color .15s, transform .15s; }
.wl-share-btn:hover { border-color: var(--ink); transform: translateY(-1px); }
.wl-share-btn.ghost { background: none; color: var(--ink-3); border-style: dashed; }
@media (max-width: 860px) { .wl-flow-body { grid-template-columns: 1fr; gap: 30px; padding: 36px 20px 70px; } .wl-aside { position: static; } .wl-card { padding: 34px 24px 30px; } .wl-two { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .wl-flow-bar { padding: 14px 18px; }
  .wl-flow-bar .logo-lockup { height: 26px; }
  .wl-flow-close { font-size: 10.5px; }
  .wl-flow-body { padding: 26px 16px 64px; gap: 24px; }
  .wl-done-body { padding-top: 26px; }
  .wl-aside { padding: 24px 22px 22px; border-radius: 20px; }
  .wl-aside-idea { font-size: 17px; margin: 12px 0 20px; }
  .wl-sub { font-size: 15.5px; margin-bottom: 24px; }
  .wl-card { padding: 30px 20px 26px; border-radius: 22px; }
  .wl-card-sub { font-size: 15px; }
  .wl-card-place { width: 100%; padding: 18px 20px; }
  .wl-card-place-num { font-size: 40px; }
  .wl-idea-card { padding: 22px 20px; border-radius: 18px; }
  .wl-idea-quote { font-size: 20px; }
  .wl-share-row { flex-direction: column; }
  .wl-share-btn { width: 100%; padding: 14px 20px; }
  .wl-phone-menu { width: min(290px, calc(100vw - 44px)); }
  .wl-phone-btn { padding: 0 11px; }
}

button.feature-link, button.diff-band-cta, button.footer-cta-primary { font: inherit; cursor: pointer; -webkit-appearance: none; appearance: none; }
button.feature-link { background: none; border: none; padding: 0; }
.footer-grid-lean { grid-template-columns: 1fr !important; max-width: 520px; }
.footer-bar-lean { border-bottom: 0 !important; }
.footer-sign { padding: 26px 0 4px; text-align: center; }
.footer-sign-word { font-family: var(--f-head-sans); font-weight: 800; letter-spacing: -.04em; font-size: clamp(44px, 11vw, 132px); line-height: .9; color: transparent; -webkit-text-stroke: 1px rgba(250,245,234,.16); user-select: none; }
.footer-sign-row { display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; margin-top: 14px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(250,245,234,.5); }
.footer-sign-dot { opacity: .5; }
