/* Plenture public chrome v1 — canonical header owner for all Marketplace pages. */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line,#e2e8f0);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.site-header-inner{
  width:min(calc(100% - var(--page-gutter,56px)),var(--max,1480px));
  min-height:76px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.plenture-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  color:inherit;
  text-decoration:none;
}
.plenture-brand-icon{
  width:48px;
  height:48px;
  flex:0 0 auto;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
}
.plenture-brand-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:1.05;
}
.plenture-brand-wordmark{
  font-size:27px;
  font-weight:760;
  letter-spacing:-.04em;
  line-height:1.05;
}
.plenture-brand-tagline{
  margin-top:5px;
  color:var(--b,#2563eb);
  font-size:13px;
  font-weight:700;
  line-height:1.15;
}
.plenture-header-link{
  flex:0 0 auto;
  color:inherit;
  font-size:inherit;
  font-weight:760;
  text-decoration:none;
  white-space:nowrap;
}
.plenture-header-link:hover{color:var(--b,#2563eb)}
@media(max-width:720px){
  .site-header-inner{
    width:calc(100% - 24px);
    min-height:66px;
    gap:10px;
    overflow:hidden;
  }
  .plenture-brand{gap:8px}
  .plenture-brand-icon{width:42px;height:42px}
  .plenture-brand-wordmark{font-size:23px}
  .plenture-brand-tagline{font-size:10px;white-space:nowrap}
  .plenture-header-link{font-size:12px}
}
