#ctcomic{--gold:#c9a96e;--rise:#4ade80;--fall:#ff7a6a;--ink:#e2f2e8;--sub:#6f8a78;--hl:#ff7a6a;background:#070f0b;color:var(--ink);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}#ctcomic .scene{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:9vh 20px;border-bottom:1px solid #0e1c14}#ctcomic .stage{width:100%;max-width:420px}#ctcomic .panel{width:100%;max-width:540px;text-align:center}#ctcomic .ct-svg{width:100%;height:auto}#ctcomic .yr{font-family:ui-monospace,monospace;font-size:12px;letter-spacing:.18em;color:var(--sub);margin-bottom:10px}#ctcomic .yr.rise{color:#86eaa6}#ctcomic .yr.fall{color:var(--fall)}#ctcomic .big{font-family:Cormorant Garamond,Georgia,serif;font-size:28px;line-height:1.26;color:#fff;font-weight:500;margin:0 0 14px}#ctcomic .big.fall{color:#ffb8af}#ctcomic .body{font-size:14.5px;line-height:1.75;color:#cadace;margin:0 auto;max-width:470px}#ctcomic .body b{color:#fff}#ctcomic .g{color:var(--rise);font-weight:600}#ctcomic .dim{color:var(--sub);font-size:12.5px}#ctcomic .svg-cap{fill:var(--sub);font-size:11px;font-family:ui-monospace,monospace;letter-spacing:.04em}#ctcomic.js .rise{opacity:0;transform:translateY(24px)}#ctcomic .scene.in .rise{opacity:1;transform:none;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}#ctcomic .scene.in .rise:nth-child(2){transition-delay:.1s}#ctcomic .scene.in .rise:nth-child(3){transition-delay:.2s}#ctcomic .hero{min-height:100vh}#ctcomic .ct-hero{width:100%;max-width:500px;height:auto}#ctcomic .hero-copy{text-align:center;max-width:560px}#ctcomic .kicker{font-family:ui-monospace,monospace;font-size:11px;letter-spacing:.22em;color:var(--gold)}#ctcomic .hero h1{font-family:Cormorant Garamond,Georgia,serif;font-size:48px;line-height:1.05;color:#fff;font-weight:500;margin:12px 0 0}#ctcomic .hero .lede{font-size:15.5px;color:#cadace;line-height:1.65;margin:16px 0 0}#ctcomic .hl{color:var(--fall);font-weight:600}#ctcomic .scroll-cue{margin-top:26px;font-family:ui-monospace,monospace;font-size:11px;letter-spacing:.1em;color:var(--sub);animation:ctbob 1.8s ease-in-out infinite}@keyframes ctbob{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(6px);opacity:1}}#ctcomic .ct-turbine{animation:ctspin 2.4s linear infinite}@keyframes ctspin{to{transform:rotate(360deg)}}#ctcomic .ct-slow{animation:ctspin 2.4s linear infinite}#ctcomic .scene.in .ct-slow{animation:ctstop 2.4s cubic-bezier(.2,.7,.2,1) .4s forwards}@keyframes ctstop{0%{transform:rotate(0)}to{transform:rotate(150deg)}}#ctcomic .ct-rate-lbl{fill:#ff9a8a;font-family:ui-monospace,monospace;font-size:12px;font-weight:700}#ctcomic .ct-rate{opacity:0}#ctcomic .scene.in .ct-rate{opacity:1;transition:opacity .6s .2s}#ctcomic .ct-rocket{stroke-dasharray:520;stroke-dashoffset:520}#ctcomic .hero.in .ct-rocket{stroke-dashoffset:0;transition:stroke-dashoffset 1.6s cubic-bezier(.4,0,.2,1) .2s}#ctcomic .ct-line2{stroke-dasharray:420;stroke-dashoffset:420}#ctcomic .scene.in .ct-line2{stroke-dashoffset:0;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1) .3s}#ctcomic .ct-peak2{opacity:0}#ctcomic .scene.in .ct-peak2{opacity:1;transition:opacity .4s 1.5s}#ctcomic .ct-up-lbl{fill:#86eaa6;font-family:ui-monospace,monospace;font-size:13px;font-weight:700}#ctcomic .ct-low-lbl{fill:var(--sub);font-family:ui-monospace,monospace;font-size:12px}#ctcomic .ct-crash{stroke-dasharray:420;stroke-dashoffset:-420}#ctcomic .scene.in .ct-crash{stroke-dashoffset:0;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1) .3s}#ctcomic .ct-pct{fill:var(--fall);font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:700;opacity:0}#ctcomic .scene.in .ct-pct{opacity:1;transition:opacity .5s 1.2s}#ctcomic .closer{background:linear-gradient(180deg,#070f0b,#09130d)}#ctcomic .closer-inner{max-width:560px;text-align:center}#ctcomic .closer h2{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;line-height:1.25;color:#fff;font-weight:500;margin:10px 0 16px}#ctcomic .guard{margin-top:18px;font-size:12px;line-height:1.7;color:#6f8a78;background:#0a140e;border:1px solid #15281c;border-radius:10px;padding:13px 15px;text-align:left}#ctcomic .src{margin-top:12px;font-family:ui-monospace,monospace;font-size:10.5px;color:#577060}#ctcomic .src a{color:#6f8a78}#ctcomic .closer-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:22px}#ctcomic .btn-main{background:var(--rise);color:#04180c;border-radius:9px;padding:12px 20px;font-size:13px;font-weight:700;text-decoration:none}#ctcomic .btn-sub{background:#0a1410;color:var(--sub);border:1px solid #15281c;border-radius:9px;padding:12px 16px;font-size:13px;text-decoration:none}#ctcomic .btn-sub:hover{border-color:var(--rise);color:var(--ink)}@media(max-width:520px){#ctcomic .hero h1{font-size:38px}#ctcomic .big{font-size:24px}#ctcomic .closer h2{font-size:26px}}@media(prefers-reduced-motion:reduce){#ctcomic .ct-turbine,#ctcomic .ct-slow,#ctcomic .scroll-cue{animation:none!important}#ctcomic .ct-rocket,#ctcomic .ct-line2,#ctcomic .ct-crash{stroke-dashoffset:0!important;transition:none!important}#ctcomic.js .rise{opacity:1!important;transform:none!important}#ctcomic .ct-pct,#ctcomic .ct-peak2,#ctcomic .ct-rate{opacity:1!important}}#ctcomic .hero-photo{background:#070f0b url(/comic-bg/cleantech.png) center/cover no-repeat;justify-content:flex-end;padding-bottom:13vh}#ctcomic .hero-photo .ct-hero{display:none}#ctcomic .hero-veil{position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,#070f0b80,#070f0b1f 32%,#070f0bbd 80%,#070f0bf7)}#ctcomic .hero-photo .hero-copy{position:relative;z-index:2}#ctcomic .hero-photo h1{text-shadow:0 2px 26px rgba(0,0,0,.7)}#ctcomic .hero-photo .lede{text-shadow:0 1px 14px rgba(0,0,0,.8)}
