:root{--bg:#fafaf9;--ink:#1c1917;--muted:#78716c;--faint:#a8a29e;--accent:#0f766e}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.hero{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;animation:rise .9s ease-out both}.kicker{font-size:.8rem;letter-spacing:.25em;text-transform:uppercase;color:var(--faint);margin-bottom:1.75rem}.headline{max-width:42rem;font-family:ui-serif,Georgia,Times New Roman,serif;font-weight:600;font-size:clamp(2.1rem,5.5vw,3.4rem);line-height:1.15;text-wrap:balance}.headline .accent{color:var(--accent)}.sub{max-width:34rem;margin-top:1.5rem;font-size:1.15rem;color:var(--muted);text-wrap:balance}.sample-link{margin-top:2.25rem;color:var(--accent);text-decoration:none;font-weight:500;border-bottom:1px solid color-mix(in srgb,var(--accent) 35%,transparent);padding-bottom:2px}.sample-link:hover{border-bottom-color:var(--accent)}.foot{margin-top:3.5rem;font-size:.85rem;color:var(--faint)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}