/* belcemo.com — design system.
 *
 * "Swiss brutalism": one grotesk, a hard black grid, white paper, a single signal red.
 * Structure is drawn, not implied — every section and every cell is bounded by a real rule.
 * There are no shadows, no radii, no gradients, no motion, and no second typeface.
 *
 * Replaces the earlier "Literary Modernism" set (Playfair Display + Plus Jakarta Sans, vellum
 * ground, brass numerals). Content and page structure are unchanged; only the language is new.
 */

/* ── faces ───────────────────────────────────────────────────────────────────────────────── */
@font-face {
  font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/archivo-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  /* Turkish and other extended Latin — the list carries names like İsmail Gülmez, Çetin. */
  font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/archivo-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo"; font-style: italic; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/archivo-var-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo"; font-style: italic; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/archivo-var-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── tokens ──────────────────────────────────────────────────────────────────────────────── */
:root {
  --ink:        #000000;   /* true black: rules, type, fills */
  --ink-muted:  #45474a;
  --ink-faint:  #74777c;
  --paper:      #ffffff;
  --fill:       #f0efec;   /* the only tint — panel grounds */
  --fill-2:     #e4e2dd;
  --signal:     #d92b1c;   /* the single accent. Actions and emphasis only. */
  --signal-ink: #a81f12;
  --on-ink:     #ffffff;
  --on-ink-mut: #b9bbbe;

  --sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --rule:   2px;           /* the grid is drawn at two weights, never more */
  --hair:   1px;

  --s-2xs: 0.25rem; --s-xs: 0.5rem;  --s-sm: 0.75rem; --s-md: 1rem;
  --s-lg:  1.5rem;  --s-xl: 2rem;    --s-2xl: 3rem;   --s-3xl: 4.5rem; --s-4xl: 7rem;

  --wrap: 1360px;
}

/* ── reset ───────────────────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 16px/26px var(--sans); font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; font-family: var(--sans); font-weight: 800; letter-spacing: -0.02em; }
p { margin: 0 0 var(--s-md); }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: var(--ink); text-underline-offset: 3px; }
a:hover { color: var(--signal); }
strong, b { font-weight: 700; }
em { font-style: italic; }
hr { border: 0; border-top: var(--rule) solid var(--ink); margin: var(--s-2xl) 0; }
::selection { background: var(--signal); color: var(--on-ink); }
:focus-visible { outline: var(--rule) solid var(--signal); outline-offset: 2px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--s-lg); }
@media (min-width: 768px) { .wrap { padding: 0 var(--s-xl); } }

.skip {
  position: absolute; left: -9999px; background: var(--ink); color: var(--on-ink);
  padding: var(--s-sm) var(--s-md); font-weight: 700; text-transform: uppercase; z-index: 100;
}
.skip:focus { left: var(--s-md); top: var(--s-md); }

/* ── type scale ──────────────────────────────────────────────────────────────────────────── */
/* Display is set tight, heavy and uppercase: the headline is a block, not a sentence. */
.display {
  font-weight: 800; text-transform: uppercase; letter-spacing: -0.035em;
  font-size: clamp(2.75rem, 8.5vw, 7rem); line-height: 0.92;
}
.h-lg {
  font-weight: 800; text-transform: uppercase; letter-spacing: -0.03em;
  font-size: clamp(1.9rem, 4.6vw, 3.5rem); line-height: 0.98;
}
.h-sm     { font-size: 1.25rem; line-height: 1.2; font-weight: 700; letter-spacing: -0.015em; }
.title-md { font-size: 1.0625rem; line-height: 1.3; font-weight: 700; letter-spacing: -0.01em; }
.title-sm { font-size: 0.9375rem; line-height: 1.3; font-weight: 700; }
.lede     { font-size: clamp(1rem, 1.4vw, 1.1875rem); line-height: 1.55; max-width: 38ch; color: var(--ink-muted); }
.body-sm  { font-size: 0.875rem; line-height: 1.5; }
.tnum     { font-variant-numeric: tabular-nums; }
.prose p  { max-width: 46ch; }

/* Small caps labels are the connective tissue of the grid. */
.eyebrow, .lbl, .bracket, .label {
  display: block; font-size: 0.6875rem; line-height: 1; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.eyebrow { color: var(--signal); margin-bottom: var(--s-lg); }
.bracket { color: var(--ink); font-family: var(--mono); letter-spacing: 0.1em; }
.lbl     { color: var(--ink-muted); }

/* ── sections and section heads ──────────────────────────────────────────────────────────── */
.section { padding: var(--s-3xl) 0; border-top: var(--rule) solid var(--ink); }
.page-head { padding: var(--s-3xl) 0 var(--s-2xl); }

.rule-label { margin-bottom: var(--s-xl); }
/* A second or third section marker on the same page spaces itself off the block above. */
.qa + .rule-label, .tenets + .rule-label, .prose + .rule-label { margin-top: var(--s-3xl); }
.rule-label > span { display: inline-block; background: var(--ink); color: var(--on-ink); padding: 6px 10px 5px; }

.section-head { display: grid; gap: var(--s-lg); margin-bottom: var(--s-2xl); }
.section-head p { max-width: 44ch; color: var(--ink-muted); margin: 0; }
@media (min-width: 1025px) {
  .section-head { grid-template-columns: 8fr 4fr; align-items: end; }
}

/* ── masthead ────────────────────────────────────────────────────────────────────────────── */
.masthead { border-bottom: var(--rule) solid var(--ink); position: sticky; top: 0; background: var(--paper); z-index: 50; }
.masthead__bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--s-sm) var(--s-lg); padding-top: var(--s-md); padding-bottom: var(--s-md);
}
.wordmark {
  font-weight: 900; font-size: 1.375rem; line-height: 1; letter-spacing: -0.045em;
  text-transform: uppercase; text-decoration: none; color: var(--ink);
}
.wordmark small { font-weight: 400; letter-spacing: -0.02em; color: var(--ink-faint); margin-left: 0.35em; }
.wordmark:hover, .wordmark:hover small { color: var(--signal); }

.nav { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-xs) var(--s-md); }
.nav a:not(.btn) {
  font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.02em; text-decoration: none;
  color: var(--ink); padding: var(--s-2xs) 0; border-bottom: var(--rule) solid transparent;
}
.nav a:not(.btn):hover { border-bottom-color: var(--signal); color: var(--ink); }
.nav a[aria-current="page"] { border-bottom-color: var(--ink); }

/* ── buttons: hard rectangles, no radius, no shadow ──────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: var(--s-xs);
  padding: 13px var(--s-lg) 12px; border: var(--rule) solid var(--ink); background: var(--paper);
  color: var(--ink); text-decoration: none; cursor: pointer;
  font: 700 0.75rem/1 var(--sans); letter-spacing: 0.12em; text-transform: uppercase;
}
.btn:hover { background: var(--ink); color: var(--on-ink); }
.btn--vermilion { background: var(--signal); border-color: var(--signal); color: var(--on-ink); }
.btn--vermilion:hover { background: var(--ink); border-color: var(--ink); color: var(--on-ink); }
.btn--outline { background: transparent; }
.btn[disabled], .btn:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s-sm); margin-top: var(--s-xl); }

/* ── hero ────────────────────────────────────────────────────────────────────────────────── */
.hero { padding: var(--s-2xl) 0 var(--s-3xl); }
.hero__grid { display: grid; gap: var(--s-2xl); }
.hero .display em { font-style: normal; color: var(--signal); display: block; }
.hero .lede { margin-top: var(--s-xl); }
@media (min-width: 1025px) {
  .hero__grid { grid-template-columns: 1fr 340px; gap: var(--s-3xl); align-items: start; }
}
.hero__aside { border: var(--rule) solid var(--ink); padding: var(--s-lg); background: var(--fill); }
.hero__aside .status {
  display: block; margin: var(--s-sm) 0 var(--s-lg);
  font-weight: 800; font-size: 2rem; line-height: 1; text-transform: uppercase; letter-spacing: -0.03em;
}
.hero__aside dl { display: grid; gap: var(--s-md); margin: 0; }
.hero__aside dt { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.hero__aside dd { margin: var(--s-2xs) 0 0; font-size: 0.875rem; line-height: 1.45; }

/* ── the services grid: cells sharing hard rules ─────────────────────────────────────────── */
.folio-grid { display: grid; gap: var(--rule); background: var(--ink); border: var(--rule) solid var(--ink); }
.folio { background: var(--paper); padding: var(--s-lg); display: grid; grid-template-rows: auto 1fr; gap: var(--s-sm); min-height: 190px; }
.folio h3 { font-size: 1.0625rem; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: -0.015em; }
.folio p { color: var(--ink-muted); font-size: 0.875rem; line-height: 1.5; margin: 0; }
.folio:hover { background: var(--signal); color: var(--on-ink); }
.folio:hover h3, .folio:hover p { color: var(--on-ink); }
@media (min-width: 640px)  { .folio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1025px) { .folio-grid { grid-template-columns: repeat(4, 1fr); } }

/* ── numbered steps: the one place a sequence is real ────────────────────────────────────── */
.steps { display: grid; gap: var(--rule); background: var(--ink); border: var(--rule) solid var(--ink); }
.step { background: var(--paper); padding: var(--s-lg); }
.step .num {
  display: block; font-weight: 800; font-size: 2.5rem; line-height: 1;
  letter-spacing: -0.05em; color: var(--signal); margin-bottom: var(--s-sm);
}
.step h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: var(--s-xs); }
.step p { color: var(--ink-muted); font-size: 0.875rem; line-height: 1.5; margin: 0; }
@media (min-width: 640px)  { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1025px) { .steps { grid-template-columns: repeat(4, 1fr); } }
/* Stacked in a sidebar: one column at every width, cells still divided by the grid rule. */
.steps--stack, .steps--stack:where(*) { grid-template-columns: 1fr; }
@media (min-width: 640px)  { .steps--stack { grid-template-columns: 1fr; } }
@media (min-width: 1025px) { .steps--stack { grid-template-columns: 1fr; } }
.steps--stack .num { font-size: 1.5rem; }

/* ── inverted band ───────────────────────────────────────────────────────────────────────── */
.band--ink { background: var(--ink); color: var(--on-ink); border-top: 0; }
.band--ink h1, .band--ink h2, .band--ink h3 { color: var(--on-ink); }
.band--ink p { color: var(--on-ink-mut); }
.band--ink a { color: var(--on-ink); }
.band--ink a:hover { color: var(--signal); }
.band--ink .rule-label > span { background: var(--signal); color: var(--on-ink); }
.band--ink ::selection { background: var(--on-ink); color: var(--ink); }

.terms { display: grid; gap: var(--s-2xl); }
.terms blockquote {
  margin: 0; font-weight: 800; text-transform: uppercase; letter-spacing: -0.03em;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.02; color: var(--on-ink); max-width: 22ch;
}
.terms ul { display: grid; gap: 0; }
.terms li { display: grid; gap: var(--s-sm); padding: var(--s-lg) 0; border-top: var(--hair) solid #3a3a3a; }
.terms li:first-child { border-top: 0; }
.terms li .bracket { color: var(--signal); }
.terms__foot { margin-top: var(--s-lg); }
.terms__foot a { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--signal); }
@media (min-width: 900px) {
  .terms { grid-template-columns: 5fr 7fr; gap: var(--s-3xl); align-items: start; }
  .terms li { grid-template-columns: 3.5rem 1fr; gap: var(--s-lg); }
}

/* ── books ───────────────────────────────────────────────────────────────────────────────── */
.books { display: grid; gap: var(--rule); background: var(--ink); border: var(--rule) solid var(--ink); }
.book { background: var(--paper); padding: var(--s-lg); display: grid; gap: var(--s-lg); align-content: start; }
.book__cover { width: 100%; max-width: 200px; aspect-ratio: 2 / 3; background: var(--fill); border: var(--rule) solid var(--ink); }
.book__cover img { width: 100%; height: 100%; object-fit: cover; }
.book__cover--blank { display: grid; place-items: center; padding: var(--s-md); text-align: center; font-weight: 800; text-transform: uppercase; font-size: 0.8125rem; }
.book__meta h3 { text-transform: uppercase; }
.byline { display: flex; flex-wrap: wrap; gap: var(--s-sm); margin: var(--s-xs) 0 var(--s-md); color: var(--ink-faint); font-weight: 600; }
.book__links { display: flex; flex-wrap: wrap; gap: var(--s-sm); margin-top: var(--s-md); }
.book__links a {
  border: var(--hair) solid var(--ink); padding: 7px var(--s-sm) 6px; text-decoration: none;
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
}
.book__links a:hover { background: var(--ink); color: var(--on-ink); }
.books__note { margin-top: var(--s-lg); font-size: 0.8125rem; line-height: 1.5; color: var(--ink-faint); max-width: 52ch; }
@media (min-width: 640px) { .book { grid-template-columns: 200px 1fr; gap: var(--s-xl); } }
@media (min-width: 1180px) { .books { grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr)); } }

/* ── callouts and lists ──────────────────────────────────────────────────────────────────── */
.notice { border: var(--rule) solid var(--ink); background: var(--fill); padding: var(--s-lg); }
.notice h3 { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: var(--s-md); }
.notice p, .notice li { font-size: 0.875rem; line-height: 1.5; color: var(--ink-muted); }
.checklist { display: grid; gap: var(--s-sm); }
.checklist li { display: grid; grid-template-columns: 1rem 1fr; gap: var(--s-sm); align-items: start; }
.checklist li::before { content: "—"; color: var(--signal); font-weight: 800; line-height: 1.5; }

.tenets { display: grid; gap: var(--rule); background: var(--ink); border: var(--rule) solid var(--ink); }
.tenet { background: var(--paper); padding: var(--s-lg); }
@media (min-width: 700px) { .tenets { grid-template-columns: repeat(3, 1fr); } }

.contact-card { border: var(--rule) solid var(--ink); padding: var(--s-lg); background: var(--fill); }

/* ── question / answer pages ─────────────────────────────────────────────────────────────── */
.qa { display: grid; }
.qa dt {
  font-size: 1.125rem; line-height: 1.25; font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.02em; padding-top: var(--s-lg); margin-top: var(--s-lg);
  border-top: var(--hair) solid var(--ink);
}
.qa dt:first-child { margin-top: 0; padding-top: var(--s-md); }
.qa dd { margin: var(--s-sm) 0 0; max-width: 46ch; font-size: 1rem; line-height: 1.6; color: var(--ink-muted); }
.qa dd a { color: var(--signal); }

/* ── forms ───────────────────────────────────────────────────────────────────────────────── */
.form { display: grid; gap: var(--s-2xl); }
.form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; display: grid; gap: var(--s-md); }
.form legend { padding: 0; margin-bottom: var(--s-md); display: flex; align-items: baseline; gap: var(--s-sm); }
.form legend .num { font-weight: 800; font-size: 1.25rem; color: var(--signal); letter-spacing: -0.03em; }
.form legend .t { font-weight: 800; font-size: 1.0625rem; text-transform: uppercase; letter-spacing: -0.015em; }
.field { display: grid; gap: var(--s-2xs); }
.field label, .field .lbl {
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted);
}
.field label .req { color: var(--signal); }
.field .hint { font-size: 0.75rem; line-height: 1.4; color: var(--ink-faint); }
.field input, .field textarea, .field select {
  width: 100%; height: 48px; padding: 0 var(--s-sm); border: var(--rule) solid var(--ink); border-radius: 0;
  background: var(--paper); color: var(--ink); font: 400 1rem/1.5 var(--sans);
  appearance: none; -webkit-appearance: none;
}
.field textarea { height: auto; min-height: 170px; padding: var(--s-sm); resize: vertical; }
.field textarea[name="sample"] { min-height: 300px; }
.field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 6l5 5 5-5' fill='none' stroke='%23000000' stroke-width='2'/></svg>");
  background-repeat: no-repeat; background-position: right var(--s-sm) center; background-size: 14px; padding-right: var(--s-xl);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field textarea:focus, .field select:focus { outline: var(--rule) solid var(--signal); outline-offset: 2px; }
.field--row { display: grid; gap: var(--s-md); }
@media (min-width: 640px) { .field--row { grid-template-columns: 1fr 1fr; } }

.check { display: grid; grid-template-columns: 22px 1fr; gap: var(--s-sm); align-items: start; font-size: 0.875rem; line-height: 1.45; }
.check input { width: 22px; height: 22px; margin: 0; border: var(--rule) solid var(--ink); border-radius: 0; appearance: none; -webkit-appearance: none; background: var(--paper); }
.check input:checked {
  background: var(--signal); border-color: var(--signal);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8.5l3.5 3.5L13 5' fill='none' stroke='%23ffffff' stroke-width='2.2'/></svg>");
  background-repeat: no-repeat; background-position: center;
}

.filelist { display: grid; gap: var(--rule); background: var(--ink); border: var(--rule) solid var(--ink); }
.fileslot { background: var(--paper); padding: var(--s-md); display: grid; gap: var(--s-xs); }
.fileslot label { display: flex; align-items: baseline; gap: var(--s-xs); flex-wrap: wrap; font-size: 0.875rem; font-weight: 700; text-transform: none; letter-spacing: 0; color: var(--ink); }
.fileslot__n { font-family: var(--mono); font-size: 0.75rem; font-weight: 700; color: var(--signal); }
.fileslot__h { font-size: 0.75rem; font-weight: 400; color: var(--ink-faint); }
.field .fileslot input[type="file"] { height: auto; padding: 0; border: 0; background: none; font-size: 0.8125rem; color: var(--ink-muted); }
.field .fileslot input[type="file"]::file-selector-button {
  margin-right: var(--s-sm); padding: 8px var(--s-md) 7px; border: var(--rule) solid var(--ink); border-radius: 0;
  background: var(--paper); color: var(--ink); cursor: pointer;
  font: 700 0.6875rem/1 var(--sans); letter-spacing: 0.12em; text-transform: uppercase;
}
.field .fileslot input[type="file"]::file-selector-button:hover { background: var(--ink); color: var(--on-ink); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__foot { display: grid; gap: var(--s-md); padding-top: var(--s-lg); border-top: var(--rule) solid var(--ink); }
.form__foot .status-line { display: flex; align-items: center; gap: var(--s-xs); font-size: 0.875rem; color: var(--ink-muted); margin: 0; }
.form__foot .status-line::before { content: ""; width: 10px; height: 10px; background: var(--signal); flex: none; }
@media (min-width: 768px) { .form__foot { grid-template-columns: auto 1fr; align-items: center; } }

/* ── submission receipt ──────────────────────────────────────────────────────────────────── */
.receipt { display: grid; grid-template-columns: max-content 1fr; border: var(--rule) solid var(--ink); }
.receipt > * { padding: var(--s-sm) var(--s-md); border-top: var(--hair) solid var(--ink); }
.receipt > :nth-child(1), .receipt > :nth-child(2) { border-top: 0; }
.receipt dt { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); }
.receipt dd { margin: 0; font-size: 0.9375rem; }
.receipt code { font-family: var(--mono); font-size: 0.8125rem; overflow-wrap: anywhere; }
.receipt__files { display: grid; gap: var(--rule); background: var(--ink); border: var(--rule) solid var(--ink); margin-top: var(--s-md); }
.receipt__files li { background: var(--paper); padding: var(--s-sm) var(--s-md); display: grid; gap: var(--s-2xs); }
.receipt__files code { font-weight: 700; font-size: 0.8125rem; }
.receipt__files span { font-family: var(--mono); font-size: 0.6875rem; color: var(--ink-faint); overflow-wrap: anywhere; }

/* ── two-column pages ────────────────────────────────────────────────────────────────────── */
.two-col { display: grid; gap: var(--s-2xl); }
.two-col__side { display: grid; gap: var(--s-lg); align-content: start; }
.two-col__main { min-width: 0; }
@media (min-width: 900px) {
  .two-col { grid-template-columns: 4fr 8fr; column-gap: var(--s-3xl); align-items: start; }
  .two-col--wide-first { grid-template-columns: 8fr 4fr; }
  .two-col__side { position: sticky; top: 6rem; }
}

/* ── call to action ──────────────────────────────────────────────────────────────────────── */
.cta { display: grid; gap: var(--s-xl); align-items: center; background: var(--signal); color: var(--on-ink); border-top: 0; }
.cta .wrap { display: grid; gap: var(--s-xl); align-items: center; }
.cta h2, .cta .lede { color: var(--on-ink); }
.cta .lede { max-width: 40ch; }
.cta em { font-style: normal; text-decoration: underline; text-decoration-thickness: 3px; }
.cta .btn { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.cta .btn:hover { background: var(--ink); border-color: var(--ink); color: var(--on-ink); }
@media (min-width: 900px) { .cta .wrap { grid-template-columns: 1fr auto; } }

/* ── colophon ────────────────────────────────────────────────────────────────────────────── */
.colophon { background: var(--ink); color: var(--on-ink-mut); padding: var(--s-3xl) 0 var(--s-xl); }
.colophon a { color: var(--on-ink); text-decoration: none; }
.colophon a:hover { color: var(--signal); }
.colophon .wordmark { color: var(--on-ink); }
.colophon .wordmark small { color: var(--on-ink-mut); }
.colophon h4 { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-ink); margin-bottom: var(--s-md); }
.colophon__grid { display: grid; gap: var(--s-xl); }
.colophon__grid ul { display: grid; gap: var(--s-xs); font-size: 0.875rem; }
.colophon__grid p { font-size: 0.875rem; line-height: 1.5; max-width: 40ch; }
.colophon__foot {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s-sm);
  margin-top: var(--s-2xl); padding-top: var(--s-md); border-top: var(--hair) solid #3a3a3a;
  font-size: 0.75rem;
}
@media (min-width: 700px)  { .colophon__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1025px) { .colophon__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--s-2xl); } }

/* ── 404 ─────────────────────────────────────────────────────────────────────────────────── */
.notfound { padding: var(--s-4xl) 0; text-align: center; }
.notfound .btn-row { justify-content: center; }

/* ── odds and ends ───────────────────────────────────────────────────────────────────────── */
.fileslot__t { font-weight: 700; }
.folio-num {
  display: block; font-weight: 900; letter-spacing: -0.06em; color: var(--signal);
  font-size: clamp(5rem, 20vw, 12rem); line-height: 0.85; margin-bottom: var(--s-lg);
}
