:root {
  color-scheme: light;
  --paper: #F6F5EF; --surface: #FFFEFA; --ink: #20362C; --muted: #617168; --line: #DDE3D7;
  --forest: #285745; --deep: #1B3E31; --lime: #E1EEAC; --sage: #EDF1E7; --positive: #357456; --error: #A33E36;
  --sans: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; transition: color 120ms, background-color 120ms, opacity 120ms; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--forest); outline-offset: 5px; }
[hidden], .hidden { display: none !important; }
.wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 10; padding: 12px 20px; background: var(--surface); border: 1px solid var(--forest); }
.skip-link:focus { top: 16px; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 104px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-size: 27px; line-height: 1; letter-spacing: -1.2px; font-weight: 650; text-decoration: none; flex: none; }
.wordmark img { display: block; flex: none; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 14px; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--positive); }
.text-link > span { font-size: 19px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 72px; align-items: center; padding-block: 80px 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.little-marker { width: 8px; height: 15px; background: var(--forest); clip-path: polygon(0 0,100% 0,100% 100%,50% 73%,0 100%); }
h1 { margin: 0; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.13; letter-spacing: -.06em; font-weight: 550; }
.marked { box-shadow: inset 0 -.18em var(--lime); }
.lead { max-width: 470px; margin: 28px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.join { max-width: 460px; }
.hero.single { grid-template-columns: minmax(0, 640px); justify-content: center; padding-block: 64px; }
.perks { list-style: none; margin: 36px 0 0; padding: 0; max-width: 460px; }
.perks li { padding: 14px 0; border-top: 1px solid var(--line); }
.perks strong { display: block; margin-bottom: 4px; font-size: 14px; font-weight: 600; }
.perks span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.join-title { margin: 0 0 12px; font-size: 13px; font-weight: 600; }
.primary-button { display: inline-flex; align-items: center; justify-content: flex-start; gap: 13px; max-width: 100%; min-height: 54px; padding: 14px 20px; border: 1px solid var(--forest); border-radius: 8px; background: var(--forest); color: var(--surface); font-size: 14px; font-weight: 600; line-height: 1.5; text-decoration: none; text-align: left; }
.primary-button:hover:not(:disabled) { background: var(--deep); }
.primary-button:focus-visible { outline-offset: 4px; }
.primary-button svg { flex: none; background: var(--surface); border-radius: 50%; padding: 2px; width: 25px; height: 25px; }
.button-arrow { margin-left: 10px; font-size: 22px; line-height: 1; }
.join-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.join-note a { text-underline-offset: 3px; }
.join-status { margin: 12px 0 0; font-size: 14px; overflow-wrap: anywhere; }
.join-status:empty { display: none; }
.join-status[data-kind="error"] { color: var(--error); }
.join-status[data-kind="success"] { color: var(--positive); }
.inline-button { display: inline-block; min-height: 44px; padding: 6px 0; border: 0; background: transparent; color: var(--forest); font-size: 13px; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.pending-word { margin: 0 0 16px; padding: 10px 14px; border-left: 3px solid var(--forest); background: var(--sage); font-size: 14px; overflow-wrap: anywhere; }
.account { margin: 0 0 12px; color: var(--muted); font-size: 13px; overflow-wrap: anywhere; }
.reading-demo { min-width: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 0 32px; }
.reader-top, .reader-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.reader-top { min-height: 64px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .09em; }
.reader-page { padding-top: 32px; }
.reader-kicker { margin: 0 0 16px; color: var(--muted); font: italic 14px/1.6 var(--serif); }
.reader-sentence { margin: 0; font: 27px/1.6 var(--serif); letter-spacing: -.5px; }
.demo-word { display: inline-block; border: 0; border-bottom: 2px solid var(--forest); border-radius: 0; padding: 0 2px; color: var(--ink); background: var(--lime); font: 64px/1.14 var(--serif); letter-spacing: -2px; }
.demo-word:hover, .demo-word[aria-expanded="true"] { background: #D4E593; }
.demo-result { min-height: 138px; padding-top: 24px; }
.demo-hint { display: flex; gap: 10px; margin: 0; padding-block: 10px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.demo-hint > span { color: var(--forest); font-size: 22px; line-height: 1; }
.translation-slip { padding: 14px 16px; border-left: 3px solid var(--forest); background: var(--sage); }
.translation-word { display: flex; align-items: baseline; gap: 9px; color: var(--ink); font: 18px/1.4 var(--serif); }
.translation-kind { color: var(--muted); font: 11px var(--sans); }
.translation-slip strong { display: block; margin: 4px 0 8px; font-size: 14px; font-weight: 600; line-height: 1.5; }
.translation-local { display: flex; align-items: center; gap: 6px; color: var(--positive); font-size: 10px; }
.translation-local > span { width: 5px; height: 5px; border-radius: 50%; background: var(--positive); }
.reader-bottom { min-height: 56px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.reader-bottom img { flex: none; }
.facts { display: flex; justify-content: space-between; gap: 40px; padding-block: 32px 48px; border-top: 1px solid var(--line); }
.facts > div { flex: 1; }
.facts strong { display: block; font-size: 22px; font-weight: 550; line-height: 1.3; letter-spacing: -.6px; }
.facts > div:first-child strong { font-family: var(--serif); font-size: 30px; line-height: 1; }
.facts p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.practice-band { color: var(--surface); background: var(--deep); }
.practice-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; padding-block: 64px; }
.practice-band .eyebrow { color: #B8C9BA; }
.practice-band h2 { margin: 0; font-size: 39px; line-height: 1.25; letter-spacing: -1.4px; font-weight: 500; }
.practice-band h2 em { color: var(--lime); font: italic 44px/1.2 var(--serif); letter-spacing: -1px; }
.practice-copy { padding-top: 10px; }
.practice-copy > p:first-child { max-width: 410px; margin: 0; color: #E1E8DE; font-size: 16px; line-height: 1.8; }
.practice-footnote { margin: 18px 0 16px; color: #B8C9BA; font-size: 12px; line-height: 1.8; }
.light-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; color: var(--lime); font-size: 14px; font-weight: 550; text-underline-offset: 5px; }
.light-link:hover { color: var(--surface); }
.light-link:focus-visible { outline-color: var(--lime); }
.how-it-works { display: grid; grid-template-columns: 1fr 1.3fr; gap: 96px; padding-block: 80px; }
.section-heading h2 { margin: 0; font-size: 40px; line-height: 1.22; font-weight: 500; letter-spacing: -1.5px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; align-items: baseline; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; border-top: 0; }
.steps li:last-child { padding-bottom: 0; }
.step-number { color: var(--positive); font: italic 16px var(--serif); }
.steps h3 { margin: 0 0 8px; font-size: 16px; font-weight: 600; }
.steps p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.shared-note { display: grid; grid-template-columns: 1fr 1.3fr; gap: 96px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shared-label { display: flex; align-items: baseline; gap: 12px; }
.shared-label > span { font-size: 24px; line-height: 1; color: var(--forest); }
.shared-note h2 { margin: 0; font-size: 16px; font-weight: 600; }
.shared-note p { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.shared-note .text-link { min-height: 40px; font-size: 12px; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 32px; color: var(--muted); font-size: 11px; }
.footer-wordmark { font-size: 18px; color: var(--ink); letter-spacing: -.7px; }
.footer > a:not(.wordmark) { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 4px; }
.noscript-note { padding-block: 24px; font-size: 14px; }
.policy { max-width: 800px; margin-inline: auto; padding-block: 64px; }
.policy .eyebrow { margin-bottom: 20px; }
.policy h1 { font-size: 48px; line-height: 1.2; letter-spacing: -2px; }
.policy .updated { margin: 20px 0 28px; color: var(--muted); font-size: 12px; }
.policy nav { display: flex; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.policy nav a { display: inline-flex; min-height: 44px; align-items: center; font-size: 14px; text-underline-offset: 5px; }
.policy section { scroll-margin-top: 28px; }
.policy h2 { margin: 48px 0 20px; font-size: 26px; line-height: 1.3; font-weight: 550; letter-spacing: -.6px; }
.policy h3 { margin: 28px 0 10px; font-size: 16px; font-weight: 650; }
.policy p { margin: 0 0 16px; color: var(--muted); font-size: 15px; line-height: 1.9; overflow-wrap: anywhere; }
.policy p a { color: var(--forest); text-underline-offset: 3px; }
.policy .policy-disclosure { padding: 20px 24px; background: var(--sage); border-left: 3px solid var(--forest); color: var(--ink); }
.policy #privacy-contact { margin-top: 48px; padding-top: 4px; border-top: 1px solid var(--line); }
@media (max-width: 1100px) {
  .hero { gap: 40px; }
  .reading-demo { padding-inline: 24px; }
  .reader-sentence { font-size: 23px; }
  .demo-word { font-size: 56px; }
  .how-it-works, .shared-note, .practice-inner { gap: 48px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .masthead { min-height: 80px; gap: 16px; }
  .wordmark { gap: 6px; font-size: 23px; letter-spacing: -.9px; }
  .wordmark img { width: 31px; height: 31px; }
  .masthead .text-link { font-size: 12px; gap: 8px; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-block: 44px 40px; }
  .eyebrow { font-size: 10px; letter-spacing: .065em; margin-bottom: 20px; }
  h1 { font-size: clamp(37px, 8vw, 52px); line-height: 1.16; letter-spacing: -.055em; }
  .lead { margin-block: 24px; font-size: 15px; line-height: 1.8; max-width: 470px; }
  .join { max-width: none; }
  .primary-button { width: 100%; justify-content: center; min-height: 56px; font-size: 13px; padding-inline: 16px; }
  .button-arrow { margin-left: auto; }
  .join-note { font-size: 11px; }
  .reading-demo { padding-inline: 24px; }
  .reader-top { min-height: 56px; font-size: 9px; }
  .reader-page { padding-top: 28px; }
  .reader-sentence { font-size: 25px; }
  .demo-word { font-size: 59px; }
  .demo-result { min-height: 145px; }
  .translation-slip { padding-inline: 12px; }
  .translation-slip strong { font-size: 13px; }
  .translation-local { font-size: 9px; }
  .reader-bottom { min-height: 56px; font-size: 9px; }
  .facts { flex-direction: column; gap: 0; padding-block: 8px 32px; }
  .facts > div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; align-items: center; padding-block: 22px; border-bottom: 1px solid var(--line); }
  .facts > div:last-child { border-bottom: 0; }
  .facts strong { font-size: 17px; letter-spacing: -.4px; }
  .facts > div:first-child strong { font-size: 29px; }
  .facts p { font-size: 11px; margin: 0; }
  .facts br { display: none; }
  .practice-inner { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 44px; }
  .practice-band h2 { font-size: 32px; letter-spacing: -1px; }
  .practice-band h2 em { font-size: 36px; }
  .practice-copy { padding: 0; }
  .practice-copy > p:first-child { font-size: 14px; }
  .how-it-works { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 48px; }
  .section-heading h2 { font-size: 33px; letter-spacing: -1px; }
  .steps li { gap: 20px; padding-block: 24px; }
  .steps h3 { font-size: 15px; }
  .steps p { font-size: 13px; }
  .shared-note { grid-template-columns: minmax(0, 1fr); gap: 16px; padding-block: 28px; }
  .shared-note h2 { font-size: 15px; }
  .shared-note p { font-size: 12px; }
  .footer { display: flex; flex-wrap: wrap; gap: 12px 20px; padding-block: 24px; }
  .footer-wordmark { font-size: 19px; }
  .footer-wordmark img { width: 24px; height: 24px; }
  .footer > span { width: 100%; order: 3; }
  .footer > a:last-child { margin-left: auto; font-size: 10px; }
  .policy { padding-block: 40px; }
  .policy h1 { font-size: 35px; letter-spacing: -1.4px; }
  .policy h2 { font-size: 23px; margin-top: 36px; }
  .policy p { font-size: 14px; line-height: 1.85; }
  .policy .policy-disclosure { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
