@import url("https://fonts.googleapis.com/css2?family=Climate+Crisis:wght@400;600;700&family=Fragment+Mono:ital,wght@0,400;0,500;1,400&family=Inter+Tight:wght@400;500;600;700&display=swap");

:root{
  --bg:#fafcf4;--bg-2:#f1f3e9;--card:#ffffff;
  --line:#e4e6da;--line-soft:#eceee2;
  --ink:#0c0c0c;--ink-2:#3a3a36;--ink-dim:#5e5e57;
  --accent:#d6ff00;--accent-deep:#acdd24;
  --display:"Climate Crisis",sans-serif;
  --mono:"Fragment Mono",ui-monospace,monospace;
  --text:"Inter Tight",system-ui,sans-serif;
  --maxw:1200px;
}

body.single-post .single-post *{box-sizing:border-box}

body.single-post .single-post .progress{position:fixed;bottom:0;left:0;height:4px;width:0;background:var(--accent);z-index:99999;transition:width .2s ease;pointer-events:none}

body.single-post .single-post .post-hero{position:relative;display:flex;align-items:center;min-height:clamp(420px,52vw,680px);overflow:hidden;background:#8fa3a8;background-size:cover;background-position:center;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;max-width:none}
body.single-post .single-post .post-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55));pointer-events:none}
body.single-post .single-post .post-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.12);display:flex;flex-direction:column;justify-content:center}
body.single-post .single-post .post-hero .inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;height:auto;width:100%}
body.single-post .single-post .post-hero .wrap{padding:4rem 32px 4rem;width:100%;max-width:var(--maxw);margin:0 auto;text-align:left}
body.single-post .single-post .crumb{display:flex;align-items:center;gap:9px;font-family:var(--mono);font-size:12px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:22px;color:rgba(255,255,255,.85)}
body.single-post .single-post .crumb a{color:inherit;text-decoration:none}
body.single-post .single-post .crumb .d{width:7px;height:7px;border-radius:50%;background:var(--accent)}
body.single-post .single-post .post-cats{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}
body.single-post .single-post .post-cats .c{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;background:var(--accent);color:var(--ink);padding:5px 11px;border-radius:999px;font-weight:500}
body.single-post .single-post .post-hero h1{font-family:var(--text)!important;font-weight:700;font-size:clamp(30px,5vw,60px)!important;line-height:1.04!important;letter-spacing:-.025em;max-width:18ch;text-shadow:0 2px 24px rgba(0,0,0,.35);margin:0;color:#fff!important;text-transform:none!important}
body.single-post .single-post .post-meta{display:flex;align-items:center;gap:14px;margin-top:20px;font-family:var(--mono);font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.9);flex-wrap:wrap}
body.single-post .single-post .post-meta .sep{width:4px;height:4px;border-radius:50%;background:var(--accent)}

body.single-post .single-post .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
body.single-post .single-post .layout{display:grid;grid-template-columns:240px 1fr;gap:60px;padding:64px 0 40px;align-items:start;margin-bottom:4rem}

body.single-post .single-post .toc{position:sticky;top:40px}
body.single-post .single-post .toc .lbl{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-dim);padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:16px;display:block;cursor:pointer}
body.single-post .single-post .toc ul{list-style:none;margin:0;padding:0}
body.single-post .single-post .toc li{margin:0}
body.single-post .single-post .toc a{display:block;font-size:13.5px;line-height:1.4;color:var(--ink-dim);padding:7px 0 7px 14px;border-left:2px solid var(--line);transition:all .18s;text-decoration:none}
body.single-post .single-post .toc a:hover{color:var(--ink);border-left-color:var(--ink-faint)}
body.single-post .single-post .toc a.active{color:var(--ink);border-left-color:var(--accent-deep);font-weight:600}
body.single-post .single-post .toc .share{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
body.single-post .single-post .toc .lbl2{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:12px;display:block}
body.single-post .single-post .share-btns{display:flex;gap:8px}
body.single-post .single-post .share-btns a{width:38px;height:38px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--ink-2);transition:all .18s;padding:0}
body.single-post .single-post .share-btns a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
body.single-post .single-post .share-btns svg{width:16px;height:16px}

body.single-post .single-post .article{max-width:760px}
body.single-post .single-post .lede{font-size:21px;line-height:1.6;color:var(--ink);font-weight:500;margin-bottom:34px;letter-spacing:-.01em}
body.single-post .single-post .article h2{font-family:var(--text);font-weight:700;font-size:clamp(25px,3vw,33px);line-height:1.15;letter-spacing:-.02em;margin:52px 0 18px;scroll-margin-top:30px;text-transform:none!important}
body.single-post .single-post .article h3{font-family:var(--text);font-weight:700;font-size:21px;line-height:1.25;letter-spacing:-.015em;margin:34px 0 12px;scroll-margin-top:30px;text-transform:none!important}
body.single-post .single-post .article p,
body.single-post .single-post p{margin:0 0 20px;color:var(--ink-2);font-size:17px;line-height:1.8}
body.single-post .single-post p strong,
body.single-post .single-post li strong{color:var(--ink);font-weight:600}
body.single-post .single-post .article .accent-rule{width:54px;height:3px;background:var(--accent);margin:0 0 30px}
body.single-post .single-post .article .wp-block-quote,
body.single-post .single-post .article blockquote,
body.single-post .single-post blockquote{border-left:3px solid var(--accent);background:var(--bg-2);padding:24px 28px;margin:34px 0;font-size:19px;line-height:1.5;font-weight:500;color:var(--ink);letter-spacing:-.01em}
body.single-post .single-post .article .table-wrap,
body.single-post .single-post .article .wp-block-table,
body.single-post .single-post table{margin:30px 0;overflow-x:auto;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 18px 45px rgba(15,17,17,.06)}
body.single-post .single-post .article .wp-block-table table,
body.single-post .single-post table{width:100%;border-collapse:collapse;border-spacing:0;font-size:15px;min-width:0;margin:0}
body.single-post .single-post .article .wp-block-table th,
body.single-post .single-post .article .wp-block-table td,
body.single-post .single-post th,
body.single-post .single-post td{padding:18px 22px;border-bottom:1px solid var(--line);text-align:left}
body.single-post .single-post .article .wp-block-table thead th{background:var(--ink);color:#fff;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:18px 22px;position:sticky;top:0}
body.single-post .single-post .article .wp-block-table tbody tr:nth-child(even){background:rgba(214,255,0,.08)}
body.single-post .single-post .article .wp-block-table tbody tr:nth-child(odd){background:transparent}
body.single-post .single-post .article .wp-block-table tbody tr:last-child td{border-bottom:0}
body.single-post .single-post .article .wp-block-table table{border-radius:18px;overflow:hidden}
body.single-post .single-post .article .wp-block-table td:first-child,
body.single-post .single-post .article .wp-block-table th:first-child{padding-left:24px}
body.single-post .single-post .article .wp-block-table td:last-child,
body.single-post .single-post .article .wp-block-table th:last-child{padding-right:24px}
body.single-post .single-post .article hr,
body.single-post .single-post .article hr,
body.single-post .single-post .article .wp-block-separator,
body.single-post .single-post .article .wp-block-separator.is-style-wide{border:0;height:3px;margin:3.5rem auto;max-width:9rem;background:linear-gradient(90deg,transparent,rgba(214,255,0,.9),transparent);position:relative;box-shadow:0 0 18px rgba(214,255,0,.2)}
body.single-post .single-post .article hr::before,
body.single-post .single-post .article .wp-block-separator::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(214,255,0,.16),rgba(214,255,0,.32),rgba(214,255,0,.16));filter:blur(4px);opacity:.95}
body.single-post .single-post .article .wp-block-separator.is-style-dots{height:10px;max-width:12rem;background:transparent;box-shadow:none}
body.single-post .single-post .article .wp-block-separator.is-style-dots::before{background:radial-gradient(circle, var(--accent) 28%, transparent 28%);background-size:10px 10px;background-position:center;filter:none;opacity:1}
body.single-post .single-post .article .wp-block-separator.is-style-wide{max-width:100%;height:4px}
body.single-post .single-post .article .wp-block-image,
body.single-post .single-post .wp-block-image{margin:30px 0}
body.single-post .single-post .article .wp-block-image img,
body.single-post .single-post .wp-block-image img,
body.single-post .single-post img{width:100%;height:auto;display:block;border-radius:12px}
body.single-post .single-post .article .wp-block-buttons,
body.single-post .single-post .wp-block-buttons{margin:34px 0}
body.single-post .single-post .article .wp-block-button__link,
body.single-post .single-post .article .wp-block-button a,
body.single-post .single-post .wp-block-button__link,
body.single-post .single-post .wp-block-button a{display:inline-flex;align-items:center;gap:12px;font-family:var(--mono);font-size:13px;letter-spacing:.05em;text-transform:uppercase;background:var(--accent);color:var(--ink);padding:15px 30px;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .2s}
body.single-post .single-post .article .wp-block-button__link:hover,
body.single-post .single-post .article .wp-block-button a:hover,
body.single-post .single-post .wp-block-button__link:hover,
body.single-post .single-post .wp-block-button a:hover{transform:translateY(-2px)}
body.single-post .single-post .article ul,
body.single-post .single-post .article ol{margin:0 0 30px 0;padding:0 0 0 1.7rem;color:var(--ink-2);font-size:17px;line-height:1.85}
body.single-post .single-post .article ul{list-style:none}
body.single-post .single-post .article ol{counter-reset:list-counter;list-style:none}
body.single-post .single-post .article li{position:relative;margin-bottom:16px;padding-left:1rem}
body.single-post .single-post .article ul li{padding-left:1.15rem}
body.single-post .single-post .article ul li::before{content:'';position:absolute;left:0.15rem;top:0.8rem;width:0.5rem;height:0.5rem;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(214,255,0,.08);transform:translateY(-50%)}
body.single-post .single-post .article ol li::before{counter-increment:list-counter;content:counter(list-counter);position:absolute;left:0;top:0.9rem;width:1.9rem;height:1.9rem;border-radius:999px;background:rgba(214,255,0,.12);color:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:0.85rem;font-weight:700;letter-spacing:.08em;box-shadow:inset 0 0 0 1px rgba(214,255,0,.35);transform:translateY(-50%)}
body.single-post .single-post .article ul ul,
body.single-post .single-post .article ol ol{margin:0.75rem 0 0 1.4rem;padding-left:0}
body.single-post .single-post .article ul ul li::before,
body.single-post .single-post .article ol ol li::before{left:-0.1rem;top:0.9rem;transform:translateY(-50%)}
body.single-post .single-post .article ul ul li::before{background:rgba(214,255,0,.6);box-shadow:0 0 0 4px rgba(214,255,0,.05)}
body.single-post .single-post .article ol ul li::before,
body.single-post .single-post .article ul ol li::before{background:var(--accent);width:.6rem;height:.6rem}
body.single-post .single-post .article li:last-child{margin-bottom:0}
body.single-post .single-post .cta-block{margin:56px 0 0;background:var(--ink);color:#fff;padding:48px 44px;position:relative;overflow:hidden}
body.single-post .single-post .cta-block::before{content:"";position:absolute;top:-40px;right:-30px;width:200px;height:200px;background:radial-gradient(circle,rgba(214,255,0,.18),transparent 65%)}
body.single-post .single-post .cta-block .k{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;display:block}
body.single-post .single-post .cta-block h3{font-family:var(--text);font-weight:700;font-size:clamp(24px,3vw,32px);line-height:1.15;letter-spacing:-.02em;margin-bottom:14px;max-width:20ch;color:#fff}
body.single-post .single-post .cta-block p{color:rgba(255,255,255,.7);max-width:48ch;margin-bottom:28px}
body.single-post .single-post .cta-block .btn{display:inline-flex;align-items:center;gap:12px;font-family:var(--mono);font-size:13px;letter-spacing:.05em;text-transform:uppercase;background:var(--accent);color:var(--ink);padding:15px 30px;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .2s}
body.single-post .single-post .cta-block .btn:hover{transform:translateY(-2px)}
body.single-post .single-post .cta-block .btn .arr{font-weight:700}

body.single-post .single-post .post-tags{margin:46px 0 0;padding-top:30px;border-top:1px solid var(--line)}
body.single-post .single-post .post-tags .lbl{font-family:var(--mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:14px;display:block}
body.single-post .single-post .tag-list{display:flex;flex-wrap:wrap;gap:8px}
body.single-post .single-post .tag-list a{font-family:var(--mono);font-size:11px;letter-spacing:.03em;text-transform:uppercase;color:var(--ink-dim);border:1px solid var(--line);padding:7px 13px;border-radius:999px;transition:all .18s;text-decoration:none}
body.single-post .single-post .tag-list a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.single-post .post-nav{display:flex;justify-content:space-between;gap:20px;margin:46px 0 0;padding:30px 0 0;border-top:1px solid var(--line);flex-wrap:wrap}
.single-post .post-nav .prev,
  .single-post .post-nav .next{display:flex;flex-direction:column;gap:6px;max-width:46%}
  .single-post .post-nav .next{align-items:flex-end;text-align:right;margin-left:auto}
  .single-post .post-nav a{display:inline-flex;flex-direction:column;gap:0.35rem;text-decoration:none}
  .single-post .post-nav .dir{display:block;font-family:var(--mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-faint)}
  .single-post .post-nav .t{display:block;font-weight:600;font-size:16px;color:var(--ink-2);transition:color .2s;line-height:1.3}
  .single-post .post-nav a:hover .t{color:var(--ink)}
@media(max-width:920px){
  body.single-post .single-post .layout{display:block;grid-template-columns:none;gap:0;padding:40px 0}
  body.single-post .single-post .toc,
  body.single-post .single-post .article{width:100%;max-width:none}
  body.single-post .single-post .toc{position:relative;top:0;margin:0 0 36px;border:1px solid var(--line);padding:22px 24px;background:var(--card)}
  body.single-post .single-post .toc ul{padding-left:0}
  body.single-post .single-post .toc a{padding-left:0}
  body.single-post .single-post .toc li+li{margin-top:10px}
  body.single-post .single-post .toc.collapsed ul,
  body.single-post .single-post .toc.collapsed .share{display:none}
  body.single-post .single-post .toc .lbl{border-bottom:0;margin-bottom:0;padding-bottom:0;display:flex;justify-content:space-between;align-items:center;gap:12px}
  body.single-post .single-post .toc.collapsed .lbl{margin-bottom:0}
  body.single-post .single-post .toc:not(.collapsed) .lbl{border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:16px}
}

@media(max-width:640px){
  .single-post .wrap{padding:0 9px}
  .single-post .post-hero .wrap{padding:4rem 9px}
  .single-post .layout{margin-bottom:4rem}
  body.single-post .single-post .article .table-scroll-shell{position:relative;margin:30px 0;padding-bottom:42px}
  body.single-post .single-post .article .table-scroll-shell > .wp-block-table,
  body.single-post .single-post .article .table-scroll-shell > .table-wrap{margin:0}
  body.single-post .single-post .article .table-scroll-shell.is-scrollable::before{content:"";position:absolute;top:0;right:0;bottom:42px;width:64px;background:linear-gradient(to left,rgba(255,255,255,.96),rgba(255,255,255,0));border-radius:0 18px 18px 0;pointer-events:none;z-index:3;transition:opacity .18s}
  body.single-post .single-post .article .table-scroll-shell.is-scrollable::after{content:"Scroll sideways →";position:absolute;right:12px;bottom:0;z-index:4;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--ink);color:#fff;font-family:var(--mono);font-size:10px;line-height:1;letter-spacing:.05em;text-transform:uppercase;pointer-events:none;box-shadow:0 8px 22px rgba(15,17,17,.16);transition:opacity .18s}
  body.single-post .single-post .article .table-scroll-shell.is-scrolled-end::before,
  body.single-post .single-post .article .table-scroll-shell.is-scrolled-end::after{opacity:0}
  body.single-post .single-post .article .wp-block-table,
  body.single-post .single-post .article .table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
  body.single-post .single-post .article .wp-block-table table,
  body.single-post .single-post .article .table-wrap table{width:max-content;min-width:640px}
  body.single-post .single-post .article .wp-block-table th,
  body.single-post .single-post .article .wp-block-table td,
  body.single-post .single-post .article .table-wrap th,
  body.single-post .single-post .article .table-wrap td{min-width:140px;white-space:normal}
  .single-post .post-nav .prev,
  .single-post .post-nav .next{max-width:100%}
  .single-post .lede{font-size:19px}
}

@media(prefers-reduced-motion:reduce){
  .single-post *,
  .single-post *::before,
  .single-post *::after{transition:none!important;scroll-behavior:auto!important}
}
