/*
Theme Name: NorthStack Digital Insights
Theme URI: https://www.northstackdigital.ca/insights/
Author: NorthStack Digital
Author URI: https://www.northstackdigital.ca/
Description: Insights-only WordPress theme matching the existing NorthStack Digital site.
Version: 1.0.7
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: northstack-digital
*/
/* Theme-stable pullquote contrast */
[data-theme="dark"] .post-template-content .pullquote,[data-theme="dark"] .post-template-content blockquote{background:#112233;color:#F0EBE0;border-left-color:var(--orange)}[data-theme="dark"] .post-template-content .pullquote p,[data-theme="dark"] .post-template-content blockquote p{color:#F0EBE0}[data-theme="light"] .post-template-content .pullquote,[data-theme="light"] .post-template-content blockquote{background:#EDE7D6;color:#0D1B2A;border-left-color:var(--orange)}[data-theme="light"] .post-template-content .pullquote p,[data-theme="light"] .post-template-content blockquote p{color:#0D1B2A}
/* Theme-stable article CTA contrast */
[data-theme="dark"] .post-template-cta{background:#112233;border:1px solid rgba(240,235,224,.12);box-shadow:0 18px 48px rgba(0,0,0,.22)}[data-theme="light"] .post-template-cta{background:#0D1B2A;border:1px solid rgba(13,27,42,.08);box-shadow:none}
[data-theme="dark"]{--bg:#0D1B2A;--bg2:#112233;--bg3:#162940;--text:#F0EBE0;--text2:rgba(240,235,224,0.6);--text3:rgba(240,235,224,0.35);--border:rgba(240,235,224,0.07);--border2:rgba(240,235,224,0.13);--nav-bg:rgba(13,27,42,0.95)}[data-theme="light"]{--bg:#F6F0E4;--bg2:#EDE7D6;--bg3:#E2DBCA;--text:#1A2535;--text2:rgba(26,37,53,0.70);--text3:rgba(26,37,53,0.48);--border:rgba(26,37,53,0.09);--border2:rgba(26,37,53,0.16);--nav-bg:rgba(246,240,228,0.95)}:root{--orange:#D96A1F;--orange-d:#B85A17;--navy:#0D1B2A;--serif:'Playfair Display',Georgia,serif;--sans:'Inter',sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column;font-family:var(--sans);background:var(--bg);color:var(--text);overflow-x:hidden;transition:background .35s,color .35s}body.admin-bar nav{top:32px}body>main{width:100%;flex:1 0 auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:16px 5vw;background:var(--nav-bg);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:background .35s}.nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-brand-text{font-family:var(--serif);font-size:17px;font-weight:500;color:var(--text);transition:color .35s}.nav-brand-text span{color:var(--orange)}.nav-compass .arc-o{stroke:var(--text);fill:none;stroke-linecap:round}.nav-compass .spk{fill:var(--text)}.nav-compass .ndl-b{fill:var(--orange)}.nav-right{display:flex;align-items:center;gap:6px}.nav-links{display:flex;gap:2px;align-items:center}.nav-links a{font-size:13px;color:var(--text2);text-decoration:none;padding:7px 12px;border-radius:6px;transition:color .2s,background .2s}.nav-links a:hover,.nav-links a.active,.nav-links .current-menu-item>a,.nav-links a[aria-current="page"]{color:var(--orange)}.nav-links li,.mobile-nav-links li,.footer-links li{list-style:none}.nav-links li{display:flex}.footer-links ul,.nav-links ul,.mobile-nav-links ul{display:contents}.nav-cta{background:transparent;color:var(--orange);border:1.5px solid var(--orange);padding:8px 18px;border-radius:7px;font-weight:500;font-size:13px;cursor:pointer;font-family:var(--sans);text-decoration:none;transition:background .2s,color .2s;margin-left:6px}.nav-cta:hover{background:var(--orange);color:#fff}.theme-toggle{width:44px;height:24px;background:var(--bg3);border:1px solid var(--border2);border-radius:40px;cursor:pointer;position:relative;transition:background .35s;flex-shrink:0;margin-left:8px}.toggle-knob{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:var(--orange);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}[data-theme="light"] .toggle-knob{transform:translateX(20px)}.t-icon{position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s;display:flex;align-items:center;justify-content:center;color:var(--text)}.t-moon{left:4px}.t-sun{right:3px;opacity:0}[data-theme="light"] .t-sun{opacity:1}[data-theme="light"] .t-moon{opacity:0}@keyframes spinCW{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#nav-compass-outer,#footer-compass-outer{transform-origin:50px 50px;animation:spinCW 90s linear infinite}#nav-compass-inner,#footer-compass-inner{transform-origin:50px 50px;animation:spinCW 120s linear infinite}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:6px;border:none;background:transparent;margin-left:8px;width:36px;height:36px}.hamburger span{display:block;width:20px;height:1.5px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s,background .35s}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:190;background:var(--nav-bg);backdrop-filter:blur(20px);padding:88px 7vw 48px;flex-direction:column;display:none}.mobile-nav.open{display:flex}.mobile-nav-links{display:flex;flex-direction:column;gap:0;flex:1}.mobile-nav-links a{font-size:26px;font-family:var(--serif);font-weight:400;color:var(--text);text-decoration:none;padding:18px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;transition:color .2s;width:100%}.mobile-nav-links a:hover{color:var(--orange)}.mobile-nav-cta{margin-top:28px;background:var(--orange);color:#fff;padding:16px 28px;border-radius:8px;font-size:15px;font-weight:500;text-align:center;border:none;cursor:pointer;font-family:var(--sans);width:100%;text-decoration:none;transition:background .2s}.mobile-nav-cta:hover{background:var(--orange-d)}.blog-hero{min-height:58vh;display:grid;align-items:end;padding:150px 6vw 72px;background:var(--bg);border-bottom:1px solid var(--border)}.blog-hero-inner,.blog-shell,.post-shell{width:min(1120px,100%);margin:0 auto}.blog-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.blog-kicker::before{content:"";width:22px;height:1.5px;background:var(--orange)}.blog-title{max-width:760px;margin:0 0 16px;color:var(--text);font-family:var(--serif);font-size:clamp(38px,5vw,68px);font-weight:400;line-height:1.05}.blog-title em{color:var(--orange);font-style:italic}.blog-description{max-width:600px;color:var(--text2);font-size:16px;font-weight:300;line-height:1.75}.blog-shell{padding:80px 6vw 110px}.featured-posts{display:grid;gap:92px;margin-bottom:82px}.featured-post{display:grid;grid-template-columns:minmax(260px,42%) 1fr;align-items:center;gap:56px}.featured-post-reverse{grid-template-columns:1fr minmax(260px,42%)}.featured-post-reverse .featured-post-media{order:2}.featured-post-reverse .featured-post-copy{order:1}.featured-post-media{display:block;overflow:hidden;border:1px solid var(--border2);border-radius:16px;background:var(--bg2);box-shadow:0 22px 60px rgba(0,0,0,.16)}.featured-post-media img{display:block;width:100%;aspect-ratio:1.08 / 1;object-fit:cover;transition:transform .45s ease}.featured-post-media:hover img{transform:scale(1.035)}.featured-placeholder{min-height:330px;display:flex;flex-direction:column;justify-content:flex-end;gap:16px;padding:30px;background:linear-gradient(135deg,var(--bg2),var(--bg3))}.featured-placeholder-mark{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:var(--orange);color:#fff;font-family:var(--serif);font-size:18px}.featured-placeholder-line{display:block;width:78%;height:10px;border-radius:999px;background:var(--border2)}.featured-placeholder-line.short{width:52%}.featured-post-copy{max-width:560px}.featured-post-title{margin:0 0 14px;color:var(--text);font-family:var(--serif);font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.04}.featured-post-title a{color:inherit;text-decoration:none}.featured-post-title a:hover{color:var(--orange)}.featured-post-excerpt{color:var(--text2);font-size:15px;font-weight:300;line-height:1.75}.featured-post-link{display:inline-flex;margin-top:18px;color:var(--orange);font-size:13px;font-weight:600;text-decoration:none}.featured-post-link:hover{color:var(--text)}.latest-posts-heading{margin-bottom:22px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid var(--border2);border-radius:16px;background:var(--border2)}.post-card{background:var(--bg);transition:background .25s}.post-card:hover{background:var(--bg3)}.post-card>a{display:flex;min-height:360px;flex-direction:column;padding:30px;color:inherit;text-decoration:none}.post-card-thumb{width:100%;aspect-ratio:16/9;margin-bottom:24px;overflow:hidden;border-radius:10px;background:var(--bg2);border:1px solid var(--border)}.post-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.post-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:13px;color:var(--text3);font-size:12px}.post-meta a{color:inherit;text-decoration:none}.post-meta a:hover{color:var(--orange)}.post-card-title{margin:0 0 12px;color:var(--text);font-family:var(--serif);font-size:24px;font-weight:400;line-height:1.2}.post-card-excerpt{color:var(--text2);font-size:14px;font-weight:300;line-height:1.7}.post-card-more{margin-top:auto;padding-top:24px;color:var(--orange);font-size:13px;font-weight:600}.post-shell{padding:150px 6vw 110px}.article-header{max-width:820px;margin-bottom:46px}.article-title{margin:0 0 18px;color:var(--text);font-family:var(--serif);font-size:clamp(36px,5vw,62px);font-weight:400;line-height:1.08}.article-featured-image{overflow:hidden;margin:0 0 48px;border-radius:16px;border:1px solid var(--border2)}.article-featured-image img{width:100%;height:auto;display:block}.article-content{max-width:760px;color:var(--text2);font-size:17px;font-weight:300;line-height:1.85}.article-content>*+*{margin-top:1.15em}.article-content h2,.article-content h3,.article-content h4{color:var(--text);font-family:var(--serif);font-weight:400;line-height:1.2}.article-content h2{margin-top:1.8em;font-size:34px}.article-content h3{margin-top:1.6em;font-size:26px}.article-content a{color:var(--orange)}.article-content ul,.article-content ol{padding-left:1.4em}.article-content blockquote{padding-left:22px;border-left:2px solid var(--orange);color:var(--text);font-family:var(--serif);font-size:21px;font-style:italic}.article-nav,.pagination{display:flex;justify-content:space-between;gap:20px;max-width:760px;margin-top:56px;padding-top:28px;border-top:1px solid var(--border)}.article-nav a,.pagination a,.pagination span{color:var(--text2);text-decoration:none}.article-nav a:hover,.pagination a:hover{color:var(--orange)}.empty-state{max-width:560px;color:var(--text2);font-size:16px;line-height:1.7}footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.06);padding:26px 6vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-brand{display:flex;align-items:center;gap:8px}.footer-brand-text{font-family:var(--serif);font-size:15px;color:rgba(240,235,224,.5)}.footer-brand-text span{color:var(--orange)}.footer-links{display:flex;gap:16px}.footer-links a{font-size:12px;color:rgba(240,235,224,.3);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--orange)}.footer-copy{font-size:11px;color:rgba(240,235,224,.22)}@media(prefers-reduced-motion:reduce){#nav-compass-outer,#nav-compass-inner,#footer-compass-outer,#footer-compass-inner{animation:none!important}.toggle-knob{transition:none}}@media(max-width:960px){body.admin-bar nav{top:46px}nav{padding:14px 5vw}.nav-links{display:none}.hamburger{display:flex}.nav-cta{display:none}.featured-posts{gap:72px;margin-bottom:72px}.featured-post,.featured-post-reverse{grid-template-columns:1fr 1fr;gap:34px}.post-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.blog-hero{min-height:48vh;padding:126px 22px 52px}.blog-shell,.post-shell{padding-left:22px;padding-right:22px}.featured-posts{gap:54px;margin-bottom:58px}.featured-post,.featured-post-reverse{grid-template-columns:1fr;gap:24px}.featured-post-reverse .featured-post-media,.featured-post-reverse .featured-post-copy{order:initial}.featured-post-title{font-size:32px}.featured-placeholder{min-height:260px}.post-grid{grid-template-columns:1fr}.post-card>a{min-height:auto;padding:26px}.article-nav,.pagination{flex-direction:column}}
/* Single post article template */
.post-template-shell{width:min(1120px,100%);margin:0 auto;padding:132px 6vw 96px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:60px;align-items:start}.post-article{min-width:0}.post-template-header{margin-bottom:32px}.post-template-category{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.post-template-category::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--orange)}.post-template-title{margin:0 0 20px;color:var(--text);font-family:var(--serif);font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.12}.post-template-meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;padding-bottom:24px;border-bottom:1px solid var(--border);color:var(--text2);font-size:13px}.post-template-author{display:flex;align-items:center;gap:8px;color:var(--text);font-weight:400}.post-template-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:10px;font-weight:600;letter-spacing:.04em}.post-template-meta-sep{width:3px;height:3px;border-radius:50%;background:var(--text3)}.post-template-hero{height:340px;margin:0 0 36px;overflow:hidden;border:1px solid var(--border2);border-radius:12px;background:var(--bg2);display:grid;place-items:center}.post-template-hero img{width:100%;height:100%;object-fit:cover;display:block}.post-template-hero-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--text3);font-size:13px}.post-template-hero-placeholder svg{width:48px;height:48px;stroke:currentColor;fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.post-template-content{color:var(--text2);font-size:16px;font-weight:300;line-height:1.85}.post-template-content>*+*{margin-top:1.4rem}.post-template-content h2{margin:2.5rem 0 .8rem;color:var(--text);font-family:var(--serif);font-size:24px;font-weight:400;line-height:1.2}.post-template-content h3{margin:1.8rem 0 .5rem;color:var(--text);font-size:16px;font-weight:600}.post-template-content strong{color:var(--text);font-weight:600}.post-template-content a{color:var(--orange)}.post-template-content ul,.post-template-content ol{padding-left:1.4em}.post-template-content blockquote,.post-template-content .pullquote{margin:2rem 0;padding:1rem 1.5rem;border-left:3px solid var(--orange);border-radius:0 8px 8px 0;background:var(--bg2);color:var(--text)}.post-template-content blockquote p,.post-template-content .pullquote p{margin:0;font-family:var(--serif);font-size:18px;font-style:italic;line-height:1.6}.post-template-content .callout{margin:2rem 0;padding:1.5rem 1.75rem;border-radius:12px;background:var(--navy)}.post-template-content .callout-label{margin-bottom:12px;color:var(--orange);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.post-template-content .callout ul{padding:0;list-style:none}.post-template-content .callout li{display:flex;gap:10px;padding:7px 0;border-bottom:1px solid rgba(240,235,224,.08);color:rgba(240,235,224,.75);font-size:14px;line-height:1.5}.post-template-content .callout li:last-child{border-bottom:0}.post-template-content .callout li::before{content:"";width:5px;height:5px;margin-top:8px;border-radius:50%;background:var(--orange);flex:0 0 auto}.post-template-content .scenario{margin:2rem 0;overflow:hidden;border:1px solid var(--border2);border-radius:12px}.post-template-content .scenario-header{padding:.75rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg2);color:var(--text3);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.post-template-content .scenario-body{padding:1.25rem 1.5rem}.post-template-content .scenario-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.post-template-content .scenario-col-label{margin-bottom:8px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.post-template-content .scenario-col-label.without{color:var(--text3)}.post-template-content .scenario-col-label.with{color:var(--orange)}.post-template-content .scenario-col p{margin:0;color:var(--text2);font-size:14px;line-height:1.6}.post-template-content .fit-list{display:grid;gap:10px;margin:1.5rem 0}.post-template-content .fit-item{display:flex;align-items:flex-start;gap:12px;color:var(--text);font-size:14px;line-height:1.55}.post-template-content .fit-icon{width:22px;height:22px;margin-top:1px;border-radius:50%;background:rgba(217,106,31,.12);display:grid;place-items:center;flex:0 0 auto}.post-template-content .fit-icon svg{width:11px;height:11px;stroke:var(--orange);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.post-template-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-top:3rem;padding:2rem 2.25rem;border-radius:12px;background:var(--navy)}.post-template-cta-text strong{display:block;margin-bottom:6px;color:#F0EBE0;font-family:var(--serif);font-size:18px;font-weight:400}.post-template-cta-text p{max-width:520px;margin:0;color:rgba(240,235,224,.62);font-size:14px;line-height:1.5}.post-template-cta-btn{padding:12px 24px;border-radius:8px;background:var(--orange);color:#fff;text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap;transition:background .2s,transform .15s}.post-template-cta-btn:hover{background:var(--orange-d);transform:translateY(-1px)}.post-template-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.post-template-tag{padding:5px 14px;border:1px solid var(--border2);border-radius:999px;background:var(--bg2);color:var(--text2);font-size:12px;text-decoration:none}.post-template-tag:hover{border-color:var(--orange);color:var(--orange)}.post-template-share{display:flex;align-items:center;gap:12px;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.post-template-share-label,.post-template-related-title,.post-template-sidebar-title{color:var(--text3);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.post-template-share-btn{width:34px;height:34px;border:1px solid var(--border2);border-radius:50%;display:grid;place-items:center;text-decoration:none;transition:border-color .2s,background .2s}.post-template-share-btn:hover{border-color:var(--orange);background:rgba(217,106,31,.08)}.post-template-share-btn svg{width:14px;height:14px;stroke:var(--text2);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.post-template-related{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.post-template-related-title{margin:0 0 1.25rem}.post-template-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.post-template-related-card{display:block;padding:1rem 1.1rem;border:1px solid var(--border2);border-radius:10px;background:var(--bg2);text-decoration:none;transition:border-color .2s,transform .15s}.post-template-related-card:hover{border-color:var(--orange);transform:translateY(-2px)}.post-template-related-cat{display:block;margin-bottom:6px;color:var(--orange);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.post-template-related-card strong{display:block;margin-bottom:8px;color:var(--text);font-size:13px;font-weight:600;line-height:1.45}.post-template-related-card span:last-child{color:var(--text3);font-size:11px}.post-template-sidebar{padding-top:0}.post-template-sidebar-sticky{position:sticky;top:96px;display:flex;flex-direction:column;gap:24px}.post-template-sidebar-card{padding:1.25rem 1.4rem;border:1px solid var(--border2);border-radius:12px;background:var(--bg2)}.post-template-sidebar-title{margin:0 0 14px}.post-template-toc{list-style:none;padding:0}.post-template-toc li{border-bottom:1px solid var(--border);font-size:13px}.post-template-toc li:last-child{border-bottom:0}.post-template-toc a{display:flex;align-items:center;gap:8px;padding:6px 0;color:var(--text2);text-decoration:none}.post-template-toc a::before{content:"";width:4px;height:4px;border-radius:50%;background:var(--text3);flex:0 0 auto}.post-template-toc a:hover{color:var(--orange)}.post-template-toc a:hover::before{background:var(--orange)}.post-template-sidebar-cta{padding:1.5rem;border-radius:12px;background:var(--navy)}.post-template-sidebar-cta strong{display:block;margin-bottom:8px;color:#F0EBE0;font-family:var(--serif);font-size:16px;font-weight:400}.post-template-sidebar-cta p{margin:0 0 14px;color:rgba(240,235,224,.65);font-size:13px;line-height:1.6}.post-template-sidebar-cta a{display:block;padding:10px;border-radius:7px;background:var(--orange);color:#fff;text-align:center;text-decoration:none;font-size:13px;font-weight:600}.post-template-sidebar-cta a:hover{background:var(--orange-d)}.post-template-sidebar-posts{display:flex;flex-direction:column;gap:12px}.post-template-sidebar-post{display:flex;flex-direction:column;gap:3px;padding-bottom:12px;border-bottom:1px solid var(--border);text-decoration:none}.post-template-sidebar-post:last-child{padding-bottom:0;border-bottom:0}.post-template-sidebar-post span:first-child{color:var(--text);font-size:13px;font-weight:500;line-height:1.4}.post-template-sidebar-post:hover span:first-child{color:var(--orange)}.post-template-sidebar-post span:last-child{color:var(--text3);font-size:11px}@media(max-width:860px){.post-template-shell{grid-template-columns:1fr;gap:0}.post-template-sidebar{display:none}.post-template-related-grid{grid-template-columns:1fr}.post-template-hero{height:auto;min-height:240px;aspect-ratio:16/10}.post-template-content .scenario-row{grid-template-columns:1fr}.post-template-cta{align-items:flex-start;padding:1.6rem}.post-template-cta-btn{width:100%;text-align:center}}@media(max-width:600px){.post-template-shell{padding:118px 22px 72px}.post-template-title{font-size:32px}.post-template-meta{gap:10px}.post-template-meta-sep{display:none}.post-template-content{font-size:15px}.post-template-content h2{font-size:22px}.post-template-hero{min-height:210px}.post-template-share{flex-wrap:wrap}}
.mobile-nav-links a.active,.mobile-nav-links a[aria-current="page"]{color:var(--orange)}body.admin-bar nav{top:0}.has-visible-admin-bar nav{top:32px}@media(max-width:960px){body.admin-bar nav{top:0}.has-visible-admin-bar nav{top:46px}}.blog-hero{padding-top:116px}.post-shell,.post-template-shell{padding-top:116px}@media(max-width:600px){.blog-hero{padding-top:104px}.post-shell,.post-template-shell{padding-top:104px}}html{margin-top:0!important}#wpadminbar{position:fixed!important}body.admin-bar{padding-top:0!important}.blog-hero{border-top:0!important}nav.pagination{position:static;top:auto;left:auto;right:auto;z-index:auto;display:flex;justify-content:space-between;gap:20px;width:100%;max-width:760px;margin:56px 0 0;padding:28px 0 0;background:transparent;backdrop-filter:none;border-top:1px solid var(--border);border-bottom:0}[data-theme="light"] footer{background:var(--nav-bg);border-top:1px solid var(--border)}[data-theme="light"] .footer-brand-text{color:var(--text)}[data-theme="light"] .footer-links a{color:var(--text2)}[data-theme="light"] .footer-links a:hover{color:var(--orange)}[data-theme="light"] .footer-copy{color:var(--text3)}[data-theme="light"] footer .footer-brand svg circle:first-child{fill:var(--bg)!important}[data-theme="light"] footer .footer-brand svg circle[stroke]{stroke:var(--text)!important}[data-theme="light"] footer .footer-brand svg line{stroke:var(--text)!important}[data-theme="light"] footer .footer-brand svg polygon:not([fill="#D96A1F"]){fill:var(--text)!important}[data-theme="light"] footer .footer-brand svg circle[fill="var(--navy)"]{fill:var(--bg)!important}.post-grid{gap:16px!important;background:transparent!important;border:0!important;overflow:visible!important}.post-card{border:1px solid var(--border2);border-radius:12px;overflow:hidden}.post-card:hover{border-color:rgba(217,106,31,.35)}@media(max-width:960px){.post-grid{gap:16px!important}}@media(max-width:600px){.post-grid{gap:16px!important}}

/* ── SIGNAL CARDS ── */
  .signal-grid { display: grid; gap: 12px; margin: 1.75rem 0; }
  .signal-card { border: 0.5px solid var(--border); border-radius: 10px; padding: 1.1rem 1.25rem; background: var(--cream2); display: flex; gap: 14px; align-items: flex-start; transition: border-color .2s; }
  .signal-card:hover { border-color: var(--orange); }
  .signal-num { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--orange); flex-shrink: 0; line-height: 1; margin-top: 2px; min-width: 28px; }
  .signal-text strong { display: block; font-size: 14px; font-weight: 500; color: var(--navy); margin-bottom: 4px; }
  .signal-text p { font-size: 13px; color: var(--text2); line-height: 1.6; margin: 0 !important; }
  /* ── CHECKLIST ── */
  .checklist { display: grid; gap: 10px; margin: 1.5rem 0; }
  .check-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text); line-height: 1.55; }
  .check-icon { width: 22px; height: 22px; border-radius: 50%; background: rgba(217,106,31,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
  .check-icon svg { width: 11px; height: 11px; stroke: var(--orange); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
 
  /* ── WARNING BOX ── */
  .warning { border: 0.5px solid rgba(198,40,40,0.2); border-radius: 10px; padding: 1.1rem 1.25rem; background: rgba(198,40,40,0.04); margin: 1.75rem 0; display: flex; gap: 12px; align-items: flex-start; }
  .warning-icon { font-size: 18px; flex-shrink: 0; line-height: 1.4; }
  .warning p { font-size: 14px; color: var(--text); margin: 0 !important; line-height: 1.6; }
		  /* ── COMPARISON TABLE ── */
  .compare-table { width: 100%; border-collapse: collapse; margin: 1.75rem 0; font-size: 14px; border-radius: 10px; overflow: hidden; border: 0.5px solid var(--border); }
  .compare-table th { padding: 10px 16px; text-align: left; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
  .compare-table th:first-child { background: var(--cream2); color: var(--text3); }
  .compare-table th:nth-child(2) { background: var(--cream3); color: var(--text3); }
  .compare-table th:last-child { background: var(--navy); color: var(--orange); }
  .compare-table td { padding: 10px 16px; border-top: 0.5px solid var(--border); line-height: 1.5; color: var(--text2); }
  .compare-table td:first-child { font-weight: 400; color: var(--text); background: rgba(246,240,228,0.5); }
  .compare-table td:last-child { background: rgba(13,27,42,0.04); color: var(--navy); font-weight: 400; }
  .compare-table .good { color: #2E7D32; font-weight: 500; }
  .warning strong { color: #C62828; }
	  
	  
	    /* ── BODY ── */
  .post-body { font-size: 16px; line-height: 1.85; color: var(--text); }
  .post-body p { margin-bottom: 1.4rem; }
  .post-body h2 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--navy); margin: 2.5rem 0 .8rem; line-height: 1.2; }
  .post-body h3 { font-size: 16px; font-weight: 500; color: var(--navy); margin: 1.8rem 0 .5rem; }
  .post-body strong { font-weight: 500; color: var(--navy); }
  .post-body em { font-style: italic; }

.post-template-sidebar-cta {
  border: 1px solid var(--border2);
  box-shadow: none;
}

[data-theme="light"] .post-template-sidebar-cta {
  background: var(--navy);
}

[data-theme="dark"] .post-template-sidebar-cta {
  background: var(--bg2);
  border-color: var(--border2);
}

[data-theme="dark"] .post-template-sidebar-cta strong {
  color: var(--text);
}

[data-theme="dark"] .post-template-sidebar-cta p {
  color: var(--text2);
}

[data-theme="dark"] .post-template-sidebar-cta a {
  background: var(--orange);
  color: #fff;
}
[data-theme="dark"] .compare-table{border-color:var(--border2)}[data-theme="dark"] .compare-table th:first-child,[data-theme="dark"] .compare-table th:nth-child(2){background:var(--bg2);color:var(--text3)}[data-theme="dark"] .compare-table th:last-child{background:var(--navy);color:var(--orange)}[data-theme="dark"] .compare-table td{border-top-color:var(--border);color:var(--text2);background:transparent}[data-theme="dark"] .compare-table td:first-child{background:rgba(255,255,255,.04);color:var(--text);font-weight:500}[data-theme="dark"] .compare-table td:last-child{background:rgba(217,106,31,.04);color:var(--text)}[data-theme="dark"] .compare-table .good{color:#6FCF97}
