.tsh{--g:#1a6b3c;--gdk:#0a3d24;--gold:#d4a017;--gold-lt:#fbbf24;font-family:'Satoshi','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#fff;border-bottom:1px solid rgba(10,61,36,.12);position:sticky;top:0;z-index:999}
.tsh *{box-sizing:border-box}
.tsh-wrap{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:22px;height:68px}
.tsh a{text-decoration:none;color:#123626}
.tsh-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.tsh-mark{width:38px;height:38px;border-radius:9px;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:none}
.tsh-mark svg{width:22px;height:22px;fill:var(--gold-lt)}
.tsh-brand strong{display:block;font-size:15px;color:#0a3d24;line-height:1.1;font-family:'Cabinet Grotesk','Satoshi',sans-serif}
.tsh-brand em{display:block;font-style:normal;font-size:10px;color:var(--g);letter-spacing:.5px;text-transform:uppercase}
.tsh-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.tsh-nav>div{position:relative}
.tsh-nav>div>a{display:block;padding:10px 12px;font-size:14px;font-weight:600;color:#123626;border-radius:8px}
.tsh-nav>div>a:hover{background:rgba(26,107,60,.08);color:var(--g)}
.tsh-dd{position:absolute;top:100%;left:0;background:#fff;border:1px solid rgba(10,61,36,.12);border-radius:12px;box-shadow:0 14px 40px rgba(6,41,24,.16);padding:8px;min-width:230px;display:none;max-height:70vh;overflow:auto}
.tsh-nav>div:hover .tsh-dd,.tsh-nav>div:focus-within .tsh-dd{display:block}
.tsh-dd a{display:block;padding:8px 10px;font-size:13.5px;border-radius:7px;color:#1c4a33}
.tsh-dd a:hover{background:rgba(26,107,60,.09);color:var(--g)}
.tsh-tel{font-weight:700;font-size:14.5px;color:#0a3d24!important;white-space:nowrap}
.tsh-cta{background:var(--gold);color:#062918!important;font-weight:700;border-radius:9px;padding:10px 16px;font-size:13.5px;white-space:nowrap}
.tsh-cta:hover{background:var(--gold-lt)}
.tsh-burger{display:none;margin-left:auto;background:none;border:1px solid rgba(10,61,36,.25);border-radius:8px;padding:8px 10px;font-size:18px;color:#0a3d24;cursor:pointer}
@media(max-width:1020px){
.tsh-nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:10px 16px 16px;border-bottom:1px solid rgba(10,61,36,.15);box-shadow:0 20px 40px rgba(6,41,24,.18);max-height:calc(100vh - 68px);overflow:auto}
.tsh.open .tsh-nav{display:flex}
.tsh-nav>div>a{padding:12px 10px}
.tsh-dd{position:static;display:block;border:none;box-shadow:none;padding:0 0 6px 14px;min-width:0}
.tsh-burger{display:block}
.tsh-tel{display:none}
}