/* Task Party leaflet, web version. Derived from Claude Design's approved one-pager
   (Task Party One-Pager v4, 14 Sep 2026): same tokens, type and section order,
   laid out to flow on any screen. Shared by /for/* (static) and the personal
   and kit pages (React). Tokens vendored from src/styles/tokens.css. */
.lf { --cream: #FFFBF2; --sunk: #FAF3E1; --hair: #EFE6CF; --ink: #2D2A32; --fg2: #5C5760; --fg3: #8B8590;
      --tc: #E27D60; --tc7: #CE6A4D; --sage: #A3B18A; --esp: #3A2B24;
      font-family: 'Nunito', 'Segoe UI', sans-serif; color: var(--ink); background: var(--cream); line-height: 1.5; }
.lf *, .lf *::before, .lf *::after { box-sizing: border-box; }
.lf h1, .lf h2, .lf h3 { font-family: 'Bricolage Grotesque', 'Segoe UI', sans-serif; font-weight: 500; letter-spacing: -.02em; margin: 0; text-wrap: balance; }
.lf p { margin: 0; text-wrap: pretty; }
.lf a { color: inherit; }
.lf .wrap { max-width: 880px; margin: 0 auto; padding: 0 20px; }

/* top bar */
.lf .bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 0 6px; }
.lf .brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 19px; letter-spacing: -.01em; text-decoration: none; }
.lf .brand img { width: 36px; height: 36px; }
.lf .pill { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; height: 28px; padding: 0 13px; border-radius: 999px; background: rgba(255,253,247,.85); border: 1px solid var(--hair); font-size: 12px; font-weight: 700; }
.lf .pill i { width: 7px; height: 7px; border-radius: 99px; background: var(--tc); }

/* hero */
.lf .hero { position: relative; overflow: hidden; border-radius: 20px; margin-top: 10px; padding: 34px 34px 0;
            background: linear-gradient(to bottom, rgba(255,251,242,0) 68%, var(--cream) 100%), linear-gradient(120deg, #FBDFD0 0%, #FCEBD8 38%, #FDF3D8 68%, #FFFBF2 100%); }
.lf .hero .grid { display: grid; grid-template-columns: minmax(0, 1fr) 46%; gap: 0 20px; align-items: center; }
.lf .eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--tc7); }
.lf .hero h1 { margin-top: 10px; font-size: clamp(38px, 6.4vw, 56px); line-height: 1.04; letter-spacing: -.03em; }
.lf .u { position: relative; z-index: 0; }
.lf .u::after { content: ""; position: absolute; left: -2px; right: -4px; bottom: .06em; height: .3em; background: rgba(226,125,96,.32); z-index: -1; border-radius: 2px; }
.lf .sub { margin-top: 16px; font-size: 15.5px; line-height: 1.5; color: var(--fg2); max-width: 340px; padding-bottom: 34px; }
.lf .laptop { width: 118%; max-width: none; height: auto; display: block; margin: 0 -14% -6px -4%; }

/* body rows */
.lf .row { padding: 22px 0; border-top: 1px solid var(--hair); }
.lf .row:first-of-type { border-top: 0; }
.lf .row h2 { font-size: 22px; line-height: 1.15; margin-bottom: 12px; }
.lf .what { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 8px 28px; align-items: start; }
.lf .what h2 { grid-column: 1 / -1; }
.lf .what p { font-size: 15px; line-height: 1.5; }
.lf .quote { font-size: 13.5px; line-height: 1.45; color: var(--fg2); padding: 12px 14px; background: var(--sunk); border-radius: 10px; }
.lf .steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lf .n { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500; font-size: 26px; line-height: 1; letter-spacing: -.03em; color: var(--tc); }
.lf .step h3 { margin-top: 8px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 15px; line-height: 1.3; letter-spacing: 0; }
.lf .step p { margin-top: 4px; font-size: 14px; line-height: 1.45; color: var(--fg2); }
.lf .why { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.lf .why p { font-size: 14.5px; line-height: 1.45; color: var(--fg2); padding-left: 16px; position: relative; }
.lf .why b { color: var(--ink); }
.lf .why i { position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 99px; background: var(--sage); }
.lf .band { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 48px; padding: 16px 0; border-top: 1px solid var(--hair); }
.lf .band div { display: flex; align-items: center; gap: 10px; }
.lf .band b { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500; font-size: 30px; line-height: 1; letter-spacing: -.03em; }
.lf .band span { font-size: 13px; line-height: 1.3; color: var(--fg2); max-width: 130px; }

/* closing block */
.lf .close { background: var(--esp); color: var(--cream); border-radius: 16px; padding: 22px 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px 24px; box-shadow: 0 6px 18px rgba(58,43,36,.10); }
.lf .close h2 { font-size: 22px; line-height: 1.18; color: var(--cream); margin: 0; }
.lf .close p { margin-top: 8px; font-size: 14px; line-height: 1.45; color: #EFE6CF; }
.lf .close b, .lf .close a { color: #FFFBF2; }
.lf .btn { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; height: 44px; padding: 0 20px; border-radius: 999px; background: var(--tc); color: #FFFBF2 !important; font-weight: 700; font-size: 15px; text-decoration: none; border: 0; cursor: pointer; }
.lf .btn:hover { background: var(--tc7); }
.lf .btn--quiet { background: transparent; color: var(--ink) !important; border: 1px solid var(--hair); }
.lf .btn--quiet:hover { background: var(--sunk); }
.lf .code { font-family: 'JetBrains Mono', monospace; letter-spacing: .06em; }

/* downloads + footer */
.lf .dl { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 18px 0; border-top: 1px solid var(--hair); }
.lf .dl span { font-size: 13px; color: var(--fg3); margin-right: auto; }
.lf .foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 12px 24px; padding: 8px 0 40px; }
.lf .foot p { font-size: 11px; line-height: 1.45; color: var(--fg3); max-width: 640px; }
.lf .foot span { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--fg2); }

/* share row (personal page) */
.lf .share { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 0 0; }
.lf .share .btn { height: 38px; font-size: 14px; }
.lf .note { background: var(--sunk); border-radius: 12px; padding: 14px 16px; font-size: 14px; color: var(--fg2); }
.lf .note b { color: var(--ink); }

@media (max-width: 760px) {
  .lf .hero { padding: 26px 22px 0; border-radius: 16px; }
  .lf .hero .grid { grid-template-columns: 1fr; }
  .lf .sub { max-width: none; padding-bottom: 8px; }
  .lf .laptop { width: 104%; margin: 8px -6% -6px 2%; }
  .lf .what { grid-template-columns: 1fr; }
  .lf .steps { grid-template-columns: 1fr; gap: 16px; }
  .lf .why { grid-template-columns: 1fr; }
  .lf .close { grid-template-columns: 1fr; }
  .lf .close .btn { width: 100%; }
  .lf .bar .pill { display: none; }
}
@media print {
  .lf .bar, .lf .dl, .lf .share, .lf .btn { display: none !important; }
  .lf .hero { border-radius: 0; }
}
