/* Planning Poker — landing page (Direction C "Sunny Side").
 * Recreated from the Claude Design handoff (landing/landing.css). Self-contained
 * under .lp; this page uses its own minimal layout (no Tailwind reset). */
.lp * { box-sizing: border-box; }
.lp h1, .lp h2, .lp h3, .lp p, .lp ul, .lp li { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

.lp {
  --bg: #FAF5EE;
  --surface: #FFFFFF;
  --surface-2: #F5EEE3;
  --border: #EAE0D2;
  --ink: #33291F;
  --muted: #97897A;
  --faint: #C2B6A6;
  --acc: #C2693C;
  --accent-ink: #FFF8F1;
  --accent-soft: color-mix(in oklab, var(--acc) 13%, var(--surface));
  --shadow: 0 2px 4px rgba(70,50,30,.05), 0 12px 28px -14px rgba(70,50,30,.14);
  --shadow-lg: 0 4px 8px rgba(70,50,30,.06), 0 30px 60px -24px rgba(70,50,30,.26);
  background: var(--bg);
  color: var(--ink);
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.lp[data-theme="dark"] {
  --bg: #211C16;
  --surface: #2B251E;
  --surface-2: #332C24;
  --border: #423A2F;
  --ink: #F4ECE1;
  --muted: #A2937F;
  --faint: #6E6253;
  --acc: #E08A57;
  --accent-ink: #2A1407;
  --accent-soft: color-mix(in oklab, var(--acc) 16%, var(--surface));
  --shadow: 0 2px 4px rgba(0,0,0,.3), 0 12px 28px -14px rgba(0,0,0,.5);
  --shadow-lg: 0 4px 8px rgba(0,0,0,.4), 0 30px 60px -24px rgba(0,0,0,.6);
}

.lp h1, .lp h2, .lp h3 { font-family: 'Bricolage Grotesque', sans-serif; margin: 0; letter-spacing: -0.02em; line-height: 1.05; }
.lp p { margin: 0; }
.lp a { color: inherit; text-decoration: none; }
.lp-wrap { max-width: 1120px; margin: 0 auto; padding: 0 32px; }

/* button_to wraps its button in a <form>; collapse it so the button is a flex child */
.lp-inline-form { display: contents; }

/* ---- buttons ---- */
.lp-btn { display: inline-flex; align-items: center; gap: 9px; border: none; cursor: pointer; font: 700 15px 'Instrument Sans', sans-serif; border-radius: 999px; padding: 13px 24px; transition: transform .12s ease, box-shadow .15s ease; }
.lp-btn-primary { background: var(--acc); color: var(--accent-ink); box-shadow: 0 10px 24px -8px color-mix(in srgb, var(--acc) 60%, transparent); }
.lp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px color-mix(in srgb, var(--acc) 65%, transparent); }
.lp-btn-ghost { background: transparent; color: var(--ink); border: 2px solid var(--border); }
.lp-btn-ghost:hover { border-color: var(--faint); transform: translateY(-2px); }
.lp-btn-lg { font-size: 17px; padding: 16px 30px; }

/* ---- nav ---- */
.lp-nav { position: sticky; top: 0; z-index: 20; background: color-mix(in oklab, var(--bg) 88%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.lp-nav.lp-stuck { border-color: var(--border); }
.lp-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.lp-brand { display: flex; align-items: center; gap: 11px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 19px; white-space: nowrap; }
.lp-mark { width: 34px; height: 34px; flex-shrink: 0; }
.lp-nav-links { display: flex; align-items: center; gap: 8px; }
.lp-nav-link { color: var(--muted); font-weight: 600; font-size: 14.5px; padding: 8px 14px; border-radius: 999px; white-space: nowrap; }
.lp-nav-link:hover { color: var(--ink); background: var(--surface-2); }
.lp-iconbtn { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid var(--border); background: var(--surface); color: var(--ink); border-radius: 999px; cursor: pointer; padding: 0; }
.lp-iconbtn:hover { border-color: var(--faint); }
.lp-nav-cta { margin-left: 4px; }

/* ---- hero ---- */
.lp-hero { padding: 72px 0 84px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.lp-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: .04em; font-weight: 700; color: var(--acc); background: var(--accent-soft); border-radius: 999px; padding: 7px 15px; margin-bottom: 24px; }
.lp-pill .lp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acc); }
.lp-hero h1 { font-size: clamp(40px, 5.4vw, 66px); font-weight: 800; }
.lp-hero h1 em { font-style: normal; color: var(--acc); }
.lp-hero-sub { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); margin-top: 24px; max-width: 30em; }
.lp-hero p.lp-hero-sub { margin-top: 24px; }
.lp-hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.lp-hero-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; font-size: 14px; color: var(--muted); font-weight: 500; }
.lp-hero-note svg { color: var(--acc); flex-shrink: 0; }

/* ---- hero visual: fanned hand + result chip ---- */
.lp-hero-art { position: relative; height: 420px; display: flex; align-items: center; justify-content: center; }
.lp-fan { position: relative; width: 320px; height: 300px; }
.lp-fan-card { position: absolute; left: 50%; bottom: 0; width: 116px; height: 162px; margin-left: -58px; border-radius: 16px; background: var(--surface); border: 2px solid var(--border); box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; font: 800 34px 'Bricolage Grotesque', sans-serif; transform-origin: bottom center; }
.lp-fan-card.lp-pick { background: var(--acc); color: var(--accent-ink); border-color: var(--acc); }
.lp-fan-card .lp-corner { position: absolute; top: 10px; left: 13px; font-size: 13px; font-weight: 700; opacity: .5; }
.lp-fan-card .lp-corner.lp-br { top: auto; left: auto; bottom: 10px; right: 13px; transform: rotate(180deg); }
.lp-badge { position: absolute; background: var(--surface); border: 2px solid var(--border); box-shadow: var(--shadow-lg); border-radius: 16px; padding: 12px 16px; display: flex; align-items: center; gap: 11px; }
.lp-badge .lp-badge-num { font: 800 22px 'Bricolage Grotesque', sans-serif; color: var(--acc); }
.lp-badge .lp-badge-lbl { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); line-height: 1.2; }
.lp-badge.lp-badge-tl { top: 8px; left: 0; animation: lpFloat 5s ease-in-out infinite; }
.lp-badge.lp-badge-br { bottom: 18px; right: 0; animation: lpFloat 5s ease-in-out infinite .8s; }
.lp-badge-lbl br { display: inline; }
@keyframes lpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---- trust strip ---- */
.lp-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface-2); }
.lp-strip-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 32px; padding: 26px 0; }
.lp-strip-item { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 15px; }
.lp-strip-item svg { color: var(--acc); flex-shrink: 0; }

/* ---- section scaffolding ---- */
.lp-section { padding: 96px 0; }
.lp-section-head { max-width: 38rem; margin-bottom: 52px; }
.lp-eyebrow { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--acc); }
.lp-section-head h2 { font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; margin-top: 14px; }
.lp-section-head p { font-size: 18px; color: var(--muted); margin-top: 16px; }
.lp-center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---- privacy pillars ---- */
.lp-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lp-pillar { background: var(--surface); border-radius: 22px; padding: 28px 24px 30px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.lp-pillar-ico { width: 52px; height: 52px; border-radius: 15px; background: var(--accent-soft); color: var(--acc); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.lp-pillar h3 { font-size: 19px; font-weight: 700; }
.lp-pillar p { color: var(--muted); font-size: 15px; margin-top: 9px; }

/* ---- how it works ---- */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.lp-step { position: relative; padding-top: 8px; }
.lp-step-num { font: 800 18px 'Bricolage Grotesque', sans-serif; width: 44px; height: 44px; border-radius: 14px; background: var(--acc); color: var(--accent-ink); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.lp-step h3 { font-size: 20px; font-weight: 700; }
.lp-step p { color: var(--muted); margin-top: 10px; }

/* ---- promise (detail) ---- */
.lp-promise { background: var(--surface); border-radius: 28px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); padding: 56px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.lp-promise h2 { font-size: clamp(28px, 3.2vw, 38px); font-weight: 800; }
.lp-promise > div > p { color: var(--muted); font-size: 17px; margin-top: 16px; }
.lp-checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.lp-checklist li { display: flex; gap: 14px; align-items: flex-start; }
.lp-check { width: 26px; height: 26px; border-radius: 9px; background: var(--accent-soft); color: var(--acc); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.lp-checklist strong { font-weight: 700; display: block; font-size: 15.5px; }
.lp-checklist span { color: var(--muted); font-size: 14.5px; }

/* ---- final CTA ---- */
.lp-cta { text-align: center; padding: 100px 0; }
.lp-cta h2 { font-size: clamp(34px, 4.4vw, 56px); font-weight: 800; }
.lp-cta p { font-size: 19px; color: var(--muted); margin: 18px auto 0; max-width: 26em; }
.lp-cta .lp-hero-cta { justify-content: center; }

/* ---- footer ---- */
.lp-footer { border-top: 1px solid var(--border); padding: 40px 0; }
.lp-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.lp-footer .lp-brand { font-size: 17px; }
.lp-footer-meta { color: var(--muted); font-size: 14px; }
.lp-footer-copy { color: var(--muted); font-size: 14px; }
.lp-footer-copy a { color: var(--muted); font-weight: 600; }
.lp-footer-copy a:hover { color: var(--ink); }
.lp-footer-version { font-variant-numeric: tabular-nums; }
.lp-flag { font-style: normal; }
.lp-footer-links { display: flex; gap: 22px; }
.lp-footer-links a { color: var(--muted); font-size: 14px; font-weight: 600; }
.lp-footer-links a:hover { color: var(--ink); }
.lp-footer-links button.lp-footer-cta { background: none; border: none; padding: 0; cursor: pointer; font: 600 14px 'Instrument Sans', sans-serif; color: var(--muted); }
.lp-footer-links button.lp-footer-cta:hover { color: var(--ink); }

/* ---- reveal on scroll ---- */
.lp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.lp-reveal.lp-in { opacity: 1; transform: none; }

/* ---- responsive ---- */
@media (max-width: 960px) {
  .lp-hero { grid-template-columns: 1fr; gap: 36px; padding: 48px 0 60px; }
  .lp-hero-art { height: 340px; order: -1; }
  .lp-pillars { grid-template-columns: repeat(2, 1fr); }
  .lp-promise { grid-template-columns: 1fr; gap: 32px; padding: 40px 32px; }
  .lp-nav-links .lp-nav-link { display: none; }
}
@media (max-width: 600px) {
  .lp-wrap { padding: 0 22px; }
  .lp-section { padding: 64px 0; }
  .lp-steps { grid-template-columns: 1fr; gap: 28px; }
  .lp-pillars { grid-template-columns: 1fr; }
  .lp-strip-inner { justify-content: flex-start; gap: 16px 26px; }
  .lp-footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .lp * { animation: none !important; }
  .lp-reveal { transition: none; opacity: 1; transform: none; }
}
