:root{--landing-paper:#f6f8f2;--landing-ink:#1e2233;--landing-soft:#454b5e;--landing-slate:#6b7280;--landing-coral:#ff6b4a;--landing-gold:#e7a800;--landing-sage:#e8eedd;--landing-line:rgba(30,34,51,.1)}
body.landing-page{margin:0;background:var(--landing-paper);color:var(--landing-ink);font-family:Manrope,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.landing-page *{box-sizing:border-box}.landing-shell{max-width:1180px;margin:0 auto;padding:0 40px}.landing-nav{display:flex;align-items:center;justify-content:space-between;padding-top:34px}.landing-wordmark{display:flex;align-items:center;gap:9px;color:var(--landing-ink);font:600 21px Fraunces,serif;letter-spacing:-.01em;text-decoration:none}.landing-dot{width:8px;height:8px;border-radius:50%;background:var(--landing-coral);transform:translateY(-8px)}.landing-tag{padding:7px 14px;border:1px solid var(--landing-line);border-radius:100px;background:rgba(255,255,255,.5);color:var(--landing-slate);font-size:12px;font-weight:600;letter-spacing:.08em}
.landing-hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:64px 0 88px}.landing-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:26px;padding:7px 14px 7px 12px;border-radius:100px;background:linear-gradient(#ffe9a8,#fbdd7e);color:#8a6a00;font-size:12px;font-weight:700;letter-spacing:.09em}.landing-eyebrow svg{width:12px;height:12px}.landing-copy h1{margin:0 0 22px;color:var(--landing-ink);font:500 54px/1.06 Fraunces,serif;letter-spacing:-.015em}.landing-copy h1 em{color:var(--landing-coral);font-weight:500}.landing-lede{max-width:440px;margin:0 0 34px;color:var(--landing-soft);font-size:17px;line-height:1.6}.landing-actions{display:flex;align-items:center;gap:28px}.landing-primary{display:inline-flex;align-items:center;gap:9px;padding:14px 26px;border-radius:100px;background:var(--landing-ink);color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:.18s ease}.landing-primary:hover{background:#33384f;transform:translateY(-1px)}.landing-primary svg{width:14px;height:14px;transition:transform .18s ease}.landing-primary:hover svg{transform:translateX(3px)}.landing-secondary{padding-bottom:2px;border-bottom:1.5px solid var(--landing-ink);color:var(--landing-ink);font-size:15px;font-weight:700;text-decoration:none;opacity:.75}.landing-secondary:hover{opacity:1}
.landing-loop{display:flex;align-items:center;justify-content:center;height:340px}.landing-loop svg{width:100%;max-width:420px;overflow:visible}.landing-loop path{fill:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:900;stroke-dashoffset:900}.landing-loop-a{stroke:var(--landing-coral);animation:landing-draw 2.2s cubic-bezier(.65,0,.35,1) forwards,landing-flow 7s linear 2.4s infinite}.landing-loop-b{stroke:var(--landing-gold);opacity:.9;animation:landing-draw 2.2s cubic-bezier(.65,0,.35,1) .18s forwards,landing-flow 7s linear 2.4s infinite reverse}.landing-loop text{fill:var(--landing-ink);font:italic 500 15px Fraunces,serif}@keyframes landing-draw{to{stroke-dashoffset:0}}@keyframes landing-flow{to{stroke-dashoffset:-900}}
.landing-band{padding:68px 0 80px;background:var(--landing-sage)}.landing-band-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:34px}.landing-band-head h2{margin:0;font:500 26px Fraunces,serif}.landing-band-head span{color:var(--landing-slate);font-size:14px;font-weight:500}.landing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.landing-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:30px 26px 26px;border:1px solid rgba(30,34,51,.05);border-radius:22px;background:#fff;box-shadow:0 1px 2px rgba(30,34,51,.04);transition:.22s ease}.landing-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px -14px rgba(30,34,51,.18)}.app-home{width:48px;height:48px;border-radius:11px;overflow:hidden}.app-home img{display:block;width:100%;height:100%;object-fit:cover}.landing-card h3{margin:0;font-size:16px}.landing-card h3 a{color:var(--landing-ink);text-decoration:none}.app-platforms{display:flex;gap:12px;margin-top:2px}.app-platforms a{display:flex;width:18px;height:18px;opacity:.65;transition:opacity .18s ease}.app-platforms a:hover{opacity:1}.app-platforms img{width:100%;height:100%;object-fit:contain;filter:grayscale(1)}.landing-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:30px 0 40px;color:var(--landing-slate);font-size:13px}.landing-footer b{color:var(--landing-ink)}
.landing-page a:focus-visible{outline:3px solid var(--landing-coral);outline-offset:4px}@media (prefers-reduced-motion:reduce){.landing-loop path{animation:none;stroke-dashoffset:0}.landing-page *{scroll-behavior:auto!important}}@media (max-width:880px){.landing-shell{padding:0 24px}.landing-hero{grid-template-columns:1fr;gap:10px;padding:44px 0 20px}.landing-loop{order:-1;height:240px}.landing-copy h1{font-size:40px}.landing-cards{grid-template-columns:1fr}}@media (max-width:480px){.landing-actions{align-items:flex-start;flex-direction:column;gap:20px}.landing-band-head,.landing-footer{align-items:flex-start;flex-direction:column}}
html[data-site-theme="dark"] .landing-page{
  --landing-ink:#cbd5e1;
  --landing-soft:#aebdce;
  --landing-slate:#8798ad;
  --landing-line:rgba(126,158,194,.22);
}
html[data-site-theme="dark"] .landing-hero{background:linear-gradient(180deg,color-mix(in srgb,var(--site-surface-soft) 32%,transparent),transparent 88%)}
html[data-site-theme="dark"] .landing-band{background:color-mix(in srgb,var(--site-surface-soft) 58%,var(--site-bg));border-top:1px solid rgba(126,158,194,.18);border-bottom:1px solid rgba(126,158,194,.14)}
html[data-site-theme="dark"] .landing-eyebrow{background:rgba(65,92,130,.34);color:#a9c1df;border:1px solid rgba(126,158,194,.2)}
html[data-site-theme="dark"] .landing-copy h1{color:#cbd5e1}
html[data-site-theme="dark"] .landing-copy h1 em{color:#9ab4dc}
html[data-site-theme="dark"] .landing-primary{background:#183452;color:#cbd5e1;border:1px solid #3b6087;box-shadow:none}
html[data-site-theme="dark"] .landing-primary:hover{background:#214365;border-color:#5278a5}
html[data-site-theme="dark"] .landing-secondary{border-bottom-color:#7188a4;color:#b7c5d5}
html[data-site-theme="dark"] .landing-card{border-color:rgba(126,158,194,.2);background:color-mix(in srgb,var(--site-surface-solid) 84%,var(--site-bg));box-shadow:0 14px 30px rgba(0,0,0,.14)}
html[data-site-theme="dark"] .landing-card:hover{border-color:rgba(126,158,194,.38);box-shadow:0 18px 34px rgba(0,0,0,.2)}
html[data-site-theme="dark"] .landing-card h3 a{color:#b9c8d9}
.platform-link{align-items:center;justify-content:center;border-radius:6px;color:var(--landing-slate)}.platform-link svg{display:block;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.platform-apple svg{fill:currentColor;stroke:none}.platform-link:focus-visible{outline:2px solid var(--landing-coral);outline-offset:3px}
