/* ═══════════════════════════════════════════════════════════════════════════
   site-about.css — /about/ and /press/ only (generated by tools/seo/gen_f.py).
   Loaded after site.css. Colour, size and curve still come from tokens.css;
   the ONLY fixed colours here are the logo swatches, which must not follow the
   theme: a logo "for light backgrounds" has to be shown on a light ground in
   dark mode too, or the preview says nothing about the file.
   ═══════════════════════════════════════════════════════════════════════════ */
.ab-prose { margin-top: 18px; }
.ab-note { margin-top: 16px; max-width: 72ch; color: var(--text-soft); font-size: var(--fs-caption); line-height: 1.6; text-wrap: pretty; }
.ab-h3 { margin-top: 32px; }
/* Fact tables: the label column keeps its words on one line where there is room */
.ab-facts .tbl tbody th { width: 11.5em; }
@media (max-width: 640px) { .ab-facts .tbl tbody th { width: 7.5em; } }

/* Boilerplate: three blocks, each copyable whole */
.bp-list { display: grid; gap: 14px; margin-top: 22px; max-width: 820px; }
.bp { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px 18px 18px; }
.bp-h { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 36px; margin-bottom: 6px; }
.bp-h h3 { font-family: var(--font-body); font-size: var(--fs-micro); line-height: var(--lh-micro); font-weight: 500;
           text-transform: uppercase; letter-spacing: var(--tr-micro); color: var(--muted); }
.bp-copy { padding: 6px 12px; font-size: var(--fs-caption); line-height: 18px; }
.bp-t { color: var(--text); line-height: 1.7; text-wrap: pretty; }

/* Logos: a preview on the ground each file is meant for, then its files */
.bk-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
@media (max-width: 720px) { .bk-grid { grid-template-columns: 1fr; } }
.bk { margin: 0; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: var(--surface);
      border: 1px solid var(--border); border-radius: var(--r-md); box-shadow: var(--shadow-1); }
.bk-pre { display: grid; place-items: center; min-height: 168px; padding: 32px 24px; border-bottom: 1px solid var(--border); }
.bk-pre img { display: block; width: 100%; max-width: 320px; height: auto; }
.bk-pre .bk-icon { max-width: 88px; }
.bk-light { background: #F5F6F8; }
.bk-dark { background: #0E1110; }
.bk-mid { background: linear-gradient(90deg, #F5F6F8 50%, #0E1110 50%); }
.bk figcaption { display: grid; gap: 4px; padding: 14px 16px 16px; }
.bk figcaption b { color: var(--text); font-weight: 500; }
.bk figcaption > span { color: var(--text-soft); font-size: var(--fs-caption); line-height: 1.5; }
.bk-dl { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.bk figcaption .bk-dl a { display: inline-block; padding: 5px 12px; border: 1px solid var(--border-control); border-radius: var(--r-pill);
                          color: var(--text); font-size: var(--fs-caption); line-height: 20px; font-variant-numeric: tabular-nums; }
.bk figcaption .bk-dl a:hover { text-decoration: none; background: var(--surface-2); }
.bk-all { margin-top: 20px; }

.bk-colours { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 22px; }
.bk-c { display: inline-flex; align-items: center; gap: 10px; color: var(--text-soft); font-size: var(--fs-caption); }
.bk-c b { color: var(--text); font-weight: 500; }
.bk-c i { width: 24px; height: 24px; border-radius: 7px; border: 1px solid var(--border-control); flex: none; }
.bk-c .bk-type { display: grid; place-items: center; font-style: normal; font-family: var(--font-display); font-weight: 500;
                 font-size: 12px; color: var(--text); background: var(--surface-2); }

/* Product images and the film */
.bk-shots { align-items: start; }
.bk-shot, .bk-film { margin: 0; min-width: 0; }
.bk-shot > a { display: block; }
.bk-shot img, .bk-film video { display: block; width: 100%; height: auto; border: 1px solid var(--border); border-radius: var(--r-md);
                               background: #0E1110; }
.bk-film { margin-top: 16px; max-width: 960px; }
.bk-shot figcaption, .bk-film figcaption { margin-top: 8px; color: var(--text-soft); font-size: var(--fs-caption); line-height: 1.5; }
.bk-shot figcaption b, .bk-film figcaption b { color: var(--text); font-weight: 500; }
