/* Keep the board's wide canvas inside its mobile viewport. */
.hero-art, .board-window { min-width: 0; }
.board-window { width: 100%; }
:root {
  --ink: #17211e;
  --muted: #6d7770;
  --paper: #f5f3ed;
  --line: #d9d9d0;
  --teal: #94cfc2;
  --teal-dark: #347568;
  --coral: #ed8f72;
  --yellow: #f4c768;
  --mint: #bee0bd;
  --white: #fffdf8;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 27px 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 23px; height: 23px; padding: 3px; border-radius: 7px; background: var(--ink); }
.brand-mark i { display: block; width: 4px; border-radius: 4px; background: var(--teal); }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 13px; background: var(--coral); }.brand-mark i:nth-child(3) { height: 17px; background: var(--yellow); }
.nav-links { display: flex; align-items: center; gap: 31px; font-size: 13px; color: #59635e; }.nav-links a { transition: color .2s ease; }.nav-links a:hover { color: var(--ink); }.nav-cta { color: var(--ink); font-weight: 700; }.nav-cta span, .button span { margin-left: 14px; font-size: 18px; }
.hero { display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: center; padding: 78px 0 103px; }.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--teal-dark); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.eyebrow span { width: 22px; height: 2px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; line-height: .94; } h1 { max-width: 550px; margin: 22px 0 27px; font-size: clamp(54px, 6vw, 84px); } h1 em, h2 em { color: var(--teal-dark); font-style: normal; } .hero-intro { max-width: 420px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 33px; }.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 0 18px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }.button:hover { transform: translateY(-3px); box-shadow: 0 9px 16px #17211e1c; }.button-dark { color: var(--white); background: var(--ink); }.button-outline { border: 1px solid var(--ink); }.button-light { color: var(--ink); background: var(--white); }.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 13px; font-weight: 600; }.text-link span { padding-left: 9px; }.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 54px; color: var(--muted); font-size: 11px; }.avatars { display: flex; }.avatars b, .mini-person, .person { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 8px; font-weight: 700; }.avatars b { width: 27px; height: 27px; margin-right: -6px; border: 2px solid var(--paper); color: var(--ink); background: var(--yellow); }.avatars b:nth-child(2) { background: var(--coral); }.avatars b:nth-child(3) { background: var(--teal); }
.hero-art { position: relative; padding-top: 27px; }.art-label { position: absolute; top: 0; right: 22px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.art-label span { margin-left: 12px; color: var(--teal-dark); }.board-window { position: relative; overflow: hidden; border: 1px solid #ccd6d0; background: #e8efea; box-shadow: 18px 22px 0 #dbe3dc; transform: rotate(2deg); }.window-top { display: flex; align-items: center; gap: 15px; height: 51px; padding: 0 17px; background: var(--white); border-bottom: 1px solid #d9e1da; font-size: 12px; }.window-top strong { font-size: 12px; }.window-count { margin-left: auto; color: var(--muted); font-size: 10px; }.window-dots { display: flex; gap: 4px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }.window-dots i:nth-child(2) { background: var(--yellow); }.window-dots i:nth-child(3) { background: var(--teal); }.mini-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; padding: 20px 15px 16px; }.mini-column { min-width: 0; }.mini-column-head { display: flex; justify-content: space-between; margin: 0 3px 9px; color: #52625b; font-size: 10px; font-weight: 700; }.mini-column-head span { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; background: #d7e2da; font-size: 9px; }.mini-card { position: relative; min-height: 76px; margin-bottom: 8px; padding: 11px 10px; border: 1px solid #dbe2db; background: var(--white); box-shadow: 0 3px 8px #40544b0c; }.mini-card.short { min-height: 65px; }.mini-card.featured { border-color: var(--teal); box-shadow: 0 7px 16px #3f7e6b25; }.mini-card small { display: block; margin-bottom: 6px; color: var(--teal-dark); font-size: 7px; font-weight: 700; letter-spacing: .1em; }.mini-card strong { display: block; max-width: 105px; font-size: 10px; line-height: 1.3; }.mini-person { width: 20px; height: 20px; margin-top: 10px; color: var(--ink); }.coral { background: var(--coral); }.mint { background: var(--mint); }.yellow { background: var(--yellow); }.progress { height: 4px; margin: 14px 0 8px; background: #e5eae4; }.progress span { display: block; width: 63%; height: 100%; background: var(--teal-dark); }.card-foot { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 8px; }.add-card { padding: 7px 5px; color: var(--muted); font-size: 9px; }.floating-sync { position: absolute; right: -16px; bottom: -29px; display: flex; align-items: center; gap: 10px; min-width: 214px; padding: 12px 14px; border: 1px solid #d8ded7; background: var(--white); box-shadow: 0 12px 27px #17211e1a; transform: rotate(-3deg); }.sync-icon { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; color: var(--teal-dark); background: var(--teal); font-size: 18px; }.floating-sync strong, .floating-sync small { display: block; }.floating-sync strong { font-size: 10px; }.floating-sync small { color: var(--muted); font-size: 8px; }.check { margin-left: auto; color: var(--teal-dark); font-size: 18px; }
.proof-bar { display: flex; align-items: center; gap: 22px; padding: 22px 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .01em; }.proof-bar p { margin: 0; }.proof-bar strong { color: var(--ink); }.proof-line { flex: 1; height: 1px; background: var(--line); }.proof-bar > span { color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.feature-section { padding: 126px 0 137px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }.section-heading h2 { margin: 18px 0 0; font-size: clamp(38px, 4vw, 57px); }.feature-grid { display: grid; grid-template-columns: 1.25fr .95fr .95fr; gap: 16px; }.feature-card { min-height: 390px; padding: 29px 29px 25px; border: 1px solid #dedfd8; background: var(--white); }.feature-main { position: relative; overflow: hidden; background: var(--yellow); border-color: var(--yellow); }.feature-icon { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; font-size: 18px; }.flow-icon { background: var(--ink); color: var(--yellow); }.bolt-icon { color: #8b6723; background: var(--yellow); }.people-icon { color: var(--teal-dark); background: var(--teal); }.feature-kicker { margin: 26px 0 9px; font-size: 9px; font-weight: 700; letter-spacing: .13em; }.feature-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 30px; line-height: .96; letter-spacing: -.05em; }.feature-card > p:not(.feature-kicker) { max-width: 270px; color: #647068; font-size: 13px; line-height: 1.55; }.feature-main > p:not(.feature-kicker) { color: #3d4b3f; }.feature-main a { position: absolute; bottom: 27px; color: var(--ink); border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; }.feature-main a span { margin-left: 10px; font-size: 15px; }.card-art { position: absolute; right: -9px; bottom: -20px; width: 175px; height: 120px; }.ghost-card { position: absolute; z-index: 2; top: 10px; left: 2px; width: 117px; padding: 12px; background: var(--white); box-shadow: 0 10px 16px #6b581c35; transform: rotate(-8deg); }.ghost-card small, .ghost-card b { display: block; }.ghost-card small { color: var(--teal-dark); font-size: 7px; font-weight: 700; }.ghost-card b { margin-top: 7px; font-size: 10px; line-height: 1.2; }.drag-arrow { position: absolute; top: 38px; left: 103px; z-index: 3; color: var(--coral); font-size: 24px; transform: rotate(-13deg); }.target-column { position: absolute; top: 0; right: 0; width: 83px; height: 115px; padding: 10px 8px; background: #efd89a; }.target-column span { color: #867034; font-size: 6px; font-weight: 700; }.target-column i { display: block; height: 19px; margin-top: 7px; background: #f7e8bd; }.offline-status { display: flex; align-items: center; gap: 10px; margin-top: 53px; padding-top: 17px; border-top: 1px solid #e3e5dc; }.offline-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px #ed8f7226; }.offline-status b, .offline-status small { display: block; }.offline-status b { font-size: 11px; }.offline-status small { color: var(--muted); font-size: 9px; }.offline-status > strong { margin-left: auto; color: var(--coral); font-size: 18px; }.people-art { position: relative; height: 97px; margin-top: 35px; border-top: 1px solid #e1e4db; }.person { position: absolute; top: 16px; width: 42px; height: 42px; border: 3px solid var(--white); font-size: 10px; }.p1 { left: 0; background: var(--coral); }.p2 { left: 28px; background: var(--teal); }.p3 { left: 56px; background: var(--yellow); }.people-caption { position: absolute; right: 0; bottom: 17px; color: var(--muted); font-size: 10px; }
.workflow-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 130px; padding: 0 0 137px; }.workflow-copy h2 { margin: 17px 0 23px; font-size: clamp(42px, 5vw, 67px); }.workflow-copy > p:not(.eyebrow) { max-width: 365px; color: var(--muted); font-size: 14px; line-height: 1.7; }.workflow-copy .button { margin-top: 20px; }.steps { padding-top: 11px; }.step { display: grid; grid-template-columns: 43px 1fr; gap: 26px; padding: 21px 0 25px; border-top: 1px solid var(--line); }.step:last-child { border-bottom: 1px solid var(--line); }.step > span { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.step h3 { margin-bottom: 5px; font-size: 17px; }.step p { margin: 0; color: var(--muted); font-size: 13px; }
.download-section { padding-bottom: 60px; }.download-inner { display: flex; justify-content: space-between; align-items: end; padding: 59px 65px; color: var(--white); background: var(--teal-dark); }.eyebrow-light { color: var(--teal); }.download-inner h2 { margin: 19px 0 0; font-size: clamp(43px, 5vw, 65px); }.download-inner h2 em { color: var(--yellow); }.download-action { max-width: 235px; }.download-action p { color: #cae2dc; font-size: 12px; line-height: 1.6; }.download-action .button { margin-top: 13px; width: 100%; }.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 24px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.site-footer p { margin: 0; }.site-footer .brand { color: var(--ink); font-size: 12px; }
@media (max-width: 850px) { .shell { width: min(100% - 36px, 620px); }.nav-links a:not(.nav-cta) { display: none; }.hero { grid-template-columns: 1fr; gap: 53px; padding: 55px 0 90px; }.hero-copy { max-width: 500px; }.hero-art { width: calc(100% - 13px); margin: 0 auto; }.feature-section { padding: 95px 0; }.section-heading { display: block; }.section-heading h2 { margin-bottom: 0; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-main { grid-column: span 2; }.workflow-section { grid-template-columns: 1fr; gap: 55px; padding-bottom: 100px; }.download-inner { display: block; padding: 46px 32px; }.download-action { margin-top: 35px; }.proof-bar > span { display: none; }.proof-line { display: none; } }
@media (max-width: 520px) { .shell { width: calc(100% - 32px); }.site-header { padding: 21px 0; }.nav-cta { font-size: 11px; }.hero { padding-top: 43px; }.hero-intro { font-size: 15px; }.hero-actions { gap: 18px; }.hero-note { margin-top: 40px; }.hero-art { width: calc(100% - 7px); }.board-window { transform: none; }.mini-board { min-width: 565px; }.board-window { overflow-x: auto; }.floating-sync { right: 9px; }.feature-grid { grid-template-columns: 1fr; }.feature-main { grid-column: auto; }.feature-card { min-height: 360px; }.feature-section { padding: 83px 0; }.workflow-section { gap: 38px; }.download-inner { padding: 39px 24px; }.site-footer { display: grid; gap: 15px; }.site-footer p { order: 3; } }
