/* Biodiversity Economy, "Balance" v3. White ground, generated venation, photographs dissolving into it, bold filled boxes. */

@font-face { font-family: "Schibsted Grotesk"; src: url("/fonts/schibsted-grotesk-var.woff") format("woff"); font-weight: 400 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Schibsted Grotesk"; src: url("/fonts/schibsted-grotesk-italic-var.woff") format("woff"); font-weight: 400 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-var.woff") format("woff"); font-weight: 400 700; font-stretch: 75% 100%; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-italic-var.woff") format("woff"); font-weight: 400 700; font-stretch: 75% 100%; font-style: italic; font-display: swap; }

:root {
  color-scheme: light;
  --ground: #FFFFFF; --ink: #0E1512; --ink-2: #1C2622; --muted: #5B6A66; --faint: #9AA7A2; --line: #E3E8E5; --paper: #F4F7F5;
  --canopy: #167A5F; --canopy-deep: #0E5A46; --canopy-dark: #5FCDB0;
  --ochre: #BE7420; --ochre-dark: #E3A24A;
  --slate: #2F6FB3;
  --disp: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --r: 14px;
  --wrap: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ground); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--disp); margin: 0; letter-spacing: -0.02em; text-wrap: balance; }
p { margin: 0; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--canopy); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -48px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 10; }
.skip:focus { top: 12px; }

#veins { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.page { position: relative; z-index: 1; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
@media (max-width: 600px) { .wrap { padding: 0 16px; } }

.label { font-family: var(--sans); font-size: 13px; color: var(--muted); font-weight: 500; }
.sep { font-variant-numeric: normal; }
body:not(.home) #veins { opacity: .5; }
.muted { color: var(--muted); }
.fine { font-size: 12.5px; color: var(--faint); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; font-weight: 600; font-size: 15px; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 10px; cursor: pointer; line-height: 1.2; transition: background .15s ease, border-color .15s ease; }
.btn:hover { background: var(--canopy); border-color: var(--canopy); }
.btn.small { padding: 8px 14px; font-size: 14px; border-radius: 999px; }
.btn.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn.ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn.ghost.dark { color: var(--ink); border-color: var(--line); }
.btn.ghost.dark:hover { background: var(--paper); border-color: var(--ink); color: var(--ink); }

/* nav */
nav.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; }
.wordmark { font-family: var(--disp); font-weight: 800; font-size: 22px; letter-spacing: -0.03em; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.wordmark .be { display: inline-grid; grid-auto-flow: column; align-items: center; gap: 4px; height: 34px; padding: 0 8px; background: var(--ink); color: #fff; border-radius: 9px; font-size: 13px; font-weight: 800; letter-spacing: 0; }
.wordmark .be i { display: block; width: 1px; height: 14px; background: rgba(255,255,255,.55); }
.wordmark em { font-style: normal; color: var(--canopy); }
.links { display: flex; gap: 4px; background: rgba(255,255,255,.7); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 999px; padding: 4px; font-size: 14px; }
.links a { padding: 7px 14px; border-radius: 999px; color: var(--ink-2); }
.links a:hover { background: var(--paper); }
.links a.on { background: var(--ink); color: #fff; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.live { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; font-variant-numeric: tabular-nums; }
.live i { width: 8px; height: 8px; border-radius: 50%; background: var(--ochre); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1 } 50% { opacity: .3 } }
@media (max-width: 900px) { .links { display: none; } .live { display: none; } }
@media (max-width: 420px) { .wordmark .wm { display: none; } }

/* hero */
.hero { position: relative; margin-top: 18px; border-radius: 22px; overflow: hidden; min-height: 640px; background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.05fr 1fr; }
.hero .img { position: absolute; inset: 0; -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 30%, #000 62%); mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 30%, #000 62%); }
.hero .img img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(14,21,18,.85) 38%, rgba(14,21,18,0) 70%); }
.hero .copy { position: relative; padding: 56px 52px 48px; display: flex; flex-direction: column; justify-content: space-between; gap: 36px; }
.hero h1 { font-size: clamp(34px, 4.6vw, 62px); line-height: .98; font-weight: 800; max-width: 12ch; }
.hero h1 span { color: var(--canopy-dark); }
.hero .lede { color: rgba(255,255,255,.72); max-width: 46ch; font-size: 16px; margin-top: 18px; }
.counter { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(6px); border-radius: var(--r); padding: 20px 22px; max-width: 560px; }
.counter .label { color: rgba(255,255,255,.6); }
.counter .num { font-family: var(--disp); font-weight: 700; font-variant-numeric: tabular-nums; font-size: clamp(36px, 4.8vw, 60px); letter-spacing: -0.04em; line-height: 1; color: var(--ochre-dark); margin: 8px 0 8px; white-space: nowrap; }
.counter .num small { font-size: .45em; color: rgba(255,255,255,.55); font-weight: 500; margin-right: .1em; }
.counter p { font-size: 13.5px; color: rgba(255,255,255,.7); max-width: 52ch; }
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero .img { -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 20%, #000 70%); mask-image: linear-gradient(180deg, rgba(0,0,0,0) 20%, #000 70%); }
  .hero .veil { background: linear-gradient(180deg, var(--ink) 30%, rgba(14,21,18,0) 75%); }
  .hero .copy { padding: 36px 26px 300px; }
}
@media (max-width: 480px) { .hero .copy { padding: 28px 20px 240px; } .hero .lede { font-size: 15px; } }

/* sections */
section.wrap { padding-top: 72px; }
@media (max-width: 600px) { section.wrap { padding-top: 52px; } }
.sec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: 26px; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 46px); line-height: 1.02; font-weight: 700; }
.sec-head p { color: var(--muted); max-width: 50ch; font-size: 16px; }
.sec-head.slim { grid-template-columns: 1fr auto; align-items: baseline; }
.sec-head .more { font-weight: 600; color: var(--canopy); border-bottom: 1px solid currentColor; }
@media (max-width: 860px) { .sec-head { grid-template-columns: 1fr; gap: 12px; } .sec-head.slim { grid-template-columns: 1fr auto; } }

/* pattern strip */
.strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.pt { position: relative; display: block; aspect-ratio: 3/4; border-radius: var(--r); overflow: hidden; background: var(--paper); margin: 0; }
.pt img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pt:hover img, .pt:focus-visible img { transform: scale(1.04); }
.pt:focus-visible { outline: 2px solid var(--canopy); outline-offset: 2px; }
.pt figcaption, .pt .cap { position: absolute; left: 12px; right: 12px; bottom: 12px; background: rgba(14,21,18,.88); color: #fff; border-radius: 10px; padding: 10px 12px; }
.pt figcaption b, .pt .cap b { display: block; font-family: var(--disp); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.pt figcaption span, .pt .cap span { display: block; font-size: 12px; color: rgba(255,255,255,.66); margin-top: 3px; }
.pt:hover .cap b { text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); text-underline-offset: 3px; }
.pt .tag { position: absolute; top: 12px; left: 12px; font-weight: 500; font-size: 12px; background: rgba(255,255,255,.88); color: var(--ink); padding: 4px 9px; border-radius: 999px; }
.box .n a, .card.photo p a { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: rgba(255,255,255,.45); }
.box.paper .n a { text-decoration-color: rgba(14,21,18,.35); }
.box .n a:hover, .card.photo p a:hover { text-decoration-color: currentColor; }
@media (max-width: 1000px) { .strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .strip { grid-template-columns: repeat(2, 1fr); } .strip .pt:last-child { grid-column: span 2; aspect-ratio: 3/2; } }

/* bold stat boxes */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.box { border-radius: var(--r); padding: 24px; position: relative; overflow: hidden; min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
.box > * { position: relative; }
.box .v { font-family: var(--disp); font-weight: 700; font-variant-numeric: tabular-nums; font-size: clamp(30px, 3.6vw, 48px); letter-spacing: -0.04em; line-height: 1; }
.box .n { font-size: 13.5px; max-width: 40ch; }
.box.ink { background: var(--ink); color: #fff; } .box.ink .label { color: rgba(255,255,255,.6); } .box.ink .n { color: rgba(255,255,255,.7); } .box.ink .v { color: var(--ochre-dark); }
.box.canopy { background: var(--canopy); color: #fff; } .box.canopy .label { color: rgba(255,255,255,.7); } .box.canopy .n { color: rgba(255,255,255,.8); }
.box.ochre { background: var(--ochre); color: #fff; } .box.ochre .label { color: rgba(255,255,255,.7); } .box.ochre .n { color: rgba(255,255,255,.85); }
.box.paper { background: rgba(244,247,245,.9); border: 1px solid var(--line); } .box.paper .v { color: var(--ink); }
.box .bg { position: absolute; inset: 0; opacity: .55; -webkit-mask-image: linear-gradient(200deg, #000 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,0) 80%); mask-image: linear-gradient(200deg, #000 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,0) 80%); }
.box .bg img { width: 100%; height: 100%; object-fit: cover; }
.s3 { grid-column: span 3; } .s4 { grid-column: span 4; } .s6 { grid-column: span 6; } .s8 { grid-column: span 8; } .s12 { grid-column: span 12; }
@media (max-width: 900px) { .s3, .s4, .s6, .s8 { grid-column: span 6; } }
@media (max-width: 600px) { .s3, .s4, .s6, .s8 { grid-column: span 12; } }

/* the other side of the ledger */
.box.canopy .v { color: #fff; }
.counter-box .v small { font-size: .5em; font-weight: 600; margin-right: .1em; color: rgba(255,255,255,.7); }
.bars .bar { display: grid; grid-template-columns: 1fr auto; row-gap: 6px; column-gap: 12px; align-items: center; font-size: 13.5px; margin-top: 12px; }
.bars .bar span { color: var(--muted); }
.bars .bar b { font-family: var(--disp); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.bars .bar i { grid-column: 1 / -1; display: block; height: 8px; border-radius: 999px; background: var(--line); position: relative; overflow: hidden; }
.bars .bar i::after { content: ""; position: absolute; inset: 0; width: var(--w, 0%); background: var(--canopy); border-radius: 999px; }
.bars .n { margin-top: 14px; }
.works .works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.work { display: flex; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 10px; padding: 14px; background: #fff; min-height: 100%; }
.work b { font-family: var(--disp); font-weight: 700; font-size: 24px; letter-spacing: -0.03em; line-height: 1; color: var(--canopy); }
.work .t { font-weight: 600; font-size: 14px; margin-top: 4px; }
.work .d { font-size: 13px; color: var(--muted); }
.work .s { font-size: 12px; color: var(--faint); margin-top: auto; padding-top: 8px; text-decoration: underline; text-underline-offset: 2px; }
.work:hover { border-color: var(--canopy); }
.works .n a { text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 900px) { .works .works-grid { grid-template-columns: 1fr; } }

/* ratio block with the seed-head ledger */
.ratio { background: var(--ink); color: #fff; border-radius: var(--r); padding: 28px; display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: 36px; align-items: center; }
.ratio .seed { aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: var(--ink); }
.ratio canvas { width: 100%; height: 100%; display: block; }
.ratio .label { color: rgba(255,255,255,.55); }
.ratio h2 { font-size: clamp(26px, 3.2vw, 40px); line-height: 1.04; font-weight: 700; max-width: 22ch; margin-top: 8px; }
.ratio p { color: rgba(255,255,255,.7); margin-top: 12px; max-width: 54ch; font-size: 15px; }
.ratio .big { font-family: var(--disp); font-weight: 700; font-size: clamp(64px, 9vw, 128px); letter-spacing: -0.06em; line-height: .9; color: #fff; margin-top: 26px; }
.ratio .big small { display: block; font-family: var(--sans); font-weight: 500; font-size: 14px; letter-spacing: 0; color: rgba(255,255,255,.65); margin-top: 10px; }
@media (max-width: 860px) { .ratio { grid-template-columns: 1fr; } .ratio .seed { max-width: 420px; } }

/* platform card + signup */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.split.single { grid-template-columns: 1fr; margin-top: 56px; }
.card { border-radius: var(--r); padding: 28px; position: relative; overflow: hidden; }
.card.photo { min-height: 420px; color: #fff; background: var(--ink); }
.card.photo .bg { position: absolute; inset: 0; -webkit-mask-image: linear-gradient(180deg, #000 30%, rgba(0,0,0,.15) 100%); mask-image: linear-gradient(180deg, #000 30%, rgba(0,0,0,.15) 100%); }
.card.photo .bg img { width: 100%; height: 100%; object-fit: cover; }
.card.photo::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(14,21,18,0) 12%, rgba(14,21,18,.55) 50%, rgba(14,21,18,.92) 100%); }
.card.photo > div { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; min-height: 364px; }
.card.photo h3 { font-size: clamp(24px, 2.8vw, 34px); font-weight: 700; line-height: 1.05; max-width: 18ch; }
.card.photo p { color: rgba(255,255,255,.78); max-width: 46ch; font-size: 15px; }
.card.photo .label { color: rgba(255,255,255,.85); }
.card.photo .btn { align-self: flex-start; margin-top: 8px; }
.card.form { background: rgba(255,255,255,.86); backdrop-filter: blur(6px); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.card.form h3 { font-size: 30px; font-weight: 700; line-height: 1.05; margin-top: 18px; }
.card.form.compact h3 { margin-top: 0; font-size: 24px; }
.card.form.compact { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 24px; }
.card.form.compact > div { flex: 1 1 320px; }
.card.form p.muted { font-size: 15px; max-width: 46ch; margin-top: 8px; }
.card.form .signup { display: flex; gap: 8px; }
.card.form input { flex: 1; min-width: 0; padding: 14px 16px; font: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.card.form input:focus { outline: 2px solid var(--canopy); outline-offset: 1px; }
.card.form .done { color: var(--canopy); font-size: 14px; font-weight: 500; }
.card.form .err { color: var(--ochre); font-size: 14px; }
.card.form .fine { margin-top: 10px; }
.card.form .beehiiv { min-height: 56px; }
.card.form .beehiiv iframe { width: 100% !important; max-width: 100%; display: block; }
.card.form .beehiiv-fallback { color: var(--muted); font-size: 14px; }
.card.form .beehiiv-fallback a { color: var(--canopy); border-bottom: 1px solid currentColor; }
.card.form .rings { width: 92px; height: 92px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--line); }
.card.form .rings img { width: 100%; height: 100%; object-fit: cover; transform: scale(2); transform-origin: 50% 45%; }
.launch { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.launch div { border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; background: #fff; }
.launch b { display: block; font-family: var(--disp); font-weight: 700; font-size: 15px; }
.launch span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .launch { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .card { padding: 22px 18px; } .card.form .signup { flex-direction: column; } }

/* notes */
.page-head { padding-top: 40px; max-width: 760px; }
.page-head h1 { font-size: clamp(36px, 5vw, 56px); font-weight: 800; line-height: 1; }
.page-head .lede { color: var(--muted); font-size: 18px; margin-top: 16px; }
.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 900px) { .note-grid { grid-template-columns: 1fr; } }
.note-card { display: flex; flex-direction: column; gap: 10px; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; min-height: 200px; transition: border-color .15s ease; }
.note-card:hover { border-color: var(--canopy); }
.note-card b { font-family: var(--disp); font-size: 21px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 700; }
.note-card .desc, .note-row .desc { color: var(--muted); font-size: 14.5px; }
.meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.meta .kind { color: var(--canopy); font-weight: 600; }
.note-list { margin-top: 36px; border-top: 1px solid var(--line); }
.strand { margin-top: 64px; max-width: 760px; }
.strand h2 { font-size: 30px; font-weight: 700; line-height: 1.05; }
.strand .muted { margin-top: 10px; font-size: 16px; }
.strand .note-list { margin-top: 20px; }
.note-row { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.note-row .meta { flex-direction: column; gap: 4px; }
.note-row b { display: block; font-family: var(--disp); font-size: 24px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 700; }
.note-row .desc { display: block; margin-top: 8px; font-size: 15.5px; max-width: 64ch; }
.note-row:hover b { color: var(--canopy); }
@media (max-width: 700px) { .note-row { grid-template-columns: 1fr; gap: 8px; } .note-row .meta { flex-direction: row; } }

/* article */
.article { max-width: 760px; padding-top: 40px; }
.article.wide { max-width: none; }
.article.wide .article-head, .article.wide .prose, .article.wide .enquiry { max-width: 760px; }
.banner { margin-top: 32px; border-radius: var(--r); overflow: hidden; aspect-ratio: 21 / 9; background: var(--paper); }
.article.wide .banner { aspect-ratio: 3 / 1; }
.banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 600px) { .banner, .article.wide .banner { aspect-ratio: 4 / 3; } }

/* advisory offerings */
.offerings { margin-top: 40px; }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: 12px; }
.offer { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 22px 18px; display: flex; flex-direction: column; gap: 8px; }
.offer-ic { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 12px; background: rgba(22,122,95,.1); color: var(--canopy); margin-bottom: 4px; }
.offer h3 { font-size: 19px; font-weight: 700; line-height: 1.15; }
.offer p { font-size: 15px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.offer .who { font-size: 13.5px; color: var(--muted); margin-top: auto; padding-top: 6px; }
.offer-cta { margin-top: 20px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 15px; }
.article-head h1 { font-size: clamp(32px, 4.6vw, 52px); font-weight: 800; line-height: 1.02; margin-top: 14px; }
.article-head .lede { color: var(--muted); font-size: 19px; line-height: 1.45; margin-top: 18px; }
.article-head .draft { color: var(--ochre); font-weight: 600; }
.prose { margin-top: 36px; font-size: 17.5px; line-height: 1.65; }
.prose p, .prose ul, .prose ol, .prose blockquote, .prose figure, .prose table { margin: 0 0 1.25em; }
.prose h2 { font-size: 28px; line-height: 1.15; margin: 2em 0 .7em; }
.prose h3 { font-size: 21px; line-height: 1.2; margin: 1.8em 0 .6em; }
.prose a { color: var(--canopy); border-bottom: 1px solid rgba(22,122,95,.35); }
.prose a:hover { border-bottom-color: currentColor; }
.prose strong { font-weight: 600; }
.prose blockquote { border-left: 3px solid var(--canopy); margin-left: 0; padding-left: 20px; color: var(--ink-2); }
.prose figure { margin-left: 0; margin-right: 0; }
.prose figcaption { font-size: 13.5px; color: var(--muted); margin-top: 10px; }
.prose table { border-collapse: collapse; width: 100%; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-weight: 600; font-family: var(--sans); }
.prose td.num, .prose th.num { text-align: right; font-variant-numeric: tabular-nums; }
.prose .big-number { font-family: var(--disp); font-weight: 800; font-size: clamp(40px, 7vw, 72px); letter-spacing: -0.04em; line-height: 1; color: var(--ink); margin: .4em 0 .2em; }
.prose .fig { background: rgba(244,247,245,.9); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.prose .fig svg { width: 100%; height: auto; display: block; }
.decision { margin-top: 40px; background: var(--ink); color: #fff; border-radius: var(--r); padding: 24px 26px; }
.decision .label { color: rgba(255,255,255,.6); }
.decision p { font-family: var(--disp); font-size: 21px; line-height: 1.3; margin-top: 8px; font-weight: 500; letter-spacing: -0.01em; }
.article-sources { margin-top: 40px; font-size: 14px; color: var(--muted); }
.article-sources h4, .sources h4 { font-family: var(--disp); font-size: 15px; margin: 0 0 12px; font-weight: 700; color: var(--ink); }
.article-sources ol, .sources ol { margin: 0; padding-left: 20px; max-width: 84ch; }
.article-sources li, .sources li { margin-bottom: 6px; }
.article-sources a, .sources a { text-decoration: underline; text-underline-offset: 2px; }
.article-foot { margin-top: 40px; border-top: 1px solid var(--line); padding-top: 22px; }
.byline { font-size: 13.5px; color: var(--muted); max-width: 70ch; }
.share { display: flex; gap: 14px; align-items: center; margin-top: 18px; font-size: 14px; flex-wrap: wrap; }
.share span { color: var(--muted); }
.share a, .share button { color: var(--ink); font-weight: 600; background: none; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; cursor: pointer; }
.share a:hover, .share button:hover { border-color: var(--ink); }
.prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.prevnext a { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.86); }
.prevnext a:hover { border-color: var(--canopy); }
.prevnext a span { font-size: 12.5px; color: var(--muted); }
.prevnext a b { font-family: var(--disp); font-size: 16px; line-height: 1.2; }
.prevnext .right { text-align: right; }
@media (max-width: 600px) { .prevnext { grid-template-columns: 1fr; } .prevnext .right { text-align: left; } }

/* enquiry */
.enquiry { margin-top: 48px; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.enquiry h2 { font-size: 28px; }
.enquiry .muted { margin-top: 6px; font-size: 15px; }
.enquiry-form { margin-top: 20px; display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 600; }
.field input, .field textarea { padding: 12px 14px; font: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; width: 100%; }
.field textarea { resize: vertical; }
.enquiry-form .btn { justify-self: start; }
.enquiry .done { color: var(--canopy); font-weight: 500; margin-top: 16px; }

/* sources + footer */
.sources { padding-top: 64px; padding-bottom: 40px; font-size: 13px; color: var(--muted); }
.sources p { margin-top: 14px; max-width: 84ch; }
.site-footer { padding: 24px 28px 48px; }
.foot-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; border-top: 1px solid var(--line); padding-top: 28px; }
.foot-line { font-size: 14px; color: var(--muted); max-width: 52ch; margin-top: 12px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; font-weight: 500; padding-top: 6px; }
.foot-links a:hover { color: var(--canopy); }
.foot-base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--faint); margin-top: 28px; }
@media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) { .live i { animation: none; } .pt img { transition: none; } html { scroll-behavior: auto; } }
