:root{
  --paper:#FBFBF9; --ink:#1B2439; --body:#333B4E; --muted:#5B6478;
  --accent:#2F7D4F; --rule:#E3E5E0; --card:#F2F4EF; --card-edge:#DDE2D8;
}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){
  --paper:#12161F; --ink:#ECEEF3; --body:#C6CBD6; --muted:#8A92A3;
  --accent:#6FBE8F; --rule:#272D3A; --card:#1A202C; --card-edge:#2A3140;
}}
*{box-sizing:border-box}
body{background:var(--paper);color:var(--body);margin:0;padding:0 1.25rem;
  font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-size:1.0625rem;line-height:1.65}
.wrap{max-width:42rem;margin:0 auto;padding:3.5rem 0 4rem}
header{border-bottom:2px solid var(--ink);padding-bottom:1.5rem;margin-bottom:2.25rem}
.brand{display:flex;align-items:center;gap:.65rem;margin-bottom:1.4rem}
.brand-name{font-family:Archivo,"Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.05rem;color:var(--ink);text-decoration:none}
h1{font-family:Archivo,"Helvetica Neue",Arial,sans-serif;font-weight:600;
  font-size:clamp(1.75rem,5vw,2.35rem);line-height:1.15;color:var(--ink);margin:0 0 .5rem;text-wrap:balance}
h2{font-family:Archivo,"Helvetica Neue",Arial,sans-serif;font-weight:600;font-size:1.1rem;
  line-height:1.35;color:var(--ink);margin:2rem 0 .5rem;text-wrap:balance}
h3{font-family:Archivo,"Helvetica Neue",Arial,sans-serif;font-size:1rem;color:var(--ink);margin:1.4rem 0 .4rem}
.sub{color:var(--muted);margin:0}
p,li{margin:0 0 .9rem}
ul{padding-left:1.3rem}
strong{color:var(--ink);font-weight:600}
a{color:var(--accent);text-underline-offset:2px}
.contact{background:var(--card);border:1px solid var(--card-edge);border-radius:10px;
  padding:1.35rem 1.5rem;margin:0 0 2.5rem;font-family:Archivo,"Helvetica Neue",Arial,sans-serif}
.contact h2{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:var(--accent);margin:0 0 .7rem}
.contact p{margin:0 0 .4rem;font-size:.98rem}
.apps{list-style:none;padding:0;margin:1.5rem 0 0}
.apps li{margin:0 0 1rem;padding:1rem 1.2rem;background:var(--card);
  border:1px solid var(--card-edge);border-radius:10px}
.apps a{font-family:Archivo,sans-serif;font-weight:600;font-size:1.05rem;text-decoration:none}
.apps span{display:block;color:var(--muted);font-size:.95rem;margin-top:.2rem}
table{width:100%;border-collapse:collapse;font-family:Archivo,sans-serif;font-size:.9rem;margin:1rem 0}
th{text-align:left;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;
  color:var(--muted);border-bottom:1px solid var(--rule);padding:0 .75rem .5rem 0}
td{border-bottom:1px solid var(--rule);padding:.6rem .75rem .6rem 0;vertical-align:top}
footer{border-top:1px solid var(--rule);margin-top:3rem;padding-top:1.4rem;
  font-family:Archivo,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;color:var(--muted)}
footer p{margin:0 0 .3rem}

.appicon{width:56px;height:56px;border-radius:13px;border:1px solid var(--rule);display:block;flex:none}
.brand .appicon{width:30px;height:30px;border-radius:7px}
.apps li{display:flex;align-items:center;gap:.9rem}
.apps .appicon{width:44px;height:44px;border-radius:10px}
.apps .txt{min-width:0}

.brand .logo{width:34px;height:34px;border-radius:8px;display:block;flex:none}
header .brand{gap:.7rem}

.store{margin:1.6rem 0 .4rem}
.store img{display:block}
.store .soon{font-family:Archivo,sans-serif;font-size:.9rem;color:var(--muted);
  border:1px dashed var(--card-edge);border-radius:8px;padding:.7rem 1rem;display:inline-block;margin:0}

.titlerow{display:flex;align-items:center;gap:.9rem;margin-bottom:.5rem}
.titlerow .logo{width:44px;height:44px;border-radius:10px;flex:none}
.titlerow h1{margin:0}
img.logo{max-width:44px;max-height:44px}
img.appicon{max-width:56px;max-height:56px}

/* Service lockup — the mark, the wordmark, and a section suffix.
   The wordmark must stay ONE inline element or the flex gap splits it mid-name. */
.lk{display:inline-flex;align-items:center;gap:.3em;
  font-family:Archivo,"Helvetica Neue",Arial,sans-serif;font-weight:600;
  letter-spacing:-.03em;line-height:1;white-space:nowrap;color:var(--ink);text-decoration:none}
.lk>img,.lk>svg{width:1.12em;height:1.12em;flex:none;border-radius:.24em;display:block}
.lk .w{display:inline;white-space:nowrap}
.lk a.w{color:inherit;text-decoration:none}

/* Apps: the App Store is Apple's surface, so the suffix is set the way Apple sets
   its interface — the platform's own face at regular-ish weight, reversed out of a
   pill in the house green. The lockup is a flex row with gap .3em; the pill trims
   that to .08em, because a filled block reads heavier than text and the pill's own
   .62em of side padding already supplies the air before it. */
.lk .sfx{font-family:-apple-system,"SF Pro Text",system-ui,"Segoe UI",Roboto,sans-serif;
  font-weight:500;font-size:.84em;letter-spacing:-.005em;
  color:var(--paper);background:var(--accent);
  padding:.26em .62em;border-radius:999px;margin-inline-start:-.08em}

/* SEO: an acronym for a technical discipline, so it is set in the mono face,
   tracked out, and reversed straight out of --ink — the plainest way to set a
   technical label. It needs no dark-mode rule at all: --ink and --paper swap
   places between the themes, so the inversion comes for free. */
.lk .sfx.mono{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;
  font-size:.7em;font-weight:500;letter-spacing:.06em;
  background:var(--ink);color:var(--paper);
  border-radius:.28em;padding:.34em .56em}

/* The header lockup sits where .brand sits on the app pages. */
.lockup{font-size:1.25rem;margin-bottom:1.4rem}

/* Contact links that lead with a glyph. The visible label carries the service
   name, so the number is never set as text on the page. */
.iconlink{display:inline-flex;align-items:center;gap:.4em;text-decoration:none;font-weight:600}
.iconlink svg{width:1.05em;height:1.05em;flex:none;fill:currentColor}

/* Footer cross-links: the lockups carry the navigation between the two
   services, so each page points at the other with the mark rather than text. */
.footlinks{display:flex;flex-wrap:wrap;gap:.9rem 1.6rem;margin:0 0 1.1rem;font-size:.95rem}
.footlinks .lk{color:var(--ink)}
.footlinks .lk:hover .w{text-decoration:underline;text-underline-offset:2px}
