:root {
  --cream: #f4f0e8;
  --paper: #fbfaf5;
  --forest: #1d4034;
  --forest-2: #2d5547;
  --moss: #577549;
  --sage: #dfe9d9;
  --coral: #b84a31;
  --coral-soft: #f8dfd4;
  --ink-muted: #5f6f67;
  --line: #a8baa8;
  --white: #fffef9;
  --shadow: 0 26px 80px rgba(30, 64, 52, .14);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: Manrope, Avenir, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--forest); background: radial-gradient(circle at 90% 4%, #dfead8 0, transparent 28rem), var(--cream); font-family: var(--sans); line-height: 1.5; }
button, a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:where(a, button):focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .8rem 1rem; border-radius: 8px; background: var(--forest); color: white; }
.skip-link:focus { top: 1rem; }

.site-header, main, footer { width: min(1300px, calc(100% - 44px)); margin-inline: auto; }
.site-header { min-height: 104px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(109, 143, 91, .35); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-size: 24px; font-weight: 800; letter-spacing: .18em; }
.brand img { width: 67px; height: 36px; object-fit: contain; }
.member-link { font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 25px; }
.header-actions a { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.header-cta { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; background: rgba(255, 254, 249, .55); }
.motion-toggle { min-height: 38px; padding: 7px 10px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--ink-muted); cursor: pointer; font-size: 10px; font-weight: 800; }
.motion-toggle:hover, .motion-toggle:focus-visible { border-color: var(--line); background: rgba(255, 254, 249, .62); color: var(--forest); }
.motion-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.motion-toggle:disabled { cursor: default; opacity: .72; }

.intro { min-height: 630px; padding: 92px 0 78px; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 90px; align-items: center; }
.intro-copy { max-width: 840px; }
.eyebrow { margin: 0 0 14px; color: var(--moss); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.intro h1, .demo-heading h2, .group-principles h2, .ask-curly-story h2, .agent-signal h2, .privacy-band h2, .pilot h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.062em; line-height: .9; }
.intro h1 { font-size: clamp(68px, 8.2vw, 118px); }
.intro h1 em { color: var(--coral); font-style: normal; }
.intro-copy > p:not(.eyebrow) { max-width: 700px; margin: 30px 0; color: var(--ink-muted); font-size: 20px; line-height: 1.65; }
.trust-row { display: flex; align-items: center; }
.trust-row span { min-height: 34px; padding: 0 20px; display: inline-flex; align-items: center; gap: 9px; border-left: 1px solid rgba(87, 117, 73, .36); color: var(--ink-muted); font-size: 11px; font-weight: 800; letter-spacing: .025em; }
.trust-row span:first-child { padding-left: 0; border-left: 0; }
.trust-row svg { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--moss); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-actions { margin: 0 0 25px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.primary-button { display: inline-flex; align-items: center; gap: 30px; padding: 14px 17px; border-radius: 7px; background: var(--forest); color: white; box-shadow: 0 3px 0 #10261c; font-size: 12px; font-weight: 800; text-decoration: none; }
.primary-button:hover, .primary-button:focus-visible { transform: translateY(-2px); box-shadow: 0 5px 0 #10261c; }
.text-button { font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.intro-aside { align-self: end; }
.intro-aside img { width: 180px; height: 180px; margin-left: auto; border: 1px solid var(--forest); border-radius: 50%; object-fit: cover; background: var(--paper); }
.intro-aside p { margin: 20px 0 0; color: var(--ink-muted); font-size: 14px; line-height: 1.65; }
.intro-aside b { color: var(--forest); }

.demo-section { padding: 75px 0 92px; border-top: 1px solid rgba(109, 143, 91, .38); }
.demo-heading { margin-bottom: 36px; }
.demo-heading h2 { max-width: 850px; font-size: clamp(48px, 5.7vw, 78px); line-height: .96; }

.stage-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px 20px 0 0; overflow: hidden; background: rgba(255, 254, 249, .48); }
.stage-tabs button { position: relative; min-height: 92px; padding: 18px 20px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; border: 0; border-right: 1px solid rgba(168, 186, 168, .65); background: transparent; color: var(--ink-muted); cursor: pointer; text-align: left; }
.stage-tabs button:last-child { border-right: 0; }
.stage-tabs button::after { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; content: ""; background: var(--coral); transform: scaleX(0); transform-origin: left; }
.stage-tabs button[aria-selected="true"] { background: var(--white); color: var(--forest); }
.stage-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.stage-tabs .step-icon { width: 40px; height: 40px; grid-row: 1 / 3; align-self: center; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--moss); background: rgba(255, 254, 249, .68); }
.stage-tabs .step-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.stage-tabs button b { font-size: 14px; }
.stage-tabs button small { font-size: 11px; }
.stage-tabs button:hover, .stage-tabs button:focus-visible { background: var(--white); outline-offset: -4px; }

.demo-canvas { display: grid; grid-template-columns: 300px minmax(0, 1fr); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 26px 26px; overflow: hidden; background: rgba(255, 254, 249, .8); box-shadow: var(--shadow); }
.activity-rail { padding: 34px 27px; border-right: 1px solid var(--line); background: linear-gradient(180deg, #e7efe1, #f5f1e8); }
.activity-heading { min-height: 55px; display: grid; grid-template-columns: 12px 1fr; gap: 13px; align-items: start; }
.activity-heading b { display: block; font-size: 14px; line-height: 1.3; }
.activity-heading small { color: var(--ink-muted); font-size: 11px; }
.activity-dot { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(237, 107, 73, .13); }
.activity-person { margin: 30px 0 17px; display: flex; align-items: center; gap: 11px; }
.activity-person b, .activity-person small { display: block; }
.activity-person b { font-size: 13px; }
.activity-person small { color: var(--ink-muted); font-size: 11px; }
.avatar { width: 40px; height: 40px; display: inline-grid; place-items: center; flex: none; border-radius: 50%; color: white; font-size: 11px; font-weight: 800; }
.avatar-tim { background: var(--coral); }
.avatar-maya { background: var(--forest); }
.avatar-jordan { background: #b5842a; }
.avatar-elise { background: #8b5f6a; }
.activity-copy { min-height: 128px; margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.65; }
.activity-list { min-height: 118px; margin: 24px 0; padding: 0; list-style: none; }
.activity-list li { padding: 8px 0; border-bottom: 1px solid rgba(168, 186, 168, .48); font-size: 12px; font-weight: 700; }
.activity-list li span { color: var(--moss); margin-right: 7px; }
.principle-card { margin-top: 30px; padding: 16px 0 4px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; border-top: 1px solid rgba(87, 117, 73, .42); color: var(--forest); }
.principle-card .principle-icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--coral); }
.principle-card .principle-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.principle-card div > span { color: var(--moss); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.principle-card p { margin: 6px 0 0; color: var(--ink-muted); font-size: 11px; line-height: 1.55; }

.workspace-shell { min-width: 0; background: #f4f3eb; }
.workspace-topbar { min-height: 66px; padding: 0 24px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(168, 186, 168, .7); background: rgba(251, 250, 245, .94); }
.workspace-brand { display: flex; align-items: center; gap: 9px; color: var(--forest); text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.workspace-brand img { width: 39px; }
.private-badge { margin-left: auto; padding: 6px 9px; display: flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.private-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--moss); }
.workspace-topbar button { border: 0; background: transparent; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.trip-hero { position: relative; height: 286px; overflow: hidden; }
.trip-hero > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.trip-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244, 240, 232, .96) 0%, rgba(244, 240, 232, .8) 44%, rgba(244, 240, 232, .2) 76%), linear-gradient(0deg, rgba(244, 240, 232, .75), transparent 50%); }
.trip-hero-copy { position: absolute; inset: 0; padding: 29px 32px; display: flex; flex-direction: column; justify-content: flex-end; }
.trip-status { display: flex; align-items: center; gap: 11px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.trip-status b { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 254, 249, .84); color: var(--moss); font-size: 9px; letter-spacing: .05em; }
.trip-status i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--coral); }
.trip-hero h3 { margin: 8px 0 0; font: 500 clamp(54px, 7vw, 87px)/.85 var(--serif); letter-spacing: -.055em; }
.trip-hero-copy > p { margin: 9px 0 17px; font-size: 13px; font-weight: 700; }
.crew-row { display: flex; align-items: center; gap: 13px; }
.avatar-stack { display: flex; }
.avatar-stack .avatar { width: 32px; height: 32px; margin-left: -7px; border: 2px solid var(--paper); font-size: 9px; }
.avatar-stack .avatar:first-child { margin-left: 0; }
.crew-row > b { font-size: 11px; }

.workspace-body { min-height: 520px; padding: 29px 31px 34px; }
.workspace-body > section { animation: panelIn 420ms ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.section-heading { margin-bottom: 21px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.section-heading .eyebrow { margin-bottom: 6px; font-size: 9px; }
.section-heading h4 { margin: 0; font: 600 30px/1.1 var(--serif); letter-spacing: -.035em; }
.status-pill { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.status-confirmed, .status-live { color: var(--moss); }
.status-review { border-color: #ebb39f; color: #a6462d; background: #fff8f4; }
.brief-card { padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.brief-card > div:first-child { display: flex; justify-content: space-between; color: var(--moss); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.brief-card > div:first-child small { color: var(--ink-muted); font-weight: 600; letter-spacing: 0; }
.brief-card h5, .contribution h5, .curly-card h5, .up-next-event h5 { margin: 12px 0 8px; font: 600 25px/1.1 var(--serif); }
.brief-card p { margin: 16px 0 0; color: var(--ink-muted); font-size: 12px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 6px 9px; border: 1px solid #bed0b4; border-radius: 999px; background: #f5f8f0; font-size: 10px; font-weight: 700; }
.invite-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.invite-grid article { min-width: 0; padding: 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 254, 249, .72); }
.invite-grid .avatar { width: 31px; height: 31px; font-size: 8px; }
.invite-grid div { min-width: 0; }
.invite-grid b, .invite-grid small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.invite-grid b { font-size: 11px; }
.invite-grid small { color: var(--ink-muted); font-size: 9px; }
.invite-state { margin-left: auto; color: var(--moss); font-size: 8px; font-weight: 800; text-transform: uppercase; }

.contribution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.contribution { position: relative; min-height: 176px; padding: 15px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.contribution::after { position: absolute; width: 76px; height: 76px; right: -30px; bottom: -31px; border-radius: 50%; content: ""; background: var(--sage); }
.contributor { display: flex; align-items: center; gap: 8px; }
.contributor .avatar { width: 28px; height: 28px; font-size: 7px; }
.contributor p { margin: 0; }
.contributor b, .contributor small { display: block; }
.contributor b { font-size: 10px; }
.contributor small { color: var(--ink-muted); font-size: 8px; }
.card-label { display: block; margin-top: 16px; color: var(--moss); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.contribution h5 { margin: 5px 0 4px; font-size: 19px; }
.contribution > p { margin: 0; color: var(--ink-muted); font-size: 10px; }
.contribution.arrival::after { background: var(--coral-soft); }
.contribution.itinerary::after { background: #e7dcbf; }
.contribution.edit::after { background: #e4d4da; }

.curly-card { padding: 22px; display: grid; grid-template-columns: 70px 1fr; gap: 18px; border: 1px solid #e8a58e; border-radius: 18px; background: linear-gradient(135deg, #fffdf8, #fae7df); }
.curly-card > img { width: 68px; height: 68px; border: 1px solid var(--forest); border-radius: 50%; object-fit: cover; background: var(--paper); }
.curly-card .card-label { margin-top: 0; color: #a64830; }
.curly-card h5 { margin: 5px 0; font-size: 24px; }
.curly-card p { margin: 0; color: var(--ink-muted); font-size: 11px; }
.proposal-row { margin: 16px 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; }
.proposal-row > span { padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 254, 249, .7); }
.proposal-row small, .proposal-row b { display: block; }
.proposal-row small { color: var(--ink-muted); font-size: 8px; }
.proposal-row b { font-size: 10px; }
.proposal-row .proposed { border-color: #e8a58e; background: white; }
.curly-card button { padding: 10px 13px; border: 0; border-radius: 8px; background: var(--forest); color: white; cursor: pointer; font-size: 10px; font-weight: 800; }
.curly-card button span { margin-left: 20px; }
.curly-card div > small { display: block; margin-top: 9px; color: var(--ink-muted); font-size: 8px; }
.approval-card { margin-top: 11px; padding: 14px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 14px; background: #f5f8f0; }
.approval-card .avatar { width: 32px; height: 32px; font-size: 8px; }
.approval-card p { margin: 0; flex: 1; }
.approval-card p b, .approval-card p small { display: block; }
.approval-card p b { font-size: 11px; }
.approval-card p small { color: var(--ink-muted); font-size: 9px; }
.approval-card > span:last-child { color: var(--moss); font-size: 9px; font-weight: 800; }

.execution-grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: 11px; }
.up-next-card, .today-card, .ledger-card { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.up-next-card { padding: 18px; background: linear-gradient(140deg, #fffef9, #e4eddc); }
.card-topline { display: flex; justify-content: space-between; color: var(--moss); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.up-next-event { margin-top: 20px; display: flex; align-items: center; gap: 15px; }
.up-next-event time { width: 70px; height: 70px; padding: 11px 5px; display: grid; place-items: center; flex: none; border-radius: 13px; background: var(--forest); color: white; text-align: center; }
.up-next-event time strong { font: 600 24px/1 var(--serif); }
.up-next-event time small { font-size: 7px; }
.up-next-event span, .up-next-event p { color: var(--ink-muted); font-size: 9px; }
.up-next-event h5 { margin: 3px 0; font-size: 22px; }
.up-next-event p { margin: 0; }
.context-row { margin-top: 22px; padding-top: 12px; display: flex; gap: 18px; border-top: 1px solid rgba(168, 186, 168, .58); color: var(--ink-muted); font-size: 9px; font-weight: 700; }
.today-card { grid-row: span 2; padding: 18px; }
.today-card ol { margin: 18px 0 0; padding: 0; list-style: none; }
.today-card li { position: relative; padding: 10px 0 10px 43px; display: flex; gap: 12px; border-top: 1px solid rgba(168, 186, 168, .55); }
.today-card li::before { position: absolute; left: 28px; top: 0; bottom: 0; width: 1px; content: ""; background: var(--line); }
.today-card li::after { position: absolute; left: 24px; top: 19px; width: 7px; height: 7px; border: 1px solid var(--coral); border-radius: 50%; content: ""; background: var(--white); }
.today-card li.done::after { background: var(--moss); border-color: var(--moss); }
.today-card time { width: 32px; font-size: 8px; font-weight: 800; }
.today-card b, .today-card small { display: block; }
.today-card b { font-size: 10px; }
.today-card small { color: var(--ink-muted); font-size: 8px; }
.ledger-card { padding: 15px 17px; }
.ledger-card > div { display: flex; align-items: center; gap: 9px; }
.ledger-card .avatar { width: 29px; height: 29px; font-size: 7px; }
.ledger-card div p { margin: 0; }
.ledger-card div b, .ledger-card div small { display: block; }
.ledger-card div b { font-size: 10px; }
.ledger-card div small { color: var(--ink-muted); font-size: 8px; }
.ledger-card > strong { display: block; margin-top: 10px; font-size: 21px; }
.ledger-card > p { margin: 0 0 9px; color: var(--ink-muted); font-size: 9px; }
.ledger-state { color: var(--moss); font-size: 8px; font-weight: 800; }

.workspace-nav { min-height: 68px; padding: 6px 14px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; align-items: stretch; border-top: 1px solid var(--line); background: var(--white); font-size: 9px; font-weight: 800; text-align: center; }
.workspace-nav > span { min-width: 0; padding: 5px 3px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-radius: 8px; color: var(--ink-muted); }
.workspace-nav > span > svg { width: 18px; height: 18px; fill: currentColor; }
.workspace-nav > span > b { font-size: 9px; line-height: 1.1; }
.workspace-nav .active { background: var(--forest); color: white; }
.workspace-chat-preview i { width: 22px; height: 22px; display: grid; overflow: hidden; border: 1px solid var(--forest); border-radius: 50%; background: var(--paper); }
.workspace-chat-preview img { width: 100%; height: 100%; object-fit: cover; }
.demo-progress { height: 4px; margin: 22px 0 0; overflow: hidden; border-radius: 999px; background: rgba(168, 186, 168, .4); }
.demo-progress span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--coral); transition: width 500ms ease; }
.demo-footnote { max-width: 800px; margin: 16px 0 0; color: var(--ink-muted); font-size: 11px; }
.noscript-note { padding: 15px; border: 1px solid var(--line); background: var(--white); }

.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--moss); background: var(--white); }
.feature-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

.group-principles { padding: 100px 0 106px; border-top: 1px solid rgba(109, 143, 91, .38); }
.group-principles > header { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 70px; align-items: end; }
.group-principles h2 { max-width: 820px; font-size: clamp(50px, 5.7vw, 76px); line-height: .95; }
.group-principles > header > p { max-width: 480px; margin: 0 0 5px; color: var(--ink-muted); font-size: 16px; line-height: 1.7; }
.principle-cards { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-cards article { min-height: 292px; padding: 28px; border: 1px solid var(--line); border-right: 0; background: rgba(255, 254, 249, .56); }
.principle-cards article:first-child { border-radius: 20px 0 0 20px; }
.principle-cards article:last-child { border-right: 1px solid var(--line); border-radius: 0 20px 20px 0; }
.principle-cards article:nth-child(2) { background: rgba(231, 239, 225, .62); }
.principle-cards small { display: block; margin-top: 26px; color: var(--moss); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.principle-cards h3 { margin: 8px 0 10px; font: 600 27px/1.1 var(--serif); }
.principle-cards p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.65; }

.ask-curly-story { min-height: 760px; padding: 115px 0; display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.1fr); gap: 85px; align-items: center; border-top: 1px solid rgba(109, 143, 91, .38); }
.ask-curly-copy h2 { max-width: 650px; font-size: clamp(58px, 6.8vw, 91px); line-height: .94; }
.ask-curly-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: var(--ink-muted); font-size: 17px; line-height: 1.7; }
.ask-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
.ask-capabilities span { min-height: 48px; padding: 10px 0; display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(87, 117, 73, .28); color: var(--ink-muted); font-size: 10px; font-weight: 800; }
.ask-capabilities span:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(87, 117, 73, .28); }
.ask-capabilities svg { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--moss); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ask-demo-card { position: relative; min-height: 570px; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: linear-gradient(145deg, #edf3e8, #fbfaf5); box-shadow: var(--shadow); }
.ask-demo-card > header { min-height: 92px; padding: 18px 22px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid rgba(168, 186, 168, .68); background: rgba(255, 254, 249, .74); }
.ask-demo-card > header img { width: 54px; height: 54px; border: 1px solid var(--forest); border-radius: 50%; object-fit: cover; background: var(--paper); }
.ask-demo-card > header span, .ask-demo-card > header b { display: block; }
.ask-demo-card > header span { color: var(--moss); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ask-demo-card > header b { font: 600 25px/1.15 var(--serif); }
.ask-demo-card > header i { width: 9px; height: 9px; margin-left: auto; border-radius: 50%; background: var(--moss); box-shadow: 0 0 0 5px rgba(109, 143, 91, .14); }
.ask-panels { min-height: 370px; padding: 30px 25px 18px; }
.ask-panels > section { animation: askPanelIn 520ms ease both; }
@keyframes askPanelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.ask-user, .ask-answer { width: min(88%, 520px); padding: 17px 19px; border: 1px solid var(--line); border-radius: 18px; }
.ask-user { margin-left: auto; background: #e8efe3; }
.ask-answer { margin-top: 18px; background: var(--white); }
.ask-user span, .ask-answer span { color: var(--moss); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.ask-user p, .ask-answer p { margin: 5px 0 0; font-size: 15px; line-height: 1.55; }
.ask-answer small { display: block; margin-top: 13px; padding-top: 11px; border-top: 1px solid rgba(168, 186, 168, .5); color: var(--ink-muted); font-size: 9px; }
.ask-composer { min-height: 60px; margin: 0 25px; padding: 0 10px 0 16px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); color: #89958f; font-size: 11px; }
.ask-composer span { flex: 1; }
.ask-composer b { padding: 10px 13px; border-radius: 9px; background: var(--forest); color: white; font-size: 10px; }
.ask-progress { position: absolute; right: 0; bottom: 14px; left: 0; display: flex; justify-content: center; gap: 6px; }
.ask-progress i { width: 6px; height: 6px; border-radius: 50%; background: #c7d2c3; transition: width 350ms ease, background 350ms ease; }
.ask-progress i.active { width: 20px; border-radius: 999px; background: var(--coral); }

.agent-signal { min-height: 650px; padding: 96px 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(40px, 6vw, 86px); align-items: center; border-top: 1px solid rgba(109, 143, 91, .38); }
.agent-signal h2 { font-size: clamp(58px, 6.8vw, 91px); }
.agent-signal-copy > p:last-child { max-width: 640px; margin: 27px 0 0; color: var(--ink-muted); font-size: 17px; line-height: 1.7; }
.phrase-stage { position: relative; min-height: 2.05em; color: var(--coral); font: 500 clamp(48px, 5.1vw, 73px)/.95 var(--serif); letter-spacing: -.06em; }
.phrase-stage span { position: absolute; inset: 0 auto auto 0; opacity: 0; animation: phraseCycle 57.6s ease-in-out infinite; animation-delay: var(--phrase-delay); animation-play-state: paused; }
.agent-signal.is-visible .phrase-stage span { animation-play-state: running; }
body.motion-paused .agent-signal.is-visible .phrase-stage span { animation-play-state: paused; }
.agent-signal.is-complete .phrase-stage span { animation: none; opacity: 0; }
.agent-signal.is-complete .phrase-stage span:last-child { opacity: 1; transform: none; }
@keyframes phraseCycle { 0% { opacity: 0; transform: translateY(9px); } 1.1%, 3.25% { opacity: 1; transform: none; } 4.167%, 100% { opacity: 0; transform: translateY(-8px); } }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.agent-gallery { position: relative; width: min(100%, 450px); min-height: 450px; margin: 0 auto; isolation: isolate; }
.agent-gallery::before { position: absolute; z-index: -2; inset: 6% 4% auto auto; width: 88%; aspect-ratio: 1; border: 1px solid rgba(87, 117, 73, .48); border-radius: 50%; box-shadow: -31px 26px 0 -1px rgba(237, 107, 73, .16), -62px 52px 0 -1px rgba(87, 117, 73, .12); content: ""; }
.agent-gallery img { position: absolute; right: 4%; bottom: 2%; width: 88%; aspect-ratio: 1; border: 1px solid var(--forest); border-radius: 50%; object-fit: cover; background: var(--paper); box-shadow: 0 24px 58px rgba(30, 64, 52, .16); opacity: 0; transform: translateY(12px) scale(.975); animation: agentPortraitOne 48s ease-in-out infinite; animation-play-state: paused; }
.agent-signal.is-visible .agent-gallery img, .agent-signal.is-visible .agent-signal-mark i { animation-play-state: running; }
body.motion-paused .agent-signal.is-visible .agent-gallery img, body.motion-paused .agent-signal.is-visible .agent-signal-mark i { animation-play-state: paused; }
.agent-signal.is-complete .agent-gallery img { display: none; animation: none; }
.agent-signal.is-complete .agent-gallery .agent-one { display: block; opacity: 1; transform: none; }
.agent-signal.is-complete .agent-signal-mark i { animation: none; }
.agent-signal-mark { position: absolute; z-index: 2; bottom: 4%; left: -7%; width: 148px; height: 76px; color: var(--forest); }
.agent-signal-mark span { position: absolute; top: 17px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 12px currentColor, 0 24px currentColor; }
.agent-signal-mark span:nth-child(2) { left: 12px; }.agent-signal-mark span:nth-child(3) { left: 24px; }
.agent-signal-mark i { position: absolute; left: 28px; width: 86px; height: 38px; border-top: 2px solid currentColor; border-radius: 50%; transform-origin: left center; animation: agentLine 3.6s ease-in-out infinite; animation-play-state: paused; }
.agent-signal-mark i:nth-of-type(1) { top: 8px; transform: rotate(16deg); }.agent-signal-mark i:nth-of-type(2) { top: 30px; color: var(--moss); transform: rotate(0); animation-delay: .18s; }.agent-signal-mark i:nth-of-type(3) { top: 52px; color: var(--coral); transform: rotate(-16deg); animation-delay: .36s; }
.agent-signal-mark b { position: absolute; top: 28px; left: 118px; width: 15px; height: 15px; border-radius: 50%; background: var(--forest); }
@keyframes agentPortraitOne { 0%, 18% { opacity: 1; transform: none; } 20%, 98% { opacity: 0; transform: translateY(-10px) scale(1.015); } 100% { opacity: 1; transform: none; } }
.agent-gallery .agent-two { animation-name: agentPortraitTwo; }
@keyframes agentPortraitTwo { 0%, 18% { opacity: 0; } 20%, 38% { opacity: 1; transform: none; } 40%, 100% { opacity: 0; transform: translateY(-10px) scale(1.015); } }
.agent-gallery .agent-three { animation-name: agentPortraitThree; }
@keyframes agentPortraitThree { 0%, 38% { opacity: 0; } 40%, 58% { opacity: 1; transform: none; } 60%, 100% { opacity: 0; transform: translateY(-10px) scale(1.015); } }
.agent-gallery .agent-four { animation-name: agentPortraitFour; }
@keyframes agentPortraitFour { 0%, 58% { opacity: 0; } 60%, 78% { opacity: 1; transform: none; } 80%, 100% { opacity: 0; transform: translateY(-10px) scale(1.015); } }
.agent-gallery .agent-five { animation-name: agentPortraitFive; }
@keyframes agentPortraitFive { 0%, 78% { opacity: 0; } 80%, 98% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes agentLine { 50% { opacity: .45; transform: rotate(6deg) scaleX(.93); } }

.privacy-band { width: 100vw; margin-left: calc(50% - 50vw); padding: 90px max(22px, calc((100vw - 1300px) / 2)); display: grid; grid-template-columns: 1.45fr 1fr; gap: 80px; background: var(--forest); color: white; }
.privacy-band .eyebrow { color: #bad0af; }
.privacy-band h2 { font-size: clamp(48px, 5.5vw, 78px); line-height: .96; }
.privacy-band ul { align-self: end; margin: 0; padding: 0; list-style: none; }
.privacy-band li { min-height: 105px; padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.24); }
.privacy-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--coral); }
.privacy-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.privacy-band li small, .privacy-band li b { display: block; }
.privacy-band li small { margin-bottom: 5px; color: #bad0af; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.privacy-band li b { color: white; font-size: 14px; line-height: 1.4; }

.pilot { padding: 120px 0; text-align: center; }
.pilot .eyebrow { color: var(--coral); }
.pilot h2 { font-size: clamp(56px, 7vw, 94px); }
.pilot > p:not(.eyebrow) { max-width: 610px; margin: 27px auto 31px; color: var(--ink-muted); font-size: 17px; }
.pilot .primary-button { margin-inline: auto; }
.pilot small { display: block; margin-top: 22px; color: var(--ink-muted); font-size: 11px; }
.pilot-form { display: grid; gap: 19px; max-width: 900px; margin: 36px auto 0; border: 1px solid var(--line); border-radius: 18px; padding: clamp(22px, 4vw, 38px); background: rgba(255, 254, 249, .84); box-shadow: 0 20px 52px rgba(30, 58, 47, .1); text-align: left; }
.pilot-fields { display: grid; gap: 19px; min-width: 0; margin: 0; border: 0; padding: 0; }
.pilot-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pilot-form label { display: block; color: var(--forest); font-size: 12px; font-weight: 800; }
.pilot-form label > span[aria-hidden="true"] { display: inline; color: var(--coral); }
.pilot-form label small { margin: 0; color: var(--ink-muted); font-size: 10px; font-weight: 600; }
.pilot-form input, .pilot-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; background: var(--white); color: var(--forest); font: 500 13px/1.45 var(--sans); }
.pilot-form label > input, .pilot-form label > textarea { display: block; margin-top: 7px; }
.pilot-form input { min-height: 46px; }
.pilot-form textarea { min-height: 105px; resize: vertical; }
.pilot-form input:focus, .pilot-form textarea:focus { outline: 3px solid rgba(87, 117, 73, .2); border-color: var(--moss); }
.pilot-details { display: grid; gap: 17px; border-top: 1px solid rgba(168, 186, 168, .55); padding-top: 17px; }
.pilot-details summary { cursor: pointer; color: var(--forest); font-size: 12px; font-weight: 800; }
.pilot-details summary::marker { color: var(--coral); }
.pilot-form .pilot-consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 600; line-height: 1.5; }
.pilot-consent input { flex: none; width: 17px; min-height: 17px; margin-top: 2px; padding: 0; }
.pilot-consent span { display: inline; }
.pilot-form .primary-button { justify-self: start; margin: 0; border: 0; cursor: pointer; }
.pilot-form .primary-button:disabled { cursor: wait; opacity: .65; }
.pilot-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.pilot .pilot-form-status { min-height: 1.45em; max-width: none; margin: 0; color: var(--ink-muted); font-size: 12px; line-height: 1.45; }
.pilot .pilot-form-status.success { color: #356044; font-weight: 800; }
.pilot .pilot-form-status.error, .pilot .pilot-noscript { color: #963f2d; font-weight: 800; }
.pilot .pilot-noscript { max-width: none; margin: 0; font-size: 12px; line-height: 1.5; }
.pilot .fine-print { margin-top: 20px; }

footer { min-height: 150px; padding: 30px 0; display: grid; grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr); align-items: start; gap: 18px 40px; border-top: 1px solid var(--line); }
.footer-brand .brand { font-size: 17px; }
.footer-brand .brand img { width: 51px; }
.footer-brand p { margin: 10px 0 0; }
footer p { color: var(--ink-muted); font-size: 12px; }
.footer-nav { display: grid; grid-template-columns: repeat(6, max-content); justify-content: space-between; gap: 12px 20px; padding-top: 11px; }
footer nav a { font-size: 11px; font-weight: 800; text-underline-offset: 4px; }
.footer-copyright { grid-column: 1 / -1; margin: 0; }

@media (max-width: 960px) {
  .intro { grid-template-columns: 1fr 240px; gap: 35px; }
  .ask-curly-story { grid-template-columns: 1fr; gap: 50px; }
  .agent-signal { grid-template-columns: 1fr; }
  .agent-gallery { width: min(410px, 100%); min-height: 410px; margin: auto; }
  .demo-canvas { grid-template-columns: 235px minmax(0, 1fr); }
  .activity-rail { padding: 29px 20px; }
  .activity-copy { min-height: 158px; }
  .invite-grid { grid-template-columns: 1fr; }
  .invite-grid article { padding: 9px 12px; }
  .workspace-body { min-height: 610px; }
  .curly-card { grid-template-columns: 52px 1fr; }
  .curly-card > img { width: 52px; height: 52px; }
  .execution-grid { grid-template-columns: 1fr; }
  .today-card { grid-row: auto; }
}

@media (max-width: 880px) {
  .intro { grid-template-columns: 1fr; gap: 34px; }
  .intro-aside { display: flex; align-items: center; gap: 18px; }
  .intro-aside img { width: 112px; height: 112px; margin: 0; flex: none; }
  .intro-aside p { max-width: 430px; margin: 0; }
  .group-principles > header { grid-template-columns: 1fr; gap: 24px; }
  .group-principles > header > p { max-width: 640px; }
  .demo-canvas { display: flex; flex-direction: column; }
  .activity-rail { padding: 24px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr); column-gap: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .activity-heading { grid-column: 1; min-height: auto; }
  .activity-person { grid-column: 2; grid-row: 1; justify-self: end; margin: 0; }
  .activity-copy { grid-column: 1; min-height: 0; margin-top: 18px; }
  .activity-list { grid-column: 1; min-height: 0; margin: 15px 0 0; }
  .principle-card { grid-column: 2; grid-row: 2 / 4; align-self: start; margin-top: 18px; }
  .workspace-body { min-height: 0; }
  .invite-grid { grid-template-columns: repeat(3, 1fr); }
  .execution-grid { grid-template-columns: 1.25fr .85fr; }
  .today-card { grid-row: span 2; }
}

@media (max-width: 720px) {
  .site-header, main, footer { width: min(100% - 28px, 1300px); }
  .site-header { min-height: 82px; }
  .brand { gap: 9px; font-size: 18px; }
  .brand img { width: 51px; }
  .member-link { font-size: 11px; }
  .header-actions { gap: 12px; }
  .header-actions > a:first-child, .header-actions .header-cta { display: none; }
  .motion-toggle { padding-inline: 8px; }
  .motion-toggle span { max-width: 48px; overflow: hidden; white-space: nowrap; }
  .intro { min-height: auto; padding: 52px 0 60px; display: block; }
  .intro h1 { font-size: clamp(54px, 15.5vw, 66px); line-height: .92; text-wrap: balance; }
  .intro h1 br { display: none; }
  .intro-copy > p:not(.eyebrow) { font-size: 17px; }
  .intro-aside { margin-top: 42px; display: flex; align-items: center; gap: 17px; }
  .intro-aside img { width: 86px; height: 86px; margin: 0; flex: none; }
  .intro-aside p { margin: 0; font-size: 12px; }
  .trust-row { display: grid; grid-template-columns: 1fr; }
  .trust-row span, .trust-row span:first-child { min-height: 46px; padding: 8px 0; border: 0; border-top: 1px solid rgba(87, 117, 73, .28); }
  .trust-row span:last-child { border-bottom: 1px solid rgba(87, 117, 73, .28); }
  .demo-section { padding-top: 60px; }
  .demo-heading { align-items: flex-start; flex-direction: column; }
  .demo-heading h2 { font-size: 48px; }
  .stage-tabs { margin-right: calc((100vw - 28px - 100%) * -1); overflow-x: auto; border-radius: 16px 0 0 0; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 28px), transparent 100%); mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 28px), transparent 100%); }
  .stage-tabs::-webkit-scrollbar { display: none; }
  .stage-tabs button { min-width: 162px; min-height: 82px; padding: 15px; scroll-snap-align: start; }
  .stage-tabs .step-icon { width: 36px; height: 36px; }
  .stage-tabs .step-icon svg { width: 19px; height: 19px; }
  .demo-canvas { display: flex; flex-direction: column; border-radius: 0 0 21px 21px; }
  .activity-rail { padding: 20px; display: grid; grid-template-columns: 1fr auto; column-gap: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .activity-heading { min-height: auto; }
  .activity-person { margin: 0; justify-self: end; }
  .activity-person div { display: none; }
  .activity-copy { min-height: auto; margin-top: 16px; grid-column: 1 / -1; }
  .activity-list { min-height: auto; margin: 15px 0 0; grid-column: 1 / -1; }
  .principle-card { margin-top: 15px; grid-column: 1 / -1; }
  .workspace-topbar { min-height: 58px; padding-inline: 15px; }
  .trip-hero { height: 252px; }
  .trip-hero-copy { padding: 24px 20px; }
  .trip-hero h3 { font-size: 57px; }
  .workspace-body { min-height: 0; padding: 24px 16px 29px; }
  .section-heading h4 { font-size: 26px; }
  .invite-grid { grid-template-columns: 1fr; }
  .contribution-grid { grid-template-columns: 1fr; }
  .contribution { min-height: 158px; }
  .curly-card { padding: 17px; grid-template-columns: 1fr; }
  .curly-card > img { width: 58px; height: 58px; }
  .proposal-row { grid-template-columns: 1fr; }
  .proposal-row > i { display: none; }
  .approval-card { align-items: flex-start; flex-wrap: wrap; }
  .approval-card > span:last-child { width: 100%; padding-left: 43px; }
  .workspace-nav { padding-inline: 14px; }
  .execution-grid { grid-template-columns: 1fr; }
  .today-card { grid-row: auto; }
  .group-principles { padding: 70px 0 76px; }
  .group-principles > header { grid-template-columns: 1fr; gap: 24px; }
  .group-principles h2 { font-size: 46px; }
  .group-principles > header > p { font-size: 15px; }
  .principle-cards { margin-top: 36px; grid-template-columns: 1fr; }
  .principle-cards article, .principle-cards article:first-child, .principle-cards article:last-child { min-height: 0; padding: 24px; border: 1px solid var(--line); border-bottom: 0; border-radius: 0; }
  .principle-cards article:first-child { border-radius: 18px 18px 0 0; }
  .principle-cards article:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 18px 18px; }
  .principle-cards small { margin-top: 22px; }
  .ask-curly-story { min-height: auto; padding: 72px 0; }
  .ask-curly-copy h2 { font-size: 55px; }
  .ask-curly-copy > p:not(.eyebrow) { font-size: 15px; }
  .ask-capabilities { grid-template-columns: 1fr; }
  .ask-capabilities span:nth-last-child(-n + 2) { border-bottom: 0; }
  .ask-capabilities span:last-child { border-bottom: 1px solid rgba(87, 117, 73, .28); }
  .ask-demo-card { min-height: 560px; border-radius: 21px; }
  .ask-panels { min-height: 368px; padding: 24px 16px 15px; }
  .ask-user, .ask-answer { width: 94%; padding: 15px; }
  .ask-user p, .ask-answer p { font-size: 14px; }
  .ask-composer { margin: 0 16px; }
  .agent-signal { min-height: auto; padding: 72px 0; gap: 45px; }
  .agent-signal h2 { font-size: 55px; }
  .phrase-stage { min-height: 2.2em; font-size: 48px; }
  .agent-signal-copy > p:last-child { font-size: 15px; }
  .agent-gallery { width: min(320px, 94%); min-height: 320px; }
  .agent-gallery img { width: 88%; }
  .agent-signal-mark { bottom: 0; left: -8%; transform: scale(.72); transform-origin: left bottom; }
  .privacy-band { grid-template-columns: 1fr; gap: 42px; padding-top: 72px; padding-bottom: 72px; }
  .privacy-band h2 { font-size: 49px; }
  .pilot { padding: 88px 0; }
  .pilot h2 { font-size: 56px; }
  .pilot-form-grid { grid-template-columns: 1fr; }
  footer { padding: 25px 0; grid-template-columns: 1fr; gap: 18px; }
  .footer-nav { grid-template-columns: repeat(3, max-content); justify-content: start; gap: 12px 22px; padding-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .workspace-body > section { animation: none; }
  .demo-progress span { transition: none; }
  .phrase-stage span { display: none; animation: none; }
  .phrase-stage span:first-child { display: block; opacity: 1; }
  .agent-gallery img { display: none; animation: none; }
  .agent-gallery .agent-one { display: block; opacity: 1; transform: none; }
  .agent-signal-mark i { animation: none; }
  .ask-panels > section { animation: none; }
  .ask-progress i { transition: none; }
}
