/* ============================================================
   XYMERIS LABS — LETTERPRESS TYPE SHOP
   Light newsprint theme. Accent vermilion-ink. No gradients
   on text, no semi-transparency anywhere. All colors solid.
   ============================================================ */

:root {
  --newsprint: #F6F4EE;
  --soot: #23211E;
  --vermilion: #C24A31;
  --paper: #FCFBF6;
  --inkstone: #1C1A17;
  --steel: #5A6470;
  --hairline: #E4E0D4;
  --papertext: #EFECE2;
}

/* ---------- Reset & base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;             /* literal body font-size */
  background-color: var(--newsprint);
  color: var(--soot);
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%;
}

img { max-width: 100%; display: block; }

a { color: var(--vermilion); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; color: var(--soot); }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Scroll reveal: hidden only when JS present and not yet visible.
   With no JS nothing is hidden; never uses inline styles. */
.reveal,
.no-js .reveal,
.js .reveal.visible { opacity: 1; }

.js .reveal:not(.visible) { opacity: 0; transform: translateY(14px); }
.js .reveal { transition: opacity 0.65s ease, transform 0.65s ease; }

.mono, code, pre, kbd { font-family: "Courier New", monospace; }

.verm { color: var(--vermilion); }

/* ============================================================
   1) TYPE CASE HEADER (.typecase)
   The top row of a type case: brand compartment at the left,
   five letter-block compartments on the right, thin wood
   dividers and brass corner bracing. Mobile wraps to two rows.
   ============================================================ */
.typecase {
  background: var(--inkstone);
  border-bottom: 2px solid var(--vermilion);
}
.typecase-inner { max-width: 1280px; margin: 0 auto; padding: 14px 20px; }
.typecase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5px;
}
.typecase-brand {
  flex: 1 1 260px;
  min-width: 240px;
  background: var(--paper);
  border: 2px solid #A6987C;
  box-shadow: inset 0 0 0 1px #D9D2BF;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.typecase-brand a {
  color: var(--soot);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.typecase-brand a:hover { color: var(--vermilion); text-decoration: none; }
.typecase-brand small {
  display: block;
  color: var(--steel);
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.typecase-brand::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6px;
  background: var(--vermilion);
}
.typecase-nav {
  display: flex;
  flex: 2 1 620px;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
  list-style: none;
}
.typecase-item { flex: 0 0 auto; list-style: none; }
.typecase-letter {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  min-width: 96px;
  justify-content: center;
  background: #2B2825;
  border-top: 1px solid #4A4641;
  border-left: 1px solid #46423D;
  border-right: 4px solid #151311;
  border-bottom: 5px solid #0F0D0C;
}
.typecase-block {
  width: 20px; height: 20px;
  background: var(--steel);
  color: #F3F0E7;
  font-family: "Courier New", monospace;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  border-radius: 2px;
  box-shadow: inset 0 -3px 0 0 #3A444F;
}
.typecase-item a {
  color: var(--papertext);
  font-family: "Courier New", monospace;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.typecase-item a:hover { color: var(--vermilion); text-decoration: none; }
.typecase-brace {
  width: 100%;
  height: 5px;
  margin-top: 9px;
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, #A9852F 0 18px, transparent 18px 24px);
}
/* Mobile menu button: absent on wide screens, appears under 900px */
.nav-toggle {
  display: none;
  flex: 0 0 auto;
  align-self: center;
  background: transparent;
  border: 1px solid var(--vermilion);
  color: var(--vermilion);
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  padding: 9px 16px;
  cursor: pointer;
}

/* ============================================================
   2) HERO — COMPOSING STICK (.composingstick)
   Left 55% three-line headline on leading rules; right 45%
   an L-shaped steel composing stick holding the word PRINT
   (rendered via type feet and leading rules) with end quoins,
   tweezers resting on the bench.
   ============================================================ */
.composingstick { background: var(--newsprint); padding: 66px 0 74px; }
.composingstick-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  align-items: center;
}
.composingstick-copy { flex: 1 1 55%; min-width: 320px; }
.composingstick-art { flex: 1 1 42%; min-width: 300px; }
.cs-eyebrow {
  display: inline-block;
  font-family: "Courier New", monospace;
  color: var(--vermilion);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.76rem;
  margin-bottom: 20px;
  border: 1px solid var(--vermilion);
  padding: 3px 12px;
}
.cs-headline { margin: 0 0 30px; }
.cs-line {
  display: block;
  font-weight: 700;
  font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  line-height: 1.12;
  color: var(--soot);
  padding: 8px 2px 10px;
  margin-bottom: 4px;
  border-bottom: 3px solid var(--steel);
  position: relative;
}
.cs-line.verm { color: var(--vermilion); border-bottom-color: var(--vermilion); }
.cs-line.none { border-bottom: none; }
.cs-body {
  font-size: 1.12rem;
  color: #3B3833;
  max-width: 46ch;
  margin-bottom: 32px;
}
.cs-ctas { display: flex; flex-wrap: wrap; gap: 16px; }
.cs-stamp {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.86rem;
  padding: 12px 22px;
  border: 2px solid var(--vermilion);
  color: var(--vermilion);
}
.cs-stamp:hover { background: var(--vermilion); color: var(--paper); text-decoration: none; }
.cs-stamp.solid { background: var(--vermilion); color: var(--paper); }
.cs-stamp.solid:hover { background: var(--inkstone); border-color: var(--inkstone); }

/* composing stick artwork panel */
.cs-art {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--hairline);
  box-shadow: 0 16px 34px #C9C2B0;
  padding: 30px 18px 26px;
}
.cs-art::before {
  content: "COMPOSING STICK — 18PC GALLEY";
  position: absolute;
  top: -12px; left: 14px;
  background: var(--inkstone);
  color: var(--papertext);
  font-family: "Courier New", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  padding: 3px 10px;
}
.stick-tray {
  position: relative;
  margin: 16px auto 40px;
  width: 86%;
  min-height: 132px;
  background: #4A535E;
  border: 9px solid #3E4750;
  border-left-width: 5px;
  border-radius: 6px;
  box-shadow: inset 0 10px 16px #6E6A5F;
  transform: rotate(-2deg);
}
.stick-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 12px 10px;
  align-items: baseline;
  min-height: 108px;
}
.stick-block {
  height: 56px;
  min-width: 22px;
  background: var(--paper);
  color: var(--soot);
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  box-shadow: inset 0 -8px 0 0 #C8C0AE, 2px 2px 0 0 #23211E;
  padding: 0 6px;
}
.stick-block.verm { background: var(--vermilion); color: var(--paper); box-shadow: inset 0 -8px 0 0 #96361F; }
.stick-block.ink { background: #2E3540; color: var(--papertext); box-shadow: inset 0 -8px 0 0 #1A2028; }
.stick-block.gold { background: #C9A449; color: #241F14; box-shadow: inset 0 -8px 0 0 #A1812C; }
.block-meta {
  margin-top: -30px;
  text-align: center;
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--steel);
  background: var(--paper);
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid var(--hairline);
}
.cs-tweezers {
  display: block;
  margin-left: 8%;
  font-family: "Courier New", monospace;
  font-size: 0.66rem;
  color: var(--steel);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs-tweezers span.big { font-size: 1.4rem; letter-spacing: -0.2em; }

/* ============================================================
   3) GALLEY RACK (.galleys)
   Wall rack of six trays in three staggered rows (two trays per
   row), rows shifted horizontally so nothing stands in columns.
   Each tray carries a proof sheet with a proofreader mark.
   ============================================================ */
.galleys { padding: 78px 0 30px; }
.sechead-block { margin-bottom: 40px; }
.sechead { font-family: "Courier New", monospace; color: var(--vermilion); text-transform: uppercase; letter-spacing: 0.22em; font-weight: 700; font-size: 0.8rem; margin-bottom: 8px; }
.sechead-title { font-size: clamp(1.8rem, 3.6vw, 2.8rem); color: var(--soot); margin-bottom: 12px; }
.sechead-lede { max-width: 64ch; color: #3F3C36; }
.gall-row { display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start; margin-bottom: 36px; }
.gall-row-b { padding-left: 8%; }
.gall-row-c { padding-left: 3%; }
.galley { flex: 1 1 40%; min-width: 300px; }
.galley.offset { flex: 1 1 44%; }
.gallery-tray {
  background: #3E4145;
  border: 9px solid #565D65;
  border-radius: 5px;
  box-shadow: 0 12px 22px #BDB6A2;
  padding: 22px 22px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.gallery-proof {
  order: 2;
  flex: 1;
  background: var(--paper);
  border: 1px solid var(--hairline);
  padding: 15px 16px 14px 20px;
  position: relative;
}
.gallery-proof h3 { font-size: 1.32rem; color: var(--soot); margin-bottom: 8px; }
.gallery-proof p { color: #3F3C36; font-size: 0.97rem; }
.gallery-index {
  order: 1;
  align-self: flex-start;
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--vermilion);
  padding: 3px 12px;
  margin-bottom: 14px;
}
.gallery-proof::after {
  content: "";
  position: absolute;
  right: 12px; bottom: 12px;
  width: 24px; height: 24px;
  border: 3px solid var(--vermilion);
  border-radius: 50%;
}
.gallery-meta {
  order: 3;
  margin-top: 14px;
  font-family: "Courier New", monospace;
  font-size: 0.64rem;
  color: #C8CFDA;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-top: 1px solid #565D65;
  padding-top: 8px;
}
.galley a { font-weight: 700; }
.go-link {
  display: inline-block;
  margin-top: 12px;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.74rem;
}
.go-link::after { content: " →"; }

/* ============================================================
   4) ACCENT STRIP — PRESS RUN (.pressstrip)
   ============================================================ */
.pressstrip { background: var(--vermilion); }
.pressstrip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}
.pressstrip-tag {
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  background: var(--paper);
  color: var(--vermilion);
  padding: 6px 12px;
}
.pressstrip-copy { flex: 1 1 320px; color: var(--paper); font-size: 1.05rem; }
.pressstrip-copy a { color: var(--paper); text-decoration: underline; font-weight: 700; }
.pressstrip-link { font-family: "Courier New", monospace; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.pressstrip-link a { color: var(--paper); border: 2px solid var(--paper); font-size: 0.8rem; padding: 7px 14px; }
.pressstrip-link a:hover { background: var(--paper); color: var(--vermilion); text-decoration: none; }

/* ============================================================
   Shared body content sections on homepage
   ============================================================ */
.proofsection { padding: 40px 0 20px; }
.proofsection h2 { font-size: 1.7rem; margin-bottom: 14px; }
.proofcols { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 20px; }
.proofcol { flex: 1 1 300px; max-width: 300px; }
.marginrule { border-left: 5px solid var(--vermilion); padding-left: 16px; margin-bottom: 30px; }
.linked { font-weight: 700; text-transform: uppercase; font-family: "Courier New", monospace; letter-spacing: 0.06em; font-size: 0.82rem; }

/* ============================================================
   5) LOCKED FORME FOOTER (.forme)
   An imposed forme on the stone bed: bed mat, four quoin
   wedges at the corners, brand + colophon left, three type
   block link groups right, and a base rule carrying email,
   phone, address, copyright plus a printer colophon mark.
   ============================================================ */
.forme { background: #2A2A26; }
.forme-bed {
  max-width: 1280px;
  margin: 0 auto;
  background: #ECE8DD;    /* stone bed light */
  border: 18px solid #D9D3C2;
  box-shadow: inset 0 0 0 2px #C4BCA7;
  position: relative;
  padding: 40px 26px 24px;
}
.quoin { position: absolute; width: 26px; height: 26px; background: #D9B23C; border: 2px solid #A9832A; z-index: 3; }
.q-tl { top: -13px; left: -13px; }
.q-tr { top: -13px; right: -13px; }
.q-bl { bottom: -13px; left: -13px; }
.q-br { bottom: -13px; right: -13px; }
.forme-grid { display: flex; flex-wrap: wrap; gap: 40px; }
.forme-brand { flex: 1 1 320px; min-width: 280px; }
.forme-brand h2 { font-family: "Courier New", monospace; font-size: 1.16rem; letter-spacing: 0.12em; color: var(--soot); text-transform: uppercase; margin-bottom: 6px; }
.forme-brand p { color: #4A463E; font-size: 0.95rem; max-width: 42ch; }
.forme-brand .colophon { font-style: italic; font-family: Georgia, serif; color: #58534A; margin: 8px 0 10px; max-width: 44ch; }
.forme-brand small { font-family: "Courier New", monospace; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--steel); }
.forme-links { flex: 1 1 460px; min-width: 300px; display: flex; flex-wrap: wrap; gap: 30px; }
.forme-group { flex: 1 1 130px; }
.forme-group h3 { font-family: "Courier New", monospace; font-size: 0.88rem; color: var(--soot); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid var(--hairline); padding-bottom: 5px; }
.forme-group ul { list-style: none; }
.forme-group li { margin-bottom: 8px; }
.forme-group a { color: var(--vermilion); font-family: "Courier New", monospace; font-weight: 700; font-size: 0.84rem; }
.forme-group a:hover { color: var(--inkstone); text-decoration: none; }
.forme-base {
  margin-top: 30px;
  border-top: 2px solid var(--soot);
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  color: #4A463E;
  letter-spacing: 0.03em;
}
.forme-base .contactmix { color: var(--soot); font-weight: 700; }
.forme-base a.phone-link { color: var(--soot); font-weight: 700; }
.forme-base a.phone-link:hover { color: var(--vermilion); }
.colophon-mark {
  margin-left: auto;
  width: 38px; height: 38px;
  border: 3px solid var(--soot);
  border-radius: 50%;
  position: relative;
  flex: none;
}
.colophon-mark::before {
  content: "XL";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", monospace;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--soot);
}

/* ============================================================
   Secondary page hero (services / contact share it)
   ============================================================ */
.pagehead { background: var(--inkstone); padding: 56px 0 50px; }
.pagehead-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.pagehead-inner .eyebrow { font-family: "Courier New", monospace; color: var(--vermilion); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; font-size: 0.76rem; margin-bottom: 12px; }
.pagehead-inner h1 { color: var(--papertext); font-size: clamp(1.9rem, 4vw, 2.9rem); max-width: 20ch; margin-bottom: 12px; }
.pagehead-inner .rule { width: 96px; height: 4px; background: var(--vermilion); margin-bottom: 18px; }
.pagehead-inner p { color: #CDC4B2; max-width: 68ch; font-size: 1.05rem; }
.bodyband { background: var(--newsprint); padding: 50px 0 10px; }
.bodyband p { max-width: 78ch; color: #3B3833; font-size: 1.04rem; }
.bodyband .mono-note { font-family: "Courier New", monospace; font-size: 0.8rem; color: var(--steel); letter-spacing: 0.06em; text-transform: uppercase; }

/* Services page: chunky proof tables in staggered rack rows */
.svc { padding: 52px 0 14px; }
.svc-grid { display: flex; flex-wrap: wrap; column-gap: 60px; row-gap: 8px; }
.svc-tool { border: 1px solid var(--hairline); background: var(--paper); padding: 26px 28px; margin-bottom: 30px; box-shadow: 0 6px 14px #DDD6C5; position: relative; }
.svc-tool h2 { font-size: 1.5rem; margin-bottom: 10px; }
.svc-tool .sv-idx { position: absolute; right: 14px; top: 10px; font-family: "Courier New", monospace; color: var(--hairline); font-weight: 700; font-size: 2.2rem; }
.svc-tool p { color: #3F3C36; margin-bottom: 10px; }
.svc-tool ul, .prose ul { margin-left: 22px; color: #3F3C36; margin-bottom: 10px; }
.svc-tool li, .prose li { margin-bottom: 6px; }
.svc-tool h3 { font-size: 1rem; color: var(--vermilion); font-family: "Courier New", monospace; text-transform: uppercase; letter-spacing: 0.06em; margin: 14px 0 6px; }

/* Services process overview */
.process { padding: 40px 0 10px; }
.process-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.process-step { flex: 1 1 180px; border-left: 5px solid var(--vermilion); background: var(--paper); padding: 16px 16px; }
.process-step .ps-n { font-family: "Courier New", monospace; font-weight: 700; color: var(--vermilion); letter-spacing: 0.08em; font-size: 0.8rem; }
.process-step h3 { font-size: 1.05rem; margin: 6px 0 6px; }
.process-step p { color: #3F3C36; font-size: 0.92rem; }

/* Contact page layout */
.contactgrid { display: flex; flex-wrap: wrap; gap: 40px; }
.contactdetail { flex: 1 1 340px; min-width: 300px; }
.contactformcol { flex: 1 1 420px; min-width: 320px; }
.contactdet-table { list-style: none; }
.contactdet-table li { border-bottom: 1px solid var(--hairline); padding: 12px 0; display: flex; gap: 10px; align-items: baseline; }
.contactdet-table .k { font-family: "Courier New", monospace; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vermilion); font-weight: 700; min-width: 110px; }
.contactdet-table .v { color: #3B3833; }
.contactdet-table a { font-weight: 700; }

/* form */
.form-panel { background: var(--paper); border: 1px solid var(--hairline); box-shadow: 0 8px 18px #D3CDBB; padding: 24px; position: relative; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-family: "Courier New", monospace; font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--soot); margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  background: var(--newsprint);
  border: 1px solid #CCC6B4;
  padding: 11px 12px;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: var(--soot);
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--vermilion); border-color: var(--vermilion); }
.form-note { font-size: 0.86rem; color: var(--steel); margin-top: 4px; font-family: "Courier New", monospace; }
.send-stamp {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
  padding: 13px 24px;
  background: var(--vermilion);
  color: var(--paper);
  border: none;
  cursor: pointer;
}
.send-stamp:hover { background: var(--inkstone); }
.form-status { display: none; margin-top: 14px; font-family: "Courier New", monospace; font-size: 0.82rem; }
.form-status.ok { display: block; color: #7B7FF0; }
.form-status.err { display: block; color: var(--vermilion); font-weight: 700; }

.hours-band { margin-top: 22px; background: var(--inkstone); color: var(--papertext); padding: 18px 20px; }
.hours-band h3 { color: var(--papertext); font-family: "Courier New", monospace; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.hours-band li { list-style: none; padding: 3px 0; font-size: 0.95rem; color: var(--papertext); }
.hours-band b, .hours-band strong { color: var(--vermilion); }

/* FAQ accordion */
.faq { padding: 50px 0 30px; }
.faq-list { list-style: none; margin-top: 24px; }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--soot);
  padding: 16px 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-q:hover { color: var(--vermilion); }
.faq-q .acc-ic { font-family: "Courier New", monospace; color: var(--vermilion); }
.faq-item[data-open] .faq-q .acc-ic { transform: rotate(90deg); }
.faq-ans { display: none; padding: 0 4px 18px; max-width: 72ch; color: #3F3C36; }
.faq-item[data-open] .faq-ans { display: block; }

/* dots counters section (kept minimal, chunky) */
.dots-counters { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 20px; }
.dotcount { flex: 1 1 150px; background: var(--paper); border-top: 6px solid var(--vermilion); padding: 18px; text-align: center; }
.dotcount .n { font-size: 2rem; font-weight: 700; color: var(--soot); font-family: "Courier New", monospace; }
.dotcount .lbl { font-family: "Courier New", monospace; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--steel); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .nav-toggle { display: inline-block; }
  .typecase-brand { flex-basis: 100%; }
  .typecase-nav {
    flex-basis: 100%;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    display: none;
    gap: 6px;
    padding-top: 4px;
  }
  .typecase-nav[data-open] { display: flex; }
  .typecase-nav .typecase-item { width: 100%; min-width: 0; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .cs-art { padding-top: 34px; }
  .stick-tray { width: 100%; margin-top: 12px; }
  .gall-row-b, .gall-row-c { padding-left: 0; }
  .galley, .galley.offset { flex-basis: 100%; }
  .forme-bed { border-width: 12px; }
  .pagehead, .composingstick { padding-left: 8px; padding-right: 8px; }
}
