:root{--dark:#041F1E;--ink:#EAF3EE;--ink-d:#22352B;--muted:#9DB3A6;--muted-d:#5B6B60;
--green:#449952;--green-l:#7FC98B;--yellow:#FFB845;--gold:#E79A2C;--paper:#F4F7F4;
--edge:rgba(127,201,139,.16);--head:'Signika',sans-serif;--body:'Source Sans 3',sans-serif;--sgk-h:0px}

/* ===== SG CHROME: header ===== */
.sgh{position:sticky;top:var(--sgk-h);z-index:900;background:rgba(4,31,30,.97);border-bottom:1px solid var(--edge)}
.sgh-in{max-width:1180px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;gap:14px}
.sgh-logo img{height:34px;width:auto}
.sgh-nav{display:flex;align-items:center;gap:2px;margin-left:auto}
.sgh-item{position:relative}
.sgh-top{font-family:var(--head);font-weight:600;font-size:15px;color:#C9D8CE;background:none;border:0;cursor:pointer;padding:10px 11px;border-radius:10px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;line-height:1.2}
a.sgh-top:hover,button.sgh-top:hover{color:#fff;background:rgba(255,255,255,.06)}
.sgh-car{font-size:9px;transition:transform .2s;opacity:.7}
.sgh-item:hover .sgh-car,.sgh-item.open .sgh-car{transform:rotate(180deg)}
.sgh-dd{position:absolute;top:100%;left:0;min-width:240px;background:#07271F;border:1px solid rgba(127,201,139,.2);border-radius:14px;padding:8px;box-shadow:0 18px 44px rgba(0,0,0,.5);display:none;z-index:950}
.sgh-item:hover>.sgh-dd,.sgh-item.open>.sgh-dd{display:block}
.sgh-dd a{display:block;padding:9px 12px;border-radius:9px;color:#DFEDE4;text-decoration:none;font-size:14.5px;font-family:var(--head);font-weight:600}
.sgh-dd a small{display:block;color:#8FA89B;font-family:var(--body);font-weight:400;font-size:12.5px;line-height:1.35}
.sgh-dd a:hover{background:rgba(68,153,82,.18);color:#fff}
.sgh-dd .dd-hero{background:linear-gradient(120deg,rgba(68,153,82,.22),rgba(231,154,44,.12));border:1px solid var(--edge);margin-bottom:6px}
.sgh-cta{font-family:var(--head);font-weight:700;font-size:14.5px;background:var(--green);color:#fff;padding:9px 20px;border-radius:999px;text-decoration:none;white-space:nowrap}
.sgh-cta:hover{background:#4FAB5E}
.sgh-burger{display:none;width:42px;height:42px;background:none;border:0;cursor:pointer;position:relative;z-index:4100;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.sgh-burger span{display:block;width:22px;height:2.5px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .2s ease}
body.sgh-open .sgh-burger span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
body.sgh-open .sgh-burger span:nth-child(2){opacity:0}
body.sgh-open .sgh-burger span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.sgh-mcta{display:none}
.sgh-lang{display:inline-flex;border:1px solid var(--edge,rgba(127,201,139,.16));border-radius:999px;overflow:hidden;margin-left:8px}
.sgh-lang a{font-family:'Signika',sans-serif;font-weight:700;font-size:12.5px;letter-spacing:.04em;color:#8FA89B;text-decoration:none;padding:6px 11px;line-height:1}
.sgh-lang a[aria-current]{background:#449952;color:#fff}
.sgh-lang a:hover:not([aria-current]){color:#EAF3EE;background:rgba(255,255,255,.07)}
@media (max-width:1080px){.sgh-lang{margin:16px 0 0;align-self:flex-start}.sgh-lang a{font-size:15px;padding:10px 20px}}

.sgh-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;text-decoration:none;font-size:19px;color:#EAF3EE;background:rgba(255,255,255,.06)}
.sgh-cart:hover{background:rgba(255,255,255,.12)}
.sgh-cartn{position:absolute;top:-4px;right:-4px;background:#FFB845;color:#3A2400;font-family:'Signika',sans-serif;font-weight:700;font-size:11px;min-width:17px;height:17px;line-height:17px;text-align:center;border-radius:999px;padding:0 3px}
@media (max-width:1080px){.sgh-cart{margin-left:auto;margin-right:4px}.sgh-burger{margin-left:0}}

@media (max-width:1080px){
  .sgh-nav{position:fixed;inset:0;background:linear-gradient(180deg,#041F1E,#06271F);flex-direction:column;align-items:stretch;justify-content:flex-start;padding:76px 18px 28px;gap:2px;transform:translateX(102%);transition:transform .3s ease;z-index:4000;overflow-y:auto}
  body.sgh-open .sgh-nav{transform:none}
  body.sgh-open{overflow:hidden}
  .sgh-item{width:100%}
  .sgh-top{width:100%;justify-content:space-between;font-size:17.5px;padding:14px 12px;color:var(--ink)}
  .sgh-dd{position:static;display:none;min-width:0;box-shadow:none;border:0;background:rgba(255,255,255,.04);margin:2px 0 6px}
  .sgh-item.open>.sgh-dd{display:block}
  .sgh-cta{display:none}
  .sgh-burger{display:flex}
  .sgh-mcta{display:flex;flex-direction:column;gap:10px;margin-top:18px}
  .sgh-mcta a{font-family:var(--head);font-weight:700;text-align:center;padding:14px;border-radius:999px;text-decoration:none;font-size:16px}
  .sgh-mcta .m1{background:var(--yellow);color:#3A2400}
  .sgh-mcta .m2{background:var(--green);color:#fff}
}



.sgh-lang{display:inline-flex;border:1px solid var(--edge,rgba(127,201,139,.16));border-radius:999px;overflow:hidden;margin-left:8px}
.sgh-lang a{font-family:'Signika',sans-serif;font-weight:700;font-size:12.5px;letter-spacing:.04em;color:#8FA89B;text-decoration:none;padding:6px 11px;line-height:1}
.sgh-lang a[aria-current]{background:#449952;color:#fff}
.sgh-lang a:hover:not([aria-current]){color:#EAF3EE;background:rgba(255,255,255,.07)}
@media (max-width:1080px){.sgh-lang{margin:16px 0 0;align-self:flex-start}.sgh-lang a{font-size:15px;padding:10px 20px}}
