/* ============================================================
   ShiftBud — landing-page primitives (shared across hero variants)
   Builds on shiftbud.css (palette, fonts, .btn, .badge, .bubble…)
   ============================================================ */

body { background: var(--bg); color: var(--ink); }

/* ---- layout shell ---- */
.lp { position: relative; width: 1280px; min-height: 720px; overflow: hidden; }
.lp-pad { padding: 0 64px; }

/* ---- top navigation ---- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 22px 64px;
}
.nav-mid { display: flex; align-items: center; gap: 30px; }
.nav-link {
  font-size: 14.5px; font-weight: 600; color: var(--ink-2);
  text-decoration: none; transition: color .15s;
}
.nav-link:hover { color: var(--green-deep); }
.nav-right { display: flex; align-items: center; gap: 12px; }

/* ---- brand mark ---- */
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-ico { width: 34px; height: 34px; border-radius: 9px; display: block; flex: none; }
.brand-ico svg { width: 100%; height: 100%; display: block; }
.brand-word {
  font-family: var(--font-display); font-size: 21px; font-weight: 800;
  letter-spacing: -.02em; color: var(--green-deep);
}
.brand-word.on-dark { color: #fff; }

/* ---- hero type ---- */
.h-eyebrow {
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--green);
  display: inline-flex; align-items: center; gap: 9px;
}
.h-eyebrow::before {
  content: ""; width: 22px; height: 1.5px; background: var(--green-light);
  display: inline-block;
}
.h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 58px; line-height: 1.02; letter-spacing: -.035em;
  color: var(--ink); text-wrap: balance;
}
.h-sub {
  font-size: 18.5px; line-height: 1.55; color: var(--ink-2);
  max-width: 30em; text-wrap: pretty;
}
.h-cta { display: flex; align-items: center; gap: 13px; }
.btn-lg { padding: 14px 24px; font-size: 15.5px; border-radius: 12px; }
.h-trust {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--font-mono); font-size: 12px; color: var(--muted);
}
.h-trust .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); }
.h-trust b { color: var(--ink-2); font-weight: 600; }

/* ============================================================
   Mock: weekly roster board (recreates the owner dashboard)
   ============================================================ */
.mw {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
}
.mw-top {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 15px 18px; border-bottom: 1px solid var(--border); background: var(--surface);
}
.mw-top-l { display: flex; align-items: center; gap: 11px; }
.mw-week { font-family: var(--font-display); font-size: 15px; font-weight: 700; }
.mw-sub { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); margin-top: 1px; }
.mw-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-mist); color: var(--green-deep);
  font-size: 11.5px; font-weight: 700; padding: 6px 11px; border-radius: 20px;
}
.mw-pill svg { width: 13px; height: 13px; }
.mw-pill .spark { width: 6px; height: 6px; border-radius: 50%; background: var(--green-light); }
.mw-cov {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11.5px; font-weight: 700; color: var(--st-green);
}
.mw-cov .dotc { width: 7px; height: 7px; border-radius: 50%; background: var(--st-green); }

.mw-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.mw-col { border-left: 1px solid var(--border); padding: 9px 7px 14px; min-height: 232px; }
.mw-col:first-child { border-left: none; }
.mw-col.today { background: linear-gradient(180deg, rgba(82,183,136,.08), rgba(82,183,136,0) 60%); }
.mw-dh { text-align: center; padding: 2px 0 11px; }
.mw-dow {
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
}
.mw-dnum { font-family: var(--font-display); font-size: 16px; font-weight: 700; margin-top: 1px; }
.mw-col.today .mw-dnum { color: var(--green); }
.mw-stack { display: flex; flex-direction: column; gap: 6px; }

.chip {
  border-radius: 8px; padding: 6px 8px; color: #fff; position: relative;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,.05);
}
.chip-n {
  font-size: 11.5px; font-weight: 700; line-height: 1.1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.chip-t { font-family: var(--font-mono); font-size: 9.5px; opacity: .92; margin-top: 2px; }
.chip-fl { position: absolute; top: 5px; right: 6px; font-size: 9px; opacity: .95; }
.chip.gap {
  background: repeating-linear-gradient(45deg, #f8ddd6 0 7px, #fdeee9 7px 14px);
  color: var(--terra); border: 1px dashed #e6b3a6; box-shadow: none;
}
.chip.gap .chip-t { opacity: .8; }

/* staff colors */
.c-green { background: #2d6a4f; }
.c-deep  { background: #1b4332; }
.c-teal  { background: #2a7d77; }
.c-plum  { background: #7c5295; }
.c-amber { background: #b45309; }
.c-terra { background: #c0492f; }

/* ---- floating annotation card ---- */
.float {
  position: absolute; background: var(--surface);
  border: 1px solid var(--border); border-radius: 13px;
  box-shadow: var(--shadow-lg); padding: 13px 15px; z-index: 6;
}
.float-lab {
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
}

/* ============================================================
   Mock: phone with WhatsApp-style ShiftBud chat
   ============================================================ */
.phone {
  width: 312px; background: #15171a; border-radius: 42px; padding: 11px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0,0,0,.04); flex: none;
}
.phone-scr {
  background: #ece7dc; border-radius: 32px; overflow: hidden;
  display: flex; flex-direction: column; height: 560px; position: relative;
}
.wa-top {
  display: flex; align-items: center; gap: 11px;
  background: var(--green-deep); color: #fff; padding: 16px 16px 13px;
}
.wa-back { font-size: 18px; opacity: .8; }
.wa-ava {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-weight: 700; font-size: 15px; color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
}
.wa-name { font-size: 14.5px; font-weight: 700; line-height: 1.1; }
.wa-presence { font-size: 11px; color: #9dc3ad; margin-top: 1px; }
.wa-tag {
  margin-left: auto; font-family: var(--font-mono); font-size: 9px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: #bcd8c7;
  background: rgba(255,255,255,.1); padding: 4px 8px; border-radius: 20px;
}
.wa-body {
  flex: 1; padding: 16px 13px; display: flex; flex-direction: column; gap: 9px;
  overflow: hidden;
  background-image: radial-gradient(rgba(45,106,79,.05) 1px, transparent 1px);
  background-size: 16px 16px;
}
.wa-day {
  align-self: center; font-size: 10px; font-weight: 600; color: var(--muted);
  background: rgba(255,255,255,.7); padding: 3px 11px; border-radius: 20px; margin-bottom: 2px;
}
.wb { max-width: 80%; padding: 9px 12px; font-size: 12.5px; line-height: 1.42; border-radius: 14px; box-shadow: var(--shadow-sm); white-space: pre-line; }
.wb.in  { align-self: flex-start; background: #fff; border-bottom-left-radius: 4px; color: var(--ink); }
.wb.out { align-self: flex-end; background: #d6f0c8; border-bottom-right-radius: 4px; color: #1f3d23; }
.wb-time { display: block; text-align: right; font-family: var(--font-mono); font-size: 9px; color: var(--faint); margin-top: 4px; }
.wb.out .wb-time { color: #5b8a52; }
.wb b { font-weight: 700; }
.wb .mono { font-family: var(--font-mono); }
