*{box-sizing:border-box}body{margin:0;background:#f6f3eb;color:#243e35;font:18px/1.7 system-ui,sans-serif}a{color:inherit;text-underline-offset:4px}header,main,footer{max-width:1060px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #d9dbce}header a{text-decoration:none}nav{display:flex;gap:24px;font-size:15px}.brand{font-family:Georgia,serif;font-size:24px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:3px;color:#726139}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.12}h1{font-size:clamp(40px,7vw,76px);max-width:820px;margin:25px 0}h2{font-size:31px}.hero{padding:50px 0 35px}.lead{max-width:730px;font-size:22px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:25px 0 45px}.card{border:1px solid #d9dbce;border-radius:16px;padding:25px;background:#fffdf7}.card h2{font-size:25px}.note{border-left:3px solid #a18c54;padding:14px 22px;background:#eeeade}.policy{max-width:780px}.policy h2{margin-top:42px}.policy p{color:#42554c}footer{border-top:1px solid #d9dbce;font-size:14px;display:flex;justify-content:space-between;gap:20px}@media(max-width:650px){.grid{grid-template-columns:1fr}header,footer{flex-direction:column}.hero{padding-top:25px}}