*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Verdana;color:#2c2723;background:#fffaf2}header{padding:22px 6vw;display:flex;justify-content:space-between;align-items:center;background:#462b1f;color:white}.logo{font-weight:bold;font-size:1.45rem}nav a{color:#ffe9bd;margin-left:16px;text-decoration:none}.hero{display:grid;grid-template-columns:55% 45%;min-height:75vh}.hero .text{padding:8vw 6vw;background:#f2b84b;display:flex;flex-direction:column;justify-content:center;clip-path:polygon(0 0,94% 0,100% 50%,94% 100%,0 100%)}.hero .photo{background:url('https://images.pexels.com/photos/16209099/pexels-photo-16209099.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover}.hero h1{font-size:clamp(2.4rem,5vw,4.8rem);line-height:1}.section{padding:80px 7vw}.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.tile{padding:32px;background:white;border:2px solid #e6d7c7;transform:skew(-2deg)}.tile>*{transform:skew(2deg)}.showcase{display:grid;grid-template-columns:1fr 1fr;gap:25px}.showcase img{width:100%;height:390px;object-fit:cover}.showcase img:first-child{border-radius:100% 0 0 0}.showcase img:last-child{border-radius:0 0 100% 0}.devis{background:#462b1f;color:white;text-align:center;padding:75px 8vw}.btn{display:inline-block;background:#f2b84b;color:#2c2723;padding:16px 24px;text-decoration:none;font-weight:bold}.contact{padding:65px 7vw;border-top:10px solid #f2b84b}.contact a{color:#8b3f20}footer{text-align:center;padding:20px;background:#2c2723;color:white}@media(max-width:800px){header{display:block;text-align:center}nav{margin-top:14px}.hero{grid-template-columns:1fr}.hero .text{clip-path:none}.hero .photo{min-height:340px}.tiles,.showcase{grid-template-columns:1fr}}