:root {
  color-scheme: light;
  --ink: #18211f;
  --ink-soft: #34413e;
  --muted: #66716e;
  --line: #dce2de;
  --line-strong: #cbd4cf;
  --paper: #f4f6f2;
  --surface: #ffffff;
  --surface-soft: #eaeee9;
  --forest: #173f35;
  --forest-deep: #0e2b26;
  --forest-light: #dce9e3;
  --sage: #91a89e;
  --blue: #567b91;
  --blue-soft: #e3ebef;
  --amber: #ad7c3d;
  --amber-soft: #f2e8d9;
  --rose: #9b6573;
  --rose-soft: #f0e3e6;
  --slate: #697271;
  --shadow-sm: 0 10px 30px rgba(22, 34, 31, .06);
  --shadow-md: 0 28px 80px rgba(22, 34, 31, .11);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shell: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 88% 2%, rgba(142, 168, 157, .18), transparent 28rem), radial-gradient(circle at 5% 16%, rgba(86, 123, 145, .08), transparent 24rem), var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); background: var(--surface); border: 1px solid var(--line-strong); border-radius: 8px; padding: 10px 14px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.site-header { position: sticky; top: 0; z-index: 50; width: min(var(--shell), calc(100% - 32px)); min-height: 74px; margin: 12px auto 0; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(203, 212, 207, .75); border-radius: 18px; background: rgba(244, 246, 242, .88); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; }
.main-nav { display: flex; align-items: center; gap: 24px; color: var(--ink-soft); font-size: .94rem; }
.main-nav a { position: relative; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--forest); }
.main-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--forest); }
.nav-product { font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(3.4rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.065em; margin-bottom: 30px; }
h2 { font-size: clamp(2.25rem, 4.6vw, 4.35rem); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 28px; }
h3 { font-size: 1.25rem; line-height: 1.28; letter-spacing: -.02em; margin-bottom: 12px; }
.eyebrow { margin-bottom: 18px; color: var(--forest); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #a9c7bb; }
.hero-lead { max-width: 780px; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.36rem); line-height: 1.58; }
.hero-lead-light { color: #cddbd6; }
.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; padding: 96px 0 110px; }
.hero-copy h1 { max-width: 850px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.actions-centered { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border: 1px solid var(--line-strong); border-radius: 13px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--forest); border-color: var(--forest); box-shadow: 0 12px 30px rgba(23, 63, 53, .16); }
.button-primary:hover { background: var(--forest-deep); }
.button-quiet { background: rgba(255, 255, 255, .55); }
.button-light { margin-top: 22px; color: var(--forest-deep); background: #edf4f1; border-color: #edf4f1; }
.availability-note { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--muted); font-size: .9rem; }
.status-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--amber); box-shadow: 0 0 0 4px rgba(173, 124, 61, .12); flex: 0 0 auto; }
.board-visual { position: relative; min-height: 500px; padding: 24px; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: linear-gradient(rgba(23,63,53,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,53,.035) 1px, transparent 1px), rgba(255,255,255,.78); background-size: 28px 28px; box-shadow: var(--shadow-md); overflow: hidden; }
.board-topline { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .82rem; }
.board-state { color: var(--forest); font-weight: 700; }
.mini-card { position: absolute; width: 66%; min-height: 122px; padding: 18px 20px 18px 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; justify-content: center; }
.mini-card::before { content: ""; position: absolute; left: 0; top: 13px; bottom: 13px; width: 5px; border-radius: 0 4px 4px 0; }
.mini-card strong { font-size: 1.12rem; margin: 5px 0 4px; }
.mini-card small, .mini-label { color: var(--muted); }
.mini-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.context-home { top: 90px; left: 30px; transform: rotate(-1deg); }
.context-home::before { background: var(--forest); }
.context-person { top: 220px; right: 28px; transform: rotate(1deg); }
.context-person::before { background: var(--blue); }
.context-family { top: 350px; left: 46px; transform: rotate(-.6deg); }
.context-family::before { background: var(--amber); }
.board-connector { position: absolute; width: 150px; height: 150px; right: 48px; top: 115px; border: 1px dashed rgba(23, 63, 53, .18); border-left: 0; border-bottom: 0; border-radius: 0 70px 0 0; }
.board-caption { position: absolute; left: 26px; right: 26px; bottom: 18px; color: var(--muted); font-size: .82rem; text-align: center; }
.section { padding: 118px 0; border-top: 1px solid var(--line); }
.section-soft { background: rgba(231, 235, 230, .62); border-top: 0; }
.section-intro { margin-bottom: 52px; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.08rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 520px; margin-bottom: 8px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 28px; border-top: 1px solid var(--line-strong); }
.value-card .number { display: block; margin-bottom: 44px; color: var(--sage); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.value-card p { color: var(--muted); }
.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; }
.flow-step { min-height: 180px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.75); display: flex; flex-direction: column; }
.flow-step span { color: var(--sage); font-size: .75rem; font-weight: 800; }
.flow-step strong { margin-top: auto; font-size: 1.16rem; }
.flow-step small { margin-top: 5px; color: var(--muted); line-height: 1.45; }
.flow-step-final { color: #fff; background: var(--forest); border-color: var(--forest); }
.flow-step-final span, .flow-step-final small { color: #c3d8d0; }
.flow-arrow { color: var(--sage); font-size: 1.35rem; }
.flow-wide { margin-top: 50px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; min-height: 430px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.8); overflow: hidden; display: flex; flex-direction: column; }
.product-card::after { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 999px; top: -110px; right: -80px; opacity: .55; }
.product-pulse::after { background: var(--forest-light); }
.product-flux::after { background: var(--blue-soft); }
.product-sense::after { background: var(--amber-soft); }
.product-top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 58px; }
.product-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: #fff; background: var(--forest); font-weight: 900; }
.product-flux .product-icon { background: var(--blue); }
.product-sense .product-icon { background: var(--amber); }
.product-icon-large { width: 58px; height: 58px; border-radius: 18px; font-size: 1.2rem; }
.product-name { margin-bottom: 8px; color: var(--forest); font-weight: 800; font-size: .92rem; }
.product-card p:not(.product-name) { color: var(--muted); }
.product-card .text-link { margin-top: auto; }
.status-pill { display: inline-flex; align-items: center; width: fit-content; min-height: 28px; padding: 4px 9px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.6); font-size: .72rem; font-weight: 750; }
.status-active { color: var(--forest); border-color: rgba(23,63,53,.18); background: var(--forest-light); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--forest); font-weight: 800; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link-muted { color: var(--muted); font-weight: 650; }
.section-link { margin-top: 34px; }
.example-list { border-top: 1px solid var(--line-strong); }
.example-row { display: grid; grid-template-columns: 160px 1fr; gap: 32px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.example-tag { color: var(--forest); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.example-row h3 { max-width: 760px; font-size: clamp(1.35rem, 2.3vw, 2rem); }
.example-row p { max-width: 800px; color: var(--muted); }
.compact-examples { margin-top: 20px; }
.trust-band { color: #fff; background: var(--forest-deep); border-top: 0; }
.trust-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.trust-layout h2 { color: #fff; }
.trust-layout > div > p:not(.eyebrow) { max-width: 620px; color: #c7d5d0; font-size: 1.08rem; }
.trust-points { border-top: 1px solid rgba(255,255,255,.14); }
.trust-points div { padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.trust-points strong, .trust-points span { display: block; }
.trust-points strong { margin-bottom: 5px; }
.trust-points span { color: #b8c9c3; font-size: .95rem; }
.update-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.update-preview { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); }
.update-preview .status-pill { margin: 14px 0 24px; }
.update-date { display: block; color: var(--muted); font-size: .78rem; }
.update-preview h3 { font-size: 1.45rem; }
.update-preview p { color: var(--muted); }
.closing { padding: 128px 0 140px; text-align: center; }
.closing h2 { max-width: 850px; margin-inline: auto; }
.closing > p:not(.eyebrow) { max-width: 720px; margin-inline: auto; color: var(--muted); font-size: 1.08rem; }
.site-footer { border-top: 1px solid var(--line); }
.footer-layout { min-height: 170px; padding: 34px 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: center; }
.footer-layout > div:first-child strong, .footer-layout > div:first-child span { display: block; }
.footer-layout > div:first-child span { margin-top: 4px; color: var(--muted); font-size: .86rem; }
.footer-links { display: flex; gap: 22px; font-size: .9rem; }
.footer-links a:hover { color: var(--forest); }
.footer-meta { text-align: right; color: var(--muted); font-size: .78rem; }
.footer-meta span { display: block; }
.product-hero { min-height: 680px; padding: 100px 0 110px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 88px; align-items: center; }
.product-identity { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--forest); font-weight: 850; }
.product-status-card { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); }
.product-status-card h2 { margin: 28px 0 22px; font-size: 1.9rem; letter-spacing: -.035em; }
.clean-list { margin: 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid var(--line); }
.clean-list li:last-child { border-bottom: 0; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: 21px; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.small-note { margin: 22px 0 0; color: var(--muted); font-size: .8rem; }
.board-demo { padding: 24px; border: 1px solid var(--line-strong); border-radius: 28px; background: #f8f9f6; box-shadow: var(--shadow-md); }
.demo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 4px 4px 22px; font-weight: 800; }
.demo-toolbar button { border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); padding: 8px 12px; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; min-height: 360px; padding: 30px; border-radius: 20px; background: linear-gradient(rgba(23,63,53,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,53,.035) 1px, transparent 1px), #eef1ec; background-size: 26px 26px; }
.demo-card { position: relative; min-height: 140px; padding: 18px 18px 18px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 9px 25px rgba(22,34,31,.05); display: flex; flex-direction: column; }
.demo-card::before { content: ""; position: absolute; top: 13px; bottom: 13px; left: 0; width: 5px; border-radius: 0 4px 4px 0; }
.demo-card small { color: var(--muted); }
.demo-card strong { margin-top: auto; font-size: 1.04rem; }
.demo-card span { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.accent-blue::before { background: #3578c8; }
.accent-green::before { background: #3e9a52; }
.accent-amber::before { background: #c99a00; }
.accent-rose::before { background: #c4438a; }
.accent-slate::before { background: #626b73; }
.demo-disclaimer { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.card-anatomy { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.anatomy-card { padding: 28px; border: 1px solid var(--line-strong); border-radius: 26px; background: #fff; box-shadow: var(--shadow-md); }
.anatomy-top { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 36px; }
.context-chip, .category-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; }
.context-chip i { width: 7px; height: 22px; border-radius: 3px; background: #3578c8; }
.anatomy-card h3 { margin-bottom: 34px; font-size: 2rem; }
.anatomy-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.anatomy-columns > div { min-height: 190px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.anatomy-label { display: block; margin-bottom: 18px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.anatomy-columns p, .anatomy-columns ul { color: var(--muted); font-size: .9rem; }
.anatomy-columns ul { padding-left: 18px; }
.anatomy-notes { border-top: 1px solid var(--line-strong); }
.anatomy-notes > div { display: grid; grid-template-columns: 42px 130px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.anatomy-notes span { color: var(--sage); font-size: .75rem; font-weight: 800; }
.anatomy-notes p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.trust-hero { margin-top: -86px; padding-top: 86px; color: #fff; background: var(--forest-deep); }
.trust-hero-inner { min-height: 650px; padding-top: 165px; padding-bottom: 100px; display: flex; flex-direction: column; justify-content: center; }
.trust-hero h1 { max-width: 950px; }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.principle-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); }
.principle-grid span { display: block; margin-bottom: 52px; color: var(--sage); font-size: .75rem; font-weight: 800; }
.principle-grid h3 { font-size: 1.5rem; }
.principle-grid p { color: var(--muted); }
.website-privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.website-privacy-grid > div { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.75); }
.privacy-symbol { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 14px; background: var(--forest-light); color: var(--forest); font-weight: 900; }
.privacy-no .privacy-symbol { background: #e6e9e5; color: var(--slate); }
.updates-hero { padding: 120px 0 90px; }
.updates-hero h1 { max-width: 900px; }
.release-status { max-width: 820px; margin-top: 42px; padding: 18px 20px; border-left: 3px solid var(--amber); background: var(--amber-soft); }
.release-status p { margin: 9px 0 0; color: var(--ink-soft); font-size: .9rem; }
.update-timeline { padding-top: 30px; }
.release-entry { display: grid; grid-template-columns: 260px 1fr; gap: 54px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.release-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.release-meta time { color: var(--muted); font-size: .82rem; }
.release-copy h2 { max-width: 800px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.release-summary { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.release-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.release-details > div { padding-top: 18px; border-top: 1px solid var(--line-strong); }
.release-details h3 { font-size: .92rem; }
.release-details p { color: var(--muted); font-size: .88rem; }
.release-entry-direction { opacity: .93; }
.future-release-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.future-release-row span { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.7); font-weight: 750; text-align: center; }
.error-page { min-height: 100vh; padding: 50px 0; display: flex; flex-direction: column; justify-content: space-between; }
.error-page > div { max-width: 820px; padding: 120px 0; }
@media (max-width: 980px) {
  .site-header { width: min(100% - 24px, var(--shell)); }
  .main-nav { gap: 16px; }
  .hero, .product-hero, .trust-layout, .card-anatomy { grid-template-columns: 1fr; gap: 50px; }
  .hero { min-height: auto; }
  .board-visual { min-height: 520px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); justify-self: center; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 320px; }
  .product-top { margin-bottom: 40px; }
  .demo-grid { grid-template-columns: repeat(2, 1fr); }
  .release-entry { grid-template-columns: 1fr; gap: 24px; }
  .release-details { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; gap: 22px; }
  .footer-meta { text-align: left; }
}
@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .site-header { min-height: 62px; padding: 0 16px; }
  .main-nav a:not([aria-current="page"]):not(.nav-product) { display: none; }
  .main-nav { margin-left: auto; }
  h1 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .hero { padding: 74px 0 90px; }
  .section { padding: 88px 0; }
  .value-grid, .principle-grid, .website-privacy-grid, .update-preview-grid { grid-template-columns: 1fr; }
  .value-card { padding-inline: 0; }
  .value-card .number { margin-bottom: 24px; }
  .example-row { grid-template-columns: 1fr; gap: 10px; }
  .trust-layout { gap: 50px; }
  .demo-grid { grid-template-columns: 1fr; padding: 18px; }
  .anatomy-columns { grid-template-columns: 1fr; }
  .anatomy-notes > div { grid-template-columns: 36px 1fr; }
  .anatomy-notes p { grid-column: 2; }
  .future-release-row { grid-template-columns: repeat(2, 1fr); }
  .footer-links { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .site-header { margin-top: 8px; }
  .main-nav a { font-size: .84rem; }
  .board-visual { min-height: 490px; padding: 18px; }
  .mini-card { width: 78%; min-height: 108px; }
  .context-home { top: 84px; left: 18px; }
  .context-person { top: 205px; right: 16px; }
  .context-family { top: 326px; left: 28px; }
  .board-caption { font-size: .74rem; }
  .product-top { align-items: flex-start; }
  .status-pill { font-size: .67rem; }
  .product-hero { padding-top: 76px; }
  .trust-hero-inner { min-height: 590px; padding-top: 140px; }
  .future-release-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}