/* Z Team store shell nav — Faramir draft · Checkout OFF */
:root {
  --zt-paper: #efe4d4;
  --zt-cream: #f4ead8;
  --zt-ink: #1c1610;
  --zt-gold: #c4923a;
  --zt-gold-soft: #e0c48a;
  --zt-muted: #8f6238;
  --zt-safe-t: env(safe-area-inset-top, 0px);
}

.zt-shell {
  max-width: 560px;
  margin: 0 auto;
  padding-top: var(--zt-safe-t);
}

.zt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px 6px;
}

.zt-brand {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zt-ink);
  text-decoration: none;
}

.zt-chip {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--zt-ink);
  color: var(--zt-gold-soft);
  padding: 5px 9px;
  border-radius: 999px;
  white-space: nowrap;
}

.zt-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 0 14px 12px;
  border-bottom: 2px solid var(--zt-ink);
}

.zt-nav a {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zt-ink);
  text-decoration: none;
}

.zt-nav a[aria-current="page"] {
  color: var(--zt-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
