:root{--green:#2e7d32;--green-dark:#174f23;--green-soft:#edf6ee;--ink:#172019;--body:#536057;--line:#dce5dd;}
    *{box-sizing:border-box} body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.7}
    .wrap{width:min(calc(100% - 32px),900px);margin:auto} header{border-bottom:1px solid var(--line);background:#fff}
    header .wrap{display:flex;align-items:center;justify-content:space-between;padding:18px 0} header a{color:var(--green);font-weight:700;text-decoration:none}
    main{padding:72px 0} h1,h2{font-family:"Playfair Display",Georgia,serif;line-height:1.15} h1{font-size:clamp(2.4rem,6vw,4.4rem);margin:0 0 18px}
    h2{margin:38px 0 10px;font-size:1.6rem} p,li{color:var(--body)}
    footer{padding:26px 0;background:#0b180d;color:rgba(255,255,255,.65);font-size:.82rem}
