:root{--forest:#102b22;--bone:#eee9dc;--citron:#d7ff3f;--ink:#0d110f}*{box-sizing:border-box}body{margin:0;background:var(--bone);color:var(--ink);font-family:Arial,sans-serif;line-height:1.75}header{background:var(--forest);color:#fff;padding:22px max(20px,6vw);display:flex;justify-content:space-between;font-size:11px;letter-spacing:.12em}header a{color:var(--citron);text-decoration:none}main{width:min(850px,calc(100% - 40px));margin:clamp(70px,10vw,140px) auto}h1{font-size:clamp(48px,8vw,90px);line-height:.9;letter-spacing:-.065em;margin:25px 0 45px}h2{font-size:24px;margin-top:45px}.lead{font-size:20px;color:#3e4b44}.eyebrow{font-size:10px;letter-spacing:.18em;color:#59665f}.note{background:var(--citron);padding:22px;margin-top:45px;font-size:13px}footer{padding:35px max(20px,6vw);background:#08110d;color:#97a49d;font-size:10px}.error{min-height:70vh;display:flex;flex-direction:column;justify-content:center}.button{background:var(--forest);color:#fff;padding:14px 20px;width:max-content;text-decoration:none;margin-top:25px;text-transform:uppercase;font-size:11px;letter-spacing:.1em}
