/* Zubbuu Spot v5 — stable wordmark, readable pack label and mobile ticker */
.z-logo-slot{display:flex;align-items:center;justify-content:center;min-width:0}
.z-logo{display:inline-flex;align-items:center;justify-content:center;font-size:38px;line-height:1;letter-spacing:0;text-decoration:none}
.z-wordmark{display:inline-flex;align-items:center;justify-content:center;gap:.12em;line-height:1;white-space:nowrap}
.z-wordmark-text{font-family:ui-rounded,"Arial Rounded MT Bold","Helvetica Neue",Arial,sans-serif;font-weight:900;letter-spacing:-.035em;line-height:.88}
.z-wordmark-star{font-family:Arial,sans-serif;font-size:.5em;line-height:1;color:var(--pink);transform:translateY(.02em)}
.z-logo-slot .custom-logo-link{display:flex;align-items:center;justify-content:center;line-height:0}
.z-logo-slot .custom-logo{display:block;width:auto;height:auto;max-width:176px;max-height:48px;object-fit:contain}
.z-footer .z-wordmark-star{color:var(--pink)}

.z-pack-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;color:#fff}
.z-pack-logo{font-size:38px;letter-spacing:0;line-height:1}
.z-pack-logo .z-wordmark-star{color:var(--yellow)}
.z-pack-meta{flex:0 0 auto;margin-top:4px;padding:4px 6px;border:1.5px solid currentColor;font-size:8px;font-weight:900;line-height:1;letter-spacing:.08em;white-space:nowrap}
.z-pack-window{width:calc(100% + 30px);align-self:center;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:15px}
.z-star{width:100%;max-width:30px;justify-self:center}
.z-pack-foot{gap:14px}
.z-pack-foot b{line-height:1.02}
.z-pack-foot small{max-width:95px;line-height:1.25}

.z-ticker .z-ticker-track{display:flex;width:max-content;font-weight:900;word-spacing:0;white-space:nowrap;font-size:18px;animation:zmove 18s linear infinite}
.z-ticker-track span{display:block;padding-right:24px}
.z-ticker .z-ticker-mobile{display:none}

@media(max-width:900px){
  .z-announcement{display:flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;font-size:10px;line-height:1.35;letter-spacing:.1em;text-wrap:balance}
  .z-nav{grid-template-columns:1fr auto 1fr}
  .z-menu-toggle{justify-self:start}
  .z-logo-slot{grid-column:2;justify-self:center}
  .z-actions{grid-column:3;justify-self:end}
  .z-logo{font-size:30px}
  .z-logo-slot .custom-logo{max-width:132px;max-height:40px}

  .z-pack-logo{font-size:31px}
  .z-pack-meta{margin-top:2px;padding:3px 5px;font-size:7px}
  .z-pack-window{width:calc(100% + 24px);gap:7px;padding:13px}
  .z-pack-foot b{font-size:18px}
  .z-pack-foot small{font-size:8px}

  .z-ticker{height:auto;min-height:48px;padding:10px 14px;justify-content:center;text-align:center}
  .z-ticker .z-ticker-track{display:none}
  .z-ticker .z-ticker-mobile{display:block;width:100%;font-size:13px;font-weight:900;line-height:1.35;letter-spacing:.055em;word-spacing:0;white-space:normal;animation:none;transform:none}
  .z-ticker-mobile b{color:var(--pink);padding:0 7px}

  .z-belief-title{max-width:370px;font-size:clamp(42px,11.5vw,54px);line-height:.92;letter-spacing:-.02em;text-wrap:balance}
}

@media(max-width:370px){
  .z-logo{font-size:27px}
  .z-logo-slot .custom-logo{max-width:112px;max-height:36px}
  .z-pack-logo{font-size:28px}
  .z-pack-meta{font-size:6px}
  .z-ticker .z-ticker-mobile{font-size:12px;letter-spacing:.035em}
  .z-belief-title{font-size:39px}
}

@media(prefers-reduced-motion:reduce){
  .z-ticker .z-ticker-track{animation:none}
}
