*{box-sizing:border-box}body{margin:0;background:#f7f4eb;color:#243e32;font:17px/1.6 system-ui}header,main,footer{max-width:1100px;margin:auto;padding:24px}nav{display:flex;justify-content:space-between;gap:20px}a{color:inherit}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.08}h1{font-size:clamp(42px,7vw,82px);max-width:900px}h2{font-size:34px}h3{font-size:20px}.hero{padding:35px 0 50px}.eyebrow{color:#975235;text-transform:uppercase;letter-spacing:.13em;font-size:13px}.lead{font-size:22px;max-width:740px}.button,button{display:inline-block;background:#294b39;color:white;border:0;border-radius:8px;padding:15px 23px;font:inherit;cursor:pointer;text-decoration:none}button:disabled{opacity:.5;cursor:wait}.secondary{background:#e6e7de;color:#243e32}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card,#survey{background:#fffdf8;border:1px solid #dedfd2;border-radius:18px;padding:26px;margin:20px 0}.notice{padding:18px;border-left:4px solid #aa6442;background:#efe7da}.step{max-width:730px}label{display:block;margin:19px 0 7px;font-weight:600}input,select{width:100%;padding:12px;border:1px solid #919f92;border-radius:7px;background:white;color:#243e32;font:inherit}input[type=checkbox]{width:auto;margin-right:10px}input:focus,select:focus,button:focus,a:focus{outline:3px solid #b57c51;outline-offset:3px}.row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.controls{display:flex;gap:14px;margin-top:26px;flex-wrap:wrap}.small{font-size:14px;color:#526251}.error{color:#9f2424;font-weight:600}progress{width:100%;accent-color:#294b39}details{margin:16px 0}summary{cursor:pointer;font-weight:600}[hidden]{display:none!important}pre{white-space:pre-wrap;overflow-wrap:anywhere}footer{border-top:1px solid #ddd} @media(max-width:650px){.cards,.row{grid-template-columns:1fr}.card,#survey{padding:20px}header,main,footer{padding:18px}.lead{font-size:19px}h2{font-size:29px}}