*{box-sizing:border-box}body{margin:0;background:#fbfaf7;color:#20343a;font-family:Inter,system-ui,sans-serif;line-height:1.7}a{text-decoration:none;color:inherit}.bar{height:5px;background:#20343a}.nav{border-bottom:1px solid #e2e8e6;background:#fbfaf7;position:sticky;top:0;z-index:10}.navin{max-width:1160px;margin:auto;padding:17px 22px;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:900;font-size:24px}.logo span{color:#a66a3f}.links{display:flex;gap:20px;font-size:14px;font-weight:750}.hero{max-width:1160px;margin:auto;padding:70px 22px 55px;display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.eyebrow{font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:900;color:#a66a3f}h1{font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-3px;margin:12px 0 20px}.lead{font-size:19px;color:#64767a}.heroimg{height:360px;border-radius:28px;overflow:hidden;background:#eee}.heroimg img,.articleimg,.cardimg{width:100%;height:100%;object-fit:cover}.btn{display:inline-block;padding:13px 19px;background:#20343a;color:white;border-radius:11px;font-weight:800;margin:5px}.section{max-width:1160px;margin:auto;padding:40px 22px 75px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid #e1e8e5;border-radius:20px;padding:21px;overflow:hidden}.cardimg{height:180px;margin:-21px -21px 15px;width:calc(100% + 42px)}.tag{font-size:11px;color:#a66a3f;font-weight:900;text-transform:uppercase;letter-spacing:1.5px}.card h2,.card h3{line-height:1.3}.article{max-width:850px;margin:auto;padding:65px 22px}.articleimg{height:430px;border-radius:24px;margin:20px 0}.article h1{font-size:52px}.article h2{margin-top:38px}.share{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.share button{border:1px solid #dce4e1;background:white;padding:9px 13px;border-radius:10px;font-weight:700;cursor:pointer}.cta{background:#edf2ef;border-radius:23px;padding:25px;margin:35px 0}.popup{display:none;position:fixed;right:20px;bottom:20px;width:min(390px,calc(100% - 40px));padding:23px;background:white;border:1px solid #dbe4e1;border-radius:20px;box-shadow:0 22px 70px #20343a30;z-index:20}.popup.show{display:block}.close{float:right;border:0;background:none;font-size:22px;cursor:pointer}footer{border-top:1px solid #e1e8e5;padding:32px 22px;color:#66777b;font-size:13px}@media(max-width:760px){.hero{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.links{display:none}.article h1{font-size:40px}}