@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');*{box-sizing:border-box}body{margin:0;background:#C66A32;color:#171717;font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1240px;margin:auto;padding:0 32px}header{background:#C66A32;border-bottom:1px solid rgba(20,30,30,.12);position:sticky;top:0;z-index:10}.nav{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:13px;font-weight:800;letter-spacing:-.3px}.brand img{width:46px;height:46px}.links{display:flex;gap:25px;font-size:14px;font-weight:700}.hero{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}h1,h2,h3{font-family:'Playfair Display',sans-serif}h1,h2{font-weight:600;letter-spacing:-2.5px}h1{font-size:clamp(54px,7vw,94px);line-height:.97;margin:16px 0 28px}h2{font-size:clamp(42px,5vw,64px);line-height:1.02;margin:12px 0 25px}h3{font-size:27px;margin:14px 0}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:2px;font-weight:800;color:#C66A32}.lead{font-size:21px;line-height:1.75;max-width:700px;opacity:.72}.btn{display:inline-block;background:#171717;color:white;padding:16px 24px;margin-top:18px;font-weight:800}.heroimg,.photo{background-size:cover;background-position:center;border-radius:20px}.heroimg{height:620px;background-image:url('https://images.unsplash.com/photo-1557838923-2985c318be48?auto=format&fit=crop&w=2000&q=88')}.photo{height:560px}.section{padding:120px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{padding:34px;background:rgba(255,255,255,.7);border:1px solid rgba(20,30,30,.11);min-height:220px;border-radius:18px}.card p,.copy{line-height:1.9;opacity:.7;font-size:17px}.number{color:#C66A32;font-size:12px;font-weight:800;letter-spacing:1px}.role{background:#171717;color:white;padding:55px;border-radius:24px}.role p,.role li{color:#d3d9d7;line-height:1.8}.form{display:grid;gap:15px}input,textarea{font:inherit;padding:16px;border:1px solid rgba(20,30,30,.15);background:#fff;border-radius:10px}textarea{min-height:170px}button{background:#C66A32;color:white;border:0;padding:17px;font-weight:800;border-radius:10px}footer{background:#171717;color:white;padding:78px 0;margin-top:50px}footer p,footer a{color:#c6cfcc;line-height:1.8}.footgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px}.footer-logo{width:52px;height:52px;margin-bottom:14px}@media(max-width:850px){.hero,.split{grid-template-columns:1fr;gap:40px}.heroimg{height:430px}.grid{grid-template-columns:1fr}.links{display:none}.footgrid{grid-template-columns:1fr 1fr}.section{padding:80px 0}}