*{box-sizing:border-box}body{margin:0;background:#fbf8f2;color:#17120d;font-family:Arial,sans-serif;line-height:1.7}header{height:76px;padding:15px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d9cbb9;background:#fbf8f2ee;position:sticky;top:0}header img{width:110px;height:45px;object-fit:contain}header a{color:#17120d;text-decoration:none;font-size:12px}.hero,section{max-width:1050px;margin:auto;padding:90px 5%}.hero{min-height:65vh;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#fbf8f2,#f6efe3)}.hero span{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#b88a43}.hero h1,h2{font-family:Georgia,serif;font-weight:500;line-height:.95}.hero h1{font-size:clamp(55px,8vw,100px);margin:20px 0}.hero p{max-width:700px;font-size:18px;color:#74695d}.btn{display:inline-block;background:#17120d;color:#fffaf2;padding:14px 22px;text-decoration:none;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-top:20px}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:40px}.cards article{padding:28px;background:#f6efe3;border-top:1px solid #b88a43}.cards h3{font-family:Georgia,serif;font-size:27px;margin:0 0 8px}.cards p{color:#74695d}.cta{background:#241b13;color:#f6efe3;max-width:none;padding-left:calc((100% - 950px)/2);padding-right:calc((100% - 950px)/2)}footer{padding:35px 5%;border-top:1px solid #d9cbb9;font-size:11px}footer a{color:inherit}@media(max-width:650px){.cards{grid-template-columns:1fr}.hero,section{padding-top:65px;padding-bottom:65px}.hero h1{font-size:58px}.cta{padding-left:5%;padding-right:5%}}