:root{color-scheme:light;--ink:#222019;--paper:#faf7ed;--yellow:#f3cf37;--muted:#625d50;font-family:system-ui,-apple-system,"Segoe UI",Tahoma,sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #8e6517;outline-offset:6px}.site-header,main,footer{max-width:1200px;margin:auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:28px 40px;border-bottom:1px solid #ded9c9}.brand{font-size:36px;font-weight:850;letter-spacing:-2px}.brand span{color:#a17406}.nav-link{font-size:15px;font-weight:650}.nav-link span{margin-left:14px}.hero{padding:90px 40px 76px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:750;margin:0 0 28px}h1{font-size:clamp(40px,6vw,78px);font-weight:800;line-height:1.3;letter-spacing:-.025em;margin:0 0 28px}h1 span{color:#80734d}.intro{font-size:clamp(17px,2vw,21px);line-height:1.85;color:var(--muted);margin:0 0 32px}.button{display:inline-flex;gap:34px;align-items:center;background:var(--ink);color:#fff7d3;font-size:17px;font-weight:700;padding:18px 26px;border-radius:8px}.button:hover{background:#464030}.button span{color:var(--yellow);font-size:23px}.caption{font-size:13px;color:var(--muted);margin-top:18px}.features{display:grid;grid-template-columns:repeat(3,1fr);background:var(--yellow);border-radius:18px;margin:0 40px 70px;padding:32px 12px}.features article{padding:0 26px}.features article+article{border-left:1px solid #bb9b2f}.number{font-size:12px;letter-spacing:.1em}h2{font-size:20px;margin:20px 0 10px}.features p{font-size:14px;line-height:1.7;margin:0}footer{padding:24px 40px 36px;border-top:1px solid #ded9c9;display:flex;gap:24px;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted)}.small{font-size:26px;color:var(--ink)}
@media(max-width:640px){.site-header{padding:22px 24px}.brand{font-size:31px}.hero{padding:58px 24px 42px}.eyebrow{font-size:10px}.features{grid-template-columns:1fr;margin:0 24px 40px;padding:6px 24px}.features article{padding:24px 0}.features article+article{border-left:0;border-top:1px solid #bb9b2f}h2{margin-top:10px}footer{padding:24px}.button{width:100%;justify-content:space-between}}
