/* ============================================================
   brand.css
   顶部品牌条 · 花标 / MONTAGUT / PARIS
   ============================================================ */

/* ---------- 顶部品牌条 ---------- */
.brand{
  position:relative;
  z-index:1;
  text-align:center;
  padding:24px 20px 18px;
  background:linear-gradient(180deg,#141416 0%,var(--bg-band) 64%,#0C0C0E 100%);
  border-bottom:1px solid rgba(255,255,255,.055);
}
.brand::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.10) 50%,transparent);
  transform:scaleX(var(--rule,1));   /* 入场时由 GSAP 从中间展开 */
}
.brand__mark{width:30px;height:auto;display:block;margin:0 auto 7px}
.brand__name{display:block;line-height:0}
.brand__name svg{width:152px;height:auto;display:inline-block}
.brand__city{
  margin-top:7px;
  font-family:var(--sans);
  font-size:8.5px;
  font-weight:500;
  letter-spacing:.56em;
  text-indent:.56em;
  color:var(--red);
}
