/* Echo Storefront Content Layer v0.2.27
 * Scoped to legacy-compatible body classes; no catalog data is changed.
 */

body.echo-dev-global{
  --emw-dcl-bg:#050608;
  --emw-dcl-bg-2:#0a0e13;
  --emw-dcl-panel:#10141a;
  --emw-dcl-panel-2:#161b23;
  --emw-dcl-paper:#f1efeb;
  --emw-dcl-logo-surface:#f4f3ee;
  --emw-dcl-steel:#b9c0c8;
  --emw-dcl-ink:#f1efeb;
  --emw-dcl-muted:#98a5b2;
  --emw-dcl-dim:#66727e;
  --emw-dcl-line:rgba(215,225,233,.15);
  --emw-dcl-line-strong:rgba(215,225,233,.27);
  --emw-dcl-red:#ef1b23;
  --emw-dcl-red-dark:#981512;
  --emw-dcl-display:"Barlow Condensed",Impact,"Arial Narrow",sans-serif;
  --emw-dcl-body:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}

body.echo-dev-content-layer{
  color:var(--emw-dcl-ink);
  background:var(--emw-dcl-bg);
  font-family:var(--emw-dcl-body);
}

body.echo-dev-global .emw-dcl-global-tools,
body.echo-dev-global .emw-dcl-global-tools *{
  box-sizing:border-box;
}

body.echo-dev-global .emw-dcl-global-tools{
  position:relative;
  z-index:55;
  width:100%;
  min-width:0;
  color:var(--emw-dcl-ink);
  background:#080c11;
  font-family:var(--emw-dcl-body);
}

body.echo-dev-global .emw-dcl-utility-shell{
  width:100%;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(215,225,233,.2);
  background:
    linear-gradient(90deg,rgba(239,27,35,.08),transparent 25%),
    #080c11;
}

body.echo-dev-global .emw-dcl-utility-inner{
  display:grid;
  width:min(1240px,calc(100% - 40px));
  min-width:0;
  margin-inline:auto;
  grid-template-columns:minmax(145px,.48fr) minmax(320px,1.7fr) auto;
  align-items:center;
  gap:clamp(14px,2.4vw,32px);
}

body.echo-dev-global .emw-dcl-utility-copy,
body.echo-dev-global .emw-dcl-utility-copy>*{
  display:block;
  min-width:0;
}

body.echo-dev-global .emw-dcl-utility-copy strong{
  color:#f1efeb;
  font-family:var(--emw-dcl-display);
  font-size:1rem;
  font-weight:850;
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.echo-dev-global .emw-dcl-utility-copy span{
  margin-top:4px;
  color:var(--emw-dcl-dim);
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.echo-dev-global .emw-dcl-utility-search{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(0,1fr) auto;
}

body.echo-dev-global .emw-dcl-utility-search input,
body.echo-dev-global .emw-dcl-utility-search button{
  min-width:0;
  min-height:44px;
  margin:0;
  border:1px solid var(--emw-dcl-line-strong);
  border-radius:0;
  box-shadow:none;
  font-family:var(--emw-dcl-body);
}

body.echo-dev-global .emw-dcl-utility-search input{
  width:100%;
  padding:10px 13px;
  color:#f1efeb;
  background:#05080c;
  font-size:.86rem;
  font-weight:600;
  line-height:1.2;
  letter-spacing:0;
  text-transform:none;
}

body.echo-dev-global .emw-dcl-utility-search input::placeholder{
  color:#77838e;
  opacity:1;
}

body.echo-dev-global .emw-dcl-utility-search button{
  padding:9px 18px;
  border-left:0;
  color:#fff;
  background:linear-gradient(180deg,#ef3b35,#981512);
  font-size:.65rem;
  font-weight:850;
  line-height:1;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
}

body.echo-dev-global .emw-dcl-utility-links{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
}

body.echo-dev-global .emw-dcl-utility-links>a{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  gap:6px;
  padding:8px 9px;
  border:1px solid transparent;
  color:#c3cad1!important;
  font-size:.62rem;
  font-weight:800;
  line-height:1;
  letter-spacing:.06em;
  text-decoration:none!important;
  text-transform:uppercase;
  white-space:nowrap;
}

body.echo-dev-global .emw-dcl-utility-links>a:hover{
  border-color:var(--emw-dcl-line-strong);
  color:#fff!important;
  background:rgba(255,255,255,.035);
}

body.echo-dev-global .emw-dcl-cart-count{
  display:inline-grid;
  min-width:19px;
  height:19px;
  place-items:center;
  padding:0 5px;
  border-radius:999px;
  color:#fff;
  background:var(--emw-dcl-red-dark);
  font-size:.58rem;
  font-style:normal;
  font-weight:850;
  line-height:1;
}

body.echo-dev-global .emw-dcl-mobile-dock{
  display:none;
}

body.echo-dev-global .emw-dcl-menu-secondary{
  display:none!important;
}

body.echo-dev-global .emw-dcl-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  border:0!important;
  white-space:nowrap!important;
  clip-path:inset(50%)!important;
  overflow:hidden!important;
}

body.echo-dev-global .emw-dcl-global-tools :is(a,button,input):focus-visible{
  outline:2px solid #fff;
  outline-offset:2px;
}

body.echo-dev-content-layer .emw-dcl-main,
body.echo-dev-content-layer .emw-dcl-main *{
  box-sizing:border-box;
}

body.echo-dev-content-layer .emw-dcl-main{
  width:100%;
  min-width:0;
  margin:0;
  color:var(--emw-dcl-ink);
  background:
    radial-gradient(circle at 82% 18%,rgba(33,49,66,.16),transparent 32rem),
    var(--emw-dcl-bg);
}

body.echo-dev-content-layer .emw-dcl-shell{
  width:min(1240px,calc(100% - 40px));
  min-width:0;
  margin-inline:auto;
}

body.echo-dev-content-layer .emw-dcl-section{
  position:relative;
  padding:clamp(52px,6vw,86px) 0;
  border-top:1px solid var(--emw-dcl-line);
}

body.echo-dev-content-layer .emw-dcl-eyebrow{
  margin:0 0 10px;
  color:var(--emw-dcl-red);
  font-size:.68rem;
  font-weight:850;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-section h1,
body.echo-dev-content-layer .emw-dcl-section h2,
body.echo-dev-content-layer .emw-dcl-section h3,
body.echo-dev-content-layer .emw-dcl-coin-fallback h1,
body.echo-dev-content-layer .emw-dcl-prefooter strong{
  margin-top:0;
  color:var(--emw-dcl-ink);
  font-family:var(--emw-dcl-display);
  font-weight:850;
  letter-spacing:.015em;
}

body.echo-dev-content-layer .emw-dcl-section h2{
  max-width:17ch;
  margin-bottom:0;
  font-size:clamp(2.2rem,4.4vw,4.65rem);
  line-height:.91;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-section-head{
  max-width:760px;
  margin-bottom:clamp(26px,3vw,40px);
}

body.echo-dev-content-layer .emw-dcl-section-head>p:last-child,
body.echo-dev-content-layer .emw-dcl-section-head--split>p{
  max-width:62ch;
  margin:17px 0 0;
  color:var(--emw-dcl-muted);
  font-size:clamp(.94rem,1.35vw,1.05rem);
  line-height:1.68;
}

body.echo-dev-content-layer .emw-dcl-section-head--split{
  display:grid;
  width:100%;
  max-width:none;
  grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  align-items:end;
  gap:clamp(28px,6vw,90px);
}

body.echo-dev-content-layer .emw-dcl-section-head--split>p{
  margin:0;
}

body.echo-dev-content-layer .emw-dcl-button{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:11px 18px;
  border:1px solid var(--emw-dcl-line-strong);
  border-radius:3px;
  color:var(--emw-dcl-ink)!important;
  background:rgba(11,17,24,.72);
  font-size:.72rem;
  font-weight:850;
  line-height:1;
  letter-spacing:.11em;
  text-decoration:none!important;
  text-transform:uppercase;
  transition:border-color 160ms ease,background-color 160ms ease,transform 160ms ease;
}

body.echo-dev-content-layer .emw-dcl-button:hover{
  border-color:rgba(255,255,255,.5);
  background:#151e28;
  transform:translateY(-1px);
}

body.echo-dev-content-layer .emw-dcl-button--primary{
  border-color:var(--emw-dcl-red);
  background:linear-gradient(180deg,#f13a34,var(--emw-dcl-red-dark));
  box-shadow:0 10px 25px rgba(193,21,18,.2);
}

body.echo-dev-content-layer .emw-dcl-button--primary:hover{
  border-color:#ff625d;
  background:linear-gradient(180deg,#fa4b45,#af1713);
}

body.echo-dev-content-layer .emw-dcl-coin-fallback[hidden]{
  display:none!important;
}

body.echo-dev-content-layer .emw-dcl-coin-fallback{
  position:relative;
  display:grid;
  min-height:clamp(560px,69vw,760px);
  place-items:center;
  border-bottom:1px solid var(--emw-dcl-line);
  background:
    linear-gradient(90deg,rgba(2,4,7,.95),rgba(3,7,12,.58),rgba(2,4,7,.86)),
    repeating-linear-gradient(125deg,rgba(255,255,255,.025) 0 1px,transparent 1px 9px),
    #07101a;
}

body.echo-dev-content-layer .emw-dcl-coin-fallback::after{
  position:absolute;
  right:8%;
  bottom:13%;
  width:min(42vw,520px);
  height:2px;
  content:"";
  background:linear-gradient(90deg,transparent,var(--emw-dcl-red));
  box-shadow:0 0 24px rgba(237,41,36,.7);
}

body.echo-dev-content-layer .emw-dcl-fallback-inner{
  position:relative;
  z-index:1;
}

body.echo-dev-content-layer .emw-dcl-fallback-inner h1{
  max-width:13ch;
  margin:0;
  font-size:clamp(3.2rem,8vw,7.4rem);
  line-height:.82;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-fallback-inner>p:not(.emw-dcl-eyebrow){
  max-width:49ch;
  margin:22px 0 0;
  color:var(--emw-dcl-muted);
  font-size:1.05rem;
  line-height:1.65;
}

body.echo-dev-content-layer .emw-dcl-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px;
}

/* Systems */
body.echo-dev-content-layer .emw-dcl-section--systems{
  background:
    linear-gradient(90deg,transparent,rgba(255,255,255,.018),transparent),
    var(--emw-dcl-bg);
}

body.echo-dev-content-layer .emw-dcl-system-grid{
  display:grid;
  min-width:0;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--emw-dcl-line-strong);
  border-left:1px solid var(--emw-dcl-line);
}

body.echo-dev-content-layer .emw-dcl-system{
  position:relative;
  display:flex;
  min-width:0;
  min-height:265px;
  flex-direction:column;
  padding:26px;
  border-right:1px solid var(--emw-dcl-line);
  border-bottom:1px solid var(--emw-dcl-line);
  color:var(--emw-dcl-ink)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.02),transparent 55%);
  text-decoration:none!important;
  transition:background-color 180ms ease,transform 180ms ease;
}

body.echo-dev-content-layer .emw-dcl-system:hover{
  z-index:1;
  background-color:var(--emw-dcl-panel);
  transform:translateY(-2px);
}

body.echo-dev-content-layer .emw-dcl-system h3{
  margin:0 0 10px;
  font-size:clamp(1.45rem,2.4vw,2rem);
  line-height:1;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-system p{
  margin:0;
  color:var(--emw-dcl-muted);
  font-size:.86rem;
  line-height:1.58;
}

body.echo-dev-content-layer .emw-dcl-system b{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:22px;
  color:var(--emw-dcl-steel);
  font-size:.65rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-system b i{
  color:var(--emw-dcl-red);
  font-size:1rem;
  font-style:normal;
}

body.echo-dev-content-layer .emw-dcl-system-extras{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(180px,1fr) repeat(4,auto);
  align-items:center;
  gap:6px 18px;
  margin-top:12px;
  padding:13px 16px;
  border:1px solid var(--emw-dcl-line);
  color:var(--emw-dcl-muted)!important;
  background:rgba(255,255,255,.018);
  font-size:.7rem;
}

body.echo-dev-content-layer .emw-dcl-system-extras>span{
  min-width:0;
  color:var(--emw-dcl-muted);
  line-height:1.35;
}

body.echo-dev-content-layer .emw-dcl-system-extras>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--emw-dcl-steel);
  font-size:.69rem;
  font-weight:800;
  letter-spacing:.08em;
  text-decoration:none!important;
  text-transform:uppercase;
  white-space:nowrap;
}

body.echo-dev-content-layer .emw-dcl-system-extras i{
  color:var(--emw-dcl-red);
  font-style:normal;
}

body.echo-dev-content-layer .emw-dcl-system-extras>a:hover{
  color:#fff!important;
}

/* Slim live-style substance layer */
body.echo-dev-content-layer .emw-dcl-substance-band{
  padding:clamp(30px,4vw,48px) 0;
  border-top:1px solid var(--emw-dcl-line);
  border-bottom:1px solid var(--emw-dcl-line);
  background:
    linear-gradient(112deg,rgba(239,27,35,.075),transparent 34%),
    #0a0f15;
}

body.echo-dev-content-layer .emw-dcl-substance-grid{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(230px,.85fr) minmax(300px,1.25fr) minmax(235px,.8fr);
  align-items:center;
  gap:clamp(26px,5vw,70px);
}

body.echo-dev-content-layer .emw-dcl-substance-band h2{
  max-width:14ch;
  margin:0;
  color:var(--emw-dcl-ink);
  font-family:var(--emw-dcl-display);
  font-size:clamp(2rem,3.6vw,3.7rem);
  font-weight:850;
  line-height:.9;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-substance-grid>p{
  margin:0;
  color:var(--emw-dcl-muted);
  font-size:.9rem;
  line-height:1.7;
}

body.echo-dev-content-layer .emw-dcl-substance-actions{
  display:grid;
  min-width:0;
  gap:7px;
}

body.echo-dev-content-layer .emw-dcl-substance-actions>span{
  position:relative;
  padding-left:15px;
  color:#c8d0d7;
  font-size:.68rem;
  font-weight:700;
  line-height:1.4;
}

body.echo-dev-content-layer .emw-dcl-substance-actions>span::before{
  position:absolute;
  top:.48em;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  content:"";
  background:var(--emw-dcl-red);
  box-shadow:0 0 9px rgba(239,27,35,.65);
}

body.echo-dev-content-layer .emw-dcl-substance-actions>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:5px;
  padding-top:9px;
  border-top:1px solid var(--emw-dcl-line);
  color:var(--emw-dcl-steel)!important;
  font-size:.63rem;
  font-weight:850;
  letter-spacing:.08em;
  text-decoration:none!important;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-substance-actions>a i{
  color:var(--emw-dcl-red);
  font-style:normal;
}

/* Real taxonomy brand flag rack */
body.echo-dev-content-layer .emw-dcl-brand-rail-section{
  position:relative;
  min-width:0;
  padding:32px 0 36px;
  border-top:1px solid var(--emw-dcl-line);
  border-bottom:1px solid var(--emw-dcl-line);
  background:
    linear-gradient(90deg,rgba(255,255,255,.018),transparent 35%,rgba(239,27,35,.025)),
    #080c11;
  overflow:hidden;
}

body.echo-dev-content-layer .emw-dcl-brand-rail-head{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr) auto;
  align-items:end;
  gap:24px;
}

body.echo-dev-content-layer .emw-dcl-brand-rail-head h2{
  margin:0;
  color:var(--emw-dcl-ink);
  font-family:var(--emw-dcl-display);
  font-size:clamp(1.75rem,3vw,2.65rem);
  font-weight:850;
  line-height:.92;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-brand-rail-head>span{
  max-width:52ch;
  color:var(--emw-dcl-muted);
  font-size:.74rem;
  line-height:1.5;
}

body.echo-dev-content-layer .emw-dcl-brand-rail-head>a{
  color:var(--emw-dcl-steel)!important;
  font-size:.65rem;
  font-weight:850;
  letter-spacing:.1em;
  text-decoration:none!important;
  text-transform:uppercase;
  white-space:nowrap;
}

body.echo-dev-content-layer .emw-dcl-brand-rail-head>a i{
  margin-left:8px;
  color:var(--emw-dcl-red);
  font-style:normal;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-tools{
  display:grid;
  width:min(100%,680px);
  min-width:0;
  margin:20px auto 0;
  grid-template-columns:minmax(250px,1fr) minmax(220px,.8fr);
  align-items:end;
  gap:14px 20px;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-tools label,
body.echo-dev-content-layer .emw-dcl-brand-rack-tools label>span{
  display:block;
  min-width:0;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-tools label>span{
  margin-bottom:6px;
  color:var(--emw-dcl-steel);
  font-size:.61rem;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-tools select{
  width:100%;
  min-height:46px;
  margin:0;
  padding:9px 38px 9px 12px;
  border:1px solid var(--emw-dcl-line-strong);
  border-radius:8px;
  color:var(--emw-dcl-ink);
  background:#10151c;
  box-shadow:none;
  font:750 .78rem/1.2 var(--emw-dcl-body);
}

body.echo-dev-content-layer .emw-dcl-brand-rack-tools p{
  margin:0 0 10px;
  color:var(--emw-dcl-muted);
  font-size:.7rem;
  line-height:1.45;
}

body.echo-dev-content-layer .emw-dcl-brand-rack{
  position:relative;
  isolation:isolate;
  width:min(100%,680px);
  min-width:0;
  max-width:100%;
  margin:20px auto 0;
  overflow:hidden;
  outline:none;
  touch-action:pan-y;
}

body.echo-dev-content-layer .emw-dcl-brand-rack:focus-visible{
  outline:2px solid var(--emw-dcl-red);
  outline-offset:4px;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-stage{
  position:relative;
  width:clamp(390px,42vw,535px);
  max-width:calc(100% - 80px);
  height:clamp(286px,27vw,342px);
  min-width:0;
  margin-inline:auto;
  border:1px solid rgba(215,225,233,.11);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 42%,rgba(239,27,35,.11),transparent 55%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,0));
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.4),0 20px 50px rgba(0,0,0,.22);
  overflow:hidden;
  perspective:1050px;
  transform-style:preserve-3d;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-stage::before{
  position:absolute;
  inset:50% 8% auto;
  height:1px;
  content:"";
  background:linear-gradient(90deg,transparent,rgba(239,27,35,.55),transparent);
  box-shadow:0 0 20px rgba(239,27,35,.45);
}

body.echo-dev-content-layer .emw-dcl-brand-flag{
  position:absolute;
  top:44px;
  left:50%;
  z-index:1;
  display:grid;
  width:78%;
  aspect-ratio:16/10;
  grid-template-rows:minmax(0,1fr) auto;
  border:1px solid rgba(17,21,26,.18);
  border-radius:5px;
  color:#11151a!important;
  background:var(--emw-dcl-logo-surface);
  text-decoration:none!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 18px 42px rgba(0,0,0,.52);
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transform:translate3d(-50%,12px,-220px) scale(.7);
  transform-origin:center;
  transition:left 540ms cubic-bezier(.2,.76,.22,1),transform 540ms cubic-bezier(.2,.76,.22,1),opacity 300ms ease,filter 300ms ease;
  overflow:hidden;
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-frame-dark{
  color:#11151a!important;
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-active{
  left:50%;
  z-index:5;
  opacity:1;
  pointer-events:auto;
  visibility:visible;
  transform:translate3d(-50%,0,0) rotateY(0) scale(1);
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-prev,
body.echo-dev-content-layer .emw-dcl-brand-flag.is-next{
  z-index:2;
  opacity:.64;
  pointer-events:auto;
  visibility:visible;
  cursor:pointer;
  filter:saturate(.72) brightness(.72);
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-prev{
  left:6%;
  transform:translate3d(-50%,15px,-145px) rotateY(29deg) scale(.82);
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-next{
  left:94%;
  transform:translate3d(-50%,15px,-145px) rotateY(-29deg) scale(.82);
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-hidden{
  left:50%;
  z-index:0;
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transform:translate3d(-50%,15px,-260px) scale(.62);
}

body.echo-dev-content-layer .emw-dcl-brand-flag-art{
  display:grid;
  place-items:center;
  min-width:0;
  padding:clamp(18px,3vw,32px);
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-frame-dark .emw-dcl-brand-flag-art{
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-flag-art img{
  display:block;
  width:auto;
  max-width:88%;
  height:auto;
  max-height:112px;
  object-fit:contain;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.28));
}

/* Dyno Spectrum supplies an exact white-canvas JPG. Crop that unchanged source
   in CSS and multiply its white field into the shared light-gray logo surface. */
body.echo-dev-content-layer .emw-dcl-brand-flag[data-brand-slug="dyno-spectrum"] .emw-dcl-brand-flag-art{
  overflow:hidden;
  isolation:isolate;
}

body.echo-dev-content-layer .emw-dcl-brand-flag[data-brand-slug="dyno-spectrum"] .emw-dcl-brand-flag-art img{
  width:142%;
  max-width:none;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:50% 56%;
  mix-blend-mode:multiply;
  filter:none;
}

body.echo-dev-content-layer .emw-dcl-brand-flag-art>b{
  max-width:90%;
  color:currentColor;
  font-family:var(--emw-dcl-display);
  font-size:clamp(1.35rem,3vw,2.15rem);
  font-weight:900;
  line-height:.92;
  text-align:center;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

body.echo-dev-content-layer .emw-dcl-brand-flag-meta{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  min-height:62px;
  padding:11px 15px;
  border-top:2px solid var(--emw-dcl-red);
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-frame-dark .emw-dcl-brand-flag-meta{
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-flag-meta strong{
  min-width:0;
  color:currentColor;
  font-family:var(--emw-dcl-display);
  font-size:clamp(1rem,1.8vw,1.25rem);
  font-weight:950;
  line-height:1;
  text-transform:uppercase;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.echo-dev-content-layer .emw-dcl-brand-flag-meta small{
  color:#26313b;
  font-size:.68rem;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-frame-dark .emw-dcl-brand-flag-meta small{
  color:#26313b;
}

body.echo-dev-content-layer .emw-dcl-brand-flag.is-active:hover{
  border-color:var(--emw-dcl-red);
  filter:brightness(1.05);
}

body.echo-dev-content-layer .emw-dcl-brand-flag:focus-visible{
  outline:2px solid #fff;
  outline-offset:4px;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-button{
  position:absolute;
  top:calc(50% - 22px);
  z-index:12;
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  color:#fff;
  background:rgba(5,8,12,.9);
  box-shadow:0 8px 24px rgba(0,0,0,.42);
  cursor:pointer;
  transition:border-color 160ms ease,background-color 160ms ease,transform 160ms ease;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-button.is-prev{left:2px}
body.echo-dev-content-layer .emw-dcl-brand-rack-button.is-next{right:2px}

body.echo-dev-content-layer .emw-dcl-brand-rack-button:hover{
  border-color:var(--emw-dcl-red);
  background:var(--emw-dcl-red-dark);
  transform:scale(1.04);
}

body.echo-dev-content-layer .emw-dcl-brand-rack-button span{
  font-size:1.1rem;
  line-height:1;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:9px;
  color:var(--emw-dcl-steel);
  font-family:var(--emw-dcl-display);
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.15em;
}

body.echo-dev-content-layer .emw-dcl-brand-rack-status i{
  color:var(--emw-dcl-red);
  font-style:normal;
}

body.echo-dev-content-layer .emw-dcl-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  border:0!important;
  white-space:nowrap!important;
  clip-path:inset(50%)!important;
  overflow:hidden!important;
}

/* Dynamic catalog cards */
body.echo-dev-content-layer .emw-dcl-section--products{
  background:linear-gradient(180deg,var(--emw-dcl-bg),#070d13);
}

body.echo-dev-content-layer .emw-dcl-product-grid{
  display:grid;
  min-width:0;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

body.echo-dev-content-layer .emw-dcl-product-card{
  display:grid;
  min-width:0;
  grid-template-rows:auto 1fr;
  border:1px solid var(--emw-dcl-line);
  border-radius:4px;
  background:var(--emw-dcl-panel);
  box-shadow:0 15px 40px rgba(0,0,0,.16);
}

body.echo-dev-content-layer .emw-dcl-product-media{
  position:relative;
  display:grid;
  min-width:0;
  aspect-ratio:16/10;
  place-items:center;
  border-bottom:1px solid var(--emw-dcl-line);
  color:var(--emw-dcl-steel)!important;
  background:
    radial-gradient(circle,rgba(255,255,255,.07),transparent 55%),
    #080d13;
  text-decoration:none!important;
}

body.echo-dev-content-layer .emw-dcl-product-media img{
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  object-fit:contain;
}

body.echo-dev-content-layer .emw-dcl-product-media>span{
  font-family:var(--emw-dcl-display);
  font-size:3.5rem;
  font-style:italic;
  font-weight:900;
  letter-spacing:-.05em;
}

body.echo-dev-content-layer .emw-dcl-product-body{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:18px;
}

body.echo-dev-content-layer .emw-dcl-product-meta{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--emw-dcl-dim);
  font-size:.59rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-product-meta span{
  min-width:0;
  overflow-wrap:anywhere;
}

body.echo-dev-content-layer .emw-dcl-product-meta span:last-child{
  text-align:right;
}

body.echo-dev-content-layer .emw-dcl-product-card h3{
  margin:16px 0 10px;
  font-family:var(--emw-dcl-body);
  font-size:1rem;
  font-weight:750;
  line-height:1.35;
  letter-spacing:0;
}

body.echo-dev-content-layer .emw-dcl-product-card h3 a{
  display:block;
  min-width:0;
  color:var(--emw-dcl-ink)!important;
  text-decoration:none!important;
  overflow-wrap:anywhere;
  word-break:break-word;
}

body.echo-dev-content-layer .emw-dcl-product-card h3 a:hover{
  color:#fff!important;
}

body.echo-dev-content-layer .emw-dcl-product-card p{
  margin:0 0 18px;
  color:var(--emw-dcl-muted);
  font-size:.75rem;
  line-height:1.5;
  overflow-wrap:anywhere;
}

body.echo-dev-content-layer .emw-dcl-product-card p b{
  color:var(--emw-dcl-steel);
}

body.echo-dev-content-layer .emw-dcl-product-buy{
  display:flex;
  min-width:0;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid var(--emw-dcl-line);
}

body.echo-dev-content-layer .emw-dcl-product-buy>strong{
  min-width:0;
  color:var(--emw-dcl-ink);
  font-size:.95rem;
  overflow-wrap:anywhere;
}

body.echo-dev-content-layer .emw-dcl-product-buy>strong del{
  color:var(--emw-dcl-dim);
  font-size:.78rem;
}

body.echo-dev-content-layer .emw-dcl-product-buy>div{
  display:flex;
  flex:0 0 auto;
  gap:6px;
}

body.echo-dev-content-layer .emw-dcl-add,
body.echo-dev-content-layer .emw-dcl-view{
  display:inline-flex;
  min-height:36px;
  align-items:center;
  justify-content:center;
  padding:8px 11px;
  border:1px solid var(--emw-dcl-line-strong);
  border-radius:2px;
  color:var(--emw-dcl-ink)!important;
  background:#0a0f15;
  font-size:.62rem;
  font-weight:850;
  line-height:1;
  letter-spacing:.06em;
  text-decoration:none!important;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-add{
  border-color:var(--emw-dcl-red);
  background:var(--emw-dcl-red-dark);
}

body.echo-dev-content-layer .emw-dcl-add.emw-dcl-inquiry{
  border-color:rgba(239,27,35,.55);
  background:rgba(152,21,18,.3);
}

body.echo-dev-content-layer .emw-dcl-add.emw-dcl-inquiry:hover{
  border-color:var(--emw-dcl-red);
  background:var(--emw-dcl-red-dark);
}

body.echo-dev-content-layer .emw-dcl-add.is-disabled{
  border-color:var(--emw-dcl-line);
  color:var(--emw-dcl-dim)!important;
  background:#0a0d11;
  cursor:not-allowed;
}

body.echo-dev-content-layer .emw-dcl-section-cta{
  margin-top:24px;
  text-align:center;
}

/* Brand taxonomy */
body.echo-dev-content-layer .emw-dcl-section--brands{
  background:#070c12;
}

body.echo-dev-content-layer .emw-dcl-brand-intro{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);
  align-items:end;
  gap:clamp(28px,7vw,100px);
  margin-bottom:32px;
}

body.echo-dev-content-layer .emw-dcl-brand-intro h2{
  max-width:16ch;
}

body.echo-dev-content-layer .emw-dcl-brand-intro>div>p:last-child{
  max-width:61ch;
  margin:16px 0 0;
  color:var(--emw-dcl-muted);
  line-height:1.6;
}

body.echo-dev-content-layer .emw-dcl-brand-search,
body.echo-dev-content-layer .emw-dcl-brand-search>div{
  min-width:0;
}

body.echo-dev-content-layer .emw-dcl-brand-search label{
  display:block;
  margin-bottom:7px;
  color:var(--emw-dcl-muted);
  font-size:.63rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-brand-search>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
}

body.echo-dev-content-layer .emw-dcl-brand-search input,
body.echo-dev-content-layer .emw-dcl-brand-search button{
  min-height:46px;
  border:1px solid var(--emw-dcl-line-strong);
  border-radius:0;
}

body.echo-dev-content-layer .emw-dcl-brand-search input{
  min-width:0;
  padding:10px 12px;
  color:var(--emw-dcl-ink);
  background:#05090d;
  font:600 .86rem/1.2 var(--emw-dcl-body);
}

body.echo-dev-content-layer .emw-dcl-brand-search button{
  padding:10px 15px;
  border-left:0;
  color:#fff;
  background:var(--emw-dcl-red-dark);
  font-size:.65rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}

body.echo-dev-content-layer .emw-dcl-brand-grid{
  display:grid;
  min-width:0;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}

body.echo-dev-content-layer .emw-dcl-brand{
  display:grid;
  min-width:0;
  grid-template-columns:56px minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  align-items:center;
  gap:2px 12px;
  padding:12px;
  border:1px solid var(--emw-dcl-line);
  color:var(--emw-dcl-ink)!important;
  background:rgba(255,255,255,.015);
  text-decoration:none!important;
  transition:border-color 160ms ease,background-color 160ms ease;
}

body.echo-dev-content-layer .emw-dcl-brand:hover{
  border-color:var(--emw-dcl-line-strong);
  background:var(--emw-dcl-panel);
}

body.echo-dev-content-layer .emw-dcl-brand-mark{
  display:grid;
  width:56px;
  height:44px;
  grid-row:1/3;
  place-items:center;
  padding:4px;
  border:1px solid var(--emw-dcl-line);
  color:#161a1f;
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-mark.is-frame-light{
  border-color:rgba(17,21,26,.18);
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-mark.is-frame-dark{
  color:#161a1f;
  background:var(--emw-dcl-logo-surface);
}

body.echo-dev-content-layer .emw-dcl-brand-mark img{
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  object-fit:contain;
}

body.echo-dev-content-layer .emw-dcl-brand[data-brand-slug="dyno-spectrum"] .emw-dcl-brand-mark{
  overflow:hidden;
  isolation:isolate;
}

body.echo-dev-content-layer .emw-dcl-brand[data-brand-slug="dyno-spectrum"] .emw-dcl-brand-mark img{
  width:180%;
  max-width:none;
  height:100%;
  object-fit:cover;
  object-position:50% 56%;
  mix-blend-mode:multiply;
}

body.echo-dev-content-layer .emw-dcl-brand-mark b{
  max-width:100%;
  color:#161a1f;
  font-family:var(--emw-dcl-display);
  font-size:.65rem;
  line-height:1;
  text-align:center;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

body.echo-dev-content-layer .emw-dcl-brand>strong,
body.echo-dev-content-layer .emw-dcl-brand>small{
  min-width:0;
  overflow-wrap:anywhere;
}

body.echo-dev-content-layer .emw-dcl-brand>strong{
  align-self:end;
  font-size:.79rem;
  line-height:1.25;
}

body.echo-dev-content-layer .emw-dcl-brand>small{
  align-self:start;
  color:var(--emw-dcl-dim);
  font-size:.61rem;
  line-height:1.35;
}

body.echo-dev-content-layer .emw-dcl-brand>i{
  grid-column:3;
  grid-row:1/3;
  color:var(--emw-dcl-red);
  font-style:normal;
}

/* Request form */
body.echo-dev-content-layer .emw-dcl-section--request{
  background:
    linear-gradient(110deg,rgba(237,41,36,.07),transparent 45%),
    #080e15;
}

body.echo-dev-content-layer .emw-dcl-request-panel{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(260px,.78fr) minmax(430px,1.22fr);
  gap:clamp(34px,7vw,100px);
  align-items:start;
}

body.echo-dev-content-layer .emw-dcl-request-copy{
  position:sticky;
  top:110px;
}

body.echo-dev-content-layer .emw-dcl-request-copy h2{
  max-width:12ch;
}

body.echo-dev-content-layer .emw-dcl-request-copy>p:not(.emw-dcl-eyebrow){
  max-width:55ch;
  margin:20px 0 0;
  color:var(--emw-dcl-muted);
  font-size:.94rem;
  line-height:1.7;
}

body.echo-dev-content-layer .emw-dcl-request-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:23px;
}

body.echo-dev-content-layer .emw-dcl-request-actions small{
  display:block;
  width:100%;
  color:var(--emw-dcl-dim);
  font-size:.68rem;
}

body.echo-dev-content-layer .emw-dcl-request-form{
  position:relative;
  display:grid;
  min-width:0;
  gap:13px;
  padding:clamp(20px,3vw,34px);
  border:1px solid var(--emw-dcl-line-strong);
  border-top:2px solid var(--emw-dcl-red);
  border-radius:4px;
  background:var(--emw-dcl-panel);
}

body.echo-dev-content-layer .emw-dcl-form-grid{
  display:grid;
  min-width:0;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

body.echo-dev-content-layer .emw-dcl-request-form label{
  display:block;
  min-width:0;
  margin:0;
  color:var(--emw-dcl-muted);
  font-size:.65rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-request-form label>span{
  display:block;
  margin-bottom:6px;
}

body.echo-dev-content-layer .emw-dcl-request-form label small{
  color:var(--emw-dcl-dim);
  font-size:.58rem;
  font-weight:600;
}

body.echo-dev-content-layer .emw-dcl-request-form input,
body.echo-dev-content-layer .emw-dcl-request-form textarea{
  display:block;
  width:100%;
  min-width:0;
  margin:0;
  padding:10px 11px;
  border:1px solid var(--emw-dcl-line-strong);
  border-radius:2px;
  color:var(--emw-dcl-ink);
  background:#070b10;
  font:500 .84rem/1.4 var(--emw-dcl-body);
  letter-spacing:0;
  text-transform:none;
}

body.echo-dev-content-layer .emw-dcl-request-form input:not([type="file"]){
  min-height:43px;
}

body.echo-dev-content-layer .emw-dcl-request-form input[type="file"]{
  min-height:43px;
  padding:8px;
  font-size:.72rem;
}

body.echo-dev-content-layer .emw-dcl-request-form textarea{
  resize:vertical;
}

body.echo-dev-content-layer .emw-dcl-request-form .emw-dcl-button{
  justify-self:start;
  cursor:pointer;
}

body.echo-dev-content-layer .emw-dcl-honey{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
}

body.echo-dev-content-layer .emw-dcl-form-status{
  padding:10px 12px;
  border:1px solid #b8433f;
  color:#ffd7d5;
  background:rgba(168,27,23,.18);
  font-size:.78rem;
}

body.echo-dev-content-layer .emw-dcl-form-status.success{
  border-color:#3e8b65;
  color:#d3f7e2;
  background:rgba(39,118,80,.16);
}

/* Pre-footer */
body.echo-dev-content-layer .emw-dcl-prefooter{
  padding:36px 0;
  border-top:1px solid var(--emw-dcl-line);
  border-bottom:1px solid var(--emw-dcl-line);
  background:#080c11;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(120px,.6fr));
  gap:30px;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid>div,
body.echo-dev-content-layer .emw-dcl-prefooter-grid>nav{
  min-width:0;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid strong,
body.echo-dev-content-layer .emw-dcl-prefooter-grid a,
body.echo-dev-content-layer .emw-dcl-prefooter-grid span{
  display:block;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid>div>strong{
  font-size:1.4rem;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid>div>span{
  max-width:39ch;
  margin-top:7px;
  color:var(--emw-dcl-muted);
  font-size:.78rem;
  line-height:1.55;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid nav>strong{
  margin-bottom:8px;
  color:var(--emw-dcl-steel);
  font-family:var(--emw-dcl-body);
  font-size:.63rem;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid nav>a{
  padding:3px 0;
  color:var(--emw-dcl-muted)!important;
  font-size:.74rem;
  line-height:1.4;
  text-decoration:none!important;
}

body.echo-dev-content-layer .emw-dcl-prefooter-grid nav>a:hover{
  color:#fff!important;
}

body.echo-dev-content-layer .emw-dcl-data-fallback{
  display:flex;
  min-width:0;
  align-items:center;
  gap:16px;
  padding:20px;
  border:1px solid var(--emw-dcl-line);
  color:var(--emw-dcl-muted);
  background:var(--emw-dcl-panel);
  font-size:.8rem;
  line-height:1.5;
}

body.echo-dev-content-layer .emw-dcl-data-fallback strong{
  color:var(--emw-dcl-ink);
}

body.echo-dev-content-layer .emw-dcl-data-fallback a{
  margin-left:auto;
  color:var(--emw-dcl-red)!important;
  font-weight:800;
  text-decoration:none!important;
}

/* Structural intrinsic-width repair for the active v33 spotlight component.
 * This is intentionally grid-based; it does not hide horizontal overflow. */
body.echo-dev-content-layer .spotlight-section .spotlight-grid{
  display:grid;
  min-width:0;
  max-width:100%;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));
}

body.echo-dev-content-layer .spotlight-section .spotlight-card,
body.echo-dev-content-layer .spotlight-section .spotlight-card>div,
body.echo-dev-content-layer .spotlight-section .spotlight-products,
body.echo-dev-content-layer .spotlight-section .spotlight-products>a,
body.echo-dev-content-layer .spotlight-section .spotlight-products>a>span{
  min-width:0;
  max-width:100%;
}

body.echo-dev-content-layer .spotlight-section .spotlight-products{
  display:grid;
  grid-template-columns:minmax(0,1fr);
}

body.echo-dev-content-layer .spotlight-section .spotlight-products>a{
  display:grid;
  width:100%;
  grid-template-columns:minmax(56px,76px) minmax(0,1fr);
}

body.echo-dev-content-layer .spotlight-section .spotlight-products>a>span{
  overflow-wrap:anywhere;
  word-break:break-word;
}

body.echo-dev-content-layer .emw-dcl-main :is(a,button,input,select,textarea):focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}

@media(max-width:1050px){
  body.echo-dev-global .emw-dcl-utility-inner{grid-template-columns:minmax(320px,1fr) auto}
  body.echo-dev-global .emw-dcl-utility-copy{display:none}
  body.echo-dev-content-layer .emw-dcl-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.echo-dev-content-layer .emw-dcl-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.echo-dev-content-layer .emw-dcl-prefooter-grid{grid-template-columns:minmax(250px,1.4fr) repeat(3,minmax(110px,.6fr))}
}

@media(max-width:820px){
  body.echo-dev-content-layer .emw-dcl-substance-grid{grid-template-columns:minmax(0,1fr);gap:18px}
  body.echo-dev-content-layer .emw-dcl-substance-band h2{max-width:17ch}
  body.echo-dev-content-layer .emw-dcl-section-head--split,
  body.echo-dev-content-layer .emw-dcl-brand-intro,
  body.echo-dev-content-layer .emw-dcl-request-panel{grid-template-columns:minmax(0,1fr)}
  body.echo-dev-content-layer .emw-dcl-section-head--split{gap:16px}
  body.echo-dev-content-layer .emw-dcl-system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.echo-dev-content-layer .emw-dcl-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.echo-dev-content-layer .emw-dcl-request-copy{position:static}
  body.echo-dev-content-layer .emw-dcl-brand-rail-head{grid-template-columns:minmax(0,1fr) auto}
  body.echo-dev-content-layer .emw-dcl-brand-rail-head>span{grid-column:1/-1;grid-row:2}
  body.echo-dev-content-layer .emw-dcl-prefooter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.echo-dev-content-layer .emw-dcl-prefooter-grid>div{grid-column:1/-1}
}

@media(max-width:680px){
  body.echo-dev-global{
    padding-bottom:calc(68px + env(safe-area-inset-bottom));
  }
  body.echo-dev-global .emw-dcl-utility-shell{display:none!important}
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-main{
    grid-template-areas:"logo toggle" "search search"!important;
  }
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-actions{display:none!important}
  body.echo-dev-global .site-header.em-dev-header .main-nav li.emw-dcl-menu-dock-duplicate{display:none!important}
  body.echo-dev-global .site-header.em-dev-header .main-nav li.emw-dcl-menu-secondary{display:block!important}
  body.echo-dev-global .emw-dcl-utility-inner{
    width:calc(100% - 24px);
    grid-template-columns:minmax(0,1fr);
  }
  body.echo-dev-global .emw-dcl-utility-links{display:none}
  body.echo-dev-global .emw-dcl-utility-search input{
    min-height:43px;
    padding-inline:11px;
    font-size:16px;
  }
  body.echo-dev-global .emw-dcl-utility-search button{
    min-height:43px;
    padding-inline:14px;
  }
  body.echo-dev-global .emw-dcl-mobile-dock{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:9990;
    display:grid;
    min-width:0;
    min-height:68px;
    grid-template-columns:repeat(5,minmax(0,1fr));
    padding:6px max(5px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(5px,env(safe-area-inset-left));
    border-top:1px solid rgba(255,255,255,.2);
    background:rgba(7,10,14,.94);
    box-shadow:0 -10px 30px rgba(0,0,0,.48);
    backdrop-filter:blur(16px);
  }
  body.echo-dev-global .emw-dcl-mobile-dock>a{
    position:relative;
    display:flex;
    min-width:0;
    min-height:54px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    padding:4px 2px;
    border-radius:9px;
    color:#c2cad2!important;
    text-decoration:none!important;
  }
  body.echo-dev-global .emw-dcl-mobile-dock>a:hover,
  body.echo-dev-global .emw-dcl-mobile-dock>a:focus-visible{
    color:#fff!important;
    background:rgba(255,255,255,.055);
  }
  body.echo-dev-global .emw-dcl-mobile-dock>a[aria-current="page"]{
    color:#fff!important;
    background:linear-gradient(180deg,rgba(239,27,35,.17),rgba(239,27,35,.04));
    box-shadow:inset 0 2px 0 var(--emw-dcl-red);
  }
  body.echo-dev-global .emw-dcl-mobile-dock .emw-dcl-dock-icon{
    display:grid;
    width:22px;
    height:22px;
    place-items:center;
  }
  body.echo-dev-global .emw-dcl-mobile-dock .emw-dcl-dock-icon svg{
    display:block;
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  body.echo-dev-global .emw-dcl-mobile-dock b{
    max-width:100%;
    font-size:.54rem;
    font-weight:800;
    line-height:1;
    letter-spacing:.04em;
    text-transform:uppercase;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body.echo-dev-global .emw-dcl-mobile-dock .emw-dcl-cart-count{
    position:absolute;
    top:1px;
    left:calc(50% + 7px);
    min-width:17px;
    height:17px;
    padding-inline:4px;
    font-size:.52rem;
  }
  body.home.echo-dev-global .emw-vsm-finder-dock.emw-vsm-lookup-paused .emw-vsm-platform-strip{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    gap:7px!important;
    padding:0 0 3px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  body.home.echo-dev-global .emw-vsm-finder-dock.emw-vsm-lookup-paused .emw-vsm-platform-strip::-webkit-scrollbar{display:none}
  body.home.echo-dev-global .emw-vsm-finder-dock.emw-vsm-lookup-paused .emw-vsm-platform-choice{
    width:auto!important;
    flex:0 0 clamp(148px,42vw,188px)!important;
    height:72px!important;
    scroll-snap-align:start;
  }
}

@media(max-width:600px){
  body.echo-dev-content-layer .emw-dcl-shell{width:min(100% - 28px,1240px)}
  body.echo-dev-content-layer .emw-dcl-section{padding:46px 0}
  body.echo-dev-content-layer .emw-dcl-section h2{font-size:clamp(2.1rem,12vw,3.35rem)}
  body.echo-dev-content-layer .emw-dcl-section-head{margin-bottom:25px}
  body.echo-dev-content-layer .emw-dcl-system-grid,
  body.echo-dev-content-layer .emw-dcl-product-grid,
  body.echo-dev-content-layer .emw-dcl-brand-grid{grid-template-columns:minmax(0,1fr)}
  body.echo-dev-content-layer .emw-dcl-system{min-height:230px;padding:22px}
  body.echo-dev-content-layer .emw-dcl-system-extras{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px;padding:13px}
  body.echo-dev-content-layer .emw-dcl-system-extras>span{grid-column:1/-1}
  body.echo-dev-content-layer .emw-dcl-system-extras>a{white-space:normal}
  body.echo-dev-content-layer .emw-dcl-brand-rail-section{padding:29px 0 34px}
  body.echo-dev-content-layer .emw-dcl-brand-rail-head{grid-template-columns:minmax(0,1fr);gap:10px}
  body.echo-dev-content-layer .emw-dcl-brand-rail-head>span{grid-column:auto;grid-row:auto}
  body.echo-dev-content-layer .emw-dcl-brand-rail-head>a{justify-self:start;margin-top:2px}
  body.echo-dev-content-layer .emw-dcl-brand-rack-tools{width:100%;margin-top:17px;grid-template-columns:minmax(0,1fr);gap:7px}
  body.echo-dev-content-layer .emw-dcl-brand-rack-tools p{margin:0}
  body.echo-dev-content-layer .emw-dcl-brand-rack{width:100%;margin-top:13px}
  body.echo-dev-content-layer .emw-dcl-brand-rack-stage{width:clamp(275px,78vw,345px);max-width:100%;height:clamp(270px,72vw,300px);border-radius:18px}
  body.echo-dev-content-layer .emw-dcl-brand-flag{top:52px;width:82%}
  body.echo-dev-content-layer .emw-dcl-brand-flag-art{padding:16px}
  body.echo-dev-content-layer .emw-dcl-brand-flag-art img{max-width:90%;max-height:76px}
  body.echo-dev-content-layer .emw-dcl-brand-flag-meta{grid-template-columns:minmax(0,1fr);gap:4px;min-height:64px;padding:10px 12px}
  body.echo-dev-content-layer .emw-dcl-brand-flag-meta strong{font-size:1rem}
  body.echo-dev-content-layer .emw-dcl-brand-flag-meta small{font-size:.64rem}
  body.echo-dev-content-layer .emw-dcl-brand-rack-button{top:calc(50% - 25px);width:42px;height:42px}
  body.echo-dev-content-layer .emw-dcl-brand-rack-button.is-prev{left:4px}
  body.echo-dev-content-layer .emw-dcl-brand-rack-button.is-next{right:4px}
  body.echo-dev-content-layer .emw-dcl-product-buy{align-items:stretch;flex-direction:column}
  body.echo-dev-content-layer .emw-dcl-product-buy>div{width:100%}
  body.echo-dev-content-layer .emw-dcl-add,
  body.echo-dev-content-layer .emw-dcl-view{min-height:44px;flex:1}
  body.echo-dev-content-layer .emw-dcl-brand-intro{gap:22px}
  body.echo-dev-content-layer .emw-dcl-form-grid{grid-template-columns:minmax(0,1fr)}
  body.echo-dev-content-layer .emw-dcl-request-form{padding:17px}
  body.echo-dev-content-layer .emw-dcl-request-form .emw-dcl-button{width:100%}
  body.echo-dev-content-layer .emw-dcl-data-fallback{align-items:flex-start;flex-direction:column}
  body.echo-dev-content-layer .emw-dcl-data-fallback a{margin-left:0}
  body.echo-dev-content-layer .emw-dcl-prefooter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 18px}
  body.echo-dev-content-layer .emw-dcl-prefooter-grid>div{grid-column:1/-1}
}

@media(max-width:360px){
  body.echo-dev-content-layer .emw-dcl-brand{grid-template-columns:48px minmax(0,1fr) auto}
  body.echo-dev-content-layer .emw-dcl-brand-mark{width:48px;height:42px}
  body.echo-dev-content-layer .emw-dcl-brand-rack-stage{height:270px}
  body.echo-dev-content-layer .emw-dcl-prefooter-grid{grid-template-columns:minmax(0,1fr)}
}

@media(prefers-reduced-motion:reduce){
  body.echo-dev-global .emw-dcl-global-tools *,
  body.echo-dev-global .emw-dcl-global-tools *::before,
  body.echo-dev-global .emw-dcl-global-tools *::after,
  body.echo-dev-content-layer .emw-dcl-main *,
  body.echo-dev-content-layer .emw-dcl-main *::before,
  body.echo-dev-content-layer .emw-dcl-main *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
  body.echo-dev-content-layer .emw-dcl-brand-flag,
  body.echo-dev-content-layer .emw-dcl-brand-rack-button{transition:none!important}
}

/* Compatibility with live-only safety layers while the v33 storefront is active. */
body.echo-dev-global .echo-construction-notice{display:none!important}
body.echo-dev-global .site-header .cart-button>.emw-lsg-cart-count{display:none!important}
body.echo-dev-content-layer .echo-ryan-showcase{display:none!important}
body.echo-dev-global.post-type-archive-product .echo-curated-launch,
body.echo-dev-global.post-type-archive-product .echo-csf-recovery-shop,
body.echo-dev-global.post-type-archive-product .echo-ts-euro-recovery-shop{display:none!important}

/* Current storefront navigation: fitment/Garage controls stay retired until the
   customer-facing fitment tool returns. Operational sale gates remain intact. */
body.echo-dev-global .echo-catalog-mode-notice,
body.echo-dev-global .em-dev-build-banner,
body.echo-dev-global .site-header.em-dev-header .em-dev-header-actions .em-dev-header-action.emw-dcl-retired-garage{display:none!important}
body.echo-dev-global .site-header.em-dev-header .em-dev-header-actions{
  grid-template-columns:repeat(3,minmax(50px,1fr))!important;
}

/* Searchable header brand library. Names, counts, and destinations come from
   the current product_brand taxonomy; artwork is decorative. */
body.echo-dev-global .emw-dcl-header-brand-trigger{display:flex;align-items:center;gap:3px}
body.echo-dev-global .emw-dcl-header-brand-toggle{
  display:grid;
  width:28px;
  height:34px;
  place-items:center;
  padding:0;
  border:0;
  color:#dfe5eb;
  background:transparent;
  cursor:pointer;
}
body.echo-dev-global .emw-dcl-header-brand-toggle>span{
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
  transition:transform .18s ease;
}
body.echo-dev-global .emw-dcl-header-brands-item.is-open .emw-dcl-header-brand-toggle>span{
  transform:translateY(2px) rotate(225deg);
}
body.echo-dev-global .emw-dcl-header-brand-panel[hidden]{display:none!important}
body.echo-dev-global .emw-dcl-header-brand-link[hidden]{display:none!important}

@media(min-width:981px){
  body.echo-dev-global .site-header.em-dev-header{
    z-index:100!important;
    overflow:visible!important;
  }
  body.echo-dev-global .site-header.em-dev-header :is(.em-dev-header-nav,.em-dev-header-nav-inner,.main-nav,.main-nav>ul){
    overflow:visible!important;
  }
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-nav-inner{position:relative!important}
  body.echo-dev-global .site-header.em-dev-header :is(.main-nav,.main-nav>ul){position:static!important}
  body.echo-dev-global .site-header.em-dev-header .main-nav>ul>li.emw-dcl-header-brands-item{position:static!important}
  body.echo-dev-global .emw-dcl-header-brand-panel{
    position:absolute;
    top:calc(100% + 12px);
    right:0;
    z-index:160;
    display:grid;
    width:min(940px,calc(100vw - 34px));
    max-height:min(620px,calc(100vh - 170px));
    gap:10px;
    padding:16px;
    border:1px solid rgba(255,255,255,.24);
    border-top:2px solid var(--emw-dcl-red);
    border-radius:12px;
    color:var(--emw-dcl-ink);
    background:linear-gradient(145deg,#111821,#080b0f 70%);
    box-shadow:0 28px 70px rgba(0,0,0,.7);
  }
  body.echo-dev-global .emw-dcl-header-brand-head{
    display:flex;
    min-width:0;
    align-items:center;
    justify-content:space-between;
    gap:18px;
  }
  body.echo-dev-global .emw-dcl-header-brand-head strong{
    font:850 .78rem/1 var(--emw-dcl-body);
    letter-spacing:.11em;
    text-transform:uppercase;
  }
  body.echo-dev-global .site-header .emw-dcl-header-brand-head>a{
    color:#fff!important;
    font:800 .68rem/1 var(--emw-dcl-body)!important;
    letter-spacing:.05em!important;
    text-transform:uppercase;
  }
  body.echo-dev-global .site-header .emw-dcl-header-brand-head>a::after,
  body.echo-dev-global .site-header .emw-dcl-header-brand-link::after{display:none!important}
  body.echo-dev-global .emw-dcl-header-brand-search{
    width:100%;
    min-height:45px;
    margin:0;
    padding:10px 13px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:8px;
    color:#fff;
    background:#080c11;
    font-size:16px;
  }
  body.echo-dev-global .emw-dcl-header-brand-status{
    color:#9faab5;
    font-size:.69rem;
  }
  body.echo-dev-global .emw-dcl-header-brand-list{
    display:grid;
    max-height:min(440px,calc(100vh - 300px));
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
    padding:1px 5px 3px 1px;
    overflow:auto;
    overscroll-behavior:contain;
    scrollbar-color:#495361 #0a0e13;
  }
  body.echo-dev-global .site-header .emw-dcl-header-brand-link{
    display:grid;
    min-width:0;
    min-height:66px;
    grid-template-columns:52px minmax(0,1fr);
    grid-template-rows:auto auto;
    align-items:center;
    gap:1px 9px;
    padding:8px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    color:#fff!important;
    background:rgba(255,255,255,.035);
    font:750 .75rem/1.15 var(--emw-dcl-body)!important;
    letter-spacing:0!important;
    text-transform:none;
  }
  body.echo-dev-global .site-header .emw-dcl-header-brand-link:hover,
  body.echo-dev-global .site-header .emw-dcl-header-brand-link:focus-visible{
    border-color:rgba(239,27,35,.75);
    background:rgba(239,27,35,.09);
  }
  body.echo-dev-global .emw-dcl-header-brand-link>span:not(.emw-dcl-header-brand-mark){
    align-self:end;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body.echo-dev-global .emw-dcl-header-brand-link>small{
    align-self:start;
    color:#9ca7b2;
    font-size:.58rem;
    font-weight:650;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}

body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark){
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(17,21,26,.18);
  border-radius:7px;
  color:#161a1f;
  background:#f4f3ee;
}
body.echo-dev-global .emw-dcl-header-brand-mark{
  width:52px;
  height:45px;
  grid-row:1/3;
}
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark).is-frame-light,
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark).is-frame-dark{
  color:#161a1f;
  background:#f4f3ee;
}
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark)>b{
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.02em;
}
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark)>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:5px;
  object-fit:contain;
  opacity:0;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.28));
  transition:opacity .16s ease;
}
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark)[data-brand-slug="dyno-spectrum"]{
  overflow:hidden;
  isolation:isolate;
}
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark)[data-brand-slug="dyno-spectrum"]>img{
  inset:0 auto 0 50%;
  width:180%;
  height:100%;
  padding:2px 0;
  object-fit:cover;
  object-position:50% 56%;
  mix-blend-mode:multiply;
  transform:translateX(-50%);
}
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark).has-logo>img{opacity:1}
body.echo-dev-global :is(.emw-dcl-header-brand-mark,.emw-dcl-brand-picker-mark,.emw-dcl-brand-picker-current-mark).has-logo>b{visibility:hidden}

@media(max-width:980px){
  body.echo-dev-global .emw-dcl-header-brand-trigger{display:contents}
  body.echo-dev-global .emw-dcl-header-brand-toggle,
  body.echo-dev-global .emw-dcl-header-brand-panel{display:none!important}
}

/* Progressive catalog picker. Without JavaScript the original select remains
   untouched and fully functional. */
body.echo-dev-global .emw-dcl-brand-filter-field{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:6px;
}
body.echo-dev-global .emw-dcl-brand-filter-label{
  display:block;
  color:#cbd2da;
  font-size:.59rem;
  font-weight:850;
  letter-spacing:.1em;
  line-height:1.2;
  text-transform:uppercase;
}
body.echo-dev-global .emw-dcl-native-brand-select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  border:0!important;
  clip-path:inset(50%)!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
body.echo-dev-global .emw-dcl-brand-picker{position:relative;min-width:0}
body.echo-dev-global .emw-dcl-brand-picker-button{
  display:grid;
  width:100%;
  min-height:45px;
  grid-template-columns:36px minmax(0,1fr) 12px;
  align-items:center;
  gap:9px;
  margin:0;
  padding:5px 11px 5px 6px;
  border:1px solid #3a434d;
  border-radius:0;
  color:#fff;
  background:#080c11;
  text-align:left;
  cursor:pointer;
}
body.echo-dev-global .emw-dcl-brand-picker-button:hover,
body.echo-dev-global .emw-dcl-brand-picker-button:focus-visible,
body.echo-dev-global .emw-dcl-brand-picker.is-open .emw-dcl-brand-picker-button{border-color:#78838e}
body.echo-dev-global .emw-dcl-brand-picker-button>span:not(.emw-dcl-brand-picker-current-mark){
  overflow:hidden;
  font-size:.78rem;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.echo-dev-global .emw-dcl-brand-picker-button>i{
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
}
body.echo-dev-global .emw-dcl-brand-picker.is-open .emw-dcl-brand-picker-button>i{transform:translateY(2px) rotate(225deg)}
body.echo-dev-global .emw-dcl-brand-picker-current-mark{width:36px;height:32px}
body.echo-dev-global .emw-dcl-brand-picker-panel[hidden]{display:none!important}
body.echo-dev-global .emw-dcl-brand-picker-option[hidden],
body.echo-dev-global .emw-dcl-brand-picker-empty[hidden]{display:none!important}
body.echo-dev-global .emw-dcl-brand-picker-panel{
  position:absolute;
  top:calc(100% + 7px);
  right:0;
  z-index:180;
  display:grid;
  width:min(620px,calc(100vw - 32px));
  gap:10px;
  padding:12px;
  border:1px solid rgba(255,255,255,.25);
  border-top:2px solid var(--emw-dcl-red);
  border-radius:10px;
  color:#fff;
  background:#0a0e13;
  box-shadow:0 24px 60px rgba(0,0,0,.72);
}
body.echo-dev-global .emw-dcl-brand-picker-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
body.echo-dev-global .emw-dcl-brand-picker-head strong{
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.echo-dev-global .emw-dcl-brand-picker-close{
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  color:#fff;
  background:#141a21;
  font-size:1.25rem;
  line-height:1;
  cursor:pointer;
}
body.echo-dev-global .emw-dcl-brand-picker-search{
  width:100%;
  min-height:44px;
  margin:0;
  padding:9px 12px;
  border:1px solid #46515d;
  border-radius:7px;
  color:#fff;
  background:#070a0e;
  font-size:16px;
}
body.echo-dev-global .emw-dcl-brand-picker-list{
  display:grid;
  max-height:min(430px,56vh);
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  padding-right:3px;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-color:#495361 #080b0f;
}
body.echo-dev-global .emw-dcl-brand-picker-option{
  display:grid;
  min-width:0;
  min-height:61px;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:9px;
  padding:7px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  color:#fff;
  background:#121820;
  text-align:left;
  cursor:pointer;
}
body.echo-dev-global .emw-dcl-brand-picker-option:hover,
body.echo-dev-global .emw-dcl-brand-picker-option:focus-visible{border-color:#77828d;background:#18212b}
body.echo-dev-global .emw-dcl-brand-picker-option[aria-selected="true"]{
  border-color:var(--emw-dcl-red);
  background:rgba(239,27,35,.12);
  box-shadow:inset 3px 0 0 var(--emw-dcl-red);
}
body.echo-dev-global .emw-dcl-brand-picker-option>span:not(.emw-dcl-brand-picker-mark){display:grid;min-width:0;gap:3px}
body.echo-dev-global .emw-dcl-brand-picker-option strong{
  overflow:hidden;
  font-size:.75rem;
  line-height:1.1;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.echo-dev-global .emw-dcl-brand-picker-option small{
  overflow:hidden;
  color:#9ca7b2;
  font-size:.58rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.echo-dev-global .emw-dcl-brand-picker-mark{width:44px;height:40px}
body.echo-dev-global .emw-dcl-brand-picker-empty{margin:4px 0;color:#aab3bd;font-size:.76rem}

@media(max-width:680px){
  body.echo-dev-global .emw-dcl-brand-picker-panel{
    position:fixed;
    top:auto;
    right:10px;
    bottom:calc(78px + env(safe-area-inset-bottom));
    left:10px;
    z-index:10020;
    width:auto;
    max-height:min(72vh,590px);
    border-radius:15px;
  }
  body.echo-dev-global .emw-dcl-brand-picker-list{max-height:min(50vh,390px)}
}

@media(max-width:440px){
  body.echo-dev-global .emw-dcl-brand-picker-list{grid-template-columns:minmax(0,1fr)}
}
body.echo-dev-content-layer #suppliers .emw-dcl-brand[data-emw-cj-unresolved-brand="true"]{display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}

/* Keep the public contact and theme footer focused on current customer paths. */
body.echo-dev-global .echo-request-direct,
body.echo-dev-global .site-footer .footer-main > div:nth-child(3),
body.echo-dev-global .site-footer .footer-main > div:nth-child(6) > a[href$="/#suppliers"],
body.echo-dev-global .site-footer .footer-main > div:nth-child(6) > a[href$="/#request-part"]{
  display:none!important;
}

/* The theme footer is a second, oversized navigation block across the storefront.
   Echo OS supplies the separate compact policy navigation that remains visible. */
body.echo-dev-global .site-footer{
  display:none!important;
}

@media (min-width:1181px){
  body.echo-dev-global .site-footer .footer-main{
    grid-template-columns:1.4fr repeat(5,minmax(0,1fr));
  }
}

/* Home-page section alignment. Proximity snapping helps a completed gesture
   settle below the sticky header without trapping tall sections or the footer. */
html:has(> body.home.echo-dev-content-layer){
  --emw-dcl-section-snap-offset:173px;
  scroll-padding-top:var(--emw-dcl-section-snap-offset);
  scroll-snap-type:y proximity;
}

html:has(> body.home.echo-dev-content-layer.admin-bar){
  --emw-dcl-section-snap-offset:205px;
}

html:has(> body.home.echo-dev-content-layer) body.home.echo-dev-content-layer > .emw-vsm-finder-dock,
html:has(> body.home.echo-dev-content-layer) body.home.echo-dev-content-layer .emw-dcl-main > section{
  scroll-margin-top:0!important;
  scroll-snap-align:start;
  scroll-snap-stop:normal;
}

@media(max-width:980px){
  html:has(> body.home.echo-dev-content-layer){
    --emw-dcl-section-snap-offset:149px;
  }
  html:has(> body.home.echo-dev-content-layer.admin-bar){
    --emw-dcl-section-snap-offset:181px;
  }
}

@media(max-width:782px){
  html:has(> body.home.echo-dev-content-layer.admin-bar){
    --emw-dcl-section-snap-offset:195px;
  }
}

@media(max-width:680px){
  html:has(> body.home.echo-dev-content-layer){
    --emw-dcl-section-snap-offset:132px;
  }
  html:has(> body.home.echo-dev-content-layer.admin-bar){
    --emw-dcl-section-snap-offset:178px;
  }
}

@media(prefers-reduced-motion:reduce){
  html:has(> body.home.echo-dev-content-layer){
    scroll-snap-type:y proximity;
  }
}

/* 0.2.28 mobile app shell: keep the shopping controls in view while reclaiming
   the former two-row header. Browser chrome remains browser-owned in regular
   tabs; installed launches and explicit tap actions can enter fullscreen. */
body.echo-dev-global .emw-dcl-app-prompt{display:none!important}

@media(max-width:680px), (hover:none) and (pointer:coarse) and (max-device-width:680px){
  html,
  body.echo-dev-global{
    min-height:100dvh;
    background:#050608!important;
  }
  html:has(> body.home.echo-dev-content-layer){
    scroll-snap-type:none!important;
    overscroll-behavior-y:none;
  }
  html:has(> body.home.echo-dev-content-layer) body.home.echo-dev-content-layer > .emw-vsm-finder-dock,
  html:has(> body.home.echo-dev-content-layer) body.home.echo-dev-content-layer .emw-dcl-main > section{
    scroll-snap-align:none!important;
  }
  body.echo-dev-global{
    overflow-x:clip;
    -webkit-tap-highlight-color:transparent;
  }
  html{
    scroll-padding-bottom:calc(64px + env(safe-area-inset-bottom));
  }
  html:has(> body.home.echo-dev-content-layer){
    --emw-dcl-section-snap-offset:58px;
  }
  html:has(> body.home.echo-dev-content-layer.admin-bar){
    --emw-dcl-section-snap-offset:104px;
  }
  body.echo-dev-global{
    --emw-dcl-mobile-dock-height:60px;
    padding-bottom:calc(var(--emw-dcl-mobile-dock-height) + env(safe-area-inset-bottom))!important;
  }
  body.echo-dev-global .site-header.em-dev-header{
    position:sticky!important;
    top:0!important;
    z-index:999998!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    background:rgba(7,10,14,.96)!important;
    box-shadow:0 8px 24px rgba(0,0,0,.36)!important;
    backdrop-filter:blur(18px) saturate(1.08)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
    isolation:isolate;
    transform:none!important;
    transition:none!important;
  }
  body.admin-bar.echo-dev-global .site-header.em-dev-header{
    top:46px!important;
  }
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-main{
    width:calc(100% - 16px)!important;
    max-width:none!important;
    margin-inline:auto!important;
    min-height:58px!important;
    grid-template-columns:48px minmax(0,1fr) 42px!important;
    grid-template-areas:"logo search toggle"!important;
    align-items:center!important;
    gap:12px!important;
    padding-block:5px!important;
  }
  html body.echo-dev-global .site-header.em-dev-header a[data-emw-header-logo-placement="header"][data-emw-header-logo-ready="1"]{
    box-sizing:border-box!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    flex:0 0 48px!important;
  }
  html body.echo-dev-global .site-header.em-dev-header a[data-emw-header-logo-placement="header"][data-emw-header-logo-ready="1"]>img.emw-header-brand-mark{
    display:block!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    object-fit:contain!important;
  }
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-search{
    width:100%!important;
    height:42px!important;
    min-width:0!important;
    border-radius:9px!important;
  }
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-search input[type="search"]{
    min-width:0!important;
    padding-inline:10px!important;
    font-size:16px!important;
  }
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-search button{
    min-width:62px!important;
    padding-inline:9px!important;
    font-size:.76rem!important;
  }
  body.echo-dev-global .site-header.em-dev-header .menu-toggle{
    width:42px!important;
    height:42px!important;
    margin:0!important;
    padding:9px!important;
  }
  body.echo-dev-global .site-header.em-dev-header .em-dev-header-nav{
    display:flow-root!important;
    min-height:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  body.echo-dev-global .emw-dcl-mobile-dock{
    box-sizing:border-box!important;
    position:fixed!important;
    inset:auto 0 0!important;
    z-index:999990!important;
    display:grid!important;
    width:100%!important;
    min-width:0!important;
    min-height:calc(var(--emw-dcl-mobile-dock-height) + env(safe-area-inset-bottom))!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    padding:4px max(4px,env(safe-area-inset-right)) max(4px,env(safe-area-inset-bottom)) max(4px,env(safe-area-inset-left))!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
    translate:none!important;
    transition:none!important;
    backface-visibility:hidden;
    border-top:1px solid rgba(255,255,255,.14)!important;
    background:rgba(7,10,14,.97)!important;
    box-shadow:0 -10px 28px rgba(0,0,0,.5)!important;
    backdrop-filter:blur(18px) saturate(1.08)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
    isolation:isolate;
  }
  body.echo-dev-global .emw-dcl-mobile-dock>a{
    min-height:50px!important;
    gap:2px!important;
    padding:3px 2px!important;
    touch-action:manipulation;
  }
  body.echo-dev-global .emw-dcl-mobile-dock>a[aria-current="page"]{
    color:var(--emw-dcl-red)!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  body.echo-dev-global .emw-dcl-mobile-dock>a[aria-current="page"]::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:27px;
    height:3px;
    border-radius:999px;
    background:var(--emw-dcl-red);
    box-shadow:0 0 8px rgba(239,27,35,.38);
    transform:translateX(-50%);
  }
  body.echo-dev-global .emw-dcl-mobile-dock .emw-dcl-dock-icon{
    width:20px!important;
    height:20px!important;
  }
  body.echo-dev-global .emw-dcl-mobile-dock .emw-dcl-dock-icon svg{
    width:19px!important;
    height:19px!important;
  }
  body.echo-dev-global .emw-dcl-mobile-dock b{
    font-size:.52rem!important;
  }
  body.echo-dev-global .emw-dcl-mobile-dock .emw-dcl-cart-count{
    top:0!important;
    left:calc(50% + 6px)!important;
  }
  body.echo-dev-global .emw-dcl-brand-picker-panel{
    bottom:calc(68px + env(safe-area-inset-bottom))!important;
  }
  body.echo-dev-global .emw-coin-stage:has(>.emw-dcl-coin-app-actions){
    position:relative!important;
  }
  body.echo-dev-global .emw-dcl-coin-app-actions{
    box-sizing:border-box!important;
    position:absolute!important;
    inset:0!important;
    z-index:9!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:none!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
  body.echo-dev-global .emw-dcl-coin-app-actions[hidden]{display:none!important}
  body.echo-dev-global :is(.emw-dcl-app-prompt-install,.emw-dcl-app-prompt-fullscreen){
    display:flex!important;
    position:absolute!important;
    top:4px!important;
    width:clamp(60px,20vw,86px)!important;
    min-width:0!important;
    min-height:44px!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:5px 6px!important;
    border:1px solid rgba(255,255,255,.36)!important;
    border-radius:999px!important;
    color:#fff!important;
    background:rgba(4,7,11,.84)!important;
    box-shadow:0 8px 22px rgba(0,0,0,.48)!important;
    font:900 clamp(.51rem,2.25vw,.62rem)/1.08 var(--emw-dcl-body)!important;
    letter-spacing:.035em!important;
    text-align:center!important;
    text-transform:uppercase!important;
    white-space:normal!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    backdrop-filter:blur(10px) saturate(1.08)!important;
    -webkit-backdrop-filter:blur(10px) saturate(1.08)!important;
  }
  body.echo-dev-global .emw-dcl-app-prompt-fullscreen{
    left:max(4px,env(safe-area-inset-left))!important;
    border-color:#ff4a50!important;
    background:linear-gradient(135deg,#ef1b23,#a9141a)!important;
    box-shadow:0 5px 15px rgba(239,27,35,.24)!important;
  }
  body.echo-dev-global .emw-dcl-app-prompt-install{
    right:max(4px,env(safe-area-inset-right))!important;
  }
  body.echo-dev-global .emw-dcl-app-prompt-fullscreen[hidden]{display:none!important}
  body.echo-dev-global :is(.emw-dcl-app-prompt-install,.emw-dcl-app-prompt-fullscreen):focus-visible{
    outline:2px solid #fff!important;
    outline-offset:2px!important;
  }
  body.echo-dev-global .emw-dcl-app-prompt-guidance{
    box-sizing:border-box!important;
    position:fixed!important;
    right:12px!important;
    bottom:calc(70px + env(safe-area-inset-bottom))!important;
    left:12px!important;
    z-index:999997!important;
    width:min(360px,calc(100% - 24px))!important;
    margin:0 auto!important;
    padding:10px 12px!important;
    border:1px solid rgba(255,255,255,.24)!important;
    border-left:3px solid var(--emw-dcl-red)!important;
    border-radius:9px!important;
    color:#e3e8ed!important;
    background:rgba(6,9,13,.98)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.62)!important;
    font:650 .64rem/1.35 var(--emw-dcl-body)!important;
  }
  body.echo-dev-global .emw-dcl-app-prompt-guidance[hidden]{display:none!important}
}

/* 0.2.31 brand experience. Restore the canonical three-card brand carousel as
   the homepage's only brand surface. The separate search/grid was removed from
   the template, while the dedicated /brands/ directory remains unchanged. */
body.home.echo-dev-content-layer #suppliers.emw-dcl-brand-rail-section{
  display:block!important;
}

/* Keep the restored rack compact and app-like on phones without sacrificing
   its jump control, real logo artwork, swipe gestures, or wheel navigation. */
@media(max-width:680px), (hover:none) and (pointer:coarse) and (max-device-width:680px){
  body.home.echo-dev-content-layer #suppliers.emw-dcl-brand-rail-section{
    padding:18px 0 21px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rail-head{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:5px 12px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rail-head h2{
    font-size:clamp(1.55rem,8vw,2rem)!important;
    line-height:.94!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rail-head>span{
    display:none!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rail-head>a{
    grid-column:2!important;
    grid-row:1!important;
    align-self:end!important;
    justify-self:end!important;
    margin:0 0 2px!important;
    font-size:.58rem!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-tools{
    display:block!important;
    width:100%!important;
    margin-top:10px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-tools label>span{
    margin-bottom:4px!important;
    font-size:.56rem!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-tools select{
    min-height:40px!important;
    padding-block:7px!important;
    font-size:.72rem!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-tools p{
    display:none!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack{
    width:100%!important;
    margin-top:9px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-stage{
    width:min(78vw,310px)!important;
    max-width:calc(100% - 56px)!important;
    height:220px!important;
    border-radius:15px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-flag{
    top:32px!important;
    width:80%!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-flag-art{
    padding:12px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-flag-art img{
    max-width:90%!important;
    max-height:64px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-flag-meta{
    grid-template-columns:minmax(0,1fr)!important;
    gap:2px!important;
    min-height:52px!important;
    padding:8px 10px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-flag-meta strong{
    font-size:.9rem!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-flag-meta small{
    font-size:.56rem!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-button{
    top:calc(50% - 19px)!important;
    width:38px!important;
    height:38px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-status{
    margin-top:5px!important;
  }
}

@media(max-width:360px){
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-rack-stage{
    width:min(76vw,270px)!important;
    height:206px!important;
  }
  body.home.echo-dev-content-layer #suppliers .emw-dcl-brand-flag{
    top:29px!important;
  }
}

/* Remove the desktop Systems height floor on phones so an empty or short live
   product response cannot leave a large blank panel before the next section. */
@media(max-width:680px), (hover:none) and (pointer:coarse) and (max-device-width:680px){
  body.home.echo-dev-content-layer #systems.emw-vsm-systems-hero,
  body.home.echo-dev-content-layer #systems.emw-dcl-section--systems{
    min-height:0!important;
    padding-bottom:12px!important;
  }
}
