:root{--g:#0d513c;--gd:#083b2d;--o:#f47721;--bg:#f4f8f5;--text:#10231d;--muted:#5a6d65;--line:#d8e4de}*{box-sizing:border-box}body{margin:0;font:16px/1.7 system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}header{height:80px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(6vw,24px);position:sticky;top:0;z-index:5}header img{width:180px;display:block}nav{display:flex;align-items:center;gap:22px}a{color:var(--g)}nav a{text-decoration:none;font-weight:700}.cta,.button{display:inline-block;background:var(--o);color:#fff!important;border-radius:999px;padding:10px 20px;text-decoration:none;font-weight:800}.hero{max-width:1180px;margin:36px auto 0;padding:0 24px}.crumb{font-size:.88rem;margin-bottom:16px}.hero h1{font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.05;letter-spacing:-.045em;margin:0 0 18px;max-width:980px}.intro{font-size:1.18rem;max-width:820px;color:var(--muted)}figure{margin:30px 0 0}figure img{width:100%;height:min(58vw,560px);object-fit:cover;border-radius:24px;display:block;background:#dce6e1}figcaption{font-size:.78rem;color:var(--muted);margin-top:6px}.layout{max-width:1180px;margin:0 auto;padding:38px 24px 70px;display:grid;grid-template-columns:minmax(0,760px) 300px;gap:56px}.article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(24px,4vw,50px)}h2{font-size:1.75rem;line-height:1.2;margin:40px 0 14px}h2:first-child{margin-top:0}h3{margin:24px 0 8px}.chips{display:flex;flex-wrap:wrap;gap:9px;padding:0;list-style:none}.chips li,.chips a{background:#edf7f1;border:1px solid #cfe3d8;border-radius:999px;padding:7px 12px;text-decoration:none}.note{border-left:4px solid var(--o);background:#fff8f2;padding:16px 18px;margin:25px 0}.side{position:sticky;top:108px;align-self:start;background:var(--gd);color:#fff;border-radius:20px;padding:26px}.side h2{font-size:1.35rem;margin:0 0 10px}.side p{color:#d8e8e1}.side .button{width:100%;text-align:center}.listings{max-width:1180px;margin:0 auto;padding:0 24px 80px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;color:var(--text)}.card img{width:100%;height:180px;object-fit:cover}.card div{padding:16px}.card strong{display:block;font-size:1.12rem}.empty{background:#fff;border:1px dashed #b9ccc2;border-radius:18px;padding:30px}footer{background:var(--gd);color:#d8e8e1;padding:40px max(6vw,24px);display:flex;justify-content:space-between;gap:24px}footer a{color:#fff}@media(max-width:800px){nav a:not(.cta){display:none}.layout{grid-template-columns:1fr;gap:25px}.side{position:static}.cards{grid-template-columns:1fr}.article{padding:24px}footer{display:block}}