/* THE DISPLAY FACE TRAVELS WITH THE DOCUMENT.
 * Loaded from a cross-origin stylesheet the faces were reported loaded by
 * document.fonts and STILL did not embed: the PDF came out with ArialMT as its
 * only face, so a document whose point is that it matches the brand did not.
 * Self-hosting the display face fixes that and removes a third-party fetch from
 * a build that must be reproducible. The body stack stays on system faces
 * deliberately — Inter is 325KB per weight and a system sans is visually near
 * enough that it is not worth a megabyte in the repository for one document. */
@font-face{font-family:'Fraunces';src:url('/assets/fonts/fraunces-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'Fraunces';src:url('/assets/fonts/fraunces-600.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:'Fraunces';src:url('/assets/fonts/fraunces-700.ttf') format('truetype');font-weight:700;font-display:swap}
:root{--bg:#F7F5F0;--surface:#FFFFFF;--surface-2:#F1EEE6;--surface-3:#E7E2D6;
--text:#12241D;--text-muted:#4A5B52;--text-dim:#586860;
--accent:#064E3B;--accent-2:#2E7D6B;--warm:#C97F1A;--warm-text:#8F5B0F;--line:#DCD6C8;
--display:'Fraunces',ui-serif,Georgia,'Times New Roman',serif;--body:ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
*{box-sizing:border-box}
body{margin:0;background:var(--surface-2);color:var(--text);font-family:var(--body);font-size:10.5pt;line-height:1.55;-webkit-font-smoothing:antialiased}
.page{background:var(--surface);width:210mm;min-height:297mm;padding:19mm 18mm 17mm;margin:0 auto 10mm;position:relative;page-break-after:always;break-after:page;overflow:hidden}
.page:last-child{page-break-after:auto;break-after:auto}
h2{font-family:var(--display);font-size:22pt;line-height:1.12;margin:0 0 4mm;color:var(--accent);letter-spacing:-.01em}
h3{font-family:var(--display);font-size:12.5pt;margin:0 0 2mm;color:var(--text)}
h3.rule{margin-top:7mm;padding-top:3mm;border-top:2px solid var(--accent);font-size:11.5pt}
.mini-h,h4{font-size:9.6pt;font-family:var(--body);margin:0 0 1.5mm;color:var(--accent);text-transform:uppercase;letter-spacing:.055em}
p{margin:0 0 3mm}
.lead{font-size:12pt;line-height:1.5;color:var(--text-muted);margin-bottom:6mm;max-width:150mm}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:5mm;margin:4mm 0}
.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4mm;margin:4mm 0}
.card{background:var(--surface-2);border:1px solid var(--line);border-left:3px solid var(--accent-2);border-radius:2mm;padding:4mm}
.card p{margin:0;font-size:9.8pt;color:var(--text-muted)}
.card .tag{font-size:8.4pt;text-transform:uppercase;letter-spacing:.06em;color:var(--warm-text);font-weight:700;margin:0 0 1.5mm}
.mini{background:var(--surface-2);border-radius:2mm;padding:3.5mm}
.mini p{margin:0;font-size:9.2pt;color:var(--text-muted)}
.callout{background:#F0F5F2;border-left:3px solid var(--accent);border-radius:0 2mm 2mm 0;padding:4mm;margin:5mm 0;font-size:9.8pt;color:var(--text-muted)}
.callout b{color:var(--text)}
.callout p{margin:0 0 2mm;font-size:9.5pt}
.callout.warn{background:#FBF6EC;border-left-color:var(--warm)}
.doc-table{width:100%;border-collapse:collapse;margin:4mm 0;font-size:9.6pt}
.doc-table th{text-align:left;font-size:8.4pt;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);border-bottom:1.5px solid var(--accent);padding:2mm 2mm 1.6mm}
.doc-table td{padding:1.9mm 2mm;border-bottom:1px solid var(--line);vertical-align:top}
.doc-table tr.rowgroup th{background:var(--surface-3);color:var(--accent);font-size:8.6pt;border-bottom:none;padding:2mm}
.doc-table td.status{text-align:right;white-space:nowrap}
/* COLUMN MEASURE WITHOUT AN INLINE ATTRIBUTE. A width written as style="" is
   blocked outright by style-src 'self', and the loss is invisible in the PDF
   because Chromium renders it with no policy at all — the table simply falls
   back to auto widths on the served page. These carry the same measures as
   classes, which the policy permits. */
.doc-table th.w22{width:22%}
.doc-table th.w26{width:26%}
.doc-table th.w28{width:28%}
.doc-table td.span-note{text-align:center}
p.table-note{font-size:8.6pt;color:var(--text-muted)}
.pill{display:inline-block;padding:.7mm 2.2mm;border-radius:99px;font-size:7.9pt;font-weight:700;letter-spacing:.02em}
.pill-proven{background:#DCEFE6;color:#064E3B}
.pill-bounded{background:#F5EAD6;color:#8A5A12}
.pill-format{background:#EDE7DA;color:#5B4C33}
.limits{margin:3mm 0 0;padding-left:5mm;font-size:9.5pt;color:var(--text-muted)}
.limits li{margin-bottom:2mm}
.limits b{color:var(--text)}
.stages{list-style:none;margin:3mm 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:2.2mm}
.stages.wide{grid-template-columns:1fr}
.stages li{display:flex;align-items:center;gap:3mm;background:var(--surface-2);border-radius:1.6mm;padding:2.4mm 3mm;font-size:9.6pt;font-weight:600}
.stages span{display:inline-flex;align-items:center;justify-content:center;width:6mm;height:6mm;border-radius:50%;background:var(--accent);color:#fff;font-size:8.4pt;flex:0 0 auto}
.fmt-row{display:flex;gap:2.5mm;flex-wrap:wrap;margin:4mm 0}
.fmt{background:var(--accent);color:#fff;border-radius:1.6mm;padding:2mm 4mm;font-weight:700;font-size:10pt;letter-spacing:.03em}
.sectors{display:flex;flex-wrap:wrap;gap:2mm;margin-top:3mm}
.chip{border:1px solid var(--accent-2);color:var(--accent);border-radius:99px;padding:1.4mm 3.4mm;font-size:9pt;font-weight:600}
.cta-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4mm;margin-top:4mm}
.cta{border:1px solid var(--line);border-top:3px solid var(--warm);border-radius:2mm;padding:3mm 2.5mm;text-align:center}
.cta b{display:block;font-size:10pt;margin-bottom:1mm}
.cta span{font-size:8.2pt;color:var(--text-muted);word-break:normal;overflow-wrap:break-word}
/* cover + back */
.cover{background:linear-gradient(160deg,#08251C 0%,#064E3B 52%,#0A3B2E 100%);color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.cover-top{display:flex;align-items:center;gap:3mm}
.cover-logo{height:11mm;width:auto}
.cover-brand{font-family:var(--display);font-size:13pt;letter-spacing:.01em}
.cover-main{padding-bottom:14mm}
.cover-eyebrow{font-size:9.6pt;text-transform:uppercase;letter-spacing:.2em;color:#E4C98A;margin-bottom:5mm}
.cover-title{font-family:var(--display);font-size:40pt;line-height:1.02;margin:0 0 4mm;letter-spacing:-.02em}
.cover-sub{font-size:13pt;line-height:1.45;color:#CFE3DA;max-width:130mm;margin-bottom:8mm}
.cover-tagline{font-family:var(--display);font-size:14pt;color:#E4C98A;font-style:italic;margin:0}
.cover-foot{display:grid;grid-template-columns:repeat(4,1fr);gap:4mm;border-top:1px solid rgba(255,255,255,.22);padding-top:4mm}
.cover-foot span{display:block;font-size:7.8pt;text-transform:uppercase;letter-spacing:.1em;color:#9FBFB2;margin-bottom:.8mm}
.cover-foot b{font-size:9.4pt;color:#fff;font-weight:600}
.back{background:#08251C;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center}
.back h2{color:#fff;font-size:26pt;margin-bottom:2mm}
.back .cover-sub{margin:0 auto 6mm;font-size:11.5pt}
@media screen and (max-width:900px){.contact-grid{grid-template-columns:1fr;gap:5mm;text-align:center}}
.back-meta{font-size:8.2pt;color:#7FA394;margin-top:9mm;line-height:1.75}
/* CONTACT BLOCK. Three fixed columns that become one at narrow widths, and an
   address that is allowed to wrap on its own line breaks rather than being
   squeezed — a clipped postal address on a capability profile is a real defect,
   not a cosmetic one. */
.contact-grid{display:grid;grid-template-columns:1fr 1.35fr .5fr;gap:6mm;margin:9mm auto 0;max-width:180mm;text-align:left}
/* The heading tag changed from h4 to h3.mini-h to close a heading-level skip;
   the gold rule has to follow it, or these land on the shared accent colour and
   render dark green on the dark back page at 1.67:1. */
.contact-block .mini-h,.contact-block h4{color:#E4C98A;font-size:8.4pt;letter-spacing:.09em;margin-bottom:2.5mm}
.contact-block address{font-style:normal;font-size:9.8pt;line-height:1.75;color:#CFE3DA;overflow-wrap:break-word}
.contact-lines{font-size:9.8pt;line-height:1.85;color:#CFE3DA;margin:0;overflow-wrap:break-word;font-size:9.2pt}
.contact-lines a,.back-inner a{color:#CFE3DA;text-decoration:none;border-bottom:1px solid rgba(207,227,218,.4)}
a.cta{text-decoration:none;color:inherit;display:block}
/* RESOURCE BAND — screen only. display:none in print so the PDF opens on the cover. */
.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:3mm 5mm;z-index:10;text-decoration:none}
.skip-link:focus{left:0}
.res-band{max-width:210mm;margin:0 auto 6mm;padding:7mm 6mm;background:var(--surface);border-bottom:3px solid var(--accent)}
.res-crumb{font-size:9pt;color:var(--text-dim);margin-bottom:4mm}
/* Underlined, because a link inside running text that differs from it only by
   colour fails link-in-text-block whatever the hue. */
.res-crumb a{color:var(--accent);text-decoration:underline}
.res-crumb span{margin:0 1.5mm;color:var(--line)}
.res-head{display:flex;gap:6mm;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}
/* The warm FILL colour fails AA at this size on a light ground (3.21:1); the
   estate carries a darker warm TEXT token for exactly this case. */
.res-type{font-size:8.6pt;text-transform:uppercase;letter-spacing:.1em;color:var(--warm-text);font-weight:700;margin:0 0 2mm}
.res-title{font-family:var(--display);font-size:20pt;line-height:1.15;margin:0 0 3mm;color:var(--accent);max-width:135mm}
.res-desc{font-size:10pt;color:var(--text-muted);margin:0;max-width:135mm}
.res-actions{display:flex;flex-direction:column;gap:2.5mm;min-width:46mm}
.res-btn{display:block;text-align:center;border:1px solid var(--accent);color:var(--accent);background:transparent;border-radius:2mm;padding:3mm 5mm;font:inherit;font-size:10pt;font-weight:700;text-decoration:none;cursor:pointer}
.res-btn-primary{background:var(--accent);color:#fff}
.res-btn span{display:block;font-weight:400;font-size:8.2pt;opacity:.85;margin-top:.8mm}
.res-btn:focus-visible{outline:2px solid var(--warm);outline-offset:2px}
.res-meta{display:grid;grid-template-columns:repeat(6,1fr);gap:4mm;margin:6mm 0 0;padding-top:4mm;border-top:1px solid var(--line)}
.res-meta dt{font-size:7.8pt;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:1mm}
.res-meta dd{margin:0;font-size:9.4pt;font-weight:600;overflow-wrap:break-word}
.res-related{font-size:9.2pt;color:var(--text-muted);margin:5mm 0 0}
.res-related a{color:var(--accent);text-decoration:underline}
.res-note{font-size:9pt;color:var(--text-dim);margin:3mm 0 0;font-style:italic}
@media print{.res-band{display:none}}
@media screen and (max-width:900px){.res-meta{grid-template-columns:1fr 1fr}.res-actions{width:100%}.res-title{font-size:17pt}}
.page-rule{border:0;border-top:2px solid var(--accent);margin:7mm 0 5mm;opacity:.35}
/* ---------------------------------------------------- the institutional one-pager */
.page.onepager{display:flex;flex-direction:column;gap:5.6mm;font-size:9.8pt;line-height:1.5;padding:15mm 16mm 12mm}
.op-head{display:grid;grid-template-columns:15mm 1fr 46mm;align-items:center;gap:5mm;border-bottom:2.5px solid var(--accent);padding-bottom:3.5mm}
.op-logo{width:15mm;height:15mm;object-fit:contain}
.op-eyebrow{margin:0;font-size:7.4pt;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}
.op-title{margin:.6mm 0 0;font-family:var(--display);font-size:25pt;line-height:1.04;color:var(--accent);letter-spacing:-.015em}
.op-sub{margin:1.2mm 0 0;font-size:10pt;color:var(--text-muted);line-height:1.35}
.op-tag{margin:0;text-align:right;font-family:var(--display);font-size:10.4pt;font-style:italic;line-height:1.3;color:var(--accent-2)}
.op-lead{margin:0;font-size:11pt;line-height:1.5}
.op-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.2mm}
.op-card{background:var(--surface-2);border:1px solid var(--line);border-left:3px solid var(--accent-2);border-radius:1.5mm;padding:3.8mm 4.2mm}
.op-card .mini-h{font-size:8.8pt;letter-spacing:.085em;margin:0 0 1.4mm}
.op-card p{margin:0}
.op-foot{display:grid;grid-template-columns:1fr 1fr;gap:6mm;border-top:1px solid var(--line);padding-top:3.4mm}
.op-foot .mini-h{font-size:8.8pt;letter-spacing:.085em;margin:0 0 1.4mm}
.op-foot address{font-style:normal;margin:0;line-height:1.5}
/* .contact-lines is authored for the dark back page; restate it for white. */
.op-foot .contact-lines{font-size:9.6pt;line-height:1.6;color:var(--text)}
.op-foot .contact-lines a{color:var(--accent);border-bottom-color:var(--line)}
.page.onepager .cta-row{margin-top:0;gap:3.4mm}
.op-meta{margin:0;font-size:7.6pt;line-height:1.4;color:var(--text-muted);border-top:1px solid var(--line);padding-top:2.4mm}
.cont{font-family:var(--body);font-size:9pt;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);margin-left:2mm;vertical-align:middle}
/* A DOCUMENT WITH MORE TO SAY GETS A TIGHTER SETTING, NOT FEWER WORDS.
   Four sections of How We Work ran a few per cent past a sheet and stranded a
   near-empty page after each. Cutting the content was the wrong lever — the
   brief asks for the commercial substance — so the setting comes down one
   step for that document and every page composes. Still well above the
   legibility floor. */
.page.tight{font-size:9.7pt;line-height:1.5}
.page.tight h2{font-size:19pt}
.page.tight h3{font-size:11.6pt}
.page.tight .lead{font-size:10.4pt}
.page.tight .card{padding:3.2mm}
.page.tight .doc-table{font-size:8.5pt}
.page.tight .doc-table th,.page.tight .doc-table td{padding:1.5mm 2mm}
.page.tight .callout{padding:3mm 3.4mm}
.page.tight .two-col{gap:3.4mm}
.page.tight h3.rule{margin-top:5mm;padding-top:2.4mm}
@media print{body{background:#fff}.page{margin:0;box-shadow:none}}
@media screen and (max-width:900px){
  .page{width:100%;min-height:0;padding:7mm 5mm}
  .two-col,.grid-3,.cta-row,.stages,.cover-foot,.op-grid,.op-foot{grid-template-columns:1fr}
  .op-head{grid-template-columns:12mm 1fr;gap:4mm}
  .op-tag{grid-column:1 / -1;text-align:left}
  .page.onepager{font-size:10.5pt;padding:7mm 5mm}
  .cover-title{font-size:28pt}
  .doc-table{font-size:9pt}
}
