:root{--ink:#14372c;--paper:#f7f3e9;--cream:#fffdf7;--gold:#d9ae62;--coral:#de755d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Inter,ui-sans-serif,system-ui,sans-serif}a{color:inherit}header{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;letter-spacing:.04em}.brand img{width:40px;height:40px;border-radius:10px}nav{display:flex;gap:24px}nav a{text-decoration:none;font-size:14px}.hero{min-height:720px;position:relative;display:grid;align-items:center;overflow:hidden;background:#0c2b22;color:white}.hero-art{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,35,27,.96) 0%,rgba(8,35,27,.77) 35%,rgba(8,35,27,.05) 72%),url('assets/hero.png') center/cover}.hero-copy{position:relative;z-index:1;width:min(590px,90%);margin-left:max(6vw,calc((100vw - 1180px)/2));padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:800;color:var(--gold)}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.06;letter-spacing:-.035em}h1{font-size:clamp(48px,7vw,88px);margin:18px 0 24px}.hero p{font-size:19px;max-width:580px;color:#d9e3dc}.cta{display:inline-block;margin-top:24px;background:#f5d18e;color:#17382d;padding:15px 22px;border-radius:999px;text-decoration:none;font-weight:800}#features,.privacy,.download{max-width:1180px;margin:110px auto;padding:0 24px}#features>h2{font-size:clamp(38px,5vw,62px);max-width:700px}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:45px}.cards article{background:var(--cream);border:1px solid #e5ddcd;border-radius:24px;padding:32px}.cards b{color:var(--coral);font-size:12px}.cards h3{font:400 29px Georgia,serif;margin:18px 0 8px}.cards p{color:#5f7169}.privacy{background:var(--ink);color:white;border-radius:32px;padding:52px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.privacy h2{font-size:48px;margin:12px 0}.privacy p{color:#cfddd6}.download{display:flex;align-items:center;gap:28px}.download img{width:118px;border-radius:26px}.download h2{font-size:42px;margin:8px 0}footer{max-width:1180px;margin:100px auto 0;border-top:1px solid #d8d2c3;padding:34px 24px;display:flex;justify-content:space-between;font-size:13px}.legal{max-width:800px;margin:80px auto;padding:0 24px}.legal h1{font-size:56px}.legal h2{margin-top:42px}.legal .updated{color:#69776f}@media(max-width:700px){nav a:first-child{display:none}.hero{min-height:650px}.hero-art{background:linear-gradient(0deg,rgba(8,35,27,.98) 0%,rgba(8,35,27,.65) 70%),url('assets/hero.png') 68% center/cover}.hero-copy{align-self:end;margin:0 auto;padding:55px 0}.cards,.privacy{grid-template-columns:1fr}.privacy{margin-left:14px;margin-right:14px;padding:32px}.privacy h2{font-size:38px}footer{flex-direction:column;gap:12px}}
:root .screenshots{max-width:1180px;margin:100px auto;padding:0 24px}.screenshots h2{font-size:clamp(36px,5vw,58px);max-width:750px}.screenshots>p{color:#5f7169}.screenshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:40px}.screenshot-grid figure{margin:0;text-align:center}.screenshot-grid img{display:block;width:100%;height:auto;border:8px solid #14372c;border-radius:26px;box-shadow:0 16px 36px #14372c20}.screenshot-grid figcaption{padding:18px 0;font-weight:600}.screenshot-grid a:focus-visible{outline:3px solid #de755d;outline-offset:6px;border-radius:26px}@media(max-width:700px){.screenshot-grid{grid-template-columns:1fr;max-width:340px;margin:32px auto;gap:24px}}
