:root { color-scheme: light; --paper: #f7f7f0; --ink: #28362a; --muted: #626a5d; --line: #d9ddcf; --green: #354b33; --accent: #d4e3a5; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible, summary:focus-visible { outline: 3px solid #75944d; outline-offset: 6px; border-radius: 3px; }
.wrap { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -6rem; padding: .7rem 1rem; background: var(--ink); color: white; z-index: 5; }
.skip-link:focus { top: 1rem; }
.preview-strip { padding: 8px 20px; text-align: center; font-size: 11px; letter-spacing: .025em; color: #59654f; background: #e9eddf; }
.preview-strip span { margin-inline: 8px; }
.navigation { display: flex; align-items: center; justify-content: space-between; min-height: 100px; }
.brand { display: inline-flex; align-items: center; font-size: 25px; font-weight: 700; letter-spacing: -1.1px; text-decoration: none; }
.brand-period { color: #7b9651; }
.brand-mark { display: flex; align-items: center; gap: 3px; margin-right: 10px; height: 29px; }
.brand-mark i { display: block; width: 4px; height: 16px; border-radius: 8px; background: var(--green); transform: rotate(17deg); }
.brand-mark i:nth-child(2) { height: 28px; }.brand-mark i:nth-child(3) { height: 22px; }.brand-mark i:nth-child(4) { height: 11px; }
.nav-links { display: flex; align-items: center; gap: 33px; font-size: 13px; }
.nav-links a { text-decoration: none; }.nav-links a:hover { color: #647640; }
.nav-contact { border: 1px solid var(--line); padding: 9px 16px; border-radius: 7px; }.nav-contact span { margin-left: 13px; }
.hero { text-align: center; padding-top: 62px; }
.eyebrow { font-size: 10px; font-weight: 650; letter-spacing: .16em; margin: 0 0 22px; }
.hero .eyebrow { display: flex; gap: 9px; align-items: center; justify-content: center; }
.status-dot, .tiny-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #759452; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 5.7vw, 78px); line-height: 1.09; font-weight: 500; letter-spacing: -.065em; margin-bottom: 27px; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.hero-description { font-size: 17px; line-height: 1.7; color: var(--muted); margin-bottom: 25px; }
.button { display: inline-flex; align-items: center; gap: 30px; text-decoration: none; padding: 13px 21px; background: var(--green); color: #fff; border-radius: 7px; font-size: 13px; box-shadow: 0 2px 2px #28362a12; transition: background .2s, transform .2s; }
.button:hover { background: #456341; transform: translateY(-2px); }
.availability { margin: 12px 0 0; font-size: 11px; color: var(--muted); }
.product-figure { margin: 53px 0 0; }
.product-stage { padding: 45px 63px 20px; border-radius: 12px; background: radial-gradient(ellipse at 68% 25%, #e9ecda 0, transparent 60%), #dce1cf; position: relative; overflow: hidden; }
.stage-note { text-align: right; font: italic 19px Georgia, serif; color: #61734b; margin-bottom: 15px; transform: rotate(-3deg); }
.app-window { background: #fcfcf9; border: 1px solid #ffffffcf; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 25px 45px -18px #3e4e394a, 0 3px 7px #3e4e3912; }
.window-bar { display: flex; align-items: center; justify-content: space-between; height: 38px; padding: 0 15px; background: #f2f3ee; border-bottom: 1px solid #e2e5db; font-size: 10px; color: #6b7164; }
.traffic-lights { display: flex; gap: 5px; width: 130px; }.traffic-lights b { width: 8px; height: 8px; border-radius: 50%; background: #e9a396; }.traffic-lights b:nth-child(2) { background: #e4c68a; }.traffic-lights b:nth-child(3) { background: #9db89a; }
.window-label { font-size: 7px; letter-spacing: .06em; width: 130px; text-align: right; }
.app-layout { display: grid; grid-template-columns: 190px minmax(0,1fr); min-height: 344px; }
.app-sidebar { background: #f0f2e9; border-right: 1px solid #e1e4d8; padding: 24px 12px 17px; display: flex; flex-direction: column; }
.sidebar-heading { display: flex; justify-content: space-between; font-weight: 600; font-size: 11px; padding-inline: 6px; }.sidebar-heading span { font-size: 15px; color: #677557; }
.sidebar-label { font-size: 7px; letter-spacing: .12em; color: #737a68; margin: 24px 6px 9px; }
.recording { display: flex; gap: 9px; align-items: center; padding: 11px 8px; border-radius: 5px; font-size: 9px; color: #495241; }
.recording.selected { background: #dfe7ce; color: #33422b; }.recording small { display: block; font-size: 8px; color: #67705d; margin-top: 3px; }.recording-icon { font-size: 19px; }
.sidebar-bottom { margin-top: auto; font-size: 8px; color: #65715b; padding-top: 30px; }.tiny-dot { width: 4px; height: 4px; margin-right: 5px; }
.app-content { padding: 25px 25px 20px; min-width: 0; }.document-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.document-meta { font-size: 7px; letter-spacing: .12em; color: #748068; margin-bottom: 5px; }
.document-heading h2 { font-size: 21px; letter-spacing: -.04em; font-weight: 500; margin-bottom: 0; }
.audio-tag { padding: 3px 8px; border: 1px solid #dfe4d5; border-radius: 4px; color: #6a765f; font-size: 7px; letter-spacing: .08em; }
.audio-player { display: flex; align-items: center; gap: 12px; padding-block: 18px; }
.play-symbol { display: grid; place-items: center; width: 25px; height: 25px; flex-shrink: 0; background: #354b33; color: white; border-radius: 50%; font-size: 8px; padding-left: 1px; }
.audio-time { font-size: 8px; color: #707966; font-variant-numeric: tabular-nums; }
.waveform { height: 34px; display: flex; align-items: center; gap: 3px; flex: 1; min-width: 0; overflow: hidden; }
.waveform i { flex: 1 0 2px; height: 10px; background: #cbd3c0; border-radius: 3px; }
.waveform i:nth-child(-n+13) { background: #7e9465; }.waveform i:nth-child(3n) { height: 23px; }.waveform i:nth-child(5n) { height: 31px; }.waveform i:nth-child(7n) { height: 17px; }.waveform i:nth-child(11n) { height: 6px; }
.document-tabs { display: flex; align-items: center; gap: 21px; border-bottom: 1px solid #e7e9df; font-size: 9px; color: #717b68; }
.document-tabs > span { padding-block: 9px; }.document-tabs .active-tab { color: #34472c; border-bottom: 2px solid #748b52; }.document-tabs .example-tag { margin-left: auto; font-size: 6px; letter-spacing: .1em; }
.conversation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; margin-top: 20px; }
.transcript p { font-size: 10px; line-height: 1.8; margin-bottom: 11px; }.transcript .speaker { font-size: 7px; font-weight: 600; letter-spacing: .06em; color: #57754d; margin-bottom: 4px; }.speaker time { margin-left: 9px; font-weight: 400; color: #77806b; }.transcript .second { color: #907752; }
mark { background: #edf0d7; color: inherit; padding: 2px; border-radius: 2px; }
.answer-note { align-self: start; padding: 14px; border: 1px solid #e2e6d7; border-radius: 5px; background: #f5f7ee; }
.answer-note p { font-size: 10px; margin-bottom: 12px; line-height: 1.7; }.answer-note .note-label { font-size: 6px; letter-spacing: .06em; color: #607249; }.note-label span { font-size: 12px; margin-right: 3px; }.answer-note .sample-question { font-weight: 600; font-size: 11px; }.answer-source { border-top: 1px solid #e0e5d6; padding-top: 9px; font-size: 7px; color: #707960; }
.stage-bottom { display: flex; justify-content: space-between; font-size: 7px; letter-spacing: .12em; color: #69785b; padding-top: 25px; }
figcaption { padding-top: 14px; font-size: 11px; color: var(--muted); }
.workflow { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; padding-block: 120px; }
.section-intro h2, .data-title h2 { font-size: clamp(33px, 3.5vw, 48px); font-weight: 500; letter-spacing: -.055em; line-height: 1.16; margin-bottom: 25px; }
.section-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.9; }
.editorial-wave { display: flex; gap: 7px; align-items: center; height: 100px; margin-top: 40px; }
.editorial-wave i { display: block; width: 5px; height: 18px; background: #8b9c69; border-radius: 5px; }.editorial-wave i:nth-child(3n) { height: 48px; }.editorial-wave i:nth-child(4n) { height: 75px; }.editorial-wave i:nth-child(7n) { height: 34px; }.editorial-wave i:nth-child(n+14) { background: #c6cfb4; }
.workflow-steps article { display: grid; grid-template-columns: 32px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--line); }.workflow-steps article:first-child { padding-top: 6px; border-top: none; }.workflow-steps article:last-child { padding-bottom: 0; }
.step-number { font-family: Georgia, serif; font-style: italic; color: #78875f; font-size: 18px; }.workflow-steps h3 { font-size: 20px; font-weight: 550; letter-spacing: -.035em; margin-bottom: 10px; }.workflow-steps p { color: var(--muted); font-size: 13px; line-height: 1.85; margin-bottom: 12px; }.step-footnote { font-size: 8px; letter-spacing: .14em; font-weight: 600; color: #667850; }
.data-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; padding: 56px 65px; border-radius: 12px; background: #30452f; color: #f5f7ec; }.data-title .eyebrow { color: #c2d29e; }.data-title h2 { font-size: 44px; }.data-title em { color: #d4e3a5; }.data-symbol { display: block; font-size: 44px; line-height: 1; color: #b5c98e; margin-top: 40px; }
.data-copy { padding-top: 6px; }.data-copy .data-lead { font-size: 20px; color: #f5f7ec; line-height: 1.5; letter-spacing: -.02em; }.data-copy p { color: #d0dbc7; font-size: 13px; line-height: 1.85; }
details { border-bottom: 1px solid #6b7c60; }details:first-of-type { margin-top: 25px; border-top: 1px solid #6b7c60; }summary { padding: 15px 0; font-size: 12px; cursor: pointer; }details p { margin-bottom: 18px; }.data-copy .consent-note { font-size: 11px; margin-top: 24px; margin-bottom: 0; }
.closing { padding-block: 105px; text-align: center; }.closing h2 { font-size: clamp(45px, 5vw, 68px); font-weight: 500; line-height: 1.06; letter-spacing: -.055em; margin-bottom: 24px; }.closing > p:not(.eyebrow) { font-size: 13px; color: var(--muted); }.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 13px; margin-top: 15px; }
.site-footer { border-top: 1px solid var(--line); padding-top: 34px; }.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }.footer-top > div, .footer-top > p { font-size: 11px; color: var(--muted); line-height: 1.8; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 30px; border-top: 1px solid var(--line); padding-block: 21px; color: var(--muted); }.footer-bottom > span { font-size: 8px; letter-spacing: .1em; }.footer-bottom p { font-size: 10px; max-width: 420px; margin-bottom: 0; }
/* The unpublished 404 page shares this stylesheet. */
body > main:not([id]) { max-width: 680px; margin: 12vh auto; padding: 24px; }body > main:not([id]) h1 { font-size: 48px; }.label { font-size: 11px; letter-spacing: .15em; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }.hero { padding-top: 42px; }.product-stage { padding: 24px 28px 17px; }.app-layout { grid-template-columns: 155px minmax(0,1fr); }.app-content { padding: 22px 18px 16px; }.conversation-grid { gap: 14px; }.workflow { gap: 50px; padding-block: 90px; }.data-panel { gap: 45px; padding: 45px 38px; }.data-title h2 { font-size: 38px; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 40px); }.navigation { min-height: 80px; }.brand { font-size: 22px; }.nav-links { gap: 18px; font-size: 12px; }.nav-contact { display: none; }.preview-strip { font-size: 10px; }.hero { padding-top: 38px; }h1 { font-size: clamp(38px, 7.9vw, 56px); }.hero-description { font-size: 15px; }.product-figure { margin-top: 35px; }.product-stage { padding: 18px 16px 12px; }.stage-note { font-size: 15px; }.app-sidebar { display: none; }.app-layout { display: block; min-height: 0; }.app-content { padding: 18px 15px 12px; }.window-label { width: auto; font-size: 6px; }.traffic-lights { width: auto; }.conversation-grid { gap: 12px; }.document-heading h2 { font-size: 19px; }.stage-bottom { font-size: 6px; gap: 10px; padding-top: 16px; }.stage-bottom span:last-child { display: none; }figcaption { font-size: 10px; max-width: 34em; margin-inline: auto; }.workflow { grid-template-columns: 1fr; gap: 32px; padding-block: 70px; }.section-intro h2 { font-size: 37px; }.editorial-wave { display: none; }.workflow-steps article { padding-block: 23px; }.data-panel { grid-template-columns: 1fr; gap: 20px; padding: 32px 26px; }.data-title h2 { margin-bottom: 0; }.data-symbol { display: none; }.data-copy .data-lead { font-size: 19px; }.closing { padding-block: 75px; }.footer-top { flex-wrap: wrap; gap: 23px; }.footer-top .brand { width: 100%; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 420px) {
  .preview-strip { font-size: 9px; }.hero .eyebrow { font-size: 8px; }.nav-links { gap: 12px; }.product-stage { padding-inline: 9px; }.app-content { padding-inline: 12px; }.conversation-grid { grid-template-columns: 1fr; }.answer-note { display: none; }.document-tabs .example-tag { font-size: 5px; }.audio-player { gap: 8px; }.transcript p { font-size: 11px; }.document-heading h2 { font-size: 18px; }.data-panel { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; }.button:hover { transform: none; } }
