.sm-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}

.sm-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(8,8,8,.985);
  border-top:2px solid var(--sm-primary,#ffb400);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 34px rgba(0,0,0,.22);
}

body.admin-bar .sm-header{top:32px}

.sm-header__inner{
  min-height:96px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
}

.sm-logo{
  display:flex;
  align-items:center;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  min-width:150px;
}

.sm-logo img{
  display:block;
  width:auto;
  max-width:158px;
  max-height:94px;
  object-fit:contain;
}

.sm-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  min-width:0;
}

.sm-nav a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 0;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
  line-height:1;
  transition:color .18s ease,transform .18s ease;
  white-space:nowrap;
}

.sm-nav a:hover,.sm-nav a.is-current{
  color:var(--sm-primary,#ffb400)!important;
}

.sm-nav a:hover{transform:translateY(-1px)}
.sm-nav__caret{font-size:10px;opacity:.8;transform:translateY(-1px)}

.sm-header__actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}

.sm-cart,.sm-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}

.sm-cart{
  gap:7px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.16);
  color:#fff!important;
}

.sm-cart span{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--sm-primary,#ffb400);color:var(--sm-dark,#080808)}

.sm-cta{
  background:var(--sm-primary,#ffb400);
  color:var(--sm-dark,#080808)!important;
  box-shadow:0 14px 34px rgba(255,180,0,.18);
}

.sm-menu-toggle{display:none;width:46px;height:46px;border-radius:13px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);align-items:center;justify-content:center;flex-direction:column;gap:5px}
.sm-menu-toggle span{display:block;width:18px;height:2px;background:#fff}

.sm-mobile-menu{background:var(--sm-dark,#080808);border-top:1px solid rgba(255,255,255,.08)}
.sm-mobile-menu .sm-shell{display:grid;gap:8px;padding:16px 0 22px}
.sm-mobile-menu a{display:block;padding:13px 15px;border-radius:14px;background:rgba(255,255,255,.06);color:#fff;text-decoration:none;font-weight:800}
.sm-mobile-menu__cta{background:var(--sm-primary,#ffb400)!important;color:var(--sm-dark,#080808)!important}

.sm-footer{position:relative;background:var(--sm-dark,#080808);color:#fff;padding:64px 0 26px;border-top:2px solid var(--sm-primary,#ffb400)}
.sm-footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:40px}
.sm-footer__logo{display:block;max-width:160px;max-height:84px;object-fit:contain;margin-bottom:18px}
.sm-footer__brand{display:block;font-size:24px;margin-bottom:14px}
.sm-footer p{max-width:430px;color:rgba(255,255,255,.65);line-height:1.6}
.sm-footer h3{margin:0 0 14px;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.sm-footer a{display:table;color:rgba(255,255,255,.72);text-decoration:none;margin-bottom:10px;font-weight:700}
.sm-footer a:hover{color:var(--sm-primary,#ffb400)}
.sm-footer__bottom{margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.48);font-size:13px}

@media(max-width:1050px){
  .sm-header__inner{gap:20px}
  .sm-nav{gap:20px}
  .sm-logo img{max-width:145px}
  .sm-cart,.sm-cta{padding:0 16px}
}

@media(max-width:900px){
  body.admin-bar .sm-header{top:46px}
  .sm-header__inner{display:flex;min-height:80px}
  .sm-nav,.sm-cta{display:none}
  .sm-header__actions{margin-left:auto}
  .sm-menu-toggle{display:flex}
  .sm-footer__grid{grid-template-columns:1fr}
}

@media(max-width:520px){
  .sm-shell{width:min(100% - 24px,1180px)}
  .sm-header__inner{min-height:74px}
  .sm-logo{min-width:0}
  .sm-logo img{max-width:126px;max-height:70px}
  .sm-cart{padding:0 12px;min-height:44px}
  .sm-menu-toggle{width:44px;height:44px}
}
