:root{--ink:#13251d;--green:#163d2b;--gold:#c99a4a;--cream:#f7f5ef;--white:#fff;--muted:#66756d}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink);line-height:1.65}a{text-decoration:none;color:inherit}.wrap{width:min(1120px,92%);margin:auto}header{background:rgba(247,245,239,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid #e6e0d4}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:22px;font-weight:800;letter-spacing:.08em}.logo span{color:var(--gold)}nav{display:flex;gap:25px;font-size:14px}.hero{padding:70px 0 60px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,78px);line-height:1.03;margin:14px 0 20px}.hero p{color:var(--muted);max-width:580px;font-size:17px}.btn{display:inline-block;margin-top:18px;padding:13px 22px;background:var(--green);color:#fff;border-radius:999px;font-weight:700}.hero img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 22px 55px #14271d25}.section{padding:75px 0}.section h2{font-family:Georgia,serif;font-size:40px;margin:0 0 12px}.lead{color:var(--muted);max-width:700px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.card{background:#fff;border:1px solid #e7e1d6;border-radius:20px;overflow:hidden}.card img{width:100%;height:260px;object-fit:cover}.card-body{padding:22px}.tag{font-size:12px;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-weight:700}.card h3{margin:7px 0}.dark{background:var(--green);color:#fff}.dark .lead{color:#d8e1dc}.page-hero{padding:70px 0 30px}.page-hero h1{font:56px Georgia,serif;margin:0 0 12px}.content{max-width:800px}.content h2{font-family:Georgia,serif;margin-top:35px}.article-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}.article-grid img{width:100%;border-radius:22px}.footer{padding:35px 0;border-top:1px solid #ded8cc;color:#68736d;font-size:14px}.footer-row{display:flex;justify-content:space-between;gap:25px}.mini-links{display:flex;gap:18px}@media(max-width:800px){nav{gap:12px;font-size:12px}.hero-grid,.article-grid{grid-template-columns:1fr}.hero img{height:380px}.cards{grid-template-columns:1fr}.hero{padding-top:45px}.page-hero h1{font-size:44px}.footer-row{flex-direction:column}}
