:root{--ink:#173f43;--cream:#f4efe6;--paper:#fbf8f2;--terra:#cb7750;--line:rgba(23,63,67,.16)}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Avenir Next",Avenir,Arial,sans-serif;font-size:18px;line-height:1.7}.wrap{width:min(900px,calc(100% - 36px));margin:auto}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:"Newsreader",Georgia,serif;font-weight:600;font-size:25px;text-decoration:none}.brand i{color:var(--terra);font-style:normal}.back{text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:9px 15px;font-size:14px;font-weight:600}.hero{padding:72px 0 44px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:700;color:#a65438}.hero h1{font-family:"Newsreader",Georgia,serif;font-weight:500;font-size:clamp(45px,8vw,78px);line-height:1;margin:16px 0 28px;letter-spacing:-.035em}.lead{font-size:clamp(20px,3vw,26px);line-height:1.5;color:#31585a;max-width:760px}.content{background:#fff;border:1px solid var(--line);border-radius:32px;padding:clamp(28px,6vw,64px);margin-bottom:70px}.content h2{font-family:"Newsreader",Georgia,serif;font-size:34px;line-height:1.1;margin:38px 0 14px}.content h2:first-child{margin-top:0}.content p{color:#39595b}.note{background:#efe8dc;border-radius:18px;padding:20px 22px;margin-top:30px;font-size:16px}.cta{display:inline-flex;margin-top:24px;background:var(--terra);color:#fff;text-decoration:none;border-radius:999px;padding:12px 20px;font-weight:700}.footer{border-top:1px solid var(--line);padding:28px 0 44px;color:#557173;font-size:14px}@media(max-width:600px){.nav{height:72px}.back{font-size:13px}.hero{padding-top:48px}.content{border-radius:24px}}
