:root {
  color-scheme: light;
  --paper: #fff;
  --surface: #f5f5f7;
  --ink: #1d1d1f;
  --muted: #626267;
  --green: #243c32;
  --line: #e5e5e7;
  --lime: #e4f0b5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a, summary, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, .table-scroll:focus-visible { outline: 3px solid #53792d; outline-offset: 5px; border-radius: 4px; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.035em; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--lime); color: var(--green); }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 16px; background: white; }
.header { display: flex; align-items: center; min-height: 76px; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { flex-shrink: 0; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 23px; font-weight: 650; letter-spacing: -.8px; }
.brand-suffix { font-weight: 400; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; font-weight: 500; }
.desktop-nav a { padding-block: 12px; }
.desktop-nav a:hover, .desktop-nav a[aria-current], .footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-cta { font-size: 13px; background: var(--green); color: #fff; border-radius: 24px; padding: 12px 18px; white-space: nowrap; }
.header-cta:hover { background: #42604b; }
.mobile-nav { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-top: 64px; padding-bottom: 64px; align-items: center; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .025em; line-height: 1.6; }
.hero .eyebrow { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #638645; }
.hero h1 { font-size: clamp(44px, 4.6vw, 68px); line-height: 1.06; margin-top: 22px; letter-spacing: -.045em; }
.hero h1 > span { display: block; color: #5c7556; }
.hero-description { max-width: 430px; font-size: 19px; line-height: 1.6; color: var(--muted); margin-top: 26px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; background: var(--green); color: #fff; min-height: 48px; padding: 14px 24px; border-radius: 30px; font-size: 15px; font-weight: 500; transition: background .15s; }
.button:hover { background: #42604b; }
.text-link { display: inline-block; font-size: 15px; font-weight: 550; line-height: 1.7; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.availability { font-size: 12px; margin-top: 20px; color: var(--muted); }
.demo { margin: 0; min-width: 0; }
.demo-modes { margin: 0 auto 20px; padding: 4px; border: 1px solid #e9e9eb; border-radius: 24px; display: flex; width: max-content; gap: 2px; background: var(--surface); }
.demo-modes label { position: relative; cursor: pointer; }
.demo-modes input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.demo-modes span { display: block; padding: 12px 18px; border-radius: 22px; font-size: 12px; color: var(--muted); }
.demo-modes input:checked + span { background: #fff; color: #263722; box-shadow: 0 1px 5px #27332412; }
.demo-modes input:focus-visible + span { outline: 3px solid #53792d; outline-offset: 3px; }
.demo-stage { position: relative; min-height: 530px; display: grid; place-items: center; background: linear-gradient(145deg, #f5f5f7, #edf1e9); border-radius: 28px; overflow: hidden; }
.phone { width: 244px; margin: 26px 0; border: 5px solid #303132; border-radius: 34px; background: #fff; box-shadow: 0 24px 40px -12px #20252035, 0 0 0 1px #a3a6a0; overflow: hidden; z-index: 1; }
.phone-toolbar { height: 39px; display: flex; justify-content: space-between; align-items: center; padding: 0 12px; font-size: 9px; font-weight: 550; }
.phone-toolbar > span:first-child { font-size: 21px; }
.phone-done { font-size: 8px; padding: 5px 8px; border-radius: 15px; background: #edf1e6; }
.video-still { position: relative; height: 316px; color: white; background: #766d56; }
.video-still > img { width: 100%; height: 100%; object-fit: cover; }
.video-still::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #20201060); }
.video-label { position: absolute; top: 14px; left: 14px; font-size: 8px; letter-spacing: .01em; text-shadow: 0 1px 4px #000; }
.sample-caption { position: absolute; bottom: 44px; width: 100%; padding: 0 8px; text-align: center; font-size: 21px; font-weight: 700; line-height: 1.55; letter-spacing: -.8px; text-shadow: 0 1px 4px #0008; z-index: 1; }
.sample-caption > span { color: #1f2b20; background: var(--lime); border-radius: 4px; padding: 2px 5px; text-shadow: none; }
.sample-duration { position: absolute; bottom: 11px; left: 14px; font-size: 7px; letter-spacing: .1em; z-index: 1; }
.phone-timeline { height: 66px; padding: 8px 12px; position: relative; }
.phone-timeline > span { font-size: 5px; color: #747e6e; display: block; margin-bottom: 4px; }
.filmstrip { height: 20px; background: url('/matcha.png') center 44% / 30px auto repeat-x; border-radius: 2px; }
.caption-track { font-size: 6px; height: 13px; margin-top: 3px; padding: 2px 6px; background: #e0e9c7; border-radius: 2px; overflow: hidden; }
.phone-timeline > i { width: 1px; position: absolute; background: #46523e; top: 8px; bottom: 3px; left: 42%; }
.phone-tools { display: flex; justify-content: space-evenly; text-align: center; height: 47px; padding-top: 5px; border-top: 1px solid #eef0ea; font-size: 18px; }
.phone-tools small { display: block; font-size: 6px; margin-top: 2px; }
.file-chip, .local-chip, .voice-chip { position: absolute; z-index: 3; padding: 13px; background: #fffffff5; border: 1px solid #00000006; border-radius: 16px; box-shadow: 0 8px 24px #2025200a; display: flex; align-items: center; gap: 10px; }
.file-chip { left: 16px; top: 62px; }
.local-chip { bottom: 62px; right: 16px; }
.file-chip strong, .local-chip strong, .voice-chip strong { display: block; font-size: 10px; font-weight: 600; }
.file-chip div > span, .local-chip div > span, .voice-chip div > span { display: block; margin-top: 4px; font-size: 8px; color: #68705f; }
.file-icon { background: #eef1e8; border-radius: 7px; padding: 7px 10px; }
.file-check { margin-left: 6px; font-size: 12px; color: #557a42; }
.local-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--lime); color: var(--green); font-size: 14px; }
.demo figcaption { text-align: center; font-size: 12px; color: var(--muted); line-height: 1.6; margin-top: 14px; }
.voice-caption, .voice-chip { display: none; }
.demo:has(#preview-original:checked) .sample-caption, .demo:has(#preview-original:checked) .caption-track { visibility: hidden; }
.demo:has(#preview-voiceover:checked) .sample-caption { display: none; }
.demo:has(#preview-voiceover:checked) .voice-caption { display: block; position: absolute; z-index: 2; left: 10px; right: 10px; bottom: 48px; font-size: 17px; font-weight: 650; text-align: center; text-shadow: 0 1px 5px #000; }
.demo:has(#preview-voiceover:checked) .voice-chip { display: flex; left: 8px; top: 208px; }
.voice-chip > span { font-size: 24px; color: #627643; }
.principles { border-block: 1px solid var(--line); display: flex; align-items: center; justify-content: space-around; gap: 20px; padding-block: 26px; font-size: 14px; }
.principles > span { display: flex; gap: 12px; align-items: center; }
.principles b { font-size: 18px; font-weight: 500; color: #637854; }
.section { padding-block: 96px; }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .feature-band h2, .privacy-band h2, .reading-section h2 { font-size: clamp(32px, 3.3vw, 46px); line-height: 1.13; margin-top: 14px; }
.section-heading > p:last-child { font-size: 17px; color: var(--muted); margin-top: 16px; line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.step-number { display: inline-block; font-size: 12px; border: 1px solid #cbd3c1; border-radius: 50%; width: 36px; height: 36px; text-align: center; line-height: 34px; }
.steps h3 { font-size: 24px; margin-top: 23px; }
.steps p { color: var(--muted); font-size: 16px; line-height: 1.65; margin-top: 13px; }
.steps a { display: inline-block; font-size: 14px; font-weight: 550; margin-top: 18px; }
.steps a:hover { text-decoration: underline; }
.product-note { margin-top: 32px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-note a { text-decoration: underline; }
.feature-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--surface); border-radius: 28px; min-height: 360px; overflow: hidden; }
.feature-words { padding: 48px; }
.feature-words > p:not(.eyebrow), .privacy-band p:not(.eyebrow) { font-size: 17px; line-height: 1.65; color: var(--muted); margin-top: 20px; }
.feature-words > a, .privacy-band a { margin-top: 23px; }
.caption-art { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; background: #edf2e8; }
.small-label { font-size: 12px; letter-spacing: .015em; color: #526049; }
.caption-art > p { font-size: clamp(24px, 3vw, 42px); line-height: 1.5; font-weight: 650; letter-spacing: -.06em; text-align: center; margin-block: 27px; }
.caption-art mark { padding: 2px 10px; background: var(--lime); color: var(--ink); border-radius: 6px; }
.style-swatches { display: flex; align-items: center; gap: 8px; padding: 8px 14px; background: #fff9; border-radius: 25px; }
.style-swatches i { width: 14px; height: 14px; background: #d4e3a1; border: 1px solid #98a67c; border-radius: 50%; }
.style-swatches i:nth-child(2) { background: #fff; }
.style-swatches i:nth-child(3) { background: #293429; }
.style-swatches > span { font-size: 13px; margin-left: 12px; }
.privacy-band { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 78px 40px; margin-top: 24px; border-bottom: 1px solid var(--line); align-items: center; }
.privacy-band .small-copy { font-size: 13px; }
.privacy-symbol { display: flex; align-items: center; justify-content: center; gap: 35px; color: #879678; font-size: 45px; }
.privacy-device { width: 112px; height: 173px; border: 5px solid #d1d1d6; border-radius: 22px; display: grid; place-items: center; position: relative; color: #526844; background: #eff2e8; }
.privacy-device::before { content: ''; position: absolute; top: 8px; left: 30px; right: 30px; height: 5px; border-radius: 5px; background: #d1d1d6; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.use-card { border-radius: 24px; padding: 30px; background: var(--surface); transition: transform .2s, box-shadow .2s; }
.use-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px #1d1d1f08; }
.use-art { display: flex; align-items: center; justify-content: center; font-size: 58px; letter-spacing: -.04em; height: 125px; font-weight: 500; color: #657b5f; }
.use-card .eyebrow { font-size: 12px; display: block; margin-top: 20px; }
.use-card h3 { font-size: 24px; margin-top: 10px; }
.use-card p { font-size: 15px; line-height: 1.65; color: var(--muted); margin-top: 12px; }
.use-card > span:last-child { display: block; font-size: 20px; margin-top: 25px; }
.reading-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; padding-bottom: 90px; }
.reading-section .text-link { margin-top: 24px; }
.reading-links a { border-top: 1px solid var(--line); padding: 25px 0; display: flex; align-items: center; gap: 20px; }
.reading-links a:last-child { border-bottom: 1px solid var(--line); }
.reading-links a > span { font-size: 12px; color: var(--muted); }
.reading-links h3 { font-size: 19px; letter-spacing: -.02em; line-height: 1.5; }
.reading-links b { margin-left: auto; font-weight: 400; }
.reading-links a:hover h3 { text-decoration: underline; }
.closing { text-align: center; padding: 65px 24px; border-radius: 28px; background: var(--surface); margin-bottom: 76px; }
.closing h2 { font-size: clamp(30px, 3.4vw, 46px); margin-top: 17px; line-height: 1.15; }
.closing > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; margin-top: 18px; }
.closing .button { margin-top: 26px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1.2fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-top > div > p { margin-top: 20px; font-size: 12px; color: var(--muted); line-height: 1.6; }
.muted { color: var(--muted); font-size: 12px; display: inline-block; margin-top: 5px; }
.footer nav h2 { font-size: 12px; font-weight: 600; letter-spacing: 0; margin-bottom: 17px; }
.footer nav a { display: block; font-size: 12px; color: var(--muted); line-height: 1.6; margin-top: 12px; width: fit-content; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 23px; font-size: 12px; color: var(--muted); display: flex; justify-content: space-between; gap: 20px; }
.editorial { padding-top: 36px; padding-bottom: 80px; }
.breadcrumbs { display: flex; gap: 12px; flex-wrap: wrap; font-size: 12px; color: var(--muted); margin-bottom: 48px; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumb-current { color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 225px; gap: 80px; }
.prose { font-size: 17px; line-height: 1.8; min-width: 0; }
.prose h1 { font-size: clamp(34px, 4.3vw, 56px); line-height: 1.1; margin-bottom: 28px; }
.prose > h1 + p { font-size: 20px; line-height: 1.6; color: var(--muted); margin-bottom: 28px; }
.prose h2 { font-size: 30px; line-height: 1.25; margin-top: 44px; margin-bottom: 18px; scroll-margin-top: 28px; }
.prose h3 { font-size: 21px; margin-top: 28px; margin-bottom: 12px; }
.prose p { margin-block: 18px; }
.prose a { text-decoration: underline; text-decoration-color: #a4b097; text-underline-offset: 4px; }
.prose a:hover { text-decoration-color: var(--green); }
.prose ul, .prose ol { padding-left: 23px; margin-block: 20px; }
.prose li { padding-left: 5px; margin-block: 10px; }
.prose strong { font-weight: 650; }
.prose blockquote { margin: 26px 0; padding: 8px 22px; background: #edf1e6; border-left: 3px solid #9eaf87; border-radius: 0 10px 10px 0; font-size: 14px; }
.prose blockquote > p { margin: 8px 0; }
.prose code { font-size: .88em; background: #eaede5; padding: 3px 5px; border-radius: 4px; }
.table-scroll { overflow-x: auto; margin-block: 28px; border: 1px solid var(--line); border-radius: 12px; }
.prose table { border-collapse: collapse; width: 100%; min-width: 550px; font-size: 14px; line-height: 1.65; text-align: left; }
.prose th, .prose td { padding: 17px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { background: var(--surface); font-weight: 600; }
.prose tr:last-child td { border-bottom: 0; }
.prose td:first-child { font-weight: 550; }
.article-aside { align-self: start; position: sticky; top: 32px; font-size: 12px; }
.article-aside nav { border-left: 1px solid var(--line); padding-left: 20px; }
.article-aside nav a { display: block; font-size: 13px; line-height: 1.6; color: var(--muted); margin-top: 16px; }
.article-aside nav a:hover { color: var(--ink); text-decoration: underline; }
.aside-note { margin-top: 38px; padding: 24px; border-radius: 24px; background: var(--surface); }
.aside-note h2 { font-size: 21px; margin-top: 22px; line-height: 1.25; }
.aside-note p { margin-top: 12px; font-size: 13px; line-height: 1.65; color: var(--muted); }
.aside-note a { font-size: 13px; margin-top: 22px; display: inline-block; text-decoration: underline; text-underline-offset: 4px; }
.hub-intro { max-width: 730px; margin-bottom: 40px; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.content-card { position: relative; padding: 32px; border-radius: 24px; background: var(--surface); display: flex; flex-direction: column; transition: background .2s; }
.content-card:hover { background: #eeeeef; }
.card-arrow { color: #586a50; font-size: 22px; margin-bottom: 24px; }
.content-card h2 { font-size: 26px; line-height: 1.25; }
.content-card p { font-size: 15px; line-height: 1.65; color: var(--muted); margin-top: 17px; margin-bottom: 25px; }
.card-link { margin-top: auto; font-size: 13px; font-weight: 550; }
.not-found { min-height: 55vh; padding-block: 100px; text-align: center; }
.not-found h1 { font-size: 50px; margin-top: 20px; }
.not-found p { margin-top: 20px; }
.not-found a { margin-top: 30px; }
@media (min-width: 1500px) { .hero { padding-block: 64px; gap: 70px; } .demo-stage { min-height: 530px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .desktop-nav { gap: 20px; }
  .header { gap: 24px; }
  .header-cta { font-size: 12px; padding: 12px 16px; }
  .hero { gap: 24px; }
  .hero h1 { font-size: 48px; }
  .file-chip { left: 8px; }
  .local-chip { right: 8px; }
  .actions { gap: 18px; }
  .feature-words { padding: 36px; }
  .article-layout { gap: 40px; grid-template-columns: minmax(0, 1fr) 185px; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .content-card { padding: 26px; }
  .footer-top { gap: 25px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 72px; gap: 14px; }
  .brand { font-size: 22px; }
  .brand img { width: 29px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; font-size: 12px; }
  .mobile-nav { display: block; position: relative; font-size: 14px; }
  .mobile-nav summary { cursor: pointer; padding: 12px 0 12px 5px; list-style: none; }
  .mobile-nav summary::marker { content: ''; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; right: 0; top: 45px; width: 200px; padding: 12px; border: 1px solid var(--line); box-shadow: 0 8px 20px #1d362015; border-radius: 12px; background: var(--paper); z-index: 10; }
  .mobile-nav a { display: block; padding: 12px; }
  .mobile-nav a[aria-current] { background: #e8eedc; border-radius: 8px; }
  .hero { grid-template-columns: 1fr; padding-top: 42px; padding-bottom: 34px; gap: 35px; }
  .hero-copy { max-width: 540px; }
  .hero h1 { font-size: clamp(42px, 8.5vw, 64px); }
  .hero-description { max-width: 440px; font-size: 17px; margin-top: 23px; }
  .demo-stage { min-height: 530px; }
  .demo { max-width: 540px; width: 100%; margin-inline: auto; }
  .file-chip, .local-chip { display: none; }
  .principles { padding-block: 20px; gap: 18px; flex-wrap: wrap; justify-content: flex-start; font-size: 13px; }
  .principles > span { gap: 8px; }
  .section { padding-block: 60px; }
  .section-heading { margin-bottom: 32px; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps > div { padding-left: 55px; position: relative; }
  .step-number { position: absolute; top: 1px; left: 0; }
  .steps h3 { margin-top: 4px; }
  .steps p { margin-top: 8px; max-width: 440px; }
  .steps a { margin-top: 10px; }
  .feature-band, .privacy-band { grid-template-columns: 1fr; }
  .feature-words { padding: 32px; }
  .caption-art { min-height: 280px; }
  .caption-art > p { font-size: 36px; }
  .privacy-band { padding: 42px 16px; gap: 40px; }
  .privacy-symbol { font-size: 30px; }
  .privacy-device { height: 135px; width: 90px; border-width: 4px; }
  .privacy-device::before { left: 24px; right: 24px; }
  .section-heading-row { align-items: start; flex-direction: column; gap: 16px; }
  .use-grid { grid-template-columns: 1fr; gap: 14px; }
  .use-card { padding: 24px; position: relative; overflow: hidden; min-height: 190px; }
  .use-art { float: right; font-size: 36px; width: 95px; height: 75px; margin-left: 15px; }
  .use-card .eyebrow { margin-top: 0; }
  .use-card h3 { font-size: 25px; }
  .use-card p { max-width: 265px; }
  .use-card > span:last-child { margin-top: 15px; }
  .reading-section { grid-template-columns: 1fr; gap: 28px; padding-bottom: 60px; }
  .reading-section h2 br { display: none; }
  .closing { padding: 48px 22px; margin-bottom: 52px; }
  .footer-top { grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 32px; }
  .footer-top > div { grid-column: 1 / -1; margin-bottom: 15px; }
  .footer-top > div > p { margin-top: 12px; }
  .footer-bottom { align-items: start; line-height: 1.6; font-size: 12px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside nav { display: none; }
  .aside-note { margin-top: 0; }
  .editorial { padding-top: 26px; padding-bottom: 52px; }
  .breadcrumbs { margin-bottom: 32px; }
  .prose { font-size: 17px; }
  .prose > h1 + p { font-size: 18px; }
  .prose h2 { font-size: 27px; margin-top: 34px; }
  .content-grid { grid-template-columns: 1fr; gap: 14px; }
  .content-card { padding: 26px; }
  .card-arrow { margin-bottom: 20px; }
}
@media (max-width: 390px) {
  .header-cta { display: none; }
  .mobile-nav { margin-left: auto; }
  .hero h1 { font-size: 39px; }
  .actions { gap: 16px; }
  .footer-top { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .footer-top nav:last-child { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
