/* =============================================================================
   THE DIRECTORY OF MAKERS AND MOVEMENTS
   /consign/designers/  ·  San Francisco Vintage

   WHY THIS SHEET LOOKS THE WAY IT DOES. Two owner corrections, both of them
   about the same thing from opposite directions.

   FIRST CORRECTION. Sixty-one names as collapsed buttons, every description
   one click away and therefore invisible. Answer: no disclosure widget. A
   record's history and its what-we-look-for note are prose in its card, never
   clamped, truncated, faded or hidden. That rule still holds and there is no
   `details`, no toggle and no line-clamp anywhere in this file.

   SECOND CORRECTION, 17 September 2026. The fix above put all 206 description
   blocks on the screen at once: 20,552px on a desktop, 44,472px on a phone.
   "All descriptions available" does not require all of them to arrive
   simultaneously. Answer: the reader chooses a set — a section or a group —
   and that set renders complete. Choosing a different set is a filter, not a
   disclosure: nothing inside the set you are reading is concealed, and the
   control that changes the set is a real radio input with a real label.

   THE FILTER WORKS WITHOUT JAVASCRIPT. The rules under "no-script filtering"
   do the whole job with :checked and :has(). When JavaScript runs it stamps
   data-dz-js="on" on .dz-browse and those rules stand down, because search
   cannot be written as a single :checked selector. On a browser with no
   :has() support the @supports block below shows every record instead: long,
   but complete, and never a page of headings with nothing under them.

   HOME LEADS AND LOOKS LIKE IT LEADS. San Francisco Vintage is first a home
   goods and furniture store. Section 01's fieldset carries the brass cap and
   the larger legend, its chips are the ones already selected on arrival, and
   fashion sits below at a quieter weight. Present and good, not dominant.

   NO EMPTY FRAMES. Not one aspect-ratio box, image slot or placeholder in this
   sheet. /consign/ shipped eleven empty photograph holders once; the
   correction is permanent. A frame is drawn only when there is a photograph.

   TYPOGRAPHY FLOOR, ABSOLUTE VALUES. Body copy 18px, labels and meta 14px, and
   nothing here may compute below 14px at any width. Every clamp has a 14px or
   18px lower bound on purpose. Reflow instead of shrinking. Note there is no
   `font-size:max(1em,…)` in this file and there must never be: 1em is the
   parent's size, so max() against it caps the value instead of flooring it.

   COLOR IS FROM THE SYSTEM SHEET. --dim for body on dark, --brass for labels,
   --paper for the what-we-look-for line. No raw hex below.
   ========================================================================== */

/* ── The page shell ──────────────────────────────────────────────────────── */
.dz-wrap{max-width:1280px;margin:0 auto;padding:0 clamp(20px,4vw,52px)}

.dz-crumb{margin:0;font:400 14px/1.6 var(--mono);letter-spacing:.1em;
  text-transform:uppercase;color:var(--brass);display:flex;flex-wrap:wrap;gap:8px}
.dz-crumb a{color:var(--brass)}
.dz-crumb a:hover{color:var(--brass-lit)}
.dz-crumb span{color:var(--brass);opacity:.55}

.dz-hero{max-width:66ch}
.dz-hero__lede{margin:16px 0 0;font:400 clamp(18px,1.5vw,21px)/1.62 var(--serif);
  color:var(--dim)}
.dz-hero__note{margin:18px 0 0;font:400 18px/1.68 var(--serif);color:var(--dim);
  border-left:2px solid var(--rule-2);padding-left:18px;max-width:60ch}

/* `hidden` is how this page removes a record from the current set. It has to
   beat the display values below, so it is declared once, here, as important. */
.dz-browse [hidden]{display:none!important}

/* ── The browse control ─────────────────────────────────────────────────────
   A form of real inputs. Never a listbox of divs, never a link that looks like
   a button: this has to be operable by keyboard and announceable by a screen
   reader with JavaScript switched off. */
.dz-filter{margin:0 0 clamp(30px,3.4vw,46px);border:0;padding:0}
.dz-filter__h{margin:0;font-family:var(--display);font-weight:400;
  font-size:clamp(24px,2.4vw,34px);line-height:1.15;color:var(--brass-lit);
  text-wrap:balance}
.dz-filter__lede{margin:11px 0 0;font:400 18px/1.55 var(--serif);color:var(--dim);
  max-width:62ch}

/* Search. JavaScript reveals it; without JavaScript it is not shown, because a
   search box that cannot search is a broken promise, and the radio filters and
   the full directory are there either way. */
.dz-search{margin:clamp(16px,2vw,26px) 0 0;max-width:620px}
.dz-search__lab{display:block;font:400 14px/1.5 var(--mono);letter-spacing:.16em;
  text-transform:uppercase;color:var(--brass);margin-bottom:10px}
.dz-search__row{display:flex;gap:10px;flex-wrap:wrap}
.dz-search__i{flex:1 1 260px;min-width:0;min-height:52px;padding:13px 16px;
  background:var(--ink-3);border:1px solid var(--rule-2);color:var(--paper-2);
  font:400 18px/1.5 var(--serif);border-radius:0;-webkit-appearance:none}
.dz-search__i::placeholder{color:var(--placeholder);opacity:1}
.dz-search__i:focus-visible{outline:3px solid var(--brass-lit);outline-offset:2px}
.dz-search__x{flex:0 0 auto;min-height:52px;padding:13px 22px;cursor:pointer;
  background:transparent;border:1px solid var(--rule-2);color:var(--brass-lit);
  font:400 14px/1.4 var(--mono);letter-spacing:.16em;text-transform:uppercase}
.dz-search__x:hover{background:var(--brass);border-color:var(--brass);color:var(--ink)}
.dz-search__x:focus-visible{outline:3px solid var(--brass-lit);outline-offset:2px}
.dz-search__help{margin:9px 0 0;font:400 16px/1.5 var(--serif);color:var(--dim)}

/* A section of the filter. Fieldset and legend, so the radio group has a name
   in the accessibility tree and not only on the screen. */
.dz-set{margin:clamp(16px,2vw,26px) 0 0;border:1px solid var(--rule-3);
  border-top:1px solid var(--rule-2);padding:clamp(14px,1.8vw,24px);
  background:var(--ink-2);min-width:0}
.dz-set--lead{background:var(--ink-3);border-top:3px solid var(--brass)}
.dz-set--every{background:transparent}
.dz-set__leg{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 16px;
  padding:0;max-width:100%}
.dz-set__n{font:400 14px/1.4 var(--mono);letter-spacing:.24em;
  text-transform:uppercase;color:var(--brass)}
.dz-set__t{font-family:var(--display);font-weight:400;
  font-size:clamp(20px,2vw,28px);line-height:1.2;color:var(--brass-lit);
  overflow-wrap:break-word;text-wrap:balance}
.dz-set--lead .dz-set__t{font-size:clamp(22px,2.3vw,31px)}
.dz-set__c{font:400 14px/1.4 var(--mono);letter-spacing:.14em;
  text-transform:uppercase;color:var(--brass)}

.dz-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}

/* The input itself is off the screen but never display:none, so it keeps its
   place in the tab order and its role. The label is the target: 48px high,
   full-width at 320. */
.dz-r{position:absolute;width:1px;height:1px;margin:0;padding:0;border:0;
  overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.dz-chip{display:inline-flex;align-items:center;gap:12px;min-height:48px;
  padding:11px 16px;cursor:pointer;min-width:0;max-width:100%;flex:0 1 auto;
  border:1px solid var(--rule);background:transparent;color:var(--brass-lit);
  transition:background .16s ease,border-color .16s ease,color .16s ease}
.dz-chip__t{font:400 16px/1.35 var(--serif);overflow-wrap:break-word;min-width:0}
.dz-chip__c{font:400 14px/1 var(--mono);letter-spacing:.06em;color:var(--brass);
  font-variant-numeric:tabular-nums;flex:none}
.dz-chip--all .dz-chip__t{font-family:var(--mono);font-size:14px;
  letter-spacing:.14em;text-transform:uppercase}
.dz-chip:hover{border-color:var(--rule-2);background:var(--ink)}
.dz-r:checked + .dz-chip{background:var(--brass);border-color:var(--brass);
  color:var(--ink);font-weight:600}
.dz-r:checked + .dz-chip .dz-chip__c{color:var(--ink)}
.dz-r:focus-visible + .dz-chip{outline:3px solid var(--brass-lit);outline-offset:3px}
@media (prefers-reduced-motion:reduce){.dz-chip{transition:none}}

/* The count line. A live region with JavaScript, an honest sentence without. */
.dz-status{margin:0 0 clamp(18px,2.2vw,28px);padding:12px 16px;
  border-left:3px solid var(--brass);background:var(--ink-2);
  font:400 18px/1.5 var(--serif);color:var(--paper)}
.dz-status:empty{display:none}

.dz-results:focus{outline:none}
.dz-results:focus-visible{outline:3px solid var(--brass-lit);outline-offset:6px}

.dz-empty{margin:0;padding:clamp(22px,2.6vw,32px);background:var(--ink-2);
  border-top:2px solid var(--brass);font:400 18px/1.62 var(--serif);
  color:var(--dim);max-width:70ch}
.dz-empty a{color:var(--brass-lit);text-decoration:underline;text-underline-offset:3px}

/* ── A category section ──────────────────────────────────────────────────── */
.dz-cat{scroll-margin-top:calc(78px + 18px)}
.dz-cat + .dz-cat{margin-top:clamp(48px,6vw,92px)}
.dz-cat--lead{border-top:3px solid var(--brass);padding-top:clamp(26px,3vw,40px)}
.dz-cat:not(.dz-cat--lead){border-top:1px solid var(--rule);
  padding-top:clamp(26px,3vw,40px)}

.dz-cat__head{max-width:68ch}
.dz-cat__n{margin:0;font:400 14px/1 var(--mono);letter-spacing:.26em;
  text-transform:uppercase;color:var(--brass)}
.dz-cat__h{margin:14px 0 0;font-family:var(--display);font-weight:400;
  font-size:clamp(28px,3vw,42px);line-height:1.1;color:var(--brass-lit);
  text-wrap:balance;overflow-wrap:break-word}
.dz-cat--lead .dz-cat__h{font-size:clamp(30px,3.4vw,46px)}
.dz-cat__lede{margin:14px 0 0;font:400 clamp(18px,1.35vw,20px)/1.55 var(--serif);
  color:var(--dim);max-width:62ch}

.dz-cat__foot{margin:clamp(30px,3.4vw,48px) 0 0;font:400 18px/1.68 var(--serif);
  color:var(--dim);max-width:70ch;padding-top:clamp(18px,2.2vw,26px);
  border-top:1px solid var(--rule-3)}
.dz-cat__foot a{color:var(--brass-lit);text-decoration:underline;
  text-underline-offset:3px}

/* ── A group inside a section ────────────────────────────────────────────── */
.dz-group{margin-top:clamp(26px,3.2vw,46px);scroll-margin-top:calc(78px + 18px)}
.dz-group__head{display:flex;align-items:baseline;gap:18px;
  border-bottom:1px solid var(--rule);padding-bottom:12px}
.dz-group__h{margin:0;font-family:var(--display);font-weight:400;
  font-size:clamp(20px,2vw,29px);line-height:1.18;color:var(--brass-lit);
  overflow-wrap:break-word;min-width:0}
.dz-group__n{margin:0 0 0 auto;font:400 14px/1.4 var(--mono);letter-spacing:.14em;
  text-transform:uppercase;color:var(--brass);flex:none;
  font-variant-numeric:tabular-nums}

/* ── The card grid ──────────────────────────────────────────────────────────
   Three columns is the widest this is allowed to go. Four would put the
   measure under 30 characters and turn a description into a column of two-word
   lines, which is the raw-list problem coming back in a different shape. */
.dz-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(14px,1.5vw,20px);margin-top:clamp(18px,2.2vw,28px);
  align-items:stretch}
@media (max-width:1180px){.dz-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.dz-list{grid-template-columns:minmax(0,1fr)}}

/* ── One record. One card. Everything in it is visible. ──────────────────── */
.dz-item{display:flex;flex-direction:column;min-width:0;height:100%;
  background:var(--ink-3);border:1px solid var(--rule-3);
  border-top:1px solid var(--rule-2);
  padding:clamp(17px,1.8vw,24px)}
.dz-cat--lead .dz-item{background:var(--ink-2);border-top:2px solid var(--brass)}
.dz-item__n{margin:0;font-family:var(--display);font-weight:400;
  font-size:clamp(20px,1.55vw,24px);line-height:1.22;color:var(--brass-lit);
  /* NOT `hyphens:auto`. It broke "Laurel and American mid-century lamps" as
     "mid-centu-ry" across two lines, which is worse than a short line. */
  overflow-wrap:break-word;hyphens:manual;text-wrap:balance}
.dz-item__h{margin:11px 0 0;font:400 18px/1.5 var(--serif);color:var(--dim);
  overflow-wrap:break-word}
.dz-item__l{margin:12px 0 0;padding-top:11px;border-top:1px solid var(--rule-3);
  font:400 18px/1.5 var(--serif);color:var(--paper);overflow-wrap:break-word}
.dz-item__lab{display:block;margin-bottom:6px;font:400 14px/1.5 var(--mono);
  letter-spacing:.16em;text-transform:uppercase;color:var(--brass)}

/* ── The written fallback, and the way back ─────────────────────────────── */
.dz-fallback{margin:0;max-width:66ch}
.dz-fallback p{font:400 18px/1.68 var(--serif);color:var(--dim);margin:0 0 16px}
.dz-fallback h2{margin:0 0 10px;font-family:var(--display);font-weight:400;
  font-size:clamp(22px,2.2vw,30px);line-height:1.18;color:var(--brass-lit)}

.dz-back{display:inline-block;margin-top:clamp(40px,4.5vw,64px);
  font:400 14px/1 var(--mono);letter-spacing:.16em;text-transform:uppercase;
  color:var(--brass-lit);border:1px solid var(--rule-2);padding:16px 22px;
  min-height:48px}
.dz-back:hover{background:var(--brass);color:var(--ink);border-color:var(--brass)}

@media (max-width:820px){
  .dz-group__head{flex-wrap:wrap;gap:6px 14px}
  .dz-group__n{margin-left:0}
}
/* Chips wrap naturally at every width rather than being forced one to a row:
   a column of thirteen full-width blocks is itself a wall, and the tap target
   is already 48px tall without it. */
@media (max-width:420px){
  .dz-chip{justify-content:space-between;gap:10px}
}

/* ── No-script filtering ────────────────────────────────────────────────────
   This is the whole filter with JavaScript switched off. Every selector below
   is scoped to .dz-browse:not([data-dz-js]); the moment sfv-designers.js
   wires the controls it stamps data-dz-js="on" and this block stops applying,
   so the two mechanisms can never fight over one element.

   ADDING A GROUP TO THE DATA: the keys are positional — home-1..home-8,
   fashion-1..fashion-8 — and eight slots per section are covered here against
   five in use. A ninth group would need its pair of selectors added, or it
   would be reachable only through "Show every entry" and through search.
   ========================================================================= */
@supports selector(:has(*)){
  .dz-browse:not([data-dz-js]) .dz-cat,
  .dz-browse:not([data-dz-js]) .dz-group{display:none}
  .dz-browse:not([data-dz-js]):has(#dzs-all:checked) .dz-cat,
  .dz-browse:not([data-dz-js]):has(#dzs-all:checked) .dz-group{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-cat-home:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-cat-home:checked) .dz-cat[data-cat="home"] .dz-group{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-1:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-1:checked) .dz-group[data-g="home-1"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-2:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-2:checked) .dz-group[data-g="home-2"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-3:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-3:checked) .dz-group[data-g="home-3"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-4:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-4:checked) .dz-group[data-g="home-4"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-5:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-5:checked) .dz-group[data-g="home-5"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-6:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-6:checked) .dz-group[data-g="home-6"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-7:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-7:checked) .dz-group[data-g="home-7"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-8:checked) .dz-cat[data-cat="home"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-home-8:checked) .dz-group[data-g="home-8"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-cat-fashion:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-cat-fashion:checked) .dz-cat[data-cat="fashion"] .dz-group{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-1:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-1:checked) .dz-group[data-g="fashion-1"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-2:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-2:checked) .dz-group[data-g="fashion-2"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-3:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-3:checked) .dz-group[data-g="fashion-3"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-4:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-4:checked) .dz-group[data-g="fashion-4"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-5:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-5:checked) .dz-group[data-g="fashion-5"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-6:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-6:checked) .dz-group[data-g="fashion-6"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-7:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-7:checked) .dz-group[data-g="fashion-7"]{display:block}
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-8:checked) .dz-cat[data-cat="fashion"],
  .dz-browse:not([data-dz-js]):has(#dzs-g-fashion-8:checked) .dz-group[data-g="fashion-8"]{display:block}
}

/* :has() missing. Show everything rather than nothing: long, complete, and
   still every description in full. */
@supports not selector(:has(*)){
  .dz-browse:not([data-dz-js]) .dz-cat,
  .dz-browse:not([data-dz-js]) .dz-group{display:block}
}
