:root{
  --shell-green:#58bd08;
  --shell-green-dark:#329000;
  --shell-green-soft:#f2fae9;
  --shell-ink:#111411;
  --shell-muted:#677067;
  --shell-line:#e4e8e2;
}

header.site-topbar{
  position:sticky;
  top:0;
  z-index:80;
  padding:0;
  overflow:visible;
  color:var(--shell-ink);
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--shell-line);
  text-align:left;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
header.site-topbar:before{display:none}
.site-topbar-inner{
  width:100%;
  max-width:1180px;
  min-height:68px;
  margin:0 auto;
  padding:10px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.site-brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--shell-ink);
  text-decoration:none;
}
.site-brand-icon{
  display:block;
  width:38px;
  height:38px;
  flex:0 0 38px;
  object-fit:contain;
}
.site-brand-word{
  color:var(--shell-ink);
  font-size:24px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
}
.site-brand-page{
  margin-left:4px;
  padding-left:16px;
  border-left:1px solid #cfd6cc;
  color:var(--shell-ink);
  font-size:13px;
  font-weight:900;
  line-height:1.2;
  white-space:nowrap;
}
.site-topbar .langs{
  position:static;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:0;
  padding:0;
  background:transparent;
  border-radius:0;
}
.site-topbar .langs button{
  min-width:38px;
  height:30px;
  padding:0;
  border:0;
  border-left:1px solid var(--shell-line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#596159;
  font-size:11px;
  font-weight:850;
  letter-spacing:0;
  opacity:1;
}
.site-topbar .langs button:first-child{border-left:0}
.site-topbar .langs button.on{
  color:var(--shell-green-dark);
  background:transparent;
  box-shadow:none;
}

footer.site-footer{
  margin-top:58px;
  padding:0;
  color:#cbd1ca;
  background:#111311;
  border-top:5px solid var(--shell-green);
}
.site-footer .foot-inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:34px 24px 30px;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(260px,.75fr);
  gap:50px;
  align-items:start;
}
.site-footer .foot-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  margin:0;
}
.site-footer .foot-col h4{
  margin:0 0 12px;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.site-footer .foot-col a{
  display:block;
  padding:5px 0;
  color:#cbd1ca;
  font-size:12px;
  font-weight:600;
  line-height:1.5;
  text-decoration:none;
}
.site-footer .foot-col a:hover{color:#fff}
.site-footer .foot-copy{
  padding:0 0 0 36px;
  border:0;
  border-left:1px solid #3a3e3a;
  color:#8e988e;
  font-size:11px;
  line-height:1.7;
  text-align:left;
}
.site-footer .foot-brand-line{
  margin-bottom:7px;
  color:#fff;
  font-size:22px;
  font-weight:950;
}

@media(max-width:840px){
  .site-footer .foot-inner{grid-template-columns:1fr;gap:28px}
  .site-footer .foot-copy{padding:20px 0 0;border-left:0;border-top:1px solid #3a3e3a}
}

@media(max-width:620px){
  .site-topbar-inner{min-height:62px;padding:9px 15px}
  .site-brand-icon{width:34px;height:34px;flex-basis:34px}
  .site-brand-word{font-size:21px}
  .site-brand-page{display:none}
  .site-topbar .langs button{min-width:34px}
  .site-footer .foot-inner{padding:30px 20px 88px}
  .site-footer .foot-cols{grid-template-columns:1fr;gap:25px}
}
