:root{--paper:#f3f1e9;--paper-strong:#ebe8dd;--ink:#182019;--muted:#667068;--rule:#c9cbc1;--emerald:#0b6b4f;--white:#fbfbf7;--max:1120px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit}.shell{width:min(calc(100% - 40px),var(--max));margin:0 auto}.topbar{border-bottom:1px solid var(--rule)}.topbar .shell{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:750;text-decoration:none;display:flex;align-items:center;gap:10px}.brand-logo,.brand-mark{width:28px;height:28px;display:inline-block;flex:0 0 auto;object-fit:contain}.brand-mark{background:url('/assets/emerald-mark.png') center/contain no-repeat;border:0;border-radius:0;transform:none}.topnav{display:flex;gap:22px;font-size:14px}.topnav a{text-decoration:none}.topnav a:hover{color:var(--emerald)}main{padding:72px 0 96px}.eyebrow{margin:0 0 14px;color:var(--emerald);font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em}h1{font-size:clamp(44px,6vw,76px);line-height:1;margin:0;max-width:850px}.lede{font-size:20px;color:#485149;max-width:760px;margin:24px 0 0}.rule{border-top:1px solid var(--rule);margin-top:54px}.price-table{margin-top:48px;border-top:1px solid var(--rule)}.price-row{display:grid;grid-template-columns:1.1fr .7fr 1.3fr .7fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--rule);align-items:start}.price-row strong{font-size:18px}.price{font-variant-numeric:tabular-nums;font-weight:750}.price small{display:block;color:var(--muted);font-weight:400;margin-top:2px}.price-row p{margin:0;color:var(--muted)}.price-row .action{justify-self:end;text-decoration:none;font-weight:700;color:var(--emerald)}.note{margin-top:28px;color:var(--muted);max-width:850px}.legal{max-width:820px}.legal h2{font-size:30px;margin:44px 0 10px}.legal p,.legal li{color:#444d46}.legal ul{padding-left:22px}.legal .updated{color:var(--muted);font-size:14px}.product-list{margin-top:44px;border-top:1px solid var(--rule)}.product-row{display:grid;grid-template-columns:180px 1fr auto;gap:24px;padding:20px 0;border-bottom:1px solid var(--rule);align-items:baseline}.product-row p{margin:0;color:var(--muted)}.product-row a{color:var(--emerald);font-weight:700;text-decoration:none}.footer{border-top:1px solid var(--rule);padding:24px 0 34px;color:var(--muted);font-size:13px}.footer .shell{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer a{text-decoration:none;color:var(--ink)}@media(max-width:760px){.topnav{display:none}.price-row{grid-template-columns:1fr}.price-row .action{justify-self:start}.product-row{grid-template-columns:1fr}.product-row a{justify-self:start}main{padding-top:52px}}