/* Styles for /brand/ only. Tokens and fonts come from zad.css; page chrome from /assets/css/site.css. */
.brand-page .lede { font-family: var(--zad-text); }

.specimens { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px 32px; margin-top: 8px; }
.specimens figure { margin: 0; }
.specimens figure.wide { grid-column: 1 / -1; }
.panel { border: 1px solid var(--line); border-radius: 10px; padding: 32px; min-height: 200px; display: flex; align-items: center; justify-content: center; gap: 32px; }
.panel.on-paper { background: #ffffff; }
.panel.on-ink { background: #000000; }
.panel.on-surface { background: var(--surface); }
.panel img { display: block; max-width: 100%; height: auto; }
.panel .wm { height: 96px; width: auto; }
.panel .mk { height: 96px; width: auto; }
.panel .tile { width: 128px; height: 128px; }
.panel .lockup { height: 64px; width: auto; }
.panel .avatar { width: 128px; height: 128px; border-radius: 50%; }
figcaption { color: var(--muted); font-size: 14px; line-height: 1.5; margin-top: 10px; }
figcaption strong { color: var(--ink); font-weight: 600; }
figcaption a { margin-right: 12px; white-space: nowrap; }

.swatches { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; list-style: none; padding: 0; margin: 8px 0 0; }
.swatch { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; font-size: 14px; line-height: 1.45; }
.swatch .chip { height: 72px; display: flex; }
.swatch .chip span { flex: 1; }
.swatch .meta { padding: 10px 12px 12px; }
.swatch .meta strong { display: block; font-weight: 600; }
.swatch code { background: none; padding: 0; font-size: 13px; }
.swatch .meta small { display: block; color: var(--muted); margin-top: 4px; }
.c-ink { background: #000000; }
.c-paper { background: #ffffff; }
.c-ember { background: #e0873f; }
.c-ember-ink { background: #b8551a; }
.c-muted { background: #5c6873; }
.c-muted-dark { background: #96a2ad; }
.c-line { background: #d9dde2; }
.c-line-dark { background: #2a2f34; }
.c-surface { background: #f6f7f8; }
.c-surface-dark { background: #0f1113; }

.type-sample { border-top: 1px solid var(--line); padding: 28px 0; }
.type-sample:first-of-type { border-top: 0; padding-top: 8px; }
.type-display { font-family: var(--zad-display); font-weight: 700; font-size: clamp(32px, 5vw, 58px); letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 12px; max-width: 22ch; }
.type-display.light { font-weight: 300; }
.type-display.medium { font-weight: 500; }
.type-text { font-family: var(--zad-text); font-size: 20px; line-height: 1.5; max-width: 60ch; margin: 0 0 12px; }
.type-text.thin { font-weight: 300; }
.type-text.bold { font-weight: 700; }
.type-meta { color: var(--muted); font-size: 14px; margin: 0; }

.files { width: 100%; border-collapse: collapse; font-size: 15px; margin-top: 8px; }
.files th, .files td { text-align: left; padding: 10px 16px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.files th { color: var(--muted); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.files td:first-child { white-space: nowrap; }
.files code { white-space: nowrap; }

@media (max-width: 640px) {
  .panel { padding: 24px; min-height: 160px; gap: 20px; }
  .panel .wm, .panel .mk { height: 64px; }
  .panel .tile, .panel .avatar { width: 96px; height: 96px; }
  .panel .lockup { height: 40px; }
  .files td:first-child { white-space: normal; }
}
