/* _system.css — locked picks only. See docs/redesign-2026-09-21/picks.md */


:root {
  --ink:#0B1018; --paper:#F8F7F4; --paper2:#F1EFE9; --accent:#B4954A; --accent-soft:#C8AA6E;
  --accent-txt:#8A6F2E; /* darker gold for small text on paper — #B4954A on ivory ≈ 2.8:1 */
  --muted:#5A636F; --line:#E5E2D9;
  --serif:"Source Serif 4",Georgia,serif; --sans:"IBM Plex Sans",system-ui,sans-serif;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { -webkit-text-size-adjust:100%; }
body { font-family:var(--sans); color:var(--ink); background:var(--paper); font-size:16px; line-height:1.5; }
img { max-width:100%; height:auto; display:block; }
a { color:var(--ink); }
a:focus-visible, button:focus-visible { outline:2.5px solid var(--accent-txt); outline-offset:2px; }
.skip { position:absolute; left:12px; top:-999px; z-index:99; background:var(--ink); color:#fff; padding:12px 20px; font:600 13px/1 var(--sans); }
.skip:focus { top:12px; }
.wrap { max-width:1200px; margin:0 auto; padding:0 40px; }
.sect { padding:72px 0; }
.sect + .sect { border-top:1px solid var(--line); }

/* ---------- C02-A header ---------- */
.bar { position:sticky; top:0; z-index:50; display:flex; align-items:center; justify-content:space-between; padding:0 40px; height:76px; border-bottom:1px solid var(--line); background:var(--paper); }
.logo img { height:26px; width:auto; }
.nav { display:flex; align-items:center; gap:4px; }
.navl { font:600 13px/1 var(--sans); letter-spacing:.06em; text-transform:uppercase; color:var(--ink); text-decoration:none; padding:12px 13px; border-bottom:2px solid transparent; }
.navl.on { border-bottom-color:var(--accent); }
.navl:hover { border-bottom-color:var(--accent-soft); }
.cta-nav { margin-left:14px; }
.burger { width:44px; height:44px; display:none; align-items:center; justify-content:center; border:1.5px solid var(--ink); background:transparent; font-size:19px; color:var(--ink); cursor:pointer; }
.mob-sheet { display:none; background:var(--paper); border-bottom:1px solid var(--line); position:sticky; top:76px; z-index:49; }
.mob-sheet a.navl { display:flex; justify-content:space-between; padding:16px 24px; border-bottom:1px solid var(--line); font-size:15px; letter-spacing:.08em; }
.mob-sheet a.navl::after { content:"→"; color:var(--accent); }
.mob-sheet .cta-wrap { padding:20px 24px 26px; }

/* ---------- C01-A buttons ---------- */
.btn-pri { font:600 14px/1 var(--sans); letter-spacing:.05em; padding:15px 30px; background:var(--accent); color:var(--ink); border:none; text-decoration:none; display:inline-block; }
.btn-pri:hover { background:var(--accent-soft); }
.btn-pri:focus-visible { outline:2.5px solid var(--ink); outline-offset:3px; }
.btn-sec { font:600 14px/1 var(--sans); letter-spacing:.05em; padding:14px 28px; color:var(--ink); border:1.5px solid var(--ink); text-decoration:none; display:inline-block; background:transparent; }
.btn-sec:hover { background:var(--ink); color:#fff; }
.btn-sec:focus-visible { outline:2.5px solid var(--accent); outline-offset:3px; }
.lnk { color:var(--ink); text-decoration:underline; text-underline-offset:3px; text-decoration-color:var(--accent); }
.chip-tbc { font:600 11px/1.4 var(--sans); letter-spacing:.06em; padding:6px 11px; border:1.5px dashed var(--muted); color:var(--muted); display:inline-block; }

/* ---------- C10-B page header ---------- */
.pagehead { padding:56px 0 48px; border-bottom:1px solid var(--line); }
.crumb { font:500 12.5px/1.6 var(--sans); letter-spacing:.05em; color:var(--muted); margin-bottom:22px; }
.crumb b { color:var(--ink); font-weight:600; }
.crumb .sep { color:var(--accent-txt); }
.h1 { font-family:var(--serif); font-size:clamp(36px,4.4vw,56px); font-weight:600; line-height:1.08; margin-bottom:18px; }
.lede { font-size:17px; line-height:1.65; color:var(--muted); max-width:58ch; }
.sec-label { font:600 11px/1 var(--sans); letter-spacing:.18em; text-transform:uppercase; color:var(--accent-txt); margin-bottom:26px; }
.h2 { font-family:var(--serif); font-size:clamp(28px,3.2vw,40px); font-weight:600; line-height:1.12; margin-bottom:14px; }
.body-copy { font-size:15.5px; line-height:1.75; color:var(--muted); max-width:66ch; }
.body-copy + .body-copy { margin-top:14px; }

/* ---------- C03 B-light hero + T1+T2 ---------- */
.hero { background:var(--paper); padding:80px 0 0; position:relative; overflow:hidden; }
.hero .wrap { position:relative; z-index:2; }
.hero .h1 { font-size:clamp(40px,5vw,62px); max-width:16ch; }
.hero .lede { margin-bottom:32px; }
.btnrow { display:flex; gap:14px; flex-wrap:wrap; }
.photostrip { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:14px; margin-top:56px; position:relative; z-index:2; }
.photostrip .ph { height:220px; background-size:cover; background-position:center; filter:blur(0); transition:filter 1.1s ease; }
.photostrip .ph.soft { filter:blur(4px) saturate(.85); }
canvas.fx { position:absolute; inset:0; width:100%; height:100%; z-index:1; pointer-events:none; }
.statrow { display:flex; gap:44px; padding:26px 0; border-top:1px solid var(--line); }
.stat .n { font-family:var(--serif); font-size:36px; font-weight:600; line-height:1; }
.stat .l { font:600 10.5px/1.4 var(--sans); letter-spacing:.14em; text-transform:uppercase; color:var(--accent-txt); margin-top:7px; }

/* ---------- C04-B ledger rows ---------- */
.lrow { display:grid; grid-template-columns:60px 300px 1fr; gap:24px; padding:26px 4px; border-top:1px solid var(--ink); align-items:baseline; }
.lrow:last-of-type { border-bottom:1px solid var(--ink); }
.lrow .num { font-family:var(--serif); font-size:26px; color:var(--accent-txt); }
.lrow h3 { font-family:var(--serif); font-size:24px; font-weight:600; line-height:1.2; }
.lrow p { font-size:14.5px; line-height:1.7; color:var(--muted); }
.methline { font-size:14.5px; line-height:2.05; color:var(--muted); margin-top:30px; }
.methline b { color:var(--ink); font-weight:600; }
.methline .sep { color:var(--accent); }

/* ---------- C05-B testimonial rows ---------- */
.trow { display:grid; grid-template-columns:1fr 260px; gap:44px; padding:30px 4px; border-top:1px solid var(--ink); }
.trow:last-of-type { border-bottom:1px solid var(--ink); }
.trow .q { font-family:var(--serif); font-size:20px; line-height:1.55; }
.trow .q::before { content:"“"; color:var(--accent); }
.trow .attr { font-size:13.5px; line-height:1.6; }
.trow .attr b { font-weight:600; display:block; }
.trow .attr span { color:var(--muted); }

/* ---------- C06-B master–detail ---------- */
.browser { display:grid; grid-template-columns:340px 1fr; border:1px solid var(--ink); background:#fff; }
.cats { border-right:1px solid var(--ink); background:var(--paper); }
.cats a { display:flex; justify-content:space-between; gap:10px; padding:15px 18px; border-bottom:1px solid var(--line); text-decoration:none; color:var(--ink); font:500 14px/1.35 var(--sans); }
.cats a:last-child { border-bottom:none; }
.cats a.on { background:var(--ink); color:#fff; }
.cats a.on .meta { color:var(--accent-soft); }
.cats .meta { font:600 10.5px/1 var(--sans); letter-spacing:.1em; color:var(--accent-txt); text-transform:uppercase; align-self:center; white-space:nowrap; }
.detail { padding:30px 34px; }
.detail h3 { font-family:var(--serif); font-size:27px; font-weight:600; margin-bottom:6px; }
.detail .hint { font-size:13px; color:var(--muted); margin-bottom:18px; }
.subrow { display:flex; justify-content:space-between; padding:13px 0; border-top:1px solid var(--line); text-decoration:none; color:var(--ink); font-size:14.5px; }
.subrow .arr { color:var(--accent-txt); }
.deep { margin-top:26px; border:1px solid var(--line); padding:22px 24px; background:var(--paper); }
.deep h4 { font:600 11px/1 var(--sans); letter-spacing:.16em; text-transform:uppercase; color:var(--accent-txt); margin-bottom:12px; }
.deep .type { display:flex; justify-content:space-between; padding:10px 0; border-top:1px dashed var(--line); font-size:14px; text-decoration:none; color:var(--ink); }
.deep .type .n { color:var(--muted); font-size:12.5px; }
.deep .brand { padding:10px 0; border-top:1px solid var(--line); color:var(--ink); font-size:14.5px; }

/* ---------- client types strip ---------- */
.clienttypes { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.ct { border-top:3px solid var(--accent); padding:18px 0 0; }
.ct h4 { font-family:var(--serif); font-size:19px; font-weight:600; margin-bottom:8px; }
.ct p { font-size:13.5px; line-height:1.6; color:var(--muted); }

/* ---------- C11-C bio + timeline ---------- */
.bio { display:grid; grid-template-columns:1fr 380px; gap:56px; }
.bio .role { font:600 13px/1 var(--sans); letter-spacing:.08em; color:var(--accent-txt); text-transform:uppercase; margin:6px 0 22px; }
.badges { display:flex; gap:14px; margin-top:18px; }
.badges img { height:50px; width:auto; }
.timeline { border-top:1px solid var(--ink); margin-top:30px; }
.tl { display:grid; grid-template-columns:110px 1fr; gap:20px; padding:16px 0; border-bottom:1px solid var(--line); align-items:baseline; }
.tl .yr { font-family:var(--serif); font-size:19px; font-weight:600; color:var(--accent-txt); }
.tl .ev { font-size:14px; line-height:1.6; color:var(--muted); }

/* ---------- C12-A job rows ---------- */
.job { display:grid; grid-template-columns:52px 1fr auto; gap:20px; align-items:baseline; padding:24px 4px; border-top:1.5px solid var(--ink); }
.job:last-of-type { border-bottom:1.5px solid var(--ink); }
.job .num { font-family:var(--serif); font-size:21px; color:var(--accent-txt); }
.job h3 { font-family:var(--serif); font-size:23px; font-weight:600; margin-bottom:8px; }
.job .meta { font-size:13px; color:var(--muted); }
.apply { font:600 12px/1 var(--sans); letter-spacing:.1em; text-transform:uppercase; color:var(--ink); text-decoration:none; border-bottom:2px solid var(--accent); padding-bottom:3px; white-space:nowrap; }
.cats a:focus-visible, .subrow:focus-visible, .deep .type:focus-visible, .trow a:focus-visible, .job .apply:focus-visible { outline:2.5px solid var(--accent-txt); outline-offset:-2px; }

/* ---------- C07-C form ---------- */
.formgrid { display:grid; grid-template-columns:1.15fr .85fr; gap:56px; }
.step { border:1px solid var(--line); background:#fff; margin-bottom:14px; }
.step-h { display:flex; align-items:baseline; gap:16px; padding:18px 22px; border-bottom:1px solid var(--line); }
.step-h .n { font-family:var(--serif); font-size:22px; color:var(--accent-txt); }
.step-h h3 { font-family:var(--serif); font-size:20px; font-weight:600; }
.step-b { padding:22px; }
.lbl { font:600 12px/1 var(--sans); letter-spacing:.1em; text-transform:uppercase; color:var(--ink); display:block; margin-bottom:8px; }
.req { color:var(--accent); }
.field { width:100%; font:400 15px/1.4 var(--sans); padding:13px 14px; border:1px solid var(--line); background:#fff; color:var(--ink); border-radius:0; }
.field:focus { outline:2px solid var(--accent); outline-offset:1px; border-color:var(--accent); }
textarea.field { min-height:110px; resize:vertical; }
.frow { margin-bottom:18px; }
.frow:last-child { margin-bottom:0; }
.f2 { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.upload { display:block; border:1.5px dashed var(--muted); padding:22px; background:#fff; font-size:14px; color:var(--muted); cursor:pointer; }
.upload b { color:var(--ink); font-weight:600; }
.cblock p { font-size:14px; line-height:1.7; color:var(--muted); margin-bottom:16px; }
.cblock .k { font:600 10.5px/1 var(--sans); letter-spacing:.16em; text-transform:uppercase; color:var(--accent-txt); display:block; margin-bottom:5px; }
.nextsteps { margin-top:30px; border-top:1px solid var(--ink); padding-top:22px; }
.nextsteps h4 { font:600 11px/1 var(--sans); letter-spacing:.16em; text-transform:uppercase; color:var(--accent-txt); margin-bottom:14px; }
.nextsteps ol { padding-left:20px; font-size:14px; color:var(--muted); line-height:1.9; }

/* ---------- C08-C CTA band ---------- */
.ctaband { border-top:3px solid var(--ink); padding:56px 0; }
.ctaband .h2 { margin-bottom:12px; }
.ctaband p { font-size:15px; color:var(--muted); margin-bottom:26px; }

/* ---------- C09-A footer ---------- */
.foot { border-top:1.5px solid var(--ink); padding:48px 0 36px; margin-top:0; }
.foot .top { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:44px; padding-bottom:36px; border-bottom:1px solid var(--line); }
.foot .logo img { height:24px; }
.foot .tag { font-size:13.5px; color:var(--muted); margin-top:14px; line-height:1.6; max-width:32ch; }
.foot .f-h { font:600 10.5px/1 var(--sans); letter-spacing:.16em; text-transform:uppercase; color:var(--accent-txt); margin-bottom:14px; }
.foot .f-link { display:block; text-decoration:none; font-size:13.5px; padding:6px 0; color:var(--ink); }
.foot .contact { font-size:13.5px; color:var(--muted); line-height:1.7; }
.foot .contact a { color:var(--ink); }
.foot .bottom { display:flex; justify-content:space-between; align-items:center; padding-top:22px; gap:20px; flex-wrap:wrap; }
.foot .fine { font-size:12px; color:var(--muted); }
.foot .fine a { color:var(--muted); }
.foot .badges img { height:52px; width:auto; }

/* ---------- prose page ---------- */
.prose { max-width:66ch; font-size:15.5px; line-height:1.8; color:var(--muted); }
.prose p { margin-bottom:16px; }
.prose h3 { font-family:var(--serif); font-size:22px; color:var(--ink); margin:30px 0 10px; }

@media (prefers-reduced-motion:reduce) {
  .photostrip .ph { transition:none; filter:none !important; }
}

@media (max-width:900px) {
  .browser { grid-template-columns:1fr; }
  .cats { border-right:none; border-bottom:1px solid var(--ink); }
  .formgrid, .bio { grid-template-columns:1fr; gap:40px; }
  .bio .portrait { max-width:340px; }
  .lrow { grid-template-columns:44px 1fr; }
  .lrow p { grid-column:2; }
  .trow { grid-template-columns:1fr; gap:14px; }
  .clienttypes { grid-template-columns:1fr 1fr; }
}
@media (max-width:700px) {
  .wrap { padding:0 20px; }
  .bar { padding:0 16px; height:64px; }
  .logo img { height:20px; }
  .nav .navl, .nav .cta-nav { display:none; }
  .burger { display:inline-flex; }
  .mob-sheet.open { display:block; }
  .mob-sheet { top:64px; }
  .hero { padding:52px 0 0; }
  .photostrip { grid-template-columns:1fr; }
  .photostrip .ph { height:130px; }
  .statrow { flex-wrap:wrap; gap:24px; padding:20px 0; }
  .stat .n { font-size:30px; }
  .sect { padding:52px 0; }
  .f2 { grid-template-columns:1fr; }
  .step-b { padding:18px; }
  .clienttypes { grid-template-columns:1fr; }
  .job { grid-template-columns:1fr; gap:10px; }
  .job .num { display:none; }
  .foot .top { grid-template-columns:1fr; gap:28px; }
}

/* ---------- WordPress layer (additions only — the system above is the mock spec verbatim) ---------- */
body.admin-bar .bar { top:32px; }
@media (max-width:782px) { body.admin-bar .bar { top:46px; } }
.custom-logo-link img { height:26px; width:auto; }
@media (max-width:700px) { .custom-logo-link img { height:20px; } }
.wp-block-group.is-layout-flow > *, .entry-content > * { max-width:66ch; }
.sf-accreditations { display:flex; gap:14px; }
.sf-accreditations img.sf-accreditation { height:52px; width:auto; }
.notice { border:1px solid var(--line); padding:16px 20px; font-size:14.5px; margin-bottom:24px; background:#fff; }
.notice.ok { border-left:3px solid var(--accent-txt); }
.notice.err { border-left:3px solid #A33; }
.enquiry-err { border-color:#A33 !important; }
