:root{color-scheme:light;--ink:#715047;--muted:#876e61;--orange:#dd7515;--line:#e6dace}*{box-sizing:border-box}body{margin:0;background:#fbf7f0;color:var(--ink);font:17px/1.7 ui-rounded,system-ui,-apple-system,sans-serif}a{color:inherit;text-underline-offset:4px}header,main,footer{width:min(100% - 40px,1000px);margin:auto}header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}header>a{font-weight:850;font-size:27px;text-decoration:none}nav{display:flex;flex-wrap:wrap;gap:12px 24px}nav a{font-size:14px;font-weight:650}main{padding:60px 0 80px;min-height:60vh}h1,h2{line-height:1.15;letter-spacing:-.025em}h1{font-size:clamp(34px,6vw,64px);margin:8px 0 24px}h2{font-size:24px;margin:36px 0 12px}p{margin:12px 0 20px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:800;color:var(--orange)}.hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.hero img{width:100%;max-width:340px;border-radius:26%;box-shadow:0 18px 40px #71452315}.hero h1 span{color:var(--orange)}.lead{font-size:20px;color:var(--muted);max-width:600px}.pill{display:inline-block;margin:12px 0;padding:10px 20px;background:#fff0d9;border-radius:30px;font-size:14px;font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:55px 0 0}.cards section{padding:28px;background:#fffdf9;border:1px solid var(--line);border-radius:24px}.cards h2{margin:0 0 12px;font-size:22px}.cards p{font-size:15px;margin:0}.document{max-width:760px}.document h1{font-size:44px}.document p,.document li{line-height:1.8}.note{padding:22px;background:#fff0d9;border-radius:20px}.button{display:inline-block;background:var(--orange);color:white;border-radius:28px;padding:13px 24px;font-weight:750;text-decoration:none}footer{border-top:1px solid var(--line);padding:32px 0;color:var(--muted);font-size:13px}footer>strong{font-size:22px;color:var(--ink)}footer nav{margin:24px 0}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:8px;background:white;padding:8px;z-index:10}a:focus-visible{outline:3px solid #4c8e91;outline-offset:5px}@media(max-width:640px){header{align-items:flex-start}header nav{gap:10px;font-size:12px}.hero{grid-template-columns:1fr;gap:30px}.hero img{max-width:220px;justify-self:center;grid-row:1}.cards{grid-template-columns:1fr;gap:12px}main{padding:36px 0 50px}.document h1{font-size:34px}}