:root {
  --ink: #17211d;
  --muted: #606a65;
  --paper: #f3efe6;
  --panel: #fbf9f3;
  --green: #1f5847;
  --green-deep: #103b31;
  --lime: #cfe36b;
  --coral: #e77b5f;
  --line: rgba(23, 33, 29, .14);
  --soft-line: rgba(23, 33, 29, .09);
  --shadow: 0 28px 80px rgba(31, 43, 37, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 34%, rgba(202, 218, 183, .42), transparent 27rem),
    var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 15px; border-radius: 9px; color: white; background: var(--green-deep); transition: top .2s; }
.skip-link:focus { top: 12px; }

.landing {
  width: min(1380px, calc(100% - 64px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(30px, 4vh, 52px) 0 20px;
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(560px, 1.14fr);
  grid-template-rows: 1fr auto auto;
  column-gap: clamp(50px, 6vw, 100px);
  row-gap: 18px;
  align-items: center;
}
.hero-copy { align-self: center; padding-bottom: 8px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 19px; color: var(--green); font-size: 11px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(31,88,71,.1); }
h1 { margin: 0; max-width: 650px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(61px, 5.45vw, 86px); font-weight: 400; letter-spacing: -.064em; line-height: .9; }
h1 em { color: var(--coral); font-weight: 400; }
.lede { max-width: 550px; margin: 25px 0 26px; color: var(--muted); font-size: clamp(16px, 1.18vw, 19px); line-height: 1.5; letter-spacing: -.018em; }
.hero-actions { display: flex; align-items: center; gap: 10px; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 680; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--green-deep); box-shadow: 0 9px 24px rgba(16,59,49,.2); }
.button.primary span { color: var(--lime); }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.38); }
.button.secondary span { color: var(--green); }
.proof-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #6d7772; font-size: 11px; font-weight: 570; }
.proof-row span { display: flex; align-items: center; gap: 5px; }
.proof-row b { width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: rgba(31,88,71,.1); font-size: 9px; }

.product-stage { position: relative; min-height: min(56vh, 550px); display: flex; align-items: center; justify-content: center; }
.orbit { position: absolute; border: 1px solid rgba(31,88,71,.13); border-radius: 50%; }
.orbit-one { width: min(37vw, 525px); height: min(37vw, 525px); }
.orbit-two { width: min(29vw, 405px); height: min(29vw, 405px); }
.window-shell { position: relative; z-index: 2; width: min(100%, 710px); aspect-ratio: 1.58; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 19px; background: rgba(251,250,246,.94); box-shadow: var(--shadow), inset 0 0 0 1px rgba(23,33,29,.05); transform: rotate(-1.2deg); }
.window-bar { height: 44px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid #e5e1d9; color: #858c88; background: rgba(245,243,237,.92); font-size: 10px; text-align: center; }
.traffic-lights { display: flex; gap: 6px; }
.traffic-lights i { width: 9px; height: 9px; border-radius: 50%; background: #d6d4ce; }
.traffic-lights i:first-child { background: #e77e70; }.traffic-lights i:nth-child(2) { background: #e5b65e; }.traffic-lights i:last-child { background: #6bb877; }
.window-tools { justify-self: end; display: flex; gap: 6px; }
.window-tools i { width: 20px; height: 20px; border: 1px solid #d8d5cf; border-radius: 6px; }
.editor { position: relative; height: calc(100% - 44px); padding: 37px clamp(38px, 5vw, 74px); }
.editor-meta { display: flex; gap: 9px; color: #9a9f9b; font-size: 7px; font-weight: 730; letter-spacing: .14em; }
.editor-meta span + span::before { content: "·"; margin-right: 9px; }
.editor h2 { margin: 13px 0 16px; color: #26312c; font-family: Georgia, serif; font-size: clamp(25px, 2.5vw, 38px); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.editor-copy { max-width: 400px; margin: 0; color: #858b87; font-family: Georgia, serif; font-size: clamp(11px, .95vw, 14px); line-height: 1.5; }
.active-sentence { margin: 23px 0 0; color: #2d3833; font-family: Georgia, serif; font-size: clamp(15px, 1.35vw, 20px); }
.active-sentence mark { padding: 0 1px 2px; color: inherit; border-bottom: 1.5px wavy var(--coral); background: transparent; }
.caret { display: inline-block; width: 1.5px; height: 20px; margin-left: 2px; vertical-align: -4px; background: var(--green); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.suggestion { position: absolute; z-index: 3; left: 27%; bottom: 25px; width: min(355px, 59%); padding: 12px 14px 11px; border: 1px solid rgba(31,88,71,.18); border-radius: 12px; background: rgba(255,255,252,.98); box-shadow: 0 18px 38px rgba(29,45,37,.17); }
.suggestion::after { content: ""; position: absolute; left: 27px; bottom: -6px; width: 10px; height: 10px; border-right: 1px solid rgba(31,88,71,.18); border-bottom: 1px solid rgba(31,88,71,.18); background: white; transform: rotate(45deg); }
.suggestion-head, .suggestion-foot { display: flex; align-items: center; justify-content: space-between; }
.suggestion-brand { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 8px; font-weight: 750; }
.suggestion-brand i { width: 6px; height: 6px; border-radius: 50%; background: #61a486; box-shadow: 0 0 0 3px #e7f1ec; }
.local-pill { padding: 3px 5px; border-radius: 4px; color: #60806f; background: #edf3ed; font-size: 6px; font-weight: 800; letter-spacing: .09em; }
.suggestion-change { display: flex; align-items: center; gap: 9px; margin: 10px 0; font-family: Georgia, serif; font-size: 15px; }
.suggestion-change del { color: #bd7667; }.suggestion-change span { color: #9da49f; }.suggestion-change strong { color: var(--green); }
.suggestion-foot { color: #959c98; font-size: 7px; }
kbd { padding: 3px 5px; border: 1px solid #d7d9d5; border-bottom-width: 2px; border-radius: 4px; color: #69736e; background: #f7f8f5; font-family: inherit; font-size: 6px; font-weight: 750; text-transform: uppercase; }
.private-badge { position: absolute; z-index: 4; right: -14px; top: 11%; display: flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; border: 1px solid rgba(31,88,71,.14); border-radius: 11px; background: rgba(247,250,242,.95); box-shadow: 0 12px 30px rgba(27,45,36,.11); }
.private-badge > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: var(--lime); font-size: 10px; }
.private-badge strong, .private-badge small { display: block; }.private-badge strong { font-size: 9px; }.private-badge small { margin-top: 2px; color: #85908a; font-size: 7px; }
.mode-card { position: absolute; z-index: 4; left: -15px; bottom: 11%; width: 116px; height: 86px; display: grid; grid-template-columns: auto auto auto; place-content: center; align-items: center; gap: 7px; border: 1px solid rgba(31,88,71,.14); border-radius: 14px; background: rgba(251,249,243,.96); box-shadow: 0 14px 32px rgba(27,45,36,.11); font-family: Georgia, serif; }
.mode-card > span, .mode-card > b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: #e5ece8; font-size: 13px; font-weight: 400; }.mode-card > b { color: white; background: var(--green); }.mode-card i { color: #929b96; font-size: 10px; font-style: normal; }.mode-card small { grid-column: 1 / -1; color: #7c8681; font-family: inherit; font-size: 7px; text-align: center; }

.capability-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.capability-grid article { min-width: 0; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.3); transition: background .2s, transform .2s; }
.capability-grid article:hover { transform: translateY(-2px); background: rgba(255,255,255,.58); }
.capability-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--green-deep); background: #dce7df; font-family: Georgia, serif; font-size: 13px; }
.translate-icon { color: #704c42; background: #f0ddd5; }
.voice-icon { display: flex; align-items: center; justify-content: center; gap: 3px; color: white; background: var(--green-deep); }
.voice-icon i { width: 2px; height: 8px; border-radius: 2px; background: var(--lime); }.voice-icon i:nth-child(2) { height: 17px; }.voice-icon i:nth-child(3) { height: 12px; }.voice-icon i:nth-child(4) { height: 20px; }
.capability-grid h3 { margin: 0 0 3px; font-size: 12px; letter-spacing: -.01em; }.capability-grid p { margin: 0; overflow: hidden; color: #79827e; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.feature-key { padding: 4px 6px; border: 1px solid var(--soft-line); border-radius: 5px; color: #7e8782; background: rgba(255,255,255,.44); font-size: 7px; font-weight: 730; letter-spacing: .04em; }
.landing-foot { grid-column: 1 / -1; min-width: 0; display: flex; align-items: center; justify-content: space-between; padding-top: 2px; color: #7f8883; font-size: 8px; font-weight: 580; letter-spacing: .03em; text-transform: uppercase; }
.landing-foot p { margin: 0; display: flex; align-items: center; gap: 8px; }
.landing-foot span { color: var(--green); }.landing-foot i { width: 22px; height: 1px; background: #bdc3bf; }.landing-foot a { color: #57645e; text-decoration: underline; text-decoration-color: #aeb6b1; text-underline-offset: 3px; }

.enter { opacity: 0; transform: translateY(12px); animation: enter .7s cubic-bezier(.2,.75,.25,1) forwards; }
.product-stage.enter { animation-delay: .1s; }.capability-grid.enter { animation-delay: .2s; }.landing-foot.enter { animation-delay: .28s; }
@keyframes enter { to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .landing { grid-template-columns: .88fr 1.12fr; column-gap: 38px; }
  h1 { font-size: clamp(57px, 6.4vw, 76px); }
  .private-badge { right: -8px; }.mode-card { left: -7px; }
}

@media (max-height: 760px) and (min-width: 901px) {
  .landing { padding-top: 22px; row-gap: 11px; }
  h1 { font-size: clamp(56px, 5.2vw, 76px); }
  .lede { margin-block: 19px; font-size: 16px; }
  .proof-row { margin-top: 18px; }
  .product-stage { min-height: 470px; }
  .capability-grid article { padding-block: 8px; }
  .capability-icon { width: 36px; height: 36px; }
}

@media (max-width: 900px) {
  body { background: radial-gradient(circle at 70% 22%, rgba(202,218,183,.45), transparent 22rem), var(--paper); }
  .landing { width: min(100% - 40px, 700px); padding-top: 55px; grid-template-columns: 1fr; grid-template-rows: auto; row-gap: 45px; }
  .hero-copy { text-align: center; }.eyebrow, .hero-actions, .proof-row { justify-content: center; }.lede { margin-inline: auto; }
  .product-stage { min-height: 510px; }.orbit-one { width: 500px; height: 500px; }.orbit-two { width: 390px; height: 390px; }
  .capability-grid, .landing-foot { grid-column: auto; }.capability-grid { grid-template-columns: 1fr; }.landing-foot { padding: 8px 0 25px; flex-direction: column; gap: 13px; text-align: center; }
}

@media (max-width: 680px) {
  .landing { width: calc(100% - 32px); min-height: auto; padding-top: 48px; row-gap: 36px; }
  h1 { font-size: clamp(52px, 15vw, 72px); }.lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }.button { width: min(100%, 310px); }
  .proof-row { gap: 11px; }
  .product-stage { min-height: 375px; margin-inline: -8px; overflow: hidden; }
  .orbit-one { width: 390px; height: 390px; }.orbit-two { width: 300px; height: 300px; }
  .window-shell { width: 570px; min-width: 570px; transform: scale(.68) rotate(-1.2deg); }
  .private-badge { right: 0; top: 5%; }.mode-card { left: 0; bottom: 4%; }
  .capability-grid { gap: 8px; }.capability-grid article { padding: 10px; }
  .landing-foot p:first-child { display: none; }.landing-foot p:last-child { display: block; line-height: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
