/* Pangolin Intelligence
   One ink on one ground. Every colour on the site is a tier of the same
   near-white over the same near-black; structure comes from hairlines. */

:root{
  --ground:   #07090D;
  --ground-2: #0B0E14;
  --ink: 246, 249, 253;

  /* text tiers, all >= 5:1 against the ground (WCAG AA) */
  --text:   rgba(var(--ink), .95);
  --text-2: rgba(var(--ink), .74);
  --text-3: rgba(var(--ink), .62);
  --text-4: rgba(var(--ink), .54);

  --line:   rgba(var(--ink), .10);
  --line-2: rgba(var(--ink), .18);
  --line-3: rgba(var(--ink), .34);

  --surface:   rgba(var(--ink), .025);
  --surface-2: rgba(var(--ink), .05);

  --focus: rgba(var(--ink), .6);

  --sans:  ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --mono:  ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;

  --max: 1180px;
  --pad: 28px;
  --label: 220px;
  --r: 4px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ color-scheme: dark; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body{
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
::selection{ background: rgba(var(--ink), .9); color: var(--ground); }

a{ color: inherit; text-decoration: none; }
:focus-visible{ outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
img, svg{ display: block; max-width: 100%; }
p{ margin: 0; }
h1, h2, h3{ margin: 0; }

.wrap{ max-width: var(--max); margin: 0 auto; padding-inline: var(--pad); }
.mono{ font-family: var(--mono); font-size: .94em; letter-spacing: .03em; }
.eyebrow{
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-3);
}
.idx{
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--text-4);
  font-variant-numeric: tabular-nums;
}

/* ---------- buttons & links ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ground);
  background: rgba(var(--ink), .95);
  padding: 13px 22px;
  border-radius: var(--r);
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}
.btn:hover{ background: #fff; }
.btn:active{ transform: translateY(1px); }
.btn--sm{ padding: 9px 14px; font-size: 11px; }

.lnk{
  color: var(--text);
  border-bottom: 1px solid var(--line-2);
  transition: border-color .2s ease;
  overflow-wrap: anywhere;
}
.lnk:hover{ border-bottom-color: var(--line-3); }

/* ---------- header ---------- */
.hdr{
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--ground) 84%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
}
.hdr.is-stuck{ border-bottom-color: var(--line); }
.nav{
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  max-width: var(--max); margin: 0 auto;
  padding: 18px var(--pad);
}
.brand{ display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img{ width: 30px; height: 30px; flex: 0 0 auto; }
.brand .name{
  display: block;
  font-size: 12.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  line-height: 1; white-space: nowrap;
}
.brand .desc{
  display: block; margin-top: 5px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em;
  color: var(--text-3); line-height: 1; white-space: nowrap;
}
.navright{ display: flex; align-items: center; gap: 22px; }
.uen{ font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--text-4); white-space: nowrap; }

/* ---------- hero ---------- */
.hero{
  position: relative;
  padding: clamp(64px, 10vh, 120px) 0 clamp(56px, 8vh, 88px);
  background: linear-gradient(180deg, var(--ground-2), var(--ground) 75%);
  overflow: hidden;
}
.heroBg{
  position: absolute; inset: 0;
  pointer-events: none;
  color: rgba(var(--ink), 1);
  opacity: .12;
  -webkit-mask-image: radial-gradient(62% 85% at 86% 6%, #000 0%, transparent 70%);
          mask-image: radial-gradient(62% 85% at 86% 6%, #000 0%, transparent 70%);
}
.heroBg svg{ width: 100%; height: 100%; }
.hero .wrap{ position: relative; }

.hero h1{
  margin: 22px 0 48px;
  font-size: clamp(38px, 5.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -.035em;
  font-weight: 620;
  max-width: 17ch;
  text-wrap: balance;
}
.hero h1 .lo{ color: rgba(var(--ink), .5); }

.heroGrid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 40px 72px;
  align-items: start;
}
.lede{
  font-size: clamp(16.5px, 1.5vw, 19px);
  line-height: 1.6;
  color: var(--text-2);
  max-width: 60ch;
  text-wrap: pretty;
}
.lede strong{ color: var(--text); font-weight: 560; }
.heroFoot{ margin-top: 32px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.heroFoot .alt{ font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: var(--text-3); }

.statement{
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.28;
  letter-spacing: -.01em;
  padding-left: 22px;
  border-left: 1px solid var(--line-3);
  max-width: 24ch;
}
.statement span{ display: block; color: var(--text-3); }
.sub{
  margin-top: 22px; padding-left: 23px;
  font-size: 14.5px; line-height: 1.65;
  color: var(--text-3);
  max-width: 48ch;
  text-wrap: pretty;
}

/* ---------- editorial sections: label left, content right ---------- */
.sec{ border-top: 1px solid var(--line); padding: clamp(56px, 7vh, 84px) 0; }
.sec > .wrap{
  display: grid;
  grid-template-columns: var(--label) minmax(0, 1fr);
  gap: 32px 56px;
}
.lab{ position: sticky; top: 92px; align-self: start; }
.lab h2{ font-size: 12px; font-weight: 620; letter-spacing: .2em; text-transform: uppercase; }
.lab p{
  margin-top: 10px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em;
  color: var(--text-4); line-height: 1.5;
}

/* coverage: three columns split by hairlines */
.cov3{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cov{ padding: 0 28px; border-left: 1px solid var(--line); }
.cov:first-child{ padding-left: 0; border-left: 0; }
.cov:last-child{ padding-right: 0; }
.cov .idx{ margin-bottom: 16px; }
.cov h3{ margin-bottom: 10px; font-size: 17px; font-weight: 600; letter-spacing: -.015em; line-height: 1.3; }
.cov p{ font-size: 14.5px; line-height: 1.62; color: var(--text-2); text-wrap: pretty; }
.after{
  margin-top: 32px; padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13.5px; color: var(--text-3);
}

/* panels: flat, hairline-bordered surfaces */
.panel{
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 8px;
  padding: 26px 26px 28px;
  transition: border-color .25s ease;
}
.panel:hover{ border-color: var(--line-2); }

/* what we do: three panels */
.cards{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card{ display: flex; flex-direction: column; }
.card .idx{ margin-bottom: 18px; }
.card h3{ margin-bottom: 10px; font-size: 21px; font-weight: 620; letter-spacing: -.022em; line-height: 1.2; }
.card > p{ margin-bottom: 20px; font-size: 14.5px; line-height: 1.6; color: var(--text-2); text-wrap: pretty; }
.card .hr{ height: 1px; background: var(--line); margin-bottom: 18px; }
.card ul{ margin: 0; padding: 0; list-style: none; }
.card li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px; line-height: 1.55;
  color: var(--text-2);
}
.card li:last-child{ margin-bottom: 0; }
.card li::before{
  content: ""; position: absolute; left: 0; top: .78em;
  width: 7px; height: 1px; background: var(--line-3);
}
@media (min-width: 1001px){
  .card > p{ min-height: 5.8em; }
}

/* affiliations strip */
.affs{ display: flex; flex-wrap: wrap; align-items: center; gap: 18px 56px; }
.aff{ display: flex; align-items: center; gap: 16px; }
.aff img{
  height: 34px; width: auto; max-width: 150px; object-fit: contain;
  filter: grayscale(1); opacity: .85;
  transition: opacity .2s ease, filter .2s ease;
}
.aff:hover img{ filter: none; opacity: 1; }
.aff .n{ display: block; font-size: 14.5px; font-weight: 560; line-height: 1.2; }
.affGroup{ display: flex; flex-wrap: wrap; align-items: center; gap: 18px 48px; }
.affGroup + .affGroup{ padding-left: 48px; border-left: 1px solid var(--line); }
.aff .r{
  display: block; margin-top: 4px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-4);
}

/* who uses our work: 3 x 2 hairline grid */
.users{
  margin: 0; padding: 0; list-style: none;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
}
.users li{
  padding: 16px 28px;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  font-size: 15px; line-height: 1.4;
  color: var(--text-2);
}
.users li:nth-child(3n + 1){ padding-left: 0; border-left: 0; }
.users li:nth-child(3n){ padding-right: 0; }
.users li:nth-child(-n + 3){ border-top: 0; padding-top: 0; }
.users li:nth-last-child(-n + 3){ padding-bottom: 0; }

/* two-up prose */
.two{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.two > div + div{ padding-left: 48px; border-left: 1px solid var(--line); }
.two > div:first-child{ padding-right: 48px; }
.two h3{ margin-bottom: 12px; font-size: 11.5px; font-weight: 620; letter-spacing: .18em; text-transform: uppercase; }
.two p{ font-size: 15px; line-height: 1.65; color: var(--text-2); text-wrap: pretty; }
.two p.quiet{ margin-top: 12px; font-size: 14px; color: var(--text-3); }

/* contact */
.contact{ display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 16px; }
.contact .lead{ font-size: 15px; color: var(--text-2); margin-bottom: 14px; }
.mail{
  display: inline-block;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 560;
  letter-spacing: -.02em;
  color: var(--text);
  border-bottom: 1px solid var(--line-3);
  padding-bottom: 4px;
  overflow-wrap: anywhere;
  transition: border-color .2s ease;
}
.mail:hover{ border-bottom-color: var(--text); }
.dl{ margin: 0; }
.dl dt{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-4); margin-top: 18px;
}
.dl dt:first-child{ margin-top: 0; }
.dl dd{ margin: 4px 0 0; font-size: 15px; line-height: 1.6; color: var(--text-2); }
.dl dd strong{ color: var(--text); font-weight: 560; }
.dl--tight dt{ margin-top: 14px; }
.dl--tight dd{ font-size: 14px; }
.contact .dl--tight{ margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.byline{ margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--text-3); }

/* urgent help panel: two short steps, not a wall of text */
.help{ margin-top: 16px; }
.helpHead{ margin-bottom: 22px; }
.help h3{ margin-bottom: 6px; font-size: 17px; font-weight: 620; letter-spacing: -.012em; }
.helpHead p{ font-size: 14.5px; line-height: 1.6; color: var(--text-2); }
.steps{ list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px 40px; }
.steps li{ display: flex; flex-direction: column; min-width: 0; padding-top: 16px; border-top: 1px solid var(--line); }
.steps .btn{ margin-top: auto; align-self: flex-start; }
.steps .idx{ display: block; margin-bottom: 10px; }
.steps h4{ margin: 0 0 8px; font-size: 15px; font-weight: 620; letter-spacing: -.01em; }
.steps p{ margin: 0 0 14px; font-size: 14px; line-height: 1.6; color: var(--text-2); text-wrap: pretty; }
.steps .links{
  margin: 0; font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; line-height: 2;
  color: var(--text-4);
}
.steps .links span{ color: var(--text-3); }
.steps .links a{ color: var(--text); border-bottom: 1px solid var(--line-2); transition: border-color .2s ease; }
.steps .links a:hover{ border-bottom-color: var(--text); }

/* small print */
.fine{ border-top: 1px solid var(--line); padding: 34px 0 0; }
.fine > .wrap{
  display: grid;
  grid-template-columns: var(--label) minmax(0, 1fr);
  gap: 12px 56px;
}
.fine h2{
  font-family: var(--mono); font-size: 10.5px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--text-4);
  padding-top: 2px;
}
.fine p{ font-size: 13px; line-height: 1.65; color: var(--text-3); max-width: 92ch; text-wrap: pretty; }

/* footer */
.foot{ position: relative; margin-top: 36px; padding: 28px 0 60px; border-top: 1px solid var(--line); overflow: hidden; }
.foot > .wrap{
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; color: var(--text-3);
}
.foot nav{ display: flex; gap: 22px; }
.foot a{ color: var(--text-3); transition: color .2s ease; }
.foot a:hover{ color: var(--text); }
.foot .watermark{
  position: absolute; right: -24px; bottom: -70px;
  width: 240px; height: 240px;
  opacity: .055; pointer-events: none;
}

/* section variants */
.sec--wide > .wrap{ grid-template-columns: 1fr; gap: 28px; }
.sec--wide .lab{ position: static; display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.sec--wide .lab p{ margin-top: 0; }
.sec--slim{ padding: 26px 0; }
.sec--slim > .wrap{ align-items: center; }
.sec--slim .lab{ position: static; }

/* secondary (outlined) button, for actions that are not the main CTA */
.btn--ghost{ background: transparent; color: var(--text); border: 1px solid var(--line-3); }
.btn--ghost:hover{ background: rgba(var(--ink), .06); border-color: var(--text-3); }
/* soft: same shape as ghost, filled surface instead of an outline, for internal secondary actions */
.btn--soft{ background: rgba(var(--ink), .07); color: var(--text); border: 1px solid transparent; }
.btn--soft:hover{ background: rgba(var(--ink), .12); border-color: var(--line-2); }
/* external-link mark for buttons that leave the site */
.btn--ext::after{ content: "\2197"; font-size: 12px; margin-left: 6px; color: var(--text-3); }
.btn--sos{ letter-spacing: .2em; padding-inline: 13px; }
/* the one spot of colour on the site: a status light on the emergency link */
.btn--sos::before{
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #E5484D; margin-right: 9px; flex: 0 0 auto;
}

[hidden]{ display: none !important; }

/* reveal: only when the script has run (html.js), so content is never stuck hidden */
.js .rv{ opacity: 0; transform: translateY(6px); }
.js .rv.in{
  opacity: 1; transform: none;
  transition: opacity .5s ease, transform .5s cubic-bezier(.2,.8,.2,1);
}
@media (prefers-reduced-motion: reduce){
  .js .rv{ opacity: 1; transform: none; transition: none; }
}

/* ---------- reporting guide ---------- */
.panel .pt{ margin: 0 0 8px; font-size: 17px; font-weight: 620; letter-spacing: -.012em; }
.panel .pl{ margin: 0 0 18px; font-size: 14.5px; line-height: 1.6; color: var(--text-2); text-wrap: pretty; }
.panel--gap{ margin-top: 34px; }

/* checklist; the transaction-hash item is deliberately dominant */
.check-key{
  position: relative;
  margin: 0 0 18px;
  padding: 16px 18px 16px 46px;
  border: 1px solid var(--line-2); border-radius: 6px;
  background: rgba(var(--ink), .04);
  font-size: 15.5px; line-height: 1.55; color: var(--text-2);
}
.check-key::before{ content: ""; position: absolute; left: 18px; top: 22px; width: 12px; height: 12px; background: rgba(var(--ink), .92); border-radius: 2px; }
.check-key strong{ color: var(--text); font-weight: 560; font-size: 16px; }
.check-key .tag{
  display: inline-block; margin-left: 10px; vertical-align: 2px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ground); background: rgba(var(--ink), .92); padding: 3px 7px; border-radius: 3px;
}
.check-key small{ display: block; margin-top: 4px; font-size: 13.5px; color: var(--text-3); }
/* the rest: one short line each */
.check{ margin: 0; padding: 0; list-style: none; }
.check li{ position: relative; padding-left: 22px; margin-bottom: 9px; font-size: 14.5px; line-height: 1.55; color: var(--text-2); }
.check li:last-child{ margin-bottom: 0; }
.check li::before{
  content: ""; position: absolute; left: 0; top: .55em;
  width: 10px; height: 10px; border: 1px solid var(--line-3); border-radius: 2px;
}
.check li strong{ color: var(--text); font-weight: 560; }
.guideNote{ margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13.5px; line-height: 1.6; color: var(--text-3); }
.guideNote strong{ color: var(--text-2); font-weight: 560; }

/* finder: search, region chips, country index */
.finder{ margin: 34px 0 30px; }
.finder label{ display: block; margin-bottom: 8px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-4); }
.finder input{
  width: 100%; max-width: 520px;
  font: inherit; font-size: 16px; color: var(--text);
  background: var(--surface); border: 1px solid var(--line-2); border-radius: 6px;
  padding: 12px 14px; outline: none;
  transition: border-color .2s ease;
}
.finder input::placeholder{ color: var(--text-4); }
.finder input:focus{ border-color: var(--line-3); }
.chips{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip{
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-2); background: transparent; border: 1px solid var(--line-2); border-radius: 999px;
  padding: 7px 13px; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.chip:hover{ color: var(--text); border-color: var(--line-3); }
.chip.is-on{ color: var(--ground); background: rgba(var(--ink), .92); border-color: transparent; }
.finder .count{ display: block; margin-top: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--text-4); }

.cindex{ margin: 0 0 36px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.cindex a{
  display: flex; align-items: center; gap: 10px;
  padding: 9px 11px; border: 1px solid var(--line); border-radius: 5px;
  font-size: 13.5px; color: var(--text-2); transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.cindex a:hover{ color: var(--text); border-color: var(--line-3); background: var(--surface); }
.cc{
  flex: 0 0 auto; font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em;
  color: var(--text-4); border: 1px solid var(--line-2); border-radius: 3px; padding: 2px 5px;
}

/* entries */
.region{ margin-top: 34px; }
.region .rn{ margin: 0 0 14px; font-size: 13.5px; line-height: 1.6; color: var(--text-3); max-width: 72ch; text-wrap: pretty; }
.region h3{ margin: 0 0 6px; font-size: 11.5px; font-weight: 620; letter-spacing: .18em; text-transform: uppercase; color: var(--text); }
.jur{ display: grid; grid-template-columns: 200px 1fr; align-items: start; gap: 8px 28px; padding: 20px 0; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.jur:last-child{ border-bottom: 1px solid var(--line); }
.jur .jc{ display: flex; align-items: center; gap: 10px; }
.jur .c{ font-size: 15.5px; font-weight: 560; color: var(--text); letter-spacing: -.01em; }
.jur .jb{ display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.jur .ag{ font-size: 14px; line-height: 1.5; color: var(--text-2); }
.jur .go{
  display: inline-flex; align-items: center; gap: 8px; width: fit-content;
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text); border: 1px solid var(--line-3); border-radius: 4px; padding: 8px 12px;
  transition: background .2s ease, border-color .2s ease;
}
.jur .go:hover{ background: rgba(var(--ink), .06); border-color: var(--text-3); }
.jur .go::after{ content: "\2197"; font-size: 12px; color: var(--text-3); }
.jur .gos{ display: flex; flex-wrap: wrap; gap: 8px; }
.jur .m{ display: flex; flex-wrap: wrap; gap: 6px 8px; margin: 0; }
.jur .m span{
  font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--text-2);
  border: 1px solid var(--line); border-radius: 4px; padding: 4px 8px;
}
.jur .m span b{ font-weight: 400; color: var(--text-4); margin-right: 6px; }
.jur .n{ margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--text-3); text-wrap: pretty; }
.jur.is-target{ background: rgba(var(--ink), .03); }
.noMatch{ padding: 22px 0; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--text-2); }

@media (max-width: 1000px){ .cindex{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px){
  .check-key{ padding: 14px 14px 14px 40px; }
  .check-key::before{ left: 14px; }
  .cindex{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jur{ grid-template-columns: 1fr; gap: 8px; }
}

/* ---------- document pages (privacy, terms, 404) ---------- */
.doc{ padding: clamp(56px, 9vh, 96px) 0 24px; }
.doc h1{ margin: 18px 0 20px; font-size: clamp(34px, 5vw, 54px); line-height: 1.04; letter-spacing: -.035em; font-weight: 620; }
.doc .intro{ font-size: clamp(16px, 1.4vw, 18px); line-height: 1.6; color: var(--text-2); max-width: 70ch; text-wrap: pretty; }
.doc .intro + .intro{ margin-top: 14px; }
.doc .meta{ margin-top: 22px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-4); }

.prose{ max-width: 74ch; }
.prose h2{
  margin-top: 44px; padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 19px; font-weight: 620; letter-spacing: -.02em; line-height: 1.3;
  scroll-margin-top: 92px;
}
.prose h2:first-child{ margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3{ margin: 24px 0 8px; font-size: 15px; font-weight: 620; scroll-margin-top: 92px; }
.prose p, .prose li{ color: var(--text-2); font-size: 15px; line-height: 1.7; }
.prose p{ margin-top: 12px; text-wrap: pretty; }
.prose ul{ margin: 10px 0 0; padding-left: 18px; }
.prose li{ margin: 7px 0; }
.prose li::marker{ color: var(--line-3); }
.prose strong{ color: var(--text); font-weight: 560; }
.prose a{ color: var(--text); border-bottom: 1px solid var(--line-2); }
.prose a:hover{ border-bottom-color: var(--line-3); }

.toc{ margin: 0; padding: 0; list-style: none; }
.toc li{ margin: 0; }
.toc a{
  display: block; padding: 6px 0;
  font-size: 13px; line-height: 1.4; color: var(--text-3);
  border-bottom: 0; transition: color .2s ease;
}
.toc a:hover{ color: var(--text); }
.toc .num{ display: inline-block; width: 2.2em; font-family: var(--mono); font-size: 11px; color: var(--text-4); }

.notfound{ padding: clamp(80px, 16vh, 160px) 0 clamp(60px, 10vh, 100px); }
.notfound h1{ margin: 18px 0 20px; font-size: clamp(38px, 6vw, 68px); line-height: 1.02; letter-spacing: -.035em; font-weight: 620; }
.notfound p{ font-size: 17px; color: var(--text-2); max-width: 52ch; }
.notfound .actions{ margin-top: 30px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

/* ---------- responsive ---------- */
@media (max-width: 1000px){
  .sec > .wrap, .fine > .wrap{ grid-template-columns: 1fr; gap: 22px; }
  .lab{ position: static; }
  .heroGrid{ grid-template-columns: 1fr; gap: 36px; }
  .statement, .sub{ max-width: none; }
  .cov3{ grid-template-columns: 1fr; }
  .cov{ padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .cov:first-child{ padding-top: 0; border-top: 0; }
  .cov:last-child{ padding-bottom: 0; }
  .svc{ grid-template-columns: 1fr; gap: 16px; }
  .svc p{ max-width: none; }
  .users{ grid-template-columns: 1fr; }
  .users li:nth-child(n){ padding: 12px 0; border-left: 0; border-top: 1px solid var(--line); }
  .users li:first-child{ border-top: 0; padding-top: 0; }
  .users li:last-child{ padding-bottom: 0; }
  .two, .contact, .cards{ grid-template-columns: 1fr; }
  .two > div:first-child{ padding-right: 0; }
  .two > div + div{ padding: 32px 0 0; margin-top: 32px; border-left: 0; border-top: 1px solid var(--line); }
  .sec--slim > .wrap{ gap: 16px; }
}
@media (max-width: 860px){
  .uen, .brand .desc{ display: none; }
  .brand .name{ white-space: normal; line-height: 1.2; }
}
@media (max-width: 720px){
  :root{ --pad: 20px; }
  .navright{ gap: 10px; }
  .nav{ gap: 14px; }
  .brand{ gap: 10px; }
  .brand img{ width: 28px; height: 28px; }
  .btn--sm{ padding: 8px 10px; font-size: 10px; letter-spacing: .08em; }
  .btn--sos{ padding-inline: 12px; letter-spacing: .16em; }
  .hero h1{ max-width: none; }
  .heroBg{ opacity: .09; }
  .foot > .wrap{ flex-direction: column; align-items: flex-start; gap: 12px; }
  .foot .watermark{ width: 180px; height: 180px; bottom: -60px; }
  .eyebrow{ letter-spacing: .14em; }
  .panel{ padding: 22px; }
  .steps{ grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .affs{ gap: 16px 32px; }
}
@media (max-width: 1000px){
  .affGroup + .affGroup{ padding-left: 0; border-left: 0; }
}
@media (max-width: 480px){
  .brand .name{ font-size: 10.5px; letter-spacing: .08em; }
  .steps .btn{ white-space: normal; text-align: left; line-height: 1.5; font-size: 11px; letter-spacing: .1em; padding: 11px 14px; max-width: 100%; }
}
@media (max-width: 359px){
  .brand .name{ display: none; }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ transition-duration: .001ms !important; }
}

@media print{
  .hdr, .heroBg, .btn, .foot .watermark{ display: none; }
  body{ background: #fff; color: #000; }
  .sec > .wrap, .fine > .wrap{ grid-template-columns: 1fr; }
  .lab{ position: static; }
}

/* guide: hero with map, single column below */
.doc--guide > .wrap{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px 64px; align-items: center; }
.doc--guide .intro{ margin-bottom: 0; }
.doc--guide .finder{ margin: 24px 0 0; }
.doc--guide .finder input{ max-width: none; }
.guideMap .chips{ margin-top: 18px; justify-content: center; }
.map{ display: block; width: 100%; height: auto; color: rgb(var(--ink)); }
.map path{ fill: none; stroke: currentColor; stroke-width: 3.1; stroke-linecap: round; opacity: .32; transition: opacity .25s ease; }
.map g{ cursor: pointer; }
.map g:hover path{ opacity: .7; }
.map.has-on g path{ opacity: .16; }
.map g.is-on path, .map.has-on g.is-on path{ opacity: .95; }
.sec--guide{ padding-top: 30px; }
.sec--guide .region:first-child{ margin-top: 0; }
.sec--guide .jur{ padding: 16px 0; }
.sec--guide .panel--gap{ margin-top: 40px; }
@media (max-width: 1000px){
  .doc--guide > .wrap{ grid-template-columns: 1fr; gap: 28px; }
  .guideMap .chips{ justify-content: flex-start; }
}

/* guide: count + "not listed" shortcut under the search */
.finderFoot{ display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; }
.finderFoot .count{ margin: 0; }
.sec--guide .panel--gap{ scroll-margin-top: 90px; }

/* an entry that only exists if you go looking for it */
.jur--egg{ display: none; }
.js .jur--egg{ display: grid; }

.guideNote--cont{ margin-top: 10px; padding-top: 0; border-top: 0; }
