@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root{--ink:#0a0d08;--ink2:#141a11;--neon:#C3F53C;--neon-d:#6f9e00;--paper:#fdfdfb;--cream:#f5f7f0;--sage:#eef7e0;--read:#22271e;--muted:#6b7264;--line:#e6e9e0;--disp:'Bebas Neue',sans-serif;--serif:'Fraunces',Georgia,serif}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--paper);color:var(--read);-webkit-font-smoothing:antialiased}
/* progress */
#prog{position:fixed;top:0;left:0;height:3px;width:0;background:var(--neon);z-index:200;transition:width .08s linear}
/* header */
.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:14px 34px;background:rgba(253,253,251,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav .brand{font-family:var(--disp);font-size:26px;letter-spacing:.02em;color:var(--ink)}
.nav .brand b{color:var(--neon-d)}
.nav .r{display:flex;align-items:center;gap:20px}
.nav a{font-size:14px;font-weight:600;color:#2a2f24;text-decoration:none}
.nav .q{background:var(--neon);color:var(--ink);border-radius:22px;padding:9px 18px;font-weight:700;font-size:13.5px}
/* hero */
.hero{position:relative;min-height:74vh;display:flex;align-items:flex-end;overflow:hidden;color:#fff}
.hero .bg{position:absolute;inset:0;z-index:0;background:radial-gradient(120% 90% at 78% 12%,rgba(195,245,60,.28),transparent 46%),linear-gradient(160deg,#0a0d08 8%,#14200d 52%,#25370f 100%)}
.hero .bg::after{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(64deg,rgba(255,255,255,.05) 0 2px,transparent 2px 26px);opacity:.5;mask:linear-gradient(180deg,transparent 40%,#000)}
.hero .in{position:relative;z-index:2;max-width:1000px;margin:0 auto;width:100%;padding:0 34px 60px}
.cat{display:inline-block;font-family:var(--disp);font-size:16px;letter-spacing:.14em;color:var(--neon);border:1px solid rgba(195,245,60,.5);border-radius:20px;padding:4px 14px;margin-bottom:20px}
.hero h1{font-family:'Inter';font-weight:800;font-size:clamp(34px,5.4vw,62px);line-height:1.03;letter-spacing:-.022em;max-width:16ch;text-wrap:balance}
.dek{font-size:clamp(17px,2vw,21px);color:rgba(255,255,255,.82);max-width:60ch;margin-top:20px;line-height:1.5;font-weight:400}
.byline{display:flex;align-items:center;gap:13px;margin-top:28px;font-size:14px;color:rgba(255,255,255,.72)}
.byline .av{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#9fb27a,#d9e6c4);border:2px solid rgba(255,255,255,.3);flex:none}
.byline b{color:#fff;font-weight:700}
.byline .sep{opacity:.4}
/* body layout */
.wrap{max-width:720px;margin:0 auto;padding:0 26px}
.article{padding:52px 0 20px;font-size:19px;line-height:1.78;color:var(--read)}
.article > p{margin:0 0 26px}
.article > p.stand{font-size:22px;line-height:1.62;color:#2c3226;font-weight:500;margin-bottom:30px}
.lead-drop::first-letter{font-family:var(--serif);font-weight:600;font-size:64px;line-height:.72;float:left;padding:6px 12px 0 0;color:var(--ink)}
.article h2{font-family:'Inter';font-weight:800;font-size:29px;line-height:1.18;letter-spacing:-.018em;color:var(--ink);margin:46px 0 16px;padding-top:6px}
.article h2 .m{color:var(--neon-d);margin-right:10px}
.article h3{font-weight:700;font-size:21px;color:var(--ink);margin:30px 0 10px}
.article a{color:var(--neon-d);text-decoration:underline;text-underline-offset:2px;font-weight:600}
/* key-takeaways (abstract) box under the title */
.abstract{background:linear-gradient(180deg,#f2f8e6,#fff);border:1px solid #dbeac4;border-radius:16px;padding:22px 26px;margin:4px 0 34px}
.abstract .lbl{display:flex;align-items:center;gap:9px;font-family:var(--disp);font-size:18px;letter-spacing:.08em;color:var(--ink);margin-bottom:13px}
.abstract .lbl svg{width:19px;height:19px;color:var(--neon-d)}
.abstract ul{list-style:none;display:grid;gap:10px}
.abstract li{position:relative;padding-left:26px;font-size:16.5px;line-height:1.5;color:#2b3125;font-weight:500}
.abstract li::before{content:'';position:absolute;left:2px;top:8px;width:9px;height:9px;border-radius:50%;background:var(--neon);box-shadow:0 0 0 3px rgba(195,245,60,.28)}
/* TOC card */
.toc{background:linear-gradient(180deg,var(--sage),#fff);border:1px solid #dcebc7;border-radius:16px;padding:22px 24px;margin:8px 0 34px}
.toc .t{font-family:var(--disp);font-size:17px;letter-spacing:.08em;color:var(--ink);margin-bottom:12px}
.toc ol{list-style:none;counter-reset:t}
.toc li{counter-increment:t;font-size:15.5px;padding:7px 0;border-bottom:1px solid rgba(0,0,0,.05);color:#33392b;font-weight:500;display:flex;gap:12px}
.toc li:last-child{border-bottom:0}
.toc li::before{content:counter(t,decimal-leading-zero);font-family:var(--disp);color:var(--neon-d);font-size:16px}
.toc a{color:inherit;text-decoration:none}
/* pull quote */
.pq{margin:40px -18px;padding:8px 0 8px 30px;border-left:4px solid var(--neon);font-family:var(--serif);font-weight:500;font-size:29px;line-height:1.32;color:var(--ink);letter-spacing:-.01em}
/* full-bleed image */
.fig{margin:44px 0;width:100%}
.fig .im{aspect-ratio:16/9;border-radius:18px;position:relative;overflow:hidden;background:radial-gradient(90% 80% at 30% 20%,rgba(195,245,60,.18),transparent 50%),linear-gradient(150deg,#12200d,#2a3d14);box-shadow:0 24px 60px -24px rgba(0,0,0,.5)}
.fig .im::after{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(58deg,rgba(255,255,255,.045) 0 2px,transparent 2px 24px)}
.fig .im .lab{position:absolute;left:16px;bottom:14px;z-index:2;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.75);background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:4px 11px}
.fig cap,.fig figcaption{display:block;font-size:13.5px;color:var(--muted);margin-top:11px;text-align:center}
/* breakout stat band */
.stats{margin:40px 0;background:var(--ink);border-radius:18px;padding:30px 28px;display:flex;gap:30px;flex-wrap:wrap;justify-content:space-around;color:#fff}
.stats .s{text-align:center}
.stats .big{font-family:var(--disp);font-size:52px;line-height:.9;color:var(--neon)}
.stats .cap{font-size:12.5px;color:rgba(255,255,255,.66);margin-top:6px;letter-spacing:.02em}
/* TL;DR */
.tldr{background:#fffdf5;border:1px solid #f0e6c4;border-radius:16px;padding:22px 24px;margin:34px 0}
.tldr .t{font-family:var(--disp);font-size:16px;letter-spacing:.08em;color:var(--neon-d);margin-bottom:8px}
.tldr ul{margin:0 0 0 18px;font-size:16px;color:#3a3f30}
.tldr li{margin:5px 0}
/* FAQ */
.faq{margin:36px 0}
.faq details{border-bottom:1px solid var(--line);padding:16px 0}
.faq summary{font-weight:700;font-size:17px;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:12px}
.faq summary::after{content:'+';color:var(--neon-d);font-size:22px;line-height:1}
.faq details[open] summary::after{content:'–'}
.faq p{font-size:16px;color:#40463a;margin-top:10px;line-height:1.65}
/* author bio */
.bio{display:flex;gap:18px;align-items:center;background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:22px 24px;margin:44px 0}
.bio .av{width:66px;height:66px;border-radius:50%;background:linear-gradient(135deg,#9fb27a,#d9e6c4);flex:none}
.bio .nm{font-weight:800;font-size:17px;color:var(--ink)}
.bio .rl{font-size:13.5px;color:var(--neon-d);font-weight:600;margin:2px 0 6px}
.bio p{font-size:14.5px;color:var(--muted);line-height:1.55}
/* diagonal CTA band */
.ctaband{position:relative;margin-top:22px;background:linear-gradient(135deg,#0a0d08,#1c2a10);color:#fff;padding:116px 0 96px;clip-path:polygon(0 46px,100% 0,100% 100%,0 100%)}
.ctaband .in{position:relative;z-index:2;text-align:center;max-width:640px;margin:0 auto;padding:0 26px}
.ctaband .cat{margin-bottom:16px}
.ctaband h3{font-family:'Inter';font-weight:800;font-size:clamp(28px,4vw,42px);line-height:1.05;letter-spacing:-.02em}
.ctaband p{color:rgba(255,255,255,.72);margin:12px auto 0;max-width:46ch}
.pcta{display:flex;gap:9px;margin:26px auto 0;max-width:440px}
.pcta input{flex:1;border:0;border-radius:26px;padding:15px 20px;font-size:15px;background:#fff;color:#222}
.btn{background:var(--neon);color:var(--ink);border:0;border-radius:26px;padding:15px 24px;font-family:var(--disp);font-size:19px;letter-spacing:.03em;cursor:pointer}
/* related */
.rel{max-width:1000px;margin:0 auto;padding:64px 26px}
.rel .h{font-family:var(--disp);font-size:24px;letter-spacing:.06em;color:var(--ink);margin-bottom:22px}
.rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:760px){.rgrid{grid-template-columns:1fr}}
.rc{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:transform .15s,box-shadow .15s;cursor:pointer}
.rc:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px rgba(0,0,0,.3)}
/* 1200/630, not 16/10. The card images ARE 1200x630 social cards and the blog INDEX
   renders them at that exact ratio, so nothing crops there. These related cards were
   16/10 (1.60) against a 1.90 image, so object-fit:cover cut ~16% off the sides and
   chopped the baked-in headline, leaving mostly pale background. Reported as "blank".
   Matching the index means the whole card shows, as it was designed to. */
.rc .im{aspect-ratio:1200/630;background:radial-gradient(80% 70% at 30% 20%,rgba(195,245,60,.16),transparent 50%),linear-gradient(150deg,#16210f,#2c3f15)}
.rc .b{padding:16px 17px}
.rc .cat2{font-family:var(--disp);font-size:14px;letter-spacing:.08em;color:var(--neon-d)}
.rc h4{font-size:16.5px;font-weight:700;color:var(--ink);margin:5px 0 8px;line-height:1.25}
.rc .m{font-size:12.5px;color:var(--muted)}
/* AUTO-POPPING CTA */
#autocta{position:fixed;right:22px;bottom:22px;z-index:150;width:340px;max-width:calc(100vw - 32px);background:var(--ink);color:#fff;border-radius:20px;padding:22px 22px 20px;box-shadow:0 28px 60px -18px rgba(0,0,0,.6);transform:translateY(140%);opacity:0;transition:transform .5s cubic-bezier(.2,.9,.3,1),opacity .4s}
#autocta.show{transform:translateY(0);opacity:1}
#autocta .x{position:absolute;top:0;right:2px;width:44px;height:44px;display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:20px;cursor:pointer;line-height:1;background:none;border:0}
#autocta .cat{margin-bottom:10px;font-size:13px;padding:3px 11px}
#autocta h4{font-family:'Inter';font-weight:800;font-size:19px;line-height:1.15;letter-spacing:-.01em}
#autocta p{color:rgba(255,255,255,.68);font-size:13px;margin:7px 0 0}
#autocta .row{display:flex;gap:7px;margin-top:14px}
#autocta input{flex:1;border:0;border-radius:22px;padding:11px 14px;font-size:13px}
#autocta .go{background:var(--neon);color:var(--ink);border:0;border-radius:22px;padding:11px 15px;font-family:var(--disp);font-size:16px;letter-spacing:.03em;cursor:pointer}
@media(max-width:600px){.pq{margin-left:0;margin-right:0}.nav{padding:12px 18px}.nav .r{gap:0}.nav .r a:not(.q){display:none}.hero{min-height:66vh}.stats{gap:18px}}

/* ===== featured-image slot + legibility scrim ===== */
.hero::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.5))}
.hero .in{z-index:2}
.hero .slot-tag{position:absolute;top:16px;right:16px;z-index:3;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);background:rgba(0,0,0,.3);border:1px dashed rgba(255,255,255,.35);border-radius:20px;padding:5px 12px}
/* ===== listen (audio) player — bigger, live waveform + speed, attention-grabbing ===== */
.article .listen{background:radial-gradient(120% 100% at 90% 0,rgba(195,245,60,.16),transparent 55%),var(--ink);color:#fff;border-radius:18px;padding:20px 22px;margin:0 0 34px;box-shadow:0 22px 46px -24px rgba(0,0,0,.5)}
.article .listen-main{display:flex;align-items:center;gap:16px}
.article .listen-btn{flex:none;width:54px;height:54px;border-radius:50%;border:0;background:var(--neon);color:var(--ink);cursor:pointer;display:grid;place-items:center;box-shadow:0 0 0 6px rgba(195,245,60,.16);transition:transform .12s}
.article .listen-btn:hover{transform:scale(1.06)}
.article .listen-btn svg{width:22px;height:22px}
.article .listen-txt{display:flex;flex-direction:column;line-height:1.25;min-width:0}
.article .listen-eb{font-family:var(--disp);font-size:13px;letter-spacing:.08em;color:var(--neon)}
.article .listen-txt b{font-size:16.5px;font-weight:700}
.article .listen-time{font-size:12px;color:rgba(255,255,255,.55)}
.article .listen-wave{display:flex;align-items:center;gap:3px;height:32px;margin-left:auto;padding:0 8px}
.article .listen-wave i{display:block;width:3px;height:7px;border-radius:2px;background:rgba(195,245,60,.5);transition:height .12s ease,opacity .12s ease}
.article .listen.playing .listen-wave i{background:var(--neon)}
.article .listen-speed{appearance:none;-webkit-appearance:none;flex:none;background:rgba(255,255,255,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C3F53C' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 9px center;background-size:11px;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:16px;padding:8px 30px 8px 13px;font-size:12.5px;font-weight:700;cursor:pointer;font-family:inherit}
.article .listen-speed:hover{border-color:var(--neon)}
.article .listen-speed:focus{outline:none;border-color:var(--neon)}
.article .listen-speed option{color:#111;font-weight:600}
.article .listen-bar{height:7px;border-radius:4px;background:rgba(255,255,255,.16);overflow:hidden;margin-top:16px;cursor:pointer}
.article .listen-bar i{display:block;height:100%;width:0;background:var(--neon);transition:width .15s;pointer-events:none}
@media(max-width:600px){.article .listen-wave{display:none}.article .listen-main{gap:12px}.article .listen-btn{width:48px;height:48px}.article .listen-txt b{font-size:15px}}
/* ===== content compatibility: existing S4G classes -> premium look ===== */
.article .s4g-toc{background:linear-gradient(180deg,var(--sage),#fff);border:1px solid #dcebc7;border-radius:16px;padding:20px 24px 18px;margin:8px 0 34px}
.article .s4g-toc::before{content:'In this article';display:block;font-family:var(--disp);font-size:17px;letter-spacing:.08em;color:var(--ink);margin-bottom:8px}
.article .s4g-toc ul{list-style:none;margin:0;padding:0}
.article .s4g-toc li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}
.article .s4g-toc li:last-child{border-bottom:0}
.article .s4g-toc a{color:#33392b;text-decoration:none;font-weight:500;font-size:15.5px}
.article .s4g-toc a:hover{color:var(--neon-d)}
.article .s4g-tldr{background:linear-gradient(180deg,#f2f8e6,#fff);border:1px solid #dbeac4;border-radius:16px;padding:20px 26px;margin:30px 0}
.article .s4g-tldr h2,.article .s4g-tldr h3,.article .s4g-tldr .s4g-data-label{font-family:var(--disp)!important;font-weight:400!important;font-size:19px!important;letter-spacing:.06em;color:var(--ink)!important;margin:0 0 12px!important;padding:0!important;border:0!important}
.article .s4g-tldr ul{margin:0;padding:0;list-style:none;display:grid;gap:9px}
.article .s4g-tldr li{position:relative;padding-left:26px;font-size:16px;color:#2b3125;line-height:1.5}
.article .s4g-tldr li::before{content:'';position:absolute;left:2px;top:8px;width:9px;height:9px;border-radius:50%;background:var(--neon);box-shadow:0 0 0 3px rgba(195,245,60,.28)}
.article details,.article .faq-item{border-bottom:1px solid var(--line);padding:16px 0;margin:0}
.article details summary{font-weight:700;font-size:17px;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:12px;align-items:center}
.article details summary::-webkit-details-marker{display:none}
.article details summary::after{content:'+';color:var(--neon-d);font-size:22px;line-height:1}
.article details[open] summary::after{content:'\2013'}
.article details p,.article .faq-answer{font-size:16px;color:#40463a;margin-top:10px;line-height:1.65}
.article .s4g-note{background:var(--sage);border-left:4px solid var(--neon-d);border-radius:12px;padding:15px 20px;margin:24px 0;font-size:16px}
.article .s4g-tip{background:#eefaf0;border-left:4px solid #01B77D;border-radius:12px;padding:15px 20px;margin:24px 0;font-size:16px}
.article .s4g-review{background:var(--cream);border-left:4px solid var(--neon-d);border-radius:12px;padding:15px 20px;margin:24px 0;font-size:16px}
.article .s4g-data-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;margin:14px 0}
.article .s4g-cta{background:var(--ink);color:#fff;border-radius:18px;padding:26px 30px;margin:34px 0;text-align:center}
.article .s4g-cta h4{font-family:'Inter';font-weight:800;font-size:24px;color:#fff;margin:0 0 14px;line-height:1.1}
.article .s4g-cta a,.article .s4g-cta-btn{display:inline-block;background:var(--neon);color:var(--ink);border-radius:24px;padding:13px 24px;font-family:var(--disp);font-size:18px;letter-spacing:.03em;text-decoration:none}
.article .s4g-footer-cta{display:none}
.article .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:28px 0;border:1px solid var(--line);border-radius:12px}
.article .table-wrap table{margin:0;border:0;border-radius:0}
.article table{width:100%;border-collapse:collapse;margin:28px 0;font-size:15px;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.article th,.article td{padding:12px 15px;border-bottom:1px solid var(--line);text-align:left}
.article tr:first-child th,.article thead th{background:var(--ink);color:#fff;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.article tr:last-child td{border-bottom:0}
.article img{max-width:100%;height:auto;border-radius:14px;margin:24px 0}
/* ===== KK-style big section numbers ===== */
.article h2{font-size:33px;line-height:1.14;margin:58px 0 16px}
.article h2 .secnum{display:block;font-family:var(--disp);font-weight:400;font-size:62px;line-height:.82;color:var(--neon-d);letter-spacing:.02em;margin-bottom:2px}
.article .s4g-tldr h2 .secnum{display:none}
@media(max-width:600px){.article h2{font-size:27px}.article h2 .secnum{font-size:50px}}
/* ===== KK-style prominent "Written by" block ===== */
.article .author{text-align:center;max-width:580px;margin:64px auto 0;padding-top:44px;border-top:1px solid var(--line)}
.article .author .wb{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:20px}
.article .author .av{width:98px;height:98px;border-radius:50%;background:linear-gradient(135deg,#9fb27a,#d9e6c4);margin:0 auto 18px;border:3px solid #fff;box-shadow:0 8px 24px rgba(0,0,0,.14)}
.article .author .an{font-family:'Inter';font-weight:800;font-size:31px;letter-spacing:-.01em;color:var(--neon-d);text-transform:uppercase;line-height:1}
.article .author .ar{font-size:14px;color:var(--ink);font-weight:600;margin:7px 0 12px}
.article .author p{font-size:16px;color:var(--muted);line-height:1.6;margin:0}
/* ============ 3-column layout: author+share rail | content | sticky CTA rail ============ */
.shell,.hero .in{display:grid;grid-template-columns:228px minmax(0,680px) 300px;gap:36px;justify-content:center;max-width:1300px;margin:0 auto;padding:0 28px;width:100%}
.hero .in{padding-bottom:60px;position:relative;z-index:2}
.hero-main{grid-column:2;min-width:0}
.article.main{grid-column:2;min-width:0}
.rail-l{grid-column:1}
.rail-r{grid-column:3}
.rail>div,.rail>.cta-card{position:sticky;top:96px}
.rail-author .ra-av{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#9fb27a,#d9e6c4);margin-bottom:11px}
.rail-author .ra-name{font-weight:800;font-size:15px;color:var(--ink);line-height:1.2}
.rail-author .ra-role{font-size:12px;color:var(--muted);margin-top:2px}
.rail-share{margin-top:24px}
.rail-share .rs-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:700;display:block;margin-bottom:11px}
.rail-share .rs-row{display:flex;gap:8px;flex-wrap:wrap}
.rail-share a,.rail-share button{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:#3a4030;cursor:pointer;padding:0;transition:transform .12s,border-color .12s,color .12s}
.rail-share a:hover,.rail-share button:hover{border-color:var(--neon-d);color:var(--neon-d);transform:translateY(-2px)}
.rail-share svg{width:17px;height:17px}
.cta-card{background:linear-gradient(162deg,#16240f,#0a0d08);color:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 26px 48px -24px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.06)}
.cta-card .cc-eb{font-family:var(--disp);color:var(--neon);font-size:14px;letter-spacing:.1em}
.cta-card .cc-t{font-family:'Inter';font-weight:800;font-size:20px;line-height:1.15;margin:8px 0 6px}
.cta-card p{font-size:13px;color:rgba(255,255,255,.68);margin:0 0 14px}
.cta-card input{width:100%;border:0;border-radius:22px;padding:12px 15px;font-size:14px;margin-bottom:8px}
.cta-card button{width:100%;background:var(--neon);color:var(--ink);border:0;border-radius:22px;padding:12px;font-family:var(--disp);font-size:17px;letter-spacing:.03em;cursor:pointer}
.cta-card .cc-trust{font-size:12px;color:rgba(255,255,255,.66);margin-top:12px;text-align:center}
.cta-card .cc-trust b{color:var(--neon)}
/* end-of-article author card WITH drop shadow (KK-style, photo overlaps top) */
.article .author{text-align:center;max-width:520px;margin:66px auto 0}
.article .author .wb{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:0}
.article .author .acard{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 30px 62px -28px rgba(0,0,0,.3);padding:0 32px 32px;margin-top:52px;position:relative}
.article .author .acard .av{width:92px;height:92px;border-radius:50%;background:linear-gradient(135deg,#9fb27a,#d9e6c4);margin:-46px auto 16px;border:5px solid #fff;box-shadow:0 8px 22px rgba(0,0,0,.16)}
.article .author .acard .an{font-family:'Inter';font-weight:800;font-size:28px;letter-spacing:-.01em;color:var(--neon-d);text-transform:uppercase;line-height:1}
.article .author .acard .ar{font-size:14px;color:var(--ink);font-weight:600;margin:7px 0 12px}
.article .author .acard p{font-size:15.5px;color:var(--muted);line-height:1.6;margin:0}
/* premium Review + Tip cards — elevated so they draw focus */
.article .s4g-review{background:linear-gradient(135deg,#fffef9,#f6faec);border:1px solid #e6efce;border-radius:18px;padding:24px 26px 22px 66px;margin:30px 0;position:relative;box-shadow:0 18px 40px -22px rgba(30,50,10,.3)}
.article .s4g-review::before{content:'\201C';position:absolute;left:20px;top:4px;font-family:var(--serif);font-weight:600;font-size:70px;line-height:1;color:var(--neon-d);opacity:.5}
.article .s4g-tip{background:linear-gradient(135deg,#effaf1,#ffffff);border:1px solid #c9eccd;border-radius:18px;padding:22px 24px 22px 68px;margin:30px 0;position:relative;box-shadow:0 18px 40px -22px rgba(1,183,125,.28)}
.article .s4g-tip::before{content:'';position:absolute;left:20px;top:22px;width:32px;height:32px;border-radius:50%;background:#01B77D url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 18h6M10 22h4M12 2a7 7 0 0 0-4 12c.5.5 1 1.5 1 3h6c0-1.5.5-2.5 1-3a7 7 0 0 0-4-12z'/></svg>") center/18px no-repeat}
.article .s4g-note{background:linear-gradient(135deg,#f2f8e6,#ffffff);border:1px solid #dcebc7;border-left:4px solid var(--neon-d);border-radius:16px;padding:20px 22px;margin:28px 0;box-shadow:0 16px 34px -24px rgba(30,50,10,.22)}
/* ===== rails reveal only AFTER the hero (scroll trigger) ===== */
.rail{opacity:0;transform:translateY(12px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}
body.past-hero .rail{opacity:1;transform:none;pointer-events:auto}
/* ===== sticky CTA card — benefit-led ===== */
.cta-card{background:radial-gradient(120% 85% at 88% 0,rgba(195,245,60,.18),transparent 55%),linear-gradient(165deg,#16240f,#0a0d08)}
.cta-card .cc-eb{font-size:13px}
.cta-card .cc-t{font-size:22px;line-height:1.12}
/* ===== Review cards — dark, homepage-grade ===== */
.article .s4g-review{background:var(--ink);color:#fff;border:0;border-radius:20px;padding:30px 34px 28px;margin:34px 0;position:relative;overflow:hidden;box-shadow:0 26px 54px -28px rgba(0,0,0,.45)}
.article .s4g-review::before{content:'\201C';position:absolute;right:24px;top:0;font-family:var(--serif);font-weight:600;font-size:98px;line-height:1;color:var(--neon);opacity:.13}
.article .s4g-review p{margin:0 0 12px;color:rgba(255,255,255,.9)}
.article .s4g-review p:first-child{color:var(--neon);font-weight:700;font-size:14.5px;letter-spacing:.04em;margin-bottom:14px}
.article .s4g-review p:not(:first-child):not(:last-child){font-family:var(--serif);font-size:20px;line-height:1.45;color:#fff}
.article .s4g-review p:last-child{color:rgba(255,255,255,.58);font-size:13.5px;font-weight:600;margin-bottom:0}
.article .s4g-review a{color:var(--neon)}
/* ===== Tip / Note — brand colours only (no teal, no red) ===== */
.article .s4g-tip{background:linear-gradient(135deg,var(--sage),#fff);border:1px solid #d3e9c2;border-radius:18px;padding:22px 24px 22px 66px;margin:30px 0;position:relative;box-shadow:0 16px 36px -24px rgba(30,50,10,.22)}
.article .s4g-tip::before{content:'';position:absolute;left:20px;top:22px;width:32px;height:32px;border-radius:50%;background:var(--neon-d) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 18h6M10 22h4M12 2a7 7 0 0 0-4 12c.5.5 1 1.5 1 3h6c0-1.5.5-2.5 1-3a7 7 0 0 0-4-12z'/></svg>") center/17px no-repeat}
.article .s4g-note{background:linear-gradient(135deg,var(--sage),#fff);border:1px solid #dcebc7;border-left:4px solid var(--neon-d);border-radius:14px;padding:20px 22px;margin:28px 0;box-shadow:0 16px 34px -24px rgba(30,50,10,.2)}
/* ===== mid-article CTA — punchy, centred ===== */
.article .s4g-cta{background:radial-gradient(90% 120% at 82% 0,rgba(195,245,60,.16),transparent 50%),linear-gradient(160deg,#16240f,#0a0d08);color:#fff;border-radius:20px;padding:36px 30px;margin:42px 0;text-align:center;box-shadow:0 24px 50px -26px rgba(0,0,0,.42)}
.article .s4g-cta h4{font-family:'Inter';font-weight:800;font-size:28px;line-height:1.06;color:#fff;margin:0 0 8px;letter-spacing:-.02em}
.article .s4g-cta p{color:rgba(255,255,255,.72);font-size:15px;margin:0 0 20px}
.article .s4g-cta .s4g-cta-btn,.article .s4g-cta a{display:inline-block;background:var(--neon);color:var(--ink);border-radius:26px;padding:14px 28px;font-family:var(--disp);font-size:19px;letter-spacing:.03em;text-decoration:none}
/* ===== bottom CTA band — FLAT, no diagonal ===== */
.ctaband{clip-path:none;background:radial-gradient(90% 120% at 82% 0,rgba(195,245,60,.16),transparent 50%),linear-gradient(160deg,#16240f,#0a0d08);margin-top:72px;padding:94px 0}
/* ===== left rail = a proper card (not floating in air) ===== */
.rail-l>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 22px;box-shadow:0 14px 32px -20px rgba(0,0,0,.16)}
.rail-l .rail-share{border-top:1px solid var(--line);padding-top:18px;margin-top:20px}
/* real author photos (rail + hero byline + bottom card) */
.rail-author .ra-av,.article .author .acard .av,.byline .av{overflow:hidden}
.rail-author .ra-av img,.article .author .acard .av img,.byline .av img{width:100%;height:100%;object-fit:cover;display:block}
.rail-author .ra-av{width:66px;height:66px}
/* share icons — one clean row */
.rail-share a,.rail-share button{width:36px;height:36px}
.rail-share svg{width:16px;height:16px}
.rail-share .rs-row{gap:8px;flex-wrap:nowrap}
/* quoted-in (rail) */
.rail-author .ra-quoted{margin-top:11px;font-size:11.5px;color:var(--muted);line-height:1.55}
.rail-author .ra-quoted b{display:block;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--neon-d);font-weight:700;margin-bottom:3px}
.rail-author .ra-quoted a{color:#3a4030;font-weight:600;font-family:var(--serif);text-decoration:none;border-bottom:1px solid var(--line)}
.rail-author .ra-quoted a:hover{color:var(--neon-d)}
/* ask-a-question button (rail) */
.rail-ask{display:block;text-align:center;margin-top:16px;background:var(--ink);color:#fff;border-radius:22px;padding:11px 10px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s}
.rail-ask:hover{background:#000}
/* bottom author card — quoted-in + action buttons */
.article .author .acard .quoted{margin:18px 0 2px;padding-top:18px;border-top:1px solid var(--line)}
.article .author .acard .quoted .lbl{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:10px}
.article .author .acard .quoted a{display:inline-block;font-family:var(--serif);font-weight:600;font-size:15px;color:var(--ink);border:1px solid var(--line);border-radius:10px;padding:7px 15px;margin:0 4px 6px;text-decoration:none}
.article .author .acard .quoted a:hover{border-color:var(--neon-d);color:var(--neon-d)}
.article .author .acard .acts{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:22px}
.article .author .acard .acts a{border-radius:26px;padding:12px 22px;font-family:var(--disp);font-size:16px;letter-spacing:.03em;text-decoration:none}
.article .author .acard .acts .primary{background:var(--neon);color:var(--ink)}
.article .author .acard .acts .secondary{background:var(--ink);color:#fff}
.article .author .acard .acts .secondary:hover{background:#000}
/* ===== premium author photo — neon medallion frame (rail + bottom card) ===== */
.rail-author .ra-av,.article .author .acard .av{border:0!important;padding:3px;background:linear-gradient(135deg,var(--neon),var(--neon-d))!important;box-shadow:0 0 0 5px rgba(195,245,60,.16),0 16px 36px -14px rgba(0,0,0,.4)!important}
.rail-author .ra-av{width:76px;height:76px}
.article .author .acard .av{width:100px;height:100px;margin:-50px auto 18px}
.rail-author .ra-av img,.article .author .acard .av img{border:2px solid #fff;border-radius:50%}
/* hero byline avatar — subtle neon ring */
.byline .av{border:2px solid var(--neon);box-shadow:0 0 0 2px rgba(195,245,60,.2)}
/* ===== highlighted contact/advice CTA (was a quiet note) ===== */
.article .s4g-advice{background:radial-gradient(90% 120% at 86% 0,rgba(195,245,60,.15),transparent 50%),linear-gradient(160deg,#16240f,#0a0d08)!important;color:#fff!important;border:0!important;border-radius:20px!important;padding:26px 30px 26px 92px!important;position:relative;box-shadow:0 24px 50px -26px rgba(0,0,0,.42)!important}
.article .s4g-advice::before{content:'';position:absolute;left:28px;top:26px;width:46px;height:46px;border-radius:50%;background:var(--neon) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0d08' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.1-8.7A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.4 1.8.7 2.7a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.4-1.2a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.7.7a2 2 0 0 1 1.7 2z'/></svg>") center/23px no-repeat}
.article .s4g-advice p{color:rgba(255,255,255,.8)!important;margin:0 0 8px;font-size:15px}
.article .s4g-advice p:first-child{font-family:'Inter';font-weight:800;font-size:20px;color:#fff!important;margin-bottom:8px}
.article .s4g-advice p:last-child{margin-bottom:0}
.article .s4g-advice a{color:var(--neon)!important;font-weight:600}
/* ===== Conclusion — distinct 'In summary' wrap-up ===== */
.article h2.conc{border-top:2px solid var(--line);padding-top:40px;margin-top:64px}
.article h2.conc .conc-eb{display:block;font-family:var(--disp);font-size:16px;letter-spacing:.12em;color:var(--neon-d);margin-bottom:4px}
.article h2.cta-h{font-size:29px;margin-top:52px}
@media(max-width:600px){.article .s4g-advice{padding:24px 22px 22px 22px!important}.article .s4g-advice::before{position:static;margin-bottom:14px}}
/* responsive: collapse rails, use auto-pop CTA on smaller screens */
@media(max-width:1080px){.shell,.hero .in{grid-template-columns:minmax(0,720px)}.rail{display:none}.hero-main,.article.main{grid-column:1}}
@media(min-width:1081px){#autocta{display:none!important}}
@media(max-width:600px){.article .author .acard{padding:0 20px 26px}}

/* ===== functional branded hero (live HTML, looks like the composed design) ===== */
.brand-hero{color:#0a0d08;align-items:center;min-height:62vh}
.brand-hero .bg{background:#eef7e0!important}
.brand-hero .bg::after,.brand-hero::after{display:none!important}
.brand-hero .in{align-items:center}
.brand-hero .hero-main{grid-column:2;max-width:560px}
.brand-hero .crumbs{display:flex;gap:8px;align-items:center;font-size:13px;color:#5a6650;margin-bottom:16px}
.brand-hero .crumbs a{color:#5a6650;text-decoration:none}
.brand-hero .crumbs a:hover{color:#0a0d08}
.brand-hero .cat{color:#0a0d08!important;background:var(--neon);border-color:transparent!important}
.brand-hero h1{font-family:'Bebas Neue',sans-serif!important;font-weight:700!important;text-transform:uppercase;font-size:clamp(42px,5.8vw,72px)!important;line-height:1.0!important;letter-spacing:.01em!important;color:#0a0d08!important;max-width:15ch}
.brand-hero .mk2{background:var(--neon);color:#0a0d08;padding:0 .08em;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.brand-hero .dek{color:rgba(10,13,8,.72)!important;max-width:46ch}
.brand-hero .byline,.brand-hero .byline *{color:rgba(10,13,8,.72)!important}
.brand-hero .hero-cta{display:inline-flex;align-items:center;gap:9px;font-family:'Bebas Neue';font-size:24px;letter-spacing:.02em;background:#0a0d08;color:var(--neon)!important;padding:13px 30px 10px;border-radius:999px;text-decoration:none;margin-top:24px}
.brand-hero .hero-cta span{color:var(--neon)!important}
.brand-hero .hero-card{position:absolute;inset:0;max-width:1300px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;z-index:1}
.brand-hero .fcardw{position:relative;width:min(38%,400px);aspect-ratio:3/4;border-radius:24px;overflow:hidden;box-shadow:0 30px 70px rgba(10,13,8,.3)}
.brand-hero .fduo{position:absolute;inset:0;background-size:cover;background-position:center;filter:grayscale(1) contrast(1.06) brightness(1.08)}
.brand-hero .ftint{position:absolute;inset:0;background:var(--neon);mix-blend-mode:multiply;opacity:.66}
.brand-hero .fdots{position:absolute;inset:0;background-image:radial-gradient(#0a0d08 1.5px,transparent 1.7px);background-size:10px 10px;opacity:.5}
.brand-hero .fph{position:absolute;inset:18px;background-size:cover;background-position:center;border:5px solid #fff;border-radius:16px;box-shadow:0 16px 34px rgba(10,13,8,.4)}
@media(max-width:1080px){.brand-hero .hero-card{display:none}.brand-hero .hero-main{max-width:none}}
/* HERO COLLISION, fixed 2026-09-22. Between the 1080px hide-breakpoint and ~1300px the
   hero image is STILL shown - it is position:absolute, right-aligned inside a 1300px
   container - while .hero-main keeps its full 560px. The two collide: measured at
   1150px the image starts at x=722 and the standfirst ran to x=786, a 64px overlap,
   on EVERY blog post (verified on foxess-battery-review-uk and are-solar-panels-worth-
   it-uk, neither of which had been edited). The h1 clears; the standfirst does not.
   The image sits at (viewport - 428) and the text column starts at a fixed 292, so the
   text must stop at viewport - 744 to keep a 24px gap. Above ~1304px the natural 560px
   is already narrower than that, so the band closes on its own. */
@media(min-width:1081px) and (max-width:1304px){.brand-hero .hero-main{max-width:calc(100vw - 744px)}.brand-hero .dek{max-width:none}}

/* ===== sticky TOC in the left rail (+ scroll-spy) ===== */
.rail-l .s4g-toc{margin:0 0 22px;padding:16px 14px 12px;border-radius:14px;max-height:calc(100vh - 190px);overflow:auto}
.rail-l .s4g-toc::before{font-size:12px;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}
.rail-l .s4g-toc li{padding:7px 0;border-bottom:1px solid rgba(0,0,0,.05)}
.rail-l .s4g-toc a{display:block;font-size:13px;line-height:1.35;color:var(--muted);text-decoration:none;border-left:2px solid transparent;padding-left:9px;margin-left:-11px;transition:color .15s,border-color .15s}
.rail-l .s4g-toc a:hover{color:var(--ink)}
.rail-l .s4g-toc a.active{color:var(--ink);font-weight:700;border-left-color:var(--neon)}
@media(max-width:1080px){.rail-l .s4g-toc{max-height:none}}

/* ux-fixes */
/* 1. author byline link */
.byline .author-link{color:inherit;text-decoration:none;border-bottom:1px solid rgba(10,13,8,.25)}
.byline .author-link:hover{border-bottom-color:var(--neon-d,#0a0d08)}
/* 2. glowing animated play button */
.listen-btn{position:relative;animation:s4gPulse 2.2s ease-in-out infinite}
@keyframes s4gPulse{0%,100%{box-shadow:0 0 0 0 rgba(195,245,60,.55),0 0 14px rgba(195,245,60,.45)}50%{box-shadow:0 0 0 12px rgba(195,245,60,0),0 0 26px rgba(195,245,60,.9)}}
@media(prefers-reduced-motion:reduce){.listen-btn{animation:none}}
/* 3. TOC anchors land below the sticky header (fixes click landing) */
.article h2[id]{scroll-margin-top:120px}
/* 5. copy-link "Copied!" feedback */
.rail-share .rs-row .sh-copy{position:relative}
.rail-share .sh-copy.copied::after{content:'Copied!';position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 8px);background:#0a0d08;color:var(--neon);font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;white-space:nowrap;z-index:5}
/* 6. bigger author photo, zoomed so the face fills the circle */
.article .author .acard .av{width:132px;height:132px;background:#eef7e0}
.article .author .acard .av img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transform:scale(1.5);transform-origin:center 34%;border:0!important;border-radius:0!important}
/* byline-av-zoom: cut-out headshots have big margins — zoom so the face reads at 44px */
.byline .av img{object-fit:cover;object-position:center 30%;transform:scale(1.5);transform-origin:center 34%}
.rail-author .ra-av img{object-fit:cover;object-position:center 30%;transform:scale(1.5);transform-origin:center 34%}
/* white capsule tag on the hero photo card (matches the hub thumbnails) */
.fcardw .ftag{position:absolute;right:16px;bottom:18px;z-index:3;background:#fff;border:2.5px solid #0a0d08;border-radius:40px;padding:7px 15px 5px;font-family:'Bebas Neue',sans-serif;font-size:17px;letter-spacing:.02em;color:#0a0d08;text-transform:uppercase;box-shadow:0 5px 0 rgba(10,13,8,.16);white-space:nowrap}
/* wide card for landscape brand photos (e.g. the full team + van) */
.brand-hero .fcardw.wide{width:min(46%,480px);aspect-ratio:16/10}
.brand-hero .fcardw.wide .fph{inset:14px}
/* wide card needs a narrower text column so nothing overlaps */
.brand-hero:has(.fcardw.wide) .hero-main{max-width:440px}
/* whole-graphic hero (press "as featured in" cards, maps): the picture is already a finished 3:4
   graphic on the KK ground, so it fills the frame — no duotone copy, no nested white-bordered photo,
   no capsule tag. Prevents the "card nested inside a card" mangle press blogs used to show. */
.brand-hero .fcardw.whole .fwhole{position:absolute;inset:0;background-size:cover;background-position:center}

/* The auto-popping CTA measured 214px tall at 390x600 - 36% of the screen - and its
   close button was a 12x20 hit area. The close target is now 44x44 everywhere; this
   trims the box on short screens only, so normal phones keep the fuller version. */
@media(max-width:600px) and (max-height:700px){
  #autocta{right:12px;left:12px;bottom:12px;width:auto;max-width:none;padding:14px 16px 14px;border-radius:16px}
  #autocta .cat{display:none}
  #autocta h4{font-size:15px;line-height:1.25;margin:0 0 6px}
  #autocta p{font-size:12.5px;line-height:1.4;margin:0 0 10px}
}
