/* ============================================================
   CASCADE ASIA — Public Site Design System
   "Beyond the Last Datapoint"
   Calm · premium · editorial · evidence-driven
   Shared across: index, methodology, field-notes, onsight,
   services, about, request-briefing
   ============================================================ */

:root {
  /* Core palette */
  --ink:        #0A0A0A;
  --blue:       #4257E0;
  --blue-press: #3344C4;
  --cream:      #f6f3ec;
  --soft:       #fafbfc;
  --white:      #ffffff;
  --grey:       #6B7280;
  --dark:       #4a4a4d;
  --dark-base:  #3e3e41;
  --field-grade: saturate(0.82) contrast(1.06) brightness(0.99) sepia(0.05);
  --teal:       #2A9D8F;   /* verified */
  --amber:      #F4A261;   /* caution */
  --red:        #E63946;   /* risk */

  /* Text */
  --t-strong:   #0A0A0A;
  --t-body:     rgba(10,10,10,0.74);
  --t-muted:    #6B7280;
  --t-faint:    rgba(10,10,10,0.45);

  /* Lines */
  --line:       rgba(0,0,0,0.10);
  --line-soft:  rgba(0,0,0,0.06);
  --line-dark:  rgba(255,255,255,0.12);

  /* Type */
  --f-ui:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-display:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-editorial:'Lora', Georgia, 'Times New Roman', serif;

  /* Rhythm */
  --maxw:       1180px;
  --maxw-read:  720px;
  --radius:     3px;       /* sharp cards */
  --radius-pill:9999px;
  --pad-x:      24px;
  --shadow-sm:  0 1px 2px rgba(0,0,0,0.04);
  --shadow-md:  0 8px 30px rgba(0,0,0,0.06);
  --ease:       cubic-bezier(0.4,0,0.2,1);
}

/* ── Reset ───────────────────────────────────────────────── */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--f-ui);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }

/* ── Layout ──────────────────────────────────────────────── */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad-x); }
.read { max-width: var(--maxw-read); margin: 0 auto; }
.section { padding: 88px 0; }
.section--cream { background: var(--cream); }
.section--soft  { background: var(--soft); }
.section--ink   { background: var(--dark); color: #fff; }
.section--tight { padding: 64px 0; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ── Small uppercase labels / eyebrows ──────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--blue); margin: 0 0 20px;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: currentColor; opacity: 0.55; }
.eyebrow--plain::before { content: none; }
.eyebrow--muted { color: var(--t-muted); }
.label {
  font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.10em; color: var(--t-muted);
}

/* ── Headlines ───────────────────────────────────────────── */
.display {
  font-family: var(--f-display); font-weight: 700;
  letter-spacing: -0.032em; line-height: 1.08; color: var(--ink);
}
h1.display { font-size: clamp(36px, 5.4vw, 60px); }
h2.display { font-size: clamp(28px, 3.6vw, 42px); }
h3.display { font-size: clamp(21px, 2.2vw, 27px); line-height: 1.18; }
.display em { font-style: normal; color: inherit; }
.section--ink .display { color: #fff; }
.section--ink .display em { color: inherit; }

.section-head { max-width: 640px; margin: 0 0 54px; }
.section-head p.deck {
  font-size: 18px; color: var(--t-body); line-height: 1.7; margin-top: 18px;
}

/* Editorial body (Lora) — used for ledes / long-form */
.lede {
  font-family: var(--f-editorial); font-size: 20px; line-height: 1.7;
  letter-spacing: -0.005em; color: var(--t-body);
}
.prose p { font-size: 16px; line-height: 1.75; color: var(--t-body); margin: 0 0 18px; }
.prose p strong { color: var(--ink); font-weight: 600; }
p.prose { font-size: 16px; line-height: 1.75; color: var(--t-body); margin: 0 0 18px; }
p.prose + p.prose { margin-top: 0; }
p.prose:last-child { margin-bottom: 0; }
p.prose strong { color: var(--ink); font-weight: 600; }

/* ── Top navigation ──────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 14px var(--pad-x);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.nav-logo img { height: 24px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  font-size: 13.5px; font-weight: 500; color: var(--t-body);
  transition: color 0.15s var(--ease); white-space: nowrap;
}
.nav-links a:hover { color: var(--blue); }
.nav-links a.active { color: var(--ink); font-weight: 600; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; color: #fff; background: var(--blue);
  padding: 9px 16px; border-radius: var(--radius);
  transition: background 0.15s var(--ease);
}
.nav-cta:hover { background: var(--blue-press); }
.nav-toggle {
  display: none; background: none; border: 0; padding: 6px;
  flex-direction: column; gap: 4px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 8px var(--pad-x) 18px;
    box-shadow: var(--shadow-md);
    display: none;
  }
  .nav-menu.open { display: flex; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
  .nav-cta { margin-top: 14px; justify-content: center; }
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 600; padding: 12px 22px;
  border-radius: var(--radius); border: 1px solid transparent;
  transition: background 0.15s var(--ease), transform 0.12s var(--ease), border-color 0.15s;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-press); }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--blue); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--ink); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.7); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.textlink {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600; color: var(--blue);
  transition: gap 0.15s var(--ease);
}
.textlink:hover { gap: 10px; }

/* ── Hero ────────────────────────────────────────────────── */
.hero { background: var(--cream); padding: 96px 0 88px; border-bottom: 1px solid var(--line); }
.hero h1 { max-width: 16ch; margin-bottom: 26px; }
.hero .lede { max-width: 52ch; margin-bottom: 34px; font-size: 21px; line-height: 1.62; }
.hero .btn-row { margin-bottom: 0; }

/* ── Cards & grids ───────────────────────────────────────── */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
}
.card--pad-lg { padding: 34px; }
.card-num {
  font-family: var(--f-ui); font-variant-numeric: tabular-nums;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--blue); margin-bottom: 14px;
}
.card h3 { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 10px; }
.card h3.display { font-size: 22px; font-weight: 400; }
.card p { font-size: 14.5px; line-height: 1.65; color: var(--t-body); }
.card .label { display: block; margin-bottom: 12px; }

/* ── Structured evidence panel ───────────────────────────── */
.evidence {
  background: #fff; border: 1px solid var(--line);
  border-left: 3px solid var(--blue); border-radius: var(--radius);
  padding: 22px 26px;
}
.evidence--muted { border-left-color: var(--grey); }
.evidence--teal  { border-left-color: var(--teal); }
.evidence--amber { border-left-color: var(--amber); }
.evidence .label { display: block; margin-bottom: 8px; }
.evidence p { font-size: 14.5px; line-height: 1.65; color: var(--t-body); }
.evidence p strong { color: var(--ink); }

/* Numbered ledger rows (methodology steps, etc.) */
.ledger { position: relative; }
.ledger::before { content: ''; position: absolute; left: 5px; top: 9px; bottom: 9px; width: 1px; background: var(--line); }
.ledger-row {
  display: grid; grid-template-columns: 26px 1fr; gap: 16px;
  padding: 0 0 26px; position: relative;
}
.ledger-row:last-child { padding-bottom: 0; }
.ledger-row .idx { font-size: 0; }
.ledger-row .idx::before { content: ''; display: block; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); margin-top: 6px; position: relative; z-index: 1; }
.ledger-row h3 { font-family: var(--f-display); font-weight: 600; font-size: 24px; letter-spacing: -0.02em; margin-bottom: 10px; }
.ledger-row p { font-size: 15.5px; line-height: 1.7; color: var(--t-body); }
@media (max-width: 620px) {
  .ledger-row { grid-template-columns: 20px 1fr; gap: 12px; }
}

/* ── FIELD VERIFIED evidence mark ────────────────────────── */
.field-mark {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.10em; color: var(--teal);
  border: 1px solid rgba(42,157,143,0.4); background: rgba(42,157,143,0.07);
  padding: 6px 12px; border-radius: var(--radius);
}
.field-mark::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal); box-shadow: 0 0 0 3px rgba(42,157,143,0.18);
}

/* ── Coverage / jurisdiction chips ───────────────────────── */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  font-size: 13.5px; font-weight: 500; color: var(--ink);
  background: transparent; border: 1px solid var(--line);
  padding: 7px 13px; border-radius: 2px;
}
.chip--muted { color: var(--t-muted); background: transparent; border-style: dashed; }
.section--ink .chip { background: rgba(255,255,255,0.06); border-color: var(--line-dark); color: rgba(255,255,255,0.85); }
.section--ink .chip--muted { background: transparent; color: rgba(255,255,255,0.55); }

/* ── Coverage language index (replaces chip boxes) ─────────── */
.covlist { display:grid; grid-template-columns:1fr 1fr; gap:0 40px; margin-top:10px; }
@media (max-width:520px){ .covlist { grid-template-columns:1fr; } }
.covlist .cov { display:flex; align-items:center; gap:11px; padding:11px 0; border-top:1px solid var(--line); }
.covlist .cov::before { content:''; width:6px; height:6px; background:var(--blue); flex:0 0 auto; }
.covlist .cov .c { font-size:15.5px; font-weight:600; color:var(--ink); flex:1; }
.covlist .cov .lang { font-size:12.5px; color:var(--t-muted); }

/* ── Stat / meta row ─────────────────────────────────────── */
.metarow { display: flex; flex-wrap: wrap; gap: 48px; }
.metarow .stat-val {
  font-family: var(--f-display); font-weight: 700; font-size: 34px; line-height: 1; color: var(--ink);
}
.section--ink .metarow .stat-val { color: #fff; }
.metarow .stat-label {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.10em; color: var(--t-muted); margin-top: 8px;
}

/* ── Field Notes (editorial publication) ─────────────────── */
.fn-lead { border-bottom: 1px solid var(--line); padding-bottom: 44px; margin-bottom: 44px; }
.fn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
@media (max-width: 920px) { .fn-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .fn-grid { grid-template-columns: 1fr; } }
.fn-card { background:#fff; border:1px solid var(--line); padding:0 24px 24px; border-radius:var(--radius); overflow:hidden; box-shadow:0 4px 16px rgba(10,10,10,0.04); transition: box-shadow .2s var(--ease), border-color .2s var(--ease); }
.fn-card:hover { box-shadow:0 12px 30px rgba(10,10,10,0.09); }
.fn-card:hover h3 { color: var(--blue); }
.fn-meta { display: flex; gap: 12px; align-items: center; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--t-muted); margin-bottom: 14px; }
.fn-meta .cat { color: var(--blue); }
.fn-card h3 { font-family: var(--f-display); font-weight: 600; font-size: 21px; line-height: 1.22; letter-spacing: -0.01em; margin-bottom: 12px; transition: color 0.15s var(--ease); }
.fn-card p { font-size: 14px; line-height: 1.62; color: var(--t-body); margin-bottom: 16px; }
.fn-byline { font-size: 12px; color: var(--t-muted); }
.fn-byline strong { color: var(--ink); font-weight: 600; }

/* ── Forms ───────────────────────────────────────────────── */
.form-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 38px; box-shadow: var(--shadow-md);
}
.form-card h2 { font-family: var(--f-display); font-weight: 600; font-size: 24px; letter-spacing: -0.02em; margin-bottom: 8px; }
.form-card .sub { font-size: 13.5px; color: var(--t-muted); line-height: 1.55; margin-bottom: 24px; }
form label {
  display: block; font-size: 10.5px; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--t-muted); font-weight: 700;
  margin: 16px 0 6px;
}
form label .req { color: var(--blue); }
input, select, textarea {
  width: 100%; padding: 11px 13px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  font-size: 14px; font-family: inherit; color: var(--ink);
}
textarea { min-height: 104px; resize: vertical; line-height: 1.55; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(66,87,224,0.12);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.consent { display: flex; gap: 11px; align-items: flex-start; margin: 22px 0 4px; }
.consent input { width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; }
.consent label { margin: 0; text-transform: none; letter-spacing: 0; font-size: 12.5px; font-weight: 400; color: var(--t-body); line-height: 1.55; }
.consent label a { color: var(--blue); font-weight: 600; }
.form-submit { width: 100%; margin-top: 22px; padding: 14px; font-size: 14.5px; }
.form-note { font-size: 11.5px; color: var(--t-muted); margin-top: 14px; line-height: 1.5; text-align: center; }
.form-success { padding: 20px 4px; text-align: center; }
.form-success .ico {
  width: 46px; height: 46px; margin: 0 auto 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(42,157,143,0.12); color: var(--teal); font-size: 22px;
}
.form-success h3 { font-family: var(--f-display); font-weight: 600; font-size: 24px; color: var(--ink); margin-bottom: 10px; }
.form-success p { font-size: 14px; color: var(--t-body); line-height: 1.65; }

/* checklist */
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { position: relative; padding: 9px 0 9px 30px; font-size: 14.5px; line-height: 1.6; color: var(--t-body); }
.checklist li::before { content: '✓'; position: absolute; left: 0; top: 9px; color: var(--teal); font-weight: 800; }
.checklist strong + br { display: none; }
.checklist strong { color: var(--ink); font-weight: 600; }

/* "what we do not claim" list */
.notclaim { list-style: none; padding: 0; margin: 0; }
.notclaim li { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.6; color: var(--t-body); }
.notclaim li::before { content: '—'; color: var(--t-muted); flex-shrink: 0; }
.notclaim strong { color: var(--ink); font-weight: 600; }

/* ── Split feature row ───────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--narrow { gap: 48px; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 36px; } }

/* ── CTA band ────────────────────────────────────────────── */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 18px; }
.cta-band p { max-width: 52ch; margin: 0 auto 30px; font-size: 18px; color: rgba(255,255,255,0.7); line-height: 1.65; }
.cta-band .btn-row { justify-content: center; }

/* ── Footer ──────────────────────────────────────────────── */
.footer { background: #3a3a3e; color: rgba(255,255,255,0.72); padding: 0; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); }
@media (max-width: 760px) { .footer-top { grid-template-columns: 1fr; gap: 32px; } }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-brand svg { width: 26px; height: 22px; }
.footer-brand span { font-weight: 700; font-size: 16px; color: #fff; letter-spacing: -0.01em; }
.footer-tag { font-family: var(--f-editorial); font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.55); max-width: 34ch; }
.footer-col-title { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.10em; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.15s var(--ease); }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; padding-top: 28px; }
.footer-fine { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.6; }
.footer-fine a { color: rgba(255,255,255,0.6); }

/* ── Utilities ───────────────────────────────────────────── */
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
h2.display + .prose, h1.display + .prose { margin-top: 30px; }
.section-head p.deck { margin-top: 22px; }

/* ── Finding card (crafted source-grading excerpt) ─────────── */
.finding-card { background:#fff; border:1px solid var(--line); border-left:3px solid var(--blue); border-radius:var(--radius); padding:26px 28px; }
.fc-head { display:flex; justify-content:space-between; align-items:baseline; gap:12px; margin-bottom:18px; }
.fc-kicker { font-size:11px; font-weight:700; letter-spacing:0.10em; text-transform:uppercase; color:var(--ink); }
.fc-scale { font-size:10px; letter-spacing:0.06em; text-transform:uppercase; color:var(--t-muted); }
.fc-claim { font-family:var(--f-editorial); font-style:italic; font-size:18px; line-height:1.5; color:var(--ink); margin:0 0 18px; }
.fc-srcs { width:100%; border-collapse:collapse; }
.fc-srcs td { padding:11px 0; border-top:1px solid var(--line-soft); font-size:14px; color:var(--t-body); vertical-align:baseline; }
.fc-srcs td:last-child { text-align:right; white-space:nowrap; width:1%; }
.fc-g { font-family:ui-monospace,Menlo,Consolas,monospace; font-weight:700; font-size:13px; letter-spacing:0.02em; }
.fc-g::before { content:''; display:inline-block; width:6px; height:6px; border-radius:50%; margin-right:8px; vertical-align:1.5px; }
.fc-g.strong { color:#0f6e56; } .fc-g.strong::before { background:var(--teal); }
.fc-g.soft { color:#9a7b2a; } .fc-g.soft::before { background:#E0A33E; }
.fc-foot { margin-top:18px; padding-top:14px; border-top:1px solid var(--ink); }
.fc-finding { font-size:13px; font-weight:600; color:var(--ink); }
.fc-finding .fv { color:var(--teal); }
.fc-note { margin-top:13px; font-size:11px; color:var(--t-faint); line-height:1.5; }

/* ── Selected work (casework) ──────────────────────────────── */
.casework { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
@media (max-width:900px){ .casework { grid-template-columns:1fr; max-width:620px; } }
.case { border-top:2px solid var(--ink); padding-top:20px; display:flex; flex-direction:column; }
.case-tag { font-size:10.5px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--blue); margin-bottom:14px; }
.case-find { font-size:15px; line-height:1.62; color:var(--t-body); flex:1; }
.case-foot { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:20px; padding-top:14px; border-top:1px solid var(--line); font-size:12px; color:var(--t-muted); }
.case-redact { display:inline-block; height:10px; width:58px; background:#0d0f14; border-radius:2px; vertical-align:middle; margin-left:4px; }
.case-grade { font-family:ui-monospace,Menlo,Consolas,monospace; font-weight:700; font-size:11.5px; color:#0f6e56; }
.case-outcome { margin-left:auto; font-weight:600; color:var(--ink); }
.mb-0 { margin-bottom: 0; }
.center { text-align: center; }
.muted { color: var(--t-muted); }
.maxw-read { max-width: var(--maxw-read); }
.nowrap { white-space: nowrap; }

/* ── Refinements (2026-06) ───────────────────────────────── */
/* Balanced headline wrapping — removes orphan words / awkward rags */
.display, .hero h1, .section-head h2, .cta-band h2, .ledger-row h3, .fn-card h3, .card h3 { text-wrap: balance; }
/* Pretty body wrapping — avoids single-word last lines */
.lede, .section-head .deck, .prose p, .cta-band p, .fn-card p, .card p, .evidence p { text-wrap: pretty; }
/* Field Notes lead feature is a long editorial block → Lora throughout for uniformity */
.fn-lead .prose p { font-family: var(--f-editorial); }
.fn-lead .prose p.fn-byline { font-family: var(--f-ui); }

/* Direction C — Field Notes publication keeps the serif voice */

/* ── 2026-06 redesign: sapphire accent, calm hero, dossier dark CTA ── */
.hero h1::after { content: ''; display: block; width: 72px; height: 3px; background: var(--blue); margin-top: 22px; }
.fn-page .hero h1::after { margin-top: 24px; }
.section--ink.cta-band { border-top: 1px solid rgba(255,255,255,0.10); }

/* ── Imagery & investor-grade sections (2026-06) ─────────── */
.hero--media { padding:0; overflow:hidden; }
.hero--media .hero-grid { display:grid; grid-template-columns:1.04fr 0.96fr; align-items:stretch; min-height:600px; }
.hero--media .hero-copy { align-self:center; padding:96px 56px 96px max(var(--pad-x), calc((100vw - var(--maxw)) / 2)); }
.hero--media .hero-panel { position:relative; background:var(--ink); }
.hero--media .hero-panel img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; filter:var(--field-grade); }
@media (max-width:900px){
  .hero--media .hero-grid { grid-template-columns:1fr; min-height:0; }
  .hero--media .hero-copy { align-self:auto; padding:56px var(--pad-x) 36px; }
  .hero--media .hero-panel { min-height:300px; }
}
.media { border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); }
.media img { width:100%; height:100%; object-fit:cover; display:block; }
.band-figure { position:relative; aspect-ratio:24/7; overflow:hidden; }
.band-figure img { width:100%; height:100%; object-fit:cover; display:block; filter:var(--field-grade); }
@media (max-width:760px){ .band-figure{ aspect-ratio:16/10; } }
.band-figure::after { content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg, rgba(8,10,16,0.28) 0%, rgba(8,10,16,0) 32%, rgba(8,10,16,0.62) 100%); }
.band-cap { position:absolute; left:0; right:0; bottom:0; z-index:2; display:flex; justify-content:space-between; align-items:flex-end; gap:16px; padding:24px max(var(--pad-x), calc((100vw - var(--maxw))/2)); }
.band-cap .loc { color:#fff; font-size:15px; font-weight:600; letter-spacing:-0.01em; }
.band-cap .coord { color:rgba(255,255,255,0.72); font-size:11px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; }

/* ── Human intelligence · redacted field-report extract ────── */
.redact-doc { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px 30px; box-shadow:var(--shadow-md); align-self:start; }
.rd-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:14px; margin-bottom:18px; border-bottom:1px solid var(--line); font-size:10.5px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; }
.rd-head .rd-l { color:var(--t-muted); }
.rd-head .rd-c { color:var(--red); }
.rd-claim { font-family:var(--f-editorial); font-size:18px; line-height:1.62; color:var(--ink); margin:0 0 22px; }
.rd-inline { display:inline-block; height:0.72em; width:118px; background:#0d0f14; border-radius:2px; vertical-align:-0.02em; margin:0 2px; }
.rd-inline.sm { width:84px; }
.rd-foot { display:flex; align-items:center; gap:10px; flex-wrap:wrap; padding-top:14px; border-top:1px solid var(--line-soft); font-size:12px; color:var(--t-muted); }
.rd-srclabel { font-weight:600; color:var(--t-body); }
.rd-grade { font-family:ui-monospace,Menlo,Consolas,monospace; font-weight:700; font-size:12.5px; color:#0f6e56; }
.rd-grade-note { color:var(--t-faint); }
.rd-illus { margin-top:14px; font-size:10.5px; color:var(--t-faint); line-height:1.5; }
.fn-thumb { display:block; aspect-ratio:3/2; overflow:hidden; margin:0 -24px 18px; }
.fn-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
/* Proof / credibility strip */
.proof { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
@media (max-width:720px){ .proof{ grid-template-columns:repeat(2,1fr); } }
.proof .stat { background:#fff; padding:26px 24px; }
.proof .stat .v { font-family:var(--f-display); font-weight:700; font-size:33px; letter-spacing:-0.02em; color:var(--ink); line-height:1; }
.proof .stat .l { font-size:11.5px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:var(--t-muted); margin-top:10px; }
.placeholder-tag { display:inline-flex; align-items:center; gap:7px; font-size:11px; font-weight:700; letter-spacing:0.07em; text-transform:uppercase; color:var(--blue); background:rgba(66,87,224,0.07); border:1px dashed rgba(66,87,224,0.40); padding:5px 11px; border-radius:var(--radius); }
.sectors { display:flex; flex-wrap:wrap; gap:10px; }

/* ── Human footer (charcoal) + integrated homepage header ─── */
.nav--home { background: var(--cream); border-bottom-color: transparent; }
.footer-cta { text-align:center; padding:54px var(--pad-x) 46px; border-bottom:1px solid rgba(255,255,255,0.12); }
.footer-cta .pre { font-family:var(--f-editorial); font-style:italic; font-size:14px; color:rgba(255,255,255,0.55); margin-bottom:10px; }
.footer-cta a.big { font-family:var(--f-ui); font-weight:700; font-size:clamp(26px,3.4vw,36px); letter-spacing:-0.02em; color:#fff; }
.footer-cta a.big span { color:#6f78ff; }
.footer-main { max-width:var(--maxw); margin:0 auto; padding:46px var(--pad-x) 38px; display:grid; grid-template-columns:1.6fr 1fr 1.2fr; gap:40px; }
@media (max-width:820px){ .footer-main{ grid-template-columns:1fr 1fr; gap:30px; } }
@media (max-width:540px){ .footer-main{ grid-template-columns:1fr; gap:26px; } }
.footer-brand2 { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand2 img { height:20px; width:auto; }
.footer-desc { font-family:var(--f-ui); font-size:14px; line-height:1.6; color:rgba(255,255,255,0.82); max-width:34ch; }
.footer-reg { font-size:11px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:rgba(255,255,255,0.4); margin-top:18px; }
.footer-h { font-size:10.5px; font-weight:700; letter-spacing:0.10em; text-transform:uppercase; color:rgba(255,255,255,0.58); margin-bottom:14px; }
.footer-nav { display:flex; flex-direction:column; gap:10px; }
.footer-nav a { font-size:14px; color:rgba(255,255,255,0.84); transition:color .15s var(--ease); }
.footer-nav a:hover { color:#fff; }
.footer-contact { font-size:14px; line-height:1.7; color:rgba(255,255,255,0.72); }
.footer-contact a { color:#fff; }
.footer-contact .addr { margin-top:8px; color:rgba(255,255,255,0.6); }
.footer-social { margin-top:14px; display:flex; gap:10px; }
.footer-social a { width:30px; height:30px; border:1px solid rgba(255,255,255,0.28); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; font-weight:700; color:rgba(255,255,255,0.8); }
.footer-social a:hover { border-color:#fff; color:#fff; }
.footer-base { background:#2f2f33; }
.footer-base .inner { max-width:var(--maxw); margin:0 auto; padding:15px var(--pad-x); display:flex; flex-wrap:wrap; gap:10px; justify-content:space-between; align-items:center; }
.footer-base .fine { font-size:12px; color:rgba(255,255,255,0.62); }
.footer-base .legal { display:flex; gap:16px; flex-wrap:wrap; }
.footer-base .legal a { font-size:12px; color:rgba(255,255,255,0.62); transition:color .15s var(--ease); }
.footer-base .legal a:hover { color:#fff; }

/* ── Aligned definition lists (replaces ragged inline lists) ── */
.deflist { list-style:none; margin:0; padding:0; border-top:1px solid var(--line); }
.deflist li { display:grid; grid-template-columns:minmax(170px,0.85fr) 1.25fr; gap:30px; padding:18px 2px; border-bottom:1px solid var(--line); align-items:baseline; }
.deflist .k { font-weight:600; color:var(--ink); font-size:15.5px; line-height:1.4; }
.deflist .v { font-size:15px; line-height:1.66; color:var(--t-body); }
@media (max-width:640px){ .deflist li { grid-template-columns:1fr; gap:5px; padding:15px 2px; } }
.plainlist { list-style:none; margin:0; padding:0; border-top:1px solid var(--line); }
.plainlist li { display:flex; gap:13px; align-items:flex-start; padding:13px 2px; border-bottom:1px solid var(--line); font-size:14.5px; line-height:1.6; color:var(--t-body); }
.plainlist li::before { content:''; width:6px; height:6px; margin-top:7px; background:var(--blue); flex-shrink:0; }

/* ── Motion: reveal-on-scroll ─────────────────────────────── */
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s var(--ease), transform .7s var(--ease); will-change:opacity, transform; }
.reveal.is-in { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1 !important; transform:none !important; transition:none !important; } }

/* ── Editorial photo band (full-bleed, graded, captioned) ─── */
.photo-band { padding:0; }
.photo-figure { position:relative; width:100%; height:clamp(340px, 46vh, 480px); overflow:hidden; background:var(--ink); }
.photo-figure img { width:100%; height:100%; object-fit:cover; object-position:50% 64%; display:block; filter:var(--field-grade); transform:scale(1.06); transition:transform 1.4s var(--ease); }
.photo-figure.is-in img { transform:scale(1); }
.photo-figure::after { content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg, rgba(11,16,40,0.10) 0%, rgba(11,16,40,0) 32%, rgba(11,16,40,0.62) 100%); }
.photo-cap { position:absolute; left:0; right:0; bottom:0; z-index:2; display:flex; justify-content:space-between; align-items:flex-end; gap:16px; padding:26px max(var(--pad-x), calc((100vw - var(--maxw))/2)); }
.photo-cap .loc { color:#fff; font-size:15px; font-weight:600; letter-spacing:-0.01em; }
.photo-cap .coord { color:rgba(255,255,255,0.72); font-size:11px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; }
.photo-figure .ticks { position:absolute; inset:20px; z-index:2; pointer-events:none; }
.photo-figure .ticks::before, .photo-figure .ticks::after { content:''; position:absolute; width:16px; height:16px; }
.photo-figure .ticks::before { top:0; left:0; border-top:1px solid rgba(255,255,255,0.55); border-left:1px solid rgba(255,255,255,0.55); }
.photo-figure .ticks::after { bottom:0; right:0; border-bottom:1px solid rgba(255,255,255,0.55); border-right:1px solid rgba(255,255,255,0.55); }

/* ── Nav: animated underline (desktop) ────────────────────── */
@media (min-width: 861px) {
  .nav-links a { position:relative; }
  .nav-links a::after { content:''; position:absolute; left:0; right:0; bottom:-7px; height:1.5px; background:var(--blue); transform:scaleX(0); transform-origin:left center; transition:transform .26s var(--ease); }
  .nav-links a:hover::after, .nav-links a.active::after { transform:scaleX(1); }
}

/* ── Editorial inline list (replaces audience bubbles) ────── */
.serve { display:flex; flex-wrap:wrap; align-items:baseline; row-gap:6px; }
.serve span { font-size:16px; font-weight:500; color:var(--ink); letter-spacing:-0.005em; }
.serve span:not(:last-child)::after { content:'·'; color:var(--t-faint); margin:0 16px; font-weight:400; }

/* ── Who we serve · audience + decisive moment ─────────────── */
.servepair { max-width:680px; margin-top:14px; }
.servepair .sp { display:flex; align-items:baseline; gap:16px; padding:13px 0; border-top:1px solid var(--line); }
.servepair .sp:last-child { border-bottom:1px solid var(--line); }
.servepair .who { flex:1; font-size:16px; font-weight:600; color:var(--ink); letter-spacing:-0.005em; }
.servepair .when { flex:0 0 auto; font-size:13.5px; color:var(--t-muted); }
@media (max-width:520px){ .servepair .sp { flex-direction:column; gap:3px; padding:11px 0; } }
.serve5 { display:grid; grid-template-columns:repeat(5,1fr); gap:0 24px; margin-top:20px; }
.serve5 .s5 { border-top:1px solid var(--ink); padding:15px 0 4px; }
.serve5 .who { font-size:14.5px; font-weight:600; color:var(--ink); line-height:1.3; letter-spacing:-0.005em; }
.serve5 .when { font-size:12.5px; color:var(--t-muted); margin-top:9px; line-height:1.45; }
@media (max-width:860px){ .serve5 { grid-template-columns:repeat(2,1fr); column-gap:30px; } }
@media (max-width:480px){ .serve5 { grid-template-columns:1fr; } }

/* ── Field Notes featured article ─────────────────────────── */
.fn-feature { display:grid; grid-template-columns:1.05fr 0.95fr; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:#fff; transition:box-shadow .2s var(--ease), border-color .2s var(--ease); }
.fn-feature:hover { border-color:rgba(0,0,0,0.20); box-shadow:var(--shadow-md); }
@media (max-width:820px){ .fn-feature{ grid-template-columns:1fr; } }
.fn-feature-media { position:relative; min-height:300px; overflow:hidden; background:var(--ink); }
.fn-feature-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
@media (max-width:820px){ .fn-feature-media{ position:relative; height:240px; min-height:0; } .fn-feature-media img{ position:static; height:240px; } }
.fn-feature-body { padding:38px 40px; align-self:center; }
.fn-feature-body h2 { font-size:clamp(23px,2.3vw,29px); line-height:1.18; margin:8px 0 12px; }
.fn-feature-body p { font-size:15.5px; line-height:1.62; color:var(--t-body); margin-bottom:16px; }

/* ── Editorial feature rows (replace card grids) ──────────── */
.rows { display:grid; column-gap:44px; row-gap:0; }
.rows--2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.rows--3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.rows--4 { grid-template-columns:repeat(4,minmax(0,1fr)); column-gap:34px; }
@media (max-width:900px){ .rows--3,.rows--4 { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:560px){ .rows { grid-template-columns:1fr; } }
.row-item { border-top:1px solid var(--ink); padding:22px 0 32px; }
.row-item .rn { display:block; font-size:12px; font-weight:700; letter-spacing:0.05em; color:var(--blue); font-variant-numeric:tabular-nums; margin-bottom:16px; }
.row-item h3 { font-size:17px; font-weight:600; letter-spacing:-0.01em; color:var(--ink); margin:0 0 10px; line-height:1.3; }
.row-item p { font-size:14.5px; line-height:1.64; color:var(--t-body); }

/* ── Field Notes article (reading layout) ─────────────────── */
.article-head { background:var(--cream); padding:54px 0 40px; border-bottom:1px solid var(--line); }
.article-head .wrap { max-width:var(--maxw-read); }
.article-back { display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:600; color:var(--t-muted); margin-bottom:26px; transition:color .15s var(--ease); }
.article-back:hover { color:var(--blue); }
.article-head h1 { font-family:var(--f-display); font-weight:700; font-size:clamp(30px,4.4vw,46px); line-height:1.12; letter-spacing:-0.025em; color:var(--ink); margin:0 0 18px; }
.article-deck { font-family:var(--f-editorial); font-size:19px; line-height:1.6; color:var(--t-body); margin:0 0 26px; }
.article-meta { display:flex; flex-wrap:wrap; gap:6px 16px; align-items:center; font-size:11.5px; font-weight:600; letter-spacing:0.06em; text-transform:uppercase; color:var(--t-muted); }
.article-meta .by { color:var(--ink); }
.article-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:20px; }
.article-tags { gap:0 16px; }
.article-tags a { font-size:11px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:var(--t-muted); position:relative; transition:color .15s var(--ease); }
.article-tags a:hover { color:var(--blue); }
.article-tags a:not(:last-child)::after { content:''; position:absolute; right:-9px; top:50%; width:2px; height:2px; border-radius:50%; background:var(--t-faint); transform:translateY(-50%); }
.fn-filter { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:28px; }
.fnf { font-family:var(--f-ui); font-size:13px; font-weight:600; color:var(--t-body); background:transparent; border:1px solid var(--line); border-radius:var(--radius-pill); padding:7px 15px; cursor:pointer; transition:background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease); }
.fnf:hover { border-color:var(--ink); }
.fnf.is-active { background:var(--ink); color:#fff; border-color:var(--ink); }
.article-figure { width:100%; height:clamp(320px,46vh,520px); overflow:hidden; background:var(--ink); }
.article-figure img { width:100%; height:100%; object-fit:cover; display:block; }
.article-figcap { max-width:var(--maxw-read); margin:0 auto; padding:14px var(--pad-x) 0; font-family:var(--f-editorial); font-style:italic; font-size:14px; color:var(--t-muted); }
.article-body { max-width:var(--maxw-read); margin:0 auto; padding:48px var(--pad-x) 8px; }
.article-body p { font-family:var(--f-editorial); font-size:18px; line-height:1.78; color:#262630; margin:0 0 22px; }
.article-body p strong { font-weight:600; color:var(--ink); }
.article-body h2 { font-family:var(--f-ui); font-size:21px; font-weight:600; letter-spacing:-0.01em; color:var(--ink); margin:42px 0 14px; }
.article-body blockquote { margin:28px 0; padding:4px 0 4px 24px; border-left:2px solid var(--blue); }
.article-body blockquote p { font-style:italic; font-size:19px; line-height:1.66; color:var(--ink); margin:0; }
.article-body ul { margin:6px 0 24px; padding:0; list-style:none; border-top:1px solid var(--line); }
.article-body ul li { font-family:var(--f-editorial); font-size:16.5px; line-height:1.65; color:#262630; padding:14px 0 14px 22px; position:relative; border-bottom:1px solid var(--line); }
.article-body ul li::before { content:''; position:absolute; left:0; top:21px; width:6px; height:6px; background:var(--blue); }
.article-body a { color:var(--blue); text-decoration:underline; text-underline-offset:2px; text-decoration-thickness:1px; }
.article-body .credit { font-family:var(--f-ui); font-size:12px; color:var(--t-muted); margin-top:34px; line-height:1.6; }
.article-more { border-top:1px solid var(--line); }

/* ── Field-photo house grade + evidence-label captions ────── */
.fn-thumb img, .fn-feature-media img, .article-figure img { filter:var(--field-grade); }
.article-figcap .k { font-style:normal; font-size:11px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--blue); margin-right:10px; }

/* ── Article tools (share + listen) ───────────────────────── */
.article-tools { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:14px; padding-bottom:22px; margin-bottom:30px; border-bottom:1px solid var(--line); }
.atools-share { display:flex; align-items:center; gap:16px; }
.atools-lbl { font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--t-muted); }
.atool { font-family:var(--f-ui); font-size:13px; font-weight:600; color:var(--t-body); background:none; border:0; padding:0; cursor:pointer; display:inline-flex; align-items:center; gap:6px; transition:color .15s var(--ease); }
.atool:hover { color:var(--blue); }
.atool--listen { color:var(--blue); }
.atool--listen .ai { font-size:10px; }

/* ── Reading progress + key takeaways ─────────────────────── */
.read-progress { position:fixed; top:0; left:0; height:3px; width:0; background:var(--blue); z-index:200; transition:width .05s linear; }
.takeaways { background:var(--cream); border-radius:var(--radius); padding:22px 26px; margin-bottom:36px; }
.takeaways .tk-label { display:block; font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:var(--blue); margin-bottom:12px; }
.takeaways ul { list-style:none; margin:0; padding:0; }
.takeaways li { font-family:var(--f-ui); font-size:14.5px; line-height:1.55; color:var(--ink); padding:7px 0 7px 22px; position:relative; }
.takeaways li::before { content:''; position:absolute; left:0; top:14px; width:6px; height:6px; background:var(--blue); }

/* ── Related Field Notes ──────────────────────────────────── */
.related { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:760px){ .related { grid-template-columns:1fr; } }
.rel { display:block; border-top:1px solid var(--ink); padding-top:16px; }
.rel-cat { display:block; font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--blue); margin-bottom:10px; }
.rel h3 { font-family:var(--f-display); font-size:17px; font-weight:600; letter-spacing:-0.01em; color:var(--ink); line-height:1.28; transition:color .15s var(--ease); }
.rel:hover h3 { color:var(--blue); }

/* ── Audio progress + share icons ─────────────────────────── */
.audio-bar { flex-basis:100%; height:3px; background:var(--line); border-radius:2px; margin-top:6px; overflow:hidden; }
.audio-fill { display:block; height:100%; width:0; background:var(--blue); transition:width .12s linear; }
.atools-share .atool svg { display:block; }
.atools-share .atool { color:var(--t-muted); }
.atools-share .atool:hover { color:var(--blue); }

/* ── Cookie consent ───────────────────────────────────────── */
.consent-banner { position:fixed; left:16px; right:16px; bottom:16px; max-width:680px; margin:0 auto; background:#1a1c22; color:rgba(255,255,255,0.86); border-radius:var(--radius); box-shadow:0 12px 40px rgba(0,0,0,0.25); padding:15px 18px; display:flex; align-items:center; gap:16px; flex-wrap:wrap; z-index:300; transition:opacity .3s var(--ease), transform .3s var(--ease); }
.consent-banner.is-out { opacity:0; transform:translateY(10px); }
.consent-banner p { font-size:13px; line-height:1.5; flex:1; min-width:220px; margin:0; }
.consent-banner a { color:#9aa3f5; text-decoration:underline; }
.consent-banner .consent-accept { padding:9px 18px; font-size:13px; white-space:nowrap; }
@media (max-width:520px){ .consent-banner { flex-direction:column; align-items:stretch; } }

/* ── Team / Who we are ────────────────────────────────────── */
.team { display:grid; grid-template-columns:repeat(3,1fr); gap:36px 40px; }
@media (max-width:820px){ .team { grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .team { grid-template-columns:1fr; } }
.member { border-top:1px solid var(--ink); padding-top:18px; }
.member h3 { font-size:18px; font-weight:600; letter-spacing:-0.01em; color:var(--ink); margin:0 0 3px; }
.member .role { display:block; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--blue); margin-bottom:12px; }
.member .bio { font-size:14px; line-height:1.6; color:var(--t-body); }
.team-note { font-size:13px; line-height:1.6; color:var(--t-muted); margin-top:34px; max-width:64ch; }

/* ── Featured case brief ──────────────────────────────────── */
.case-feature { align-items:start; margin-bottom:8px; }
.case-brief { background:var(--cream); border-radius:var(--radius); padding:26px 28px; align-self:start; }
.case-brief .label { display:block; margin-bottom:14px; }
.cb-row { display:grid; grid-template-columns:82px 1fr; gap:14px; padding:11px 0; border-top:1px solid var(--line); }
.cb-row:first-of-type { border-top:none; padding-top:0; }
.cb-k { font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:var(--t-muted); }
.cb-v { font-size:13.5px; color:var(--t-body); line-height:1.5; }

/* ── Press recognition strip ──────────────────────────────── */
.recognition { margin-top:34px; padding-top:26px; border-top:1px solid var(--line); }
.recognition .label { display:block; margin-bottom:14px; }
.press-strip { display:flex; flex-wrap:wrap; align-items:center; gap:20px 42px; }
.press-strip img { height:26px; width:auto; opacity:.6; transition:opacity .2s ease; }
.press-strip img:hover { opacity:1; }
.press-strip img:nth-child(5) { height:30px; }   /* VOA — optical balance */
.press-strip img:nth-child(6) { height:24px; }   /* Institutional Investor */
.press-strip img:nth-child(7) { height:29px; }   /* The Globalist */
.press-strip img:nth-child(9) { height:42px; }   /* CNBC Indonesia — stacked badge */
@media (max-width:640px){ .press-strip { gap:18px 30px; } .press-strip img { height:22px; } .press-strip img:nth-child(5){height:26px;} .press-strip img:nth-child(6){height:20px;} .press-strip img:nth-child(9){height:34px;} }

/* ── Track record + speaking ──────────────────────────────── */
.track-record { margin-top:40px; padding-top:30px; border-top:1px solid var(--line); }
.track-record .label { display:block; margin-bottom:12px; }
.track-line { display:flex; flex-wrap:wrap; align-items:center; margin-top:16px; }
.tl-item { font-size:13.5px; font-weight:600; color:var(--ink); }
.tl-item:not(:last-child)::after { content:'\2192'; color:var(--blue); margin:0 14px; font-weight:400; }
.recognition-speak { font-size:13.5px; color:var(--t-muted); line-height:1.6; margin-top:16px; max-width:72ch; }

/* ── Brief governance ─────────────────────────────────────── */
.gov-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:30px 44px; margin-top:8px; }
.gov-item h3 { font-size:16px; color:var(--ink); margin-bottom:8px; letter-spacing:-0.01em; }
.gov-item p { font-size:14.5px; color:var(--t-body); line-height:1.62; }
@media (max-width:720px){ .gov-grid { grid-template-columns:1fr; gap:26px; } }

/* ── Coverage map ─────────────────────────────────────────── */
.coverage-wrap { display:grid; grid-template-columns:1fr 1.02fr; gap:52px; align-items:center; }
.coverage-map { margin:0; background:transparent; border:none; padding:0; }
.coverage-map img { display:block; width:100%; height:auto; }
.coverage-copy .coverage-key { margin-top:30px; }
.coverage-key { display:flex; flex-direction:column; gap:11px; }
.ck-row { display:flex; align-items:flex-start; gap:11px; font-size:13.5px; color:var(--t-body); line-height:1.55; }
.ck-sw { flex:0 0 auto; width:14px; height:14px; border-radius:3px; margin-top:3px; }
.ck-core { background:#9AA3F5; border:1px solid #4257E0; }
.ck-scope { background:#D5D9F4; border:1px solid #AEB5EC; }
.ck-row strong { color:var(--ink); font-weight:600; }
@media (max-width:820px){ .coverage-wrap { grid-template-columns:1fr; gap:30px; } .coverage-map { max-width:520px; margin:0 auto; } }



/* ── Who-we-serve band: linked segments ───────────────────── */
.serve5 a.s5 { display:block; text-decoration:none; color:inherit; transition:border-color 0.15s var(--ease); }
.serve5 a.s5:hover { border-top-color:var(--blue); }
.serve5 a.s5:hover .who { color:var(--blue); }

/* ── Source-grading scale ─────────────────────────────────── */
.grade-scale { display:grid; grid-template-columns:1fr 1fr; gap:26px 36px; margin-top:16px; }
.gs-col-h { font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--blue); margin-bottom:12px; }
.gs-row { display:flex; align-items:center; gap:12px; padding:5px 0; }
.gs-chip { flex:0 0 auto; width:28px; height:28px; border-radius:6px; display:inline-flex; align-items:center; justify-content:center; font-weight:700; font-size:13px; font-variant-numeric:tabular-nums; }
.gs-row > span:last-child { font-size:13px; color:var(--t-body); line-height:1.4; }
.gs-1 { background:#3B4FD9; color:#fff; }
.gs-2 { background:#6070E7; color:#fff; }
.gs-3 { background:#8B97EF; color:#fff; }
.gs-4 { background:#B4BAF4; color:#20264B; }
.gs-5 { background:#D5D9F9; color:#2B3163; }
.gs-6 { background:#EBEDFC; color:#3A3F72; }
.gs-read { margin-top:22px; padding-top:18px; border-top:1px solid var(--line); }
.gs-read-h { font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--t-muted); margin-bottom:10px; }
.gs-read p { font-size:13.5px; line-height:1.6; color:var(--t-body); margin:0 0 12px; }
.gs-read strong { color:var(--ink); font-weight:600; }
.gs-ex { display:flex; flex-direction:column; gap:8px; }
.gs-ex-row { display:flex; align-items:center; gap:11px; }
.gs-ex-chip { flex:0 0 auto; min-width:34px; height:24px; padding:0 8px; border-radius:6px; display:inline-flex; align-items:center; justify-content:center; font-weight:700; font-size:12.5px; font-variant-numeric:tabular-nums; }
.gs-ex-row > span:last-child { font-size:13px; color:var(--t-body); }
@media (max-width:560px){ .grade-scale { grid-template-columns:1fr; } }
