@import url("fonts/fonts.css");

:root {
  color-scheme: light;
  --paper: #f8f7f4;
  --ink: #252722;
  --muted: #696c63;
  --line: #dedfd7;
  --accent: #b94829;
  --accent-soft: #f7e5dc;
  --green: #3e6352;
  --display: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 4px; }
button { font: inherit; }
button, a, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; }
h1, h2 { text-wrap: balance; }
.wrap { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 24px; top: -80px; background: var(--ink); color: white; padding: 12px; z-index: 5; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 10px; font: 600 21px/1 var(--display); letter-spacing: -0.7px; }
.brand-symbol { width: 28px; height: 30px; border-radius: 7px; background: var(--ink); color: var(--paper); display: grid; place-items: center; box-shadow: 0 3px 0 #b6b7ae; font: 500 14px var(--body); }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.nav > a { text-decoration: none; }
.nav > a:hover, .text-link:hover { color: var(--accent); }
.nav .nav-buy { border: 1px solid #a7a99e; padding: 8px 16px; border-radius: 99px; }
.eyebrow { color: var(--muted); font-size: 13px; font-weight: 500; letter-spacing: 0.025em; }
.hero { display: grid; grid-template-columns: 1fr 1.07fr; gap: 30px; align-items: center; padding: 50px 0 82px; }
.hero h1 { font-size: clamp(60px, 6.7vw, 94px); line-height: 0.98; font-weight: 800; letter-spacing: -0.065em; margin-top: 24px; }
.hero h1 span { color: var(--accent); }
.hero .lede { max-width: 380px; margin-top: 29px; color: var(--muted); font-size: 19px; line-height: 1.6; text-wrap: pretty; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 23px; margin-top: 29px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; text-decoration: none; background: var(--ink); color: white; padding: 15px 22px; border-radius: 9px; font-weight: 500; font-size: 15px; line-height: 1.5; transition: background 140ms ease, transform 140ms ease; }
.button:hover { background: #42453c; transform: translateY(-1px); }
.button-arrow { font-size: 20px; line-height: 1; }
.text-link { font-size: 14px; }
.trial-note { margin-top: 13px; color: var(--muted); font-size: 12px; }
.hero-price { font-size: 13px; margin-top: 28px; max-width: 380px; }
.see-demo { display: inline-block; margin-top: 20px; }

/* A drawing of the gesture. No recording, simulated typing, or timing claim. */
.product-demo { margin: 0; min-width: 0; }
.demo-canvas { height: 455px; position: relative; isolation: isolate; }
.demo-halo { position: absolute; z-index: -1; width: 94%; height: 86%; top: 6%; left: 7%; background: radial-gradient(ellipse at 50% 46%, #f0e2d3 0%, #eeece2 41%, transparent 71%); }
.mail-window { position: absolute; top: 38px; left: 1%; width: 99%; border: 1px solid #e4e4df; border-radius: 14px; background: #fff; box-shadow: 0 22px 54px -22px #484b3b33, 0 4px 10px #484b3b05; overflow: hidden; transform: rotate(-2deg); }
.window-bar { height: 44px; display: flex; align-items: center; padding: 0 16px; gap: 5px; background: #f7f7f4; border-bottom: 1px solid #ecece7; }
.window-dot { width: 8px; height: 8px; border: 1px solid #d4d5ce; border-radius: 50%; }
.window-title { position: absolute; left: 50%; transform: translateX(-50%); color: #6a6e61; font-size: 11px; }
.mail-detail { font-size: 12px; margin-inline: 20px; padding: 8px 0; border-bottom: 1px solid #f0f0ec; color: #606457; }
.mail-detail span { color: #818577; display: inline-block; width: 50px; }
.message-body { position: relative; min-height: 139px; padding: 25px 20px; font-size: 18px; line-height: 1.65; letter-spacing: -0.35px; }
.demo-result { visibility: hidden; }
.demo-caret { display: inline-block; height: 20px; width: 2px; background: var(--accent); vertical-align: -3px; margin-left: 2px; }
.demo-canvas[data-phase="complete"] .demo-result { visibility: visible; }
.demo-canvas[data-phase="ready"] .demo-caret,
.demo-canvas[data-phase="listening"] .demo-caret,
.demo-canvas[data-phase="processing"] .demo-caret { position: absolute; top: 29px; left: 20px; }
.speech-bubble { position: absolute; top: 228px; right: -2%; max-width: 79%; background: #e9ede3; color: #3e4a35; border: 1px solid #dae1d2; border-radius: 14px 14px 3px 14px; padding: 15px 19px; box-shadow: 0 9px 18px -10px #5c715130; transform: rotate(2deg); font-size: 15px; line-height: 1.5; transition: opacity 220ms ease, transform 220ms ease; }
.speech-label { display: block; text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: 0.09em; color: #627151; margin-bottom: 4px; }
.demo-canvas[data-phase="ready"] .speech-bubble { opacity: 0; transform: translateY(5px) rotate(2deg); }
.gesture-row { position: absolute; left: 15%; bottom: 19px; display: flex; align-items: center; gap: 28px; }
.fn-key { width: 92px; height: 87px; border: 1px solid #d3d4cd; border-radius: 13px; background: linear-gradient(145deg, #fff, #f2f3ee); box-shadow: 0 7px 0 #c3c5ba, 0 9px 0 1px #b2b5a8, 0 20px 25px -8px #3e44282b, inset 0 0 0 5px #fafbf7; position: relative; transform: rotate(-7deg); transition: transform 140ms ease, box-shadow 140ms ease; }
.fn-label { position: absolute; bottom: 11px; left: 13px; font-size: 21px; line-height: 1; color: #53594a; }
.globe { position: absolute; right: 11px; top: 12px; width: 18px; height: 18px; border: 1.2px solid #787e6e; border-radius: 50%; }
.globe::before { content: ""; position: absolute; top: -1px; bottom: -1px; left: 4px; right: 4px; border-inline: 1px solid #787e6e; border-radius: 50%; }
.globe::after { content: ""; position: absolute; left: -1px; right: -1px; top: 7px; border-top: 1px solid #787e6e; }
.demo-canvas[data-phase="listening"] .fn-key { transform: translateY(6px) rotate(-7deg); box-shadow: 0 1px 0 #c3c5ba, 0 3px 0 1px #b2b5a8, 0 12px 18px -8px #3e44282b, inset 0 0 0 5px #fafbf7; }
.gesture-status { width: 170px; }
.status-label { display: block; font-size: 13px; font-weight: 500; color: var(--green); margin-top: 10px; }
.voice-bars { display: flex; align-items: center; gap: 4px; height: 24px; }
.voice-bars i { display: block; width: 3px; height: 4px; border-radius: 3px; background: #aeb7a2; }
.voice-bars i:nth-child(3n) { --wave: 20px; --delay: -220ms; }
.voice-bars i:nth-child(3n+1) { --wave: 12px; --delay: -110ms; }
.voice-bars i:nth-child(3n+2) { --wave: 24px; --delay: -360ms; }
.demo-canvas[data-phase="listening"] .voice-bars i { background: var(--accent); animation: speak 650ms ease-in-out infinite alternate; animation-delay: var(--delay); }
.demo-canvas.is-paused * { animation-play-state: paused !important; }
@keyframes speak { from { height: 4px; } to { height: var(--wave); } }
.demo-caption { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 20px; font-size: 10px; color: var(--muted); margin-top: 14px; }
.demo-controls { display: inline-flex; gap: 14px; }
.demo-controls button { padding: 3px 0; border: 0; background: transparent; color: #565c4c; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.demo-controls button:disabled { color: #868c7b; text-decoration: none; }
.gesture-summary { display: flex; align-items: center; justify-content: space-between; max-width: 340px; margin: 29px auto 0; font-size: 13px; font-weight: 500; }
.gesture-summary span { color: #a1a595; font-weight: 400; }

.section { border-top: 1px solid var(--line); padding: 96px 0; }
.section h2 { font-size: clamp(33px, 4vw, 49px); line-height: 1.12; letter-spacing: -0.05em; }
.section-copy { margin-top: 22px; max-width: 460px; color: var(--muted); font-size: 18px; text-wrap: pretty; }
.contexts-header { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.contexts-header .section-copy { max-width: 340px; margin: 0 0 2px; }
.contexts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 54px; }
.context { border-top: 1px solid #c5c8bb; padding-top: 17px; }
.context-label { color: var(--muted); font-size: 12px; display: flex; align-items: center; gap: 9px; }
.context-dot { width: 7px; height: 7px; border-radius: 50%; background: #b3bdab; }
.context h3 { font-size: 19px; letter-spacing: -0.5px; margin-top: 22px; }
.context p { margin-top: 9px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.privacy-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.privacy-art { min-height: 295px; display: grid; place-content: center; justify-items: center; gap: 28px; background: #eceee5; border-radius: 22px; }
.privacy-art .offline { font-size: 12px; letter-spacing: 0.03em; color: #59634d; display: flex; align-items: center; gap: 8px; }
.offline-dot { background: #70875d; width: 6px; height: 6px; border-radius: 50%; }
.laptop { width: 198px; height: 121px; border: 5px solid #56624b; border-bottom-width: 9px; border-radius: 9px; position: relative; display: grid; place-content: center; }
.laptop::after { content: ""; position: absolute; height: 6px; left: -23px; right: -23px; bottom: -17px; border-radius: 2px 2px 9px 9px; background: #56624b; }
.laptop .voice-bars { gap: 5px; }
.laptop .voice-bars i { background: #70875d; width: 4px; }
.laptop .voice-bars i:nth-child(3n) { height: 21px; }
.laptop .voice-bars i:nth-child(3n+1) { height: 12px; }
.laptop .voice-bars i:nth-child(3n+2) { height: 31px; }
.privacy-copy .eyebrow { margin-bottom: 19px; }
.privacy-copy .text-link { display: inline-block; margin-top: 22px; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; margin-top: 18px; }
.pricing { text-align: center; padding: 96px 0; }
.pricing .eyebrow { margin-bottom: 20px; }
.price { display: flex; justify-content: center; align-items: baseline; gap: 13px; margin-top: 33px; }
.price-amount { font: 600 82px/1 var(--display); letter-spacing: -0.07em; }
.price-unit { font-size: 18px; color: var(--muted); }
.price-later { font-size: 13px; color: var(--muted); margin-top: 12px; }
.price-includes { margin-top: 24px; font-size: 18px; }
.price-note { margin: 8px auto 0; max-width: 500px; font-size: 14px; color: var(--muted); }
.price-scope { margin: 13px auto 0; max-width: 480px; font-size: 12px; color: var(--muted); }
.pricing .actions { justify-content: center; }
.closing { text-align: center; }
.closing .actions { justify-content: center; }
.purchase-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 28px; margin-top: 34px; font-size: 12px; color: var(--muted); }
.purchase-notes span::before { content: "✓"; margin-right: 8px; color: var(--green); }
.faq-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
.faq-layout h2 { max-width: 330px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 19px 26px 19px 0; position: relative; font-weight: 500; font-size: 15px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 17px; font-size: 20px; font-weight: 400; color: var(--muted); }
details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: 14px; margin-bottom: 21px; padding-right: 25px; }
.faq-layout > div > .text-link { display: inline-block; margin-top: 27px; }
.site-footer { border-top: 1px solid var(--line); padding: 32px 0 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.preview-note { margin-top: 8px; font-size: 10px; }

/* Supporting pages keep the reading surface deliberately quiet. */
.document { max-width: 760px; padding: 65px 0 96px; margin-inline: auto; }
.document h1 { font-size: clamp(43px, 6vw, 66px); line-height: 1.06; letter-spacing: -0.055em; margin: 22px 0; }
.document .intro { font-size: 20px; color: var(--muted); margin-bottom: 38px; }
.document h2 { font-size: 27px; line-height: 1.2; letter-spacing: -0.03em; margin-bottom: 17px; }
.document h3 { font-size: 19px; margin-bottom: 7px; }
.document section { padding: 31px 0; border-top: 1px solid var(--line); }
.document section p + p { margin-top: 14px; }
.document p, .document li { color: var(--muted); }
.document strong { color: var(--ink); font-weight: 600; }
.document .notice { background: var(--accent-soft); border-radius: 13px; padding: 23px; margin-bottom: 32px; }
.document .notice p { color: #754633; font-size: 15px; }
.document .notice strong { color: #754633; }
.document ol { padding-left: 23px; }
.document li { padding-left: 7px; margin-bottom: 17px; }
.document .measurement { font: 600 44px/1.1 var(--display); letter-spacing: -0.045em; color: var(--ink); margin-bottom: 15px; }
.document .measurement small { font-size: 17px; letter-spacing: 0; }
.document .detail { font-size: 14px; }

@media (min-width: 1400px) { .hero { min-height: 640px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 20px; }
  .hero h1 { font-size: 68px; }
  .hero .lede { font-size: 17px; }
  .hero .actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .demo-canvas { height: 425px; }
  .mail-window { top: 25px; }
  .message-body { font-size: 16px; min-height: 143px; }
  .speech-bubble { top: 216px; font-size: 13px; padding: 13px 15px; }
  .gesture-row { gap: 20px; left: 10%; }
  .contexts { gap: 23px; }
  .faq-layout { gap: 45px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 85px; }
  .nav { gap: 17px; font-size: 12px; }
  .nav .nav-detail { display: none; }
  .brand { font-size: 19px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding: 35px 0 52px; }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: clamp(62px, 13vw, 89px); margin-top: 22px; }
  .hero .lede { margin: 25px auto 0; max-width: 345px; font-size: 17px; }
  .hero .actions { flex-direction: row; justify-content: center; align-items: center; gap: 16px 20px; }
  .hero-price { margin: 23px auto 0; }
  .product-demo { width: min(520px, 100%); margin-inline: auto; }
  .demo-canvas { height: 430px; }
  .mail-window { width: 95%; left: 1%; top: 24px; }
  .speech-bubble { right: 0; }
  .message-body { font-size: 17px; }
  .gesture-row { left: 17%; }
  .gesture-summary { margin-top: 26px; }
  .section { padding: 63px 0; }
  .contexts-header { display: block; }
  .contexts-header .section-copy { margin-top: 20px; }
  .contexts { grid-template-columns: 1fr 1fr; gap: 32px 27px; margin-top: 37px; }
  .context h3 { margin-top: 17px; font-size: 18px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 34px; }
  .privacy-art { min-height: 260px; }
  .privacy-copy { grid-row: 1; }
  .pricing { padding-block: 68px; }
  .price-amount { font-size: 75px; }
  .price-includes { font-size: 17px; }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 19px; }
  .document { padding-top: 36px; }
  .document .intro { font-size: 18px; }
}
@media (max-width: 390px) {
  .wrap { width: calc(100% - 32px); }
  .hero .actions { flex-direction: column; }
  .hero h1 { font-size: 62px; }
  .demo-canvas { height: 433px; }
  .gesture-row { left: 12%; gap: 23px; }
  .speech-bubble { max-width: 87%; }
  .gesture-status { width: 147px; }
  .contexts { gap: 28px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
