:root{--ink:#18302d;--muted:#64736f;--brand:#19756d;--brand-dark:#11514c;--sand:#f7f1e6;--sun:#df9a4b;--card:#fff;--line:#e6ded1;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbf8f2;color:var(--ink);font:17px/1.72 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--brand-dark);text-underline-offset:3px}.wrap{width:min(var(--max),92%);margin:auto}.site{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 0}.brand{font-weight:900;color:var(--ink);text-decoration:none}.nav{display:flex;flex-wrap:wrap;gap:8px 18px}.nav a{font-weight:700;text-decoration:none;font-size:15px}.hero{position:relative;overflow:hidden;margin:28px auto;border-radius:24px;min-height:480px;display:flex;align-items:end;background:#1d4d48}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,38,35,.88),rgba(9,38,35,.58) 52%,rgba(9,38,35,.12))}.hero-content{position:relative;z-index:1;color:#fff;padding:48px;max-width:780px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:900;color:#ffd39a}.hero h1{font-size:clamp(2.25rem,5.8vw,4.7rem);line-height:1.02;margin:.12em 0 .24em}.hero p{font-size:19px;max-width:680px}.cta{display:inline-block;background:#fff;color:var(--brand-dark);font-weight:900;padding:11px 16px;border-radius:10px;text-decoration:none;margin-top:8px}.intro{max-width:850px;margin:28px auto 34px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.panel,.article section,.note{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:24px}.card{display:flex;flex-direction:column}.card img{width:100%;height:190px;object-fit:cover;border-radius:11px;margin-bottom:14px}.card h2{margin:.1em 0 .45em;font-size:24px}.card p{color:#44534f}.more{margin-top:auto;font-weight:900}.article{max-width:880px;margin:auto}.article .hero{min-height:430px;margin-bottom:24px}.article section{margin:16px 0}.article h2{font-size:28px;line-height:1.2;color:var(--brand-dark);margin-top:0}.article h3{font-size:21px}.article figure{margin:22px 0}.article figure img{width:100%;height:430px;object-fit:cover;border-radius:16px}.article figcaption{font-size:12px;color:var(--muted)}.note{border-left:5px solid var(--sun);margin:18px 0;background:#fffaf2}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.quick div{background:#eef6f4;border-radius:12px;padding:15px}.quick strong{display:block;color:var(--brand-dark)}.related{display:flex;flex-wrap:wrap;gap:10px 20px;padding-left:18px}.breadcrumbs{font-size:14px;color:var(--muted);margin-top:22px}.breadcrumbs a{color:inherit}footer{margin-top:52px;background:#18302d;color:#e8efed}.footer-inner{padding:30px 0}.footer-inner a{color:#fff}.small{font-size:13px;color:#bdc9c6}@media(max-width:850px){.grid{grid-template-columns:1fr 1fr}.quick{grid-template-columns:1fr}.hero{min-height:430px}.hero-content{padding:32px}.topbar{align-items:flex-start;flex-direction:column;gap:8px}}@media(max-width:600px){body{font-size:16px}.grid{grid-template-columns:1fr}.hero{min-height:420px;border-radius:16px}.hero-content{padding:26px 22px}.article figure img{height:270px}.site{position:static}}