/* ============================================================
   Lathi Creates v4 — main.css
   Calm an inflamed mind.
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,sans-serif;background:var(--cream,#faf8f5);color:var(--text,#1a2e3b);font-size:var(--base-size,17px);line-height:1.7;-webkit-font-smoothing:antialiased}

/* Single-post editorial surface: clean white canvas + true black reading text. */
body.single-post{background:#fff;color:#000}
body.single-post .lc-post-outer{background:#fff}
body.single-post .lc-content,body.single-post .lc-content p,body.single-post .lc-content li,body.single-post .lc-content td,body.single-post .lc-content th{color:#000}
body.single-post .lc-content strong,body.single-post .lc-content b,body.single-post .lc-content em{color:#000}
body.single-post .lc-content h2,body.single-post .lc-content h3,body.single-post .lc-content h4{color:#000}
body.single-post .lc-post-h1{color:#000}
body.single-post .lc-byline-name{color:#000}
body.single-post .lc-byline-role,body.single-post .lc-byline-meta{color:#333}
body.single-post .lc-sb-sub,body.single-post .lc-sb-perks li{color:#222}

h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:600;color:var(--text,#1a2e3b);line-height:1.2}
p{color:var(--muted,#6b7f8a);line-height:1.8;margin:0}
img{max-width:100%;height:auto;display:block}
a{transition:all .25s}
:root{
  --teal:#073b52;--tm:#0e5470;--tl:#cbe8e6;--tx:#e8f4f3;
  --sage:#8aab9a;--sage-lt:#d4e8de;
  --cream:#faf8f5;--white:#fff;
  --text:#1a2e3b;--muted:#6b7f8a;--soft:#9ab0bb;--border:#e4edef;
  --discover-bg:#f0f7f6;
  --sh:0 1px 20px rgba(7,59,82,.06);--sh-lg:0 12px 40px rgba(7,59,82,.12);
  --r:14px;--btn-r:100px;--base-size:17px;
}
.lc-skip{position:absolute;top:-100px;left:1rem;background:var(--teal);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;z-index:9999;text-decoration:none;transition:top .2s}
.lc-skip:focus{top:1rem}
:focus-visible{outline:2px solid var(--sage);outline-offset:3px}

/* ── HEADER ── */
.lc-header{background:rgba(250,248,245,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100}
.lc-header__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:64px;gap:1rem}
.lc-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.lc-logo__img{height:auto}
.lc-logo__mark{font-size:1.25rem}
.lc-logo__name{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:600;color:var(--teal)}
.lc-logo__name em{font-style:normal;color:var(--sage)}
.lc-logo--light .lc-logo__name{color:rgba(255,255,255,.9)}
.lc-nav__list{list-style:none;display:flex;align-items:center;gap:1.75rem}
.lc-nav__list a{font-size:.85rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s}
.lc-nav__list a:hover{color:var(--teal)}
.lc-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.lc-menu-toggle span{display:block;width:22px;height:2px;background:var(--teal);border-radius:2px;transition:all .3s}

/* ── BUTTONS ── */
.lc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:'Inter',sans-serif;font-weight:600;font-size:.85rem;padding:.78em 2em;border-radius:var(--btn-r,100px);text-decoration:none;transition:all .25s;cursor:pointer;border:none;white-space:nowrap}
.lc-btn--dark{background:var(--teal);color:#fff}.lc-btn--dark:hover{background:var(--tm);transform:translateY(-2px);color:#fff;box-shadow:0 8px 24px rgba(7,59,82,.2)}
.lc-btn--outline{background:transparent;color:var(--teal);border:1.5px solid var(--teal)}.lc-btn--outline:hover{background:var(--teal);color:#fff;transform:translateY(-2px)}
.lc-btn--text{background:transparent;color:var(--muted);font-size:.85rem;padding:.78em .5em}.lc-btn--text:hover{color:var(--teal)}
.lc-nav__cta{background:var(--teal)!important;color:#fff!important;padding:.46em 1.2em;border-radius:var(--btn-r,100px);font-size:.82rem!important}
.lc-nav__cta:hover{background:var(--tm)!important}
.lc-section-tag{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem}
.lc-section-tag::before{content:'';width:18px;height:1px;background:var(--sage)}
.lc-read-more{font-size:.8rem;font-weight:500;color:var(--teal);text-decoration:none;margin-top:auto;padding-top:.75rem;display:inline-block;transition:color .2s}
.lc-read-more:hover{color:var(--sage)}

/* ── HERO ── */
.lc-hero{background:var(--cream);position:relative;overflow:hidden}
.lc-hero::before{content:'';position:absolute;top:-150px;right:-100px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(7,59,82,.03),transparent 65%);pointer-events:none}
.lc-hero__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:5rem;align-items:center;padding:5.5rem 5%}
.lc-hero__kicker{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);display:flex;align-items:center;gap:.5rem;margin-bottom:1.1rem}
.lc-hero__kicker::before{content:'';width:20px;height:1px;background:var(--sage)}
.lc-hero__left{display:flex;flex-direction:column;gap:1.75rem}
.lc-hero__left h1{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,4.5vw,3.8rem);font-weight:700;color:var(--teal);line-height:1.08;letter-spacing:-.02em;margin:0}
.lc-hero__left h1 em{font-style:italic;color:var(--sage)}
.lc-hero__sub{font-size:1.05rem;line-height:1.82;color:var(--muted);max-width:440px;margin:0}
.lc-hero__btns{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.lc-hero__proof{display:flex;align-items:center;gap:.85rem}
.lc-hero__proof p{font-size:.78rem;color:var(--muted);line-height:1.35;margin:0}
.lc-hero__proof strong{color:var(--teal);font-weight:600}
.lc-proof__avs{display:flex}
.lc-proof__avs span{width:28px;height:28px;border-radius:50%;background:var(--tl);color:var(--teal);font-size:.58rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid var(--cream);margin-left:-6px}
.lc-proof__avs span:first-child{margin-left:0}

/* Opt-in card */
.lc-optin{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 40px rgba(7,59,82,.09),0 0 0 1px rgba(7,59,82,.04)}
.lc-optin__head{background:var(--teal);padding:1.6rem 2rem}
.lc-optin__label{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--tl);display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem}
.lc-optin__label::before{content:'';width:14px;height:1px;background:var(--tl)}
.lc-optin__head h2{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:#fff;line-height:1.2;margin:0 0 .4rem}
.lc-optin__head p{font-size:.86rem;color:rgba(255,255,255,.58);margin:0}
.lc-optin__perks{padding:1rem 2rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.45rem}
.lc-optin__perks li{font-size:.84rem;color:var(--text);display:flex;align-items:center;gap:.5rem;list-style:none}
.lc-optin__perks li::before{content:'✓';width:18px;height:18px;border-radius:50%;background:var(--tx);color:var(--sage);font-size:.62rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.lc-optin__form,.lc-crm-form{padding:1rem 2rem;display:flex;flex-direction:column;gap:.55rem}
.lc-optin__input{border:1.5px solid var(--border);border-radius:8px;padding:.75em 1em;font-family:'Inter',sans-serif;font-size:.92rem;color:var(--text);outline:none;width:100%;transition:border-color .2s}
.lc-optin__input:focus{border-color:var(--teal)}
.lc-optin__btn{background:var(--teal);color:#fff;border:none;border-radius:8px;padding:.82em;font-family:'Inter',sans-serif;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .25s;text-align:center;width:100%}
.lc-optin__btn:hover{background:var(--tm);transform:translateY(-1px)}
.lc-optin__note{text-align:center;font-size:.7rem;color:var(--soft);padding:0 2rem .75rem}
.lc-crm-form__msg{font-size:.8rem;text-align:center;min-height:1.2em;color:var(--sage)}
.lc-crm-form__msg.error{color:#dc2626}

/* Trust */
.lc-trust{background:var(--teal);padding:1.75rem 5%;border-top:1px solid rgba(255,255,255,.08)}
.lc-trust__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}
.lc-trust__item{display:flex;flex-direction:column;align-items:center;gap:.2rem}
.lc-trust__item strong{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:#fff}
.lc-trust__item span{font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.lc-trust__div{width:1px;height:32px;background:rgba(255,255,255,.15)}

/* ══════════════════════════════════════════
   DISCOVER — LIGHTER BACKGROUND
══════════════════════════════════════════ */
.lc-discover{background:var(--discover-bg,#f0f7f6);padding:5.5rem 5%;position:relative;overflow:hidden}
.lc-discover::before{content:'';position:absolute;top:-80px;right:-80px;width:380px;height:380px;border-radius:50%;background:rgba(7,59,82,.025);pointer-events:none}
.lc-discover__inner{max-width:820px;margin:0 auto;position:relative;z-index:1}
.lc-discover__hdr{text-align:center;margin-bottom:2.5rem}
.lc-discover__hdr .lc-section-tag{display:flex;justify-content:center}
.lc-discover__hdr h2{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,3.5vw,2.6rem);font-weight:700;color:var(--teal);line-height:1.15;margin:.4rem 0 .65rem;letter-spacing:-.02em}
.lc-discover__hdr p{color:var(--muted);font-size:1rem}

/* ── MULTIMODAL SEARCH BAR ── */
.lc-ms-wrap{margin-bottom:.85rem}
.lc-ms-bar{
  display:flex;align-items:center;
  background:#fff;
  border:1.5px solid var(--border);
  border-radius:100px;
  padding:.3rem .3rem .3rem 1.4rem;
  box-shadow:0 4px 24px rgba(7,59,82,.08);
  transition:box-shadow .25s,border-color .25s;
  gap:.35rem;
}
.lc-ms-bar:focus-within{
  box-shadow:0 6px 32px rgba(7,59,82,.14);
  border-color:var(--sage);
}
.lc-ms-icon{color:var(--soft);display:flex;align-items:center;flex-shrink:0;padding-right:.2rem}
.lc-ms-input{flex:1;border:none;background:transparent;font-family:'Inter',sans-serif;font-size:1rem;color:var(--text);outline:none;padding:.62em 0;caret-color:var(--sage);min-width:0}
.lc-ms-input::placeholder{color:#aab8c2}
.lc-ms-img-preview{display:none;align-items:center;gap:.45rem;background:var(--tx);border-radius:100px;padding:.18rem .7rem .18rem .3rem;font-size:.74rem;font-weight:500;color:var(--teal)}
.lc-ms-img-preview.show{display:flex}
.lc-ms-img-preview img{width:26px;height:26px;border-radius:50%;object-fit:cover}
.lc-ms-img-remove{background:none;border:none;cursor:pointer;color:var(--muted);font-size:.75rem;line-height:1;padding:0 0 0 .2rem}
.lc-ms-clear{width:28px;height:28px;border-radius:50%;background:var(--border);border:none;cursor:pointer;display:none;align-items:center;justify-content:center;color:var(--muted);transition:all .2s;flex-shrink:0}
.lc-ms-clear.visible{display:flex}
.lc-ms-clear:hover{background:#cdd8de;color:var(--teal)}
.lc-ms-divider{width:1px;height:20px;background:var(--border);flex-shrink:0;margin:0 .1rem}
.lc-ms-voice{width:36px;height:36px;border-radius:50%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .22s;flex-shrink:0;position:relative}
.lc-ms-voice:hover{background:var(--tx);color:var(--teal)}
.lc-ms-voice.listening{color:#dc2626;background:rgba(220,38,38,.06)}
.lc-ms-voice.listening::after{content:'';position:absolute;inset:-3px;border-radius:50%;border:2px solid rgba(220,38,38,.35);animation:lc-pulse-ring 1.4s ease-in-out infinite}
@keyframes lc-pulse-ring{0%{transform:scale(.9);opacity:1}100%{transform:scale(1.35);opacity:0}}
.lc-ms-voice__status{position:absolute;top:calc(100% + 7px);left:50%;transform:translateX(-50%);background:var(--teal);color:#fff;font-size:.68rem;font-weight:600;padding:.28em .75em;border-radius:100px;white-space:nowrap;opacity:0;transition:opacity .2s;pointer-events:none;z-index:10}
.lc-ms-voice.listening .lc-ms-voice__status{opacity:1}
.lc-ms-img{width:36px;height:36px;border-radius:50%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .22s;flex-shrink:0}
.lc-ms-img:hover{background:var(--tx);color:var(--teal)}
.lc-ms-submit{background:var(--teal);color:#fff;border:none;border-radius:100px;padding:.6em 1.45em;font-family:'Inter',sans-serif;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .22s;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.35rem}
.lc-ms-submit:hover{background:var(--tm);transform:scale(1.02)}

/* Chips */
.lc-ds-chips{display:flex;align-items:center;gap:.42rem;flex-wrap:wrap;margin-top:.85rem;justify-content:center}
.lc-ds-chips__lbl{font-size:.7rem;color:var(--soft);white-space:nowrap}
.lc-ds-chip{font-family:'Inter',sans-serif;font-size:.74rem;font-weight:500;color:var(--muted);border:1px solid var(--border);padding:.28em .85em;border-radius:100px;cursor:pointer;background:#fff;transition:all .2s;line-height:1}
.lc-ds-chip:hover,.lc-ds-chip.active{background:var(--teal);color:#fff;border-color:var(--teal);transform:translateY(-1px)}

/* Results panel — light version */
.lc-ds-panel{display:none;margin-top:1.5rem;animation:lc-ds-in .2s ease}
.lc-ds-panel.on{display:block}
@keyframes lc-ds-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.lc-ds-count{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--teal);margin-bottom:1rem}
.lc-ds-count em{font-style:normal;font-family:'Inter',sans-serif;font-size:.86rem;font-weight:400;color:var(--muted);margin-left:.4rem}
.lc-ds-layout{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.lc-ds-featured{background:#fff;border-radius:14px;box-shadow:var(--sh-lg);border:1px solid var(--border);border-top:3px solid var(--teal);display:flex;flex-direction:column;cursor:pointer;transition:transform .25s,box-shadow .25s;grid-row:span 2;overflow:hidden;position:relative}
.lc-ds-featured:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(7,59,82,.14)}
.lc-ds-featured__tag{position:absolute;top:0;right:0;background:var(--teal);color:#fff;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35em 1em;border-radius:0 0 0 10px}
.lc-ds-featured__body{padding:1.5rem 1.5rem .85rem;flex:1;display:flex;flex-direction:column;gap:.6rem}
.lc-ds-featured__cat{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sage)}
.lc-ds-featured__title{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:var(--teal);line-height:1.3}
.lc-ds-featured__text{font-size:.85rem;color:var(--muted);line-height:1.72;flex:1}
.lc-ds-featured__link{font-size:.78rem;font-weight:700;color:var(--teal);display:inline-flex;align-items:center;gap:.3rem;margin-top:.3rem}
.lc-ds-featured__link::after{content:'→';transition:transform .2s}
.lc-ds-featured__link:hover::after{transform:translateX(4px)}
.lc-ds-featured__footer{background:var(--teal);padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between;margin-top:auto}
.lc-ds-featured__footer-txt{font-size:.66rem;color:rgba(255,255,255,.5)}
.lc-ds-featured__footer-cta{font-size:.68rem;font-weight:700;color:var(--sage)}
.lc-ds-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.42rem;cursor:pointer;transition:all .2s;text-decoration:none;border-left:3px solid transparent}
.lc-ds-card:hover{border-left-color:var(--sage);box-shadow:var(--sh);transform:translateX(3px)}
.lc-ds-card__type{display:flex;align-items:center;gap:.35rem;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.lc-ds-card__type--article{color:var(--teal)}.lc-ds-card__type--video{color:#dc2626}.lc-ds-card__type--faq{color:var(--sage)}
.lc-ds-card__dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}
.lc-ds-card__title{font-family:'Playfair Display',serif;font-size:.9rem;font-weight:600;color:var(--text);line-height:1.35}
.lc-ds-card__exc{font-size:.78rem;color:var(--muted);line-height:1.6}
.lc-ds-card__meta{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.35rem}
.lc-ds-card__arr{color:var(--soft);margin-left:auto;transition:transform .18s}.lc-ds-card:hover .lc-ds-card__arr{transform:translateX(4px);color:var(--teal)}
.lc-ds-card--faq .lc-ds-card__ans{display:none;font-size:.8rem;color:var(--muted);line-height:1.65;border-top:1px solid var(--border);padding-top:.55rem;margin-top:.3rem}
.lc-ds-card--faq.open .lc-ds-card__ans{display:block}
.lc-ds-card--faq.open{border-left-color:var(--teal)}
.lc-ds-empty{text-align:center;padding:2rem;color:var(--muted);font-size:.9rem}
.lc-ds-empty a{color:var(--teal);font-weight:600}

/* Default FAQs — light */
.lc-ds-default{margin-top:2rem}
.lc-ds-divider{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}
.lc-ds-divider div{flex:1;height:1px;background:var(--border)}
.lc-ds-divider span{font-size:.7rem;color:var(--soft);white-space:nowrap;font-weight:500}
.lc-faq{display:flex;flex-direction:column;gap:.4rem}
.lc-faq__item{border-radius:11px;overflow:hidden;border:1px solid var(--border);transition:border-color .25s;background:#fff}
.lc-faq__item.open{border-color:var(--teal)}
.lc-faq__btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.15rem;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--text);font-family:'Inter',sans-serif;font-size:.9rem;line-height:1.4;transition:background .2s}
.lc-faq__btn:hover,.lc-faq__item.open .lc-faq__btn{background:var(--tx)}
.lc-faq__ico{flex-shrink:0;width:21px;height:21px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--soft);font-size:.82rem;transition:transform .3s,border-color .3s,color .3s}
.lc-faq__item.open .lc-faq__ico{transform:rotate(45deg);border-color:var(--teal);color:var(--teal);background:var(--tx)}
.lc-faq__body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}
.lc-faq__item.open .lc-faq__body{max-height:220px}
.lc-faq__body p{padding:.2rem 1.15rem 1.1rem;color:var(--muted);font-size:.87rem;line-height:1.8;margin:0}
.lc-faq__body a{color:var(--teal);font-weight:600;text-decoration:underline;text-underline-offset:3px}

/* ── BLOG ── */
.lc-blog{background:var(--cream);padding:7rem 5%}
.lc-blog__inner{max-width:1200px;margin:0 auto}
.lc-section-intro{max-width:500px;margin-bottom:3rem}
.lc-section-intro h2{font-size:clamp(1.75rem,3vw,2.2rem);margin:.3rem 0 .4rem}
.lc-section-foot{text-align:center;margin-top:3rem}
.lc-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;align-items:stretch}
.lc-blog-card{background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh);display:flex;flex-direction:column;transition:transform .4s,box-shadow .4s;height:100%}
.lc-blog-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg)}
.lc-blog-card__img{display:block;height:210px;overflow:hidden;flex-shrink:0}
.lc-blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.lc-blog-card:hover .lc-blog-card__img img{transform:scale(1.04)}
.lc-blog-card__placeholder{width:100%;height:100%;background:var(--tx)}
.lc-blog-card__body{padding:1.4rem;display:flex;flex-direction:column;gap:.45rem;flex:1}
.lc-blog-card__cat{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.lc-blog-card__cat a{color:var(--text)!important;text-decoration:none!important;transition:color .2s}
.lc-blog-card__cat a:hover{color:var(--teal)!important}
.lc-blog-card h3{font-family:'Playfair Display',serif;font-size:1.02rem;font-weight:600;color:var(--text);line-height:1.4;margin:0;flex:1}
.lc-blog-card h3 a{color:var(--text);text-decoration:none;transition:color .2s}
.lc-blog-card h3 a:hover{color:var(--teal)}
.lc-blog-card p{font-size:.84rem;color:var(--muted);line-height:1.65;margin:0}

/* ── FEATURED PRODUCT ── */
.lc-featured{background:#fff;padding:7rem 5%}
.lc-featured__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.lc-featured__img{background:var(--tx);border-radius:20px;min-height:440px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.lc-featured__badges{position:absolute;top:18px;left:18px;display:flex;gap:8px}
.lc-badge{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;padding:.28em .8em;border-radius:100px}
.lc-badge--dark{background:var(--teal)}.lc-badge--sage{background:var(--sage)}
.lc-featured__svg svg{animation:lc-float 4s ease-in-out infinite}
@keyframes lc-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.lc-featured__info{display:flex;flex-direction:column;gap:1rem}
.lc-featured__info h2{font-size:clamp(1.75rem,3vw,2.4rem);margin:0}
.lc-featured__desc{font-size:.97rem;line-height:1.82;color:var(--muted)}
.lc-featured__bens{list-style:none;display:flex;flex-direction:column;gap:.7rem;padding:0}
.lc-featured__bens li{display:flex;align-items:flex-start;gap:.7rem;font-size:.9rem;color:var(--text)}
.lc-featured__bens li::before{content:'✓';width:20px;height:20px;border-radius:50%;flex-shrink:0;background:var(--tx);color:var(--sage);display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;margin-top:.15rem}
.lc-featured__btns{display:flex;gap:.75rem;flex-wrap:wrap}

/* ── CLARITY TEASER ── */
.lc-clarity-teaser{background:var(--cream);padding:7rem 5%;position:relative;overflow:hidden}
.lc-clarity-teaser::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(7,59,82,.03),transparent 65%);pointer-events:none}
.lc-clarity-teaser__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 340px;gap:5rem;align-items:center;position:relative;z-index:1}
.lc-clarity-teaser__badge{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.lc-clarity-teaser__platform{font-size:.76rem;color:var(--muted);font-weight:500}
.lc-clarity-teaser h2{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,3.2vw,2.7rem);font-weight:700;color:var(--teal);line-height:1.12;letter-spacing:-.02em;margin:.2rem 0 1rem}
.lc-clarity-teaser h2 em{font-style:italic;color:var(--sage)}
.lc-clarity-teaser__sub{font-size:.97rem;color:var(--muted);line-height:1.82;margin-bottom:1.75rem;max-width:460px}
.lc-clarity-teaser__sub strong{color:var(--text)}
.lc-clarity-feats{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.85rem}
.lc-clarity-feats li{display:flex;align-items:flex-start;gap:.8rem}
.lc-feat-icon{width:36px;height:36px;border-radius:9px;background:var(--tx);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
.lc-clarity-feats li div:last-child{display:flex;flex-direction:column;gap:.15rem}
.lc-clarity-feats li strong{font-size:.88rem;font-weight:600;color:var(--text);display:block}
.lc-clarity-feats li span{font-size:.8rem;color:var(--muted)}
.lc-clarity-feats__btns{display:flex;gap:.75rem;flex-wrap:wrap}

/* Mini phone mockup */
.lc-mini-phone{position:relative;display:flex;justify-content:center}
.lc-mini-phone__frame{width:260px;background:var(--teal);border-radius:34px;padding:11px;box-shadow:0 28px 70px rgba(7,59,82,.3);animation:lc-float 5s ease-in-out infinite}
.lc-mini-phone__screen{background:#faf8f5;border-radius:25px;overflow:hidden;display:flex;flex-direction:column}
.lc-mini-phone__hdr{background:var(--teal);padding:.65rem 1rem;display:flex;justify-content:space-between;align-items:center;font-size:.68rem;font-weight:600;color:rgba(255,255,255,.8)}
.lc-mini-phone__hdr span:last-child{font-family:'Playfair Display',serif}
.lc-mini-phone__greeting{font-family:'Playfair Display',serif;font-size:.93rem;font-weight:600;color:var(--teal);padding:1rem 1rem .2rem}
.lc-mini-phone__sub{font-size:.68rem;color:var(--muted);padding:0 1rem .7rem}
.lc-mini-phone__moods{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem;padding:0 1rem .65rem}
.lc-mini-mood{background:#fff;border-radius:8px;padding:.42rem .15rem;text-align:center;border:1.5px solid var(--border);font-size:.6rem;color:var(--muted);display:flex;flex-direction:column;gap:.18rem}
.lc-mini-mood.on{border-color:var(--sage);background:var(--tx);color:var(--teal)}
.lc-mini-mood span{font-size:.56rem;font-weight:500}
.lc-mini-phone__card{background:var(--teal);margin:.1rem 1rem .6rem;border-radius:11px;padding:.85rem}
.lc-mini-card__lbl{font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tl);margin-bottom:.3rem}
.lc-mini-card__title{font-family:'Playfair Display',serif;font-size:.82rem;font-weight:600;color:#fff;margin-bottom:.3rem}
.lc-mini-card__body{font-size:.66rem;color:rgba(255,255,255,.58);line-height:1.5;margin-bottom:.45rem}
.lc-mini-card__cta{font-size:.63rem;font-weight:700;color:var(--sage)}
.lc-mini-phone__log{padding:.1rem 1rem 1rem}
.lc-mini-log__lbl{font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}
.lc-mini-log__item{font-size:.66rem;padding:.38rem .6rem;border-radius:7px;margin-bottom:.28rem;line-height:1.4}
.lc-mini-log__safe{background:#dcfce7;color:#15803d}
.lc-mini-log__warn{background:#fef3c7;color:#d97706}

/* ── COMMUNITY ── */
.lc-community{background:var(--tx);padding:7rem 5%}
.lc-community__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.lc-community__left{display:flex;flex-direction:column;gap:1.1rem}
.lc-community__left h2{font-size:clamp(1.6rem,2.5vw,2.1rem);margin:0}
.lc-community__left>p{font-size:.97rem;line-height:1.82;color:var(--muted)}
.lc-community__nums{display:flex;gap:2.5rem;margin-top:.5rem}
.lc-community__nums div{display:flex;flex-direction:column}
.lc-community__nums strong{font-family:'Playfair Display',serif;font-size:1.9rem;font-weight:700;color:var(--teal);display:block}
.lc-community__nums span{font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.lc-community__right{background:var(--teal);border-radius:20px;min-height:280px;display:flex;align-items:center;justify-content:center;font-size:5rem}

/* ══════════════════════════════════════
   SINGLE POST — 3 COLUMN BOUNDED TOC
══════════════════════════════════════ */
.lc-post-outer{max-width:1180px;margin:0 auto;padding:4.25rem 2.5% 6.5rem;display:grid;grid-template-columns:minmax(0,760px) 260px;gap:4.5rem;justify-content:center;align-items:start}

/* CENTRE — article */
.lc-post-main{min-width:0}
.lc-post-h1{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.55rem);font-weight:700;color:var(--text);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.4rem}
.lc-post-byline{display:flex;align-items:center;gap:1rem;padding:.35rem 0 1.1rem;background:#fff;border-radius:0;border-bottom:1px solid var(--border);margin-bottom:2.2rem;flex-wrap:wrap}
.lc-byline-item{display:flex;align-items:center;gap:.5rem}
.lc-byline-lbl{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}
.lc-byline-av{width:30px;height:30px;min-width:30px;min-height:30px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;flex-shrink:0;object-fit:cover;overflow:hidden}
img.lc-byline-av{display:block}
.lc-byline-av--sage{background:var(--sage)}
.lc-byline-av--fallback{line-height:1;user-select:none}
.lc-byline-item:has(.lc-byline-av){min-width:0}
@media(max-width:600px){.lc-byline-av{width:28px;height:28px;min-width:28px;min-height:28px;font-size:.58rem}.lc-byline-item{gap:.45rem}.lc-byline-name{font-size:.76rem}.lc-byline-role{font-size:.61rem}}
.lc-byline-name{font-size:.8rem;font-weight:600;color:var(--text);text-decoration:none}
.lc-byline-name:hover{color:var(--teal)}
.lc-byline-role{font-size:.65rem;color:var(--muted);line-height:1.2}
.lc-byline-sep{width:1px;height:22px;background:var(--border)}
.lc-byline-meta{font-size:.72rem;color:var(--muted);display:flex;align-items:center;gap:.25rem}
/* Share carousel */
.lc-share__btn{
  flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:#fff;
  border:1px solid var(--border);border-radius:100px;padding:.48em .82em;
  font-size:.72rem;font-weight:600;color:var(--text);white-space:nowrap;
  text-decoration:none;cursor:pointer;transition:all .18s;font-family:inherit;
}
.lc-share__btn:hover{border-color:var(--sage);color:var(--teal);background:var(--tx);transform:translateY(-1px)}

.lc-post-hero{width:100%;max-height:500px;object-fit:cover;border-radius:14px;margin-bottom:2.8rem;display:block;box-shadow:0 10px 34px rgba(7,59,82,.08)}

/* Content — all black */
.lc-content{font-size:1.02rem;line-height:1.9;overflow-wrap:break-word;word-break:normal}
.lc-content>*+*{margin-top:1.7rem}
.lc-content p{max-width:72ch}
.lc-content strong,.lc-content b{font-weight:700;color:var(--text);overflow-wrap:normal;word-break:normal}
.lc-content em{overflow-wrap:normal;word-break:normal}
.lc-content p{color:var(--text)}
.lc-content a{color:var(--text);text-decoration:underline;text-underline-offset:3px;font-weight:500}
.lc-content a:hover{color:var(--teal)}
.lc-content h2{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:var(--text);line-height:1.2;margin:3.25rem 0 .9rem;padding-bottom:.6rem;border-bottom:2px solid var(--tl);position:relative}
.lc-content h2::before{content:'';position:absolute;bottom:-2px;left:0;width:48px;height:2px;background:var(--sage)}
.lc-content h3{font-family:'Playfair Display',serif;font-size:1.18rem;font-weight:600;color:var(--text);line-height:1.3;margin:2.4rem 0 .7rem;display:flex;align-items:center;gap:.5rem}
.lc-content h3::before{content:'';width:4px;height:1.1em;background:var(--sage);border-radius:2px;flex-shrink:0}
.lc-content ul{padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:0}
.lc-content ul li{display:flex;align-items:flex-start;gap:.65rem;line-height:1.7;color:var(--text)}
.lc-content ul li::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--sage);flex-shrink:0;margin-top:.54rem}
.lc-content ol{counter-reset:lc-ol;list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}
.lc-content ol li{counter-increment:lc-ol;display:flex;align-items:flex-start;gap:.65rem;line-height:1.7;color:var(--text)}
.lc-content ol li::before{content:counter(lc-ol);width:22px;height:22px;border-radius:50%;background:var(--teal);color:#fff;font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.24rem}
.lc-content blockquote{border-left:3px solid var(--sage);padding:.75rem 1.25rem;background:var(--tx);border-radius:0 10px 10px 0;font-style:italic;color:var(--text)}

/* Content blocks */
.lc-tldr{background:var(--teal);border-radius:13px;padding:1.45rem 1.7rem;position:relative;overflow:hidden}
.lc-tldr::before{content:'';position:absolute;top:-40px;right:-40px;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.04)}
.lc-tldr__label{font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--tl);margin-bottom:.6rem;display:flex;align-items:center;gap:.4rem}
.lc-tldr__label::before{content:'⚡'}
.lc-tldr h4{font-family:'Playfair Display',serif;font-size:.95rem;color:#fff;margin-bottom:.55rem}
.lc-tldr ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}
.lc-tldr li{font-size:.84rem;color:rgba(255,255,255,.75);display:flex;align-items:flex-start;gap:.48rem;line-height:1.55}
.lc-tldr li::before{content:'→';color:var(--tl);flex-shrink:0;font-weight:600}
.lc-tldr p{color:rgba(255,255,255,.85);font-size:.88rem;line-height:1.75;margin:0!important}

/* Key Takeaways — new component (theme had no dedicated box for this before) */
.lc-takeaways{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.65rem 1.8rem;box-shadow:0 8px 28px rgba(7,59,82,.07);position:relative}
.lc-takeaways::before{content:'';position:absolute;left:0;top:18px;bottom:18px;width:3px;background:var(--sage);border-radius:0 3px 3px 0}
.lc-takeaways ul{padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem;margin:0!important}
.lc-takeaways ul li{display:flex;align-items:flex-start;gap:.65rem;line-height:1.7;color:var(--text);font-size:.92rem}
.lc-takeaways ul li::before{content:'✓';color:var(--teal);font-weight:700;flex-shrink:0;width:16px}
.lc-callout{border-radius:11px;padding:1.05rem 1.3rem;display:flex;gap:.85rem;align-items:flex-start;border-left:4px solid}
.lc-callout__icon{font-size:1.1rem;flex-shrink:0;margin-top:.08rem}
.lc-callout__label{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.28rem}
.lc-callout p{font-size:.86rem;line-height:1.7;margin:0!important;color:var(--text)}
.lc-callout--science{background:var(--tx);border-color:var(--teal)}.lc-callout--science .lc-callout__label{color:var(--teal)}
.lc-callout--tip{background:#f0fdf4;border-color:#16a34a}.lc-callout--tip .lc-callout__label{color:#16a34a}
.lc-callout--warn{background:#fef3c7;border-color:#f59e0b}.lc-callout--warn .lc-callout__label{color:#d97706}
.lc-callout--danger{background:#fee2e2;border-color:#dc2626}.lc-callout--danger .lc-callout__label{color:#dc2626}
.lc-pullquote{padding:1.6rem 2rem;background:var(--tx);border-radius:12px;position:relative}
.lc-pullquote::before{content:'\201C';position:absolute;top:-.35rem;left:1.3rem;font-family:'Playfair Display',serif;font-size:4.5rem;line-height:1;color:var(--tl);pointer-events:none}
.lc-pullquote p{font-family:'Playfair Display',serif;font-size:1.15rem;font-style:italic;color:var(--teal);line-height:1.55;margin:0!important;padding-left:.35rem}
.lc-pullquote cite{display:block;font-family:'Inter',sans-serif;font-style:normal;font-size:.74rem;color:var(--muted);margin-top:.6rem;padding-left:.35rem}
.lc-stat-row{display:flex;gap:1.1rem;flex-wrap:wrap}
.lc-stat-box{flex:1;min-width:120px;background:#fff;border-radius:12px;padding:1.35rem;text-align:center;box-shadow:var(--sh);border-top:3px solid var(--tl);position:relative;overflow:hidden}
.lc-stat-box::after{content:'';position:absolute;bottom:-18px;right:-18px;width:70px;height:70px;border-radius:50%;background:var(--tx);pointer-events:none}
.lc-stat-box__n{font-family:'Playfair Display',serif;font-size:2.1rem;font-weight:900;color:var(--text);line-height:1;display:block;margin-bottom:.3rem;position:relative;z-index:1}
.lc-stat-box__l{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);position:relative;z-index:1;line-height:1.35}
.lc-hbar{background:#fff;border-radius:14px;padding:1.5rem;box-shadow:var(--sh)}
.lc-hbar__title{font-family:'Playfair Display',serif;font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:1rem}
.lc-hbar__row{display:grid;grid-template-columns:140px 1fr 44px;gap:.6rem;align-items:center;margin-bottom:.6rem}
.lc-hbar__row:last-of-type{margin-bottom:0}
.lc-hbar__label{font-size:.78rem;font-weight:500;color:var(--text);text-align:right;line-height:1.3}
.lc-hbar__track{height:12px;background:var(--border);border-radius:6px;overflow:hidden}
.lc-hbar__fill{height:100%;border-radius:6px;transition:width .8s ease}
.lc-hbar__val{font-size:.76rem;font-weight:700;color:var(--text)}
.lc-hbar__src{font-size:.67rem;color:var(--soft);margin-top:.8rem;font-style:italic}
.lc-table-wrap{overflow-x:auto;border-radius:14px;box-shadow:0 2px 22px rgba(7,59,82,.08)}
.lc-table{width:100%;border-collapse:collapse;background:#fff;font-size:.88rem}
.lc-table caption{font-family:'Playfair Display',serif;font-size:.97rem;font-weight:600;color:var(--text);text-align:left;padding:1.1rem 1.4rem .65rem;border-bottom:1px solid var(--border)}
.lc-table thead tr{background:var(--teal)}
.lc-table thead th{padding:.9rem 1.1rem;text-align:left;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.7);white-space:nowrap}
.lc-table tbody tr{border-bottom:1px solid var(--border);transition:background .15s}
.lc-table tbody tr:hover{background:var(--tx)}
.lc-table tbody tr:last-child{border-bottom:none}
.lc-table tbody td{padding:.85rem 1.1rem;vertical-align:middle;color:var(--text)}
.lc-td-bar{display:flex;align-items:center;gap:.65rem}
.lc-td-bar__track{flex:1;height:7px;background:var(--border);border-radius:4px;overflow:hidden;min-width:55px}
.lc-td-bar__fill{height:100%;border-radius:4px;background:var(--sage)}
.lc-td-bar__val{font-size:.78rem;font-weight:600;color:var(--text);white-space:nowrap}
.lc-pill{display:inline-flex;align-items:center;font-size:.68rem;font-weight:600;letter-spacing:.05em;padding:.2em .65em;border-radius:100px;white-space:nowrap}
.lc-pill--yes{background:#dcfce7;color:#16a34a}
.lc-pill--no{background:#fee2e2;color:#dc2626}
.lc-pill--maybe{background:#fef3c7;color:#d97706}
.lc-faq-box{border:1px solid var(--border);border-radius:14px;overflow:hidden}
.lc-faq-box__header{background:var(--teal);padding:.95rem 1.35rem;display:flex;align-items:center;gap:.6rem}
.lc-faq-box__header::before{content:'❓';font-size:.92rem}
.lc-faq-box__header span{font-family:'Playfair Display',serif;font-size:.95rem;font-weight:600;color:#fff}
.lc-faq-box__item{border-bottom:1px solid var(--border)}.lc-faq-box__item:last-child{border-bottom:none}
.lc-faq-box__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.88rem 1.35rem;background:#fff;border:none;cursor:pointer;text-align:left;font-family:'Inter',sans-serif;font-size:.9rem;font-weight:500;color:var(--text);transition:background .2s}
.lc-faq-box__q:hover{background:var(--cream)}
.lc-faq-box__q.open{color:var(--teal);background:var(--tx)}
.lc-faq-box__ico{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.78rem;color:var(--muted);transition:transform .3s,background .2s,border-color .2s}
.lc-faq-box__q.open .lc-faq-box__ico{transform:rotate(45deg);background:var(--teal);border-color:var(--teal);color:#fff}
.lc-faq-box__a{display:none;padding:.38rem 1.35rem 1.1rem;background:var(--tx);font-size:.86rem;line-height:1.75;color:var(--text)}
.lc-faq-box__a.open{display:block}

/* Author bio */
.lc-author-bio-section{margin-top:3rem;padding-top:2.25rem;border-top:2px solid var(--border)}
.lc-author-bio-section__hdr{font-family:'Playfair Display',serif;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1.1rem;display:flex;align-items:center;gap:.45rem}
.lc-author-bio-section__hdr::before{content:'';width:3px;height:1.05em;background:var(--sage);border-radius:2px;display:inline-block}
.lc-author-bio-card{background:#fff;border-radius:0;padding:1.45rem 0;display:flex;gap:1rem;align-items:flex-start;border:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.lc-abc-img{width:64px!important;height:64px!important;border-radius:50%!important;object-fit:cover!important;border:3px solid #fff!important;box-shadow:var(--sh)!important;display:block!important;flex-shrink:0}
.lc-abc-body{display:flex;flex-direction:column;gap:.4rem;flex:1;min-width:0}
.lc-abc-role{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}
.lc-abc-name{font-family:'Playfair Display',serif;font-size:1rem;font-weight:600;color:var(--text);text-decoration:none;display:block}
.lc-abc-name:hover{color:var(--teal)}
.lc-abc-title{font-size:.72rem;color:var(--muted)}
.lc-abc-socials{display:flex;gap:.32rem;flex-wrap:wrap}
.lc-abc-social{display:inline-flex;align-items:center;gap:.28rem;font-size:.68rem;font-weight:600;color:var(--text);border:1.5px solid var(--border);padding:.26em .68em;border-radius:100px;transition:all .2s;background:#fff;text-decoration:none}
.lc-abc-social:hover{border-color:var(--teal);color:var(--teal);background:var(--tx)}

/* Logged-in comment account line */
.lc-comment-form .logged-in-as{font-size:.74rem;color:var(--muted);margin:0 0 1rem;line-height:1.6;padding:.7rem .85rem;background:#fff;border:1px solid var(--border);border-radius:10px}
.lc-comment-form .logged-in-as a{color:var(--teal);font-weight:600;text-decoration:none}
.lc-comment-form .logged-in-as a:hover{color:var(--sage)}
.lc-comment-form .logged-in-as .lc-account-name{font-family:'Playfair Display',serif;font-weight:600;color:var(--text)}
.lc-comment-form .logged-in-as .lc-account-actions{display:inline-flex;gap:.55rem;margin-left:.35rem}
.lc-comment-form .logged-in-as .lc-account-actions a+ a{padding-left:.55rem;border-left:1px solid var(--border)}

/* Comments — replaces WordPress's unstyled default fallback */
.lc-comments-section{margin-top:3rem;padding-top:2.25rem;border-top:2px solid var(--border)}
.lc-comments-title{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:600;color:var(--text);margin:0 0 1.5rem}
.lc-comments-list{list-style:none;padding:0;margin:0}
.lc-comment{display:flex;gap:.9rem;padding:1.3rem 0;border-bottom:1px solid var(--border)}
.lc-comment--reply{margin-left:3.2rem;padding-left:1.1rem;border-left:2px solid var(--sage-lt);width:auto}
.lc-comment ul.children{list-style:none;padding:0;margin:0;flex-basis:100%}
.lc-comment__avatar{flex-shrink:0}
.lc-comment__initials{
  width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--teal);color:#fff;font-family:'Playfair Display',serif;font-weight:600;font-size:.82rem;
}
.lc-comment__initials--staff{background:var(--sage)}
.lc-comment__body{flex:1;min-width:0}
.lc-comment__meta{display:flex;align-items:baseline;gap:.55rem;flex-wrap:wrap}
.lc-comment__name{font-family:'Playfair Display',serif;font-weight:600;font-size:.92rem;color:var(--text)}
.lc-comment__time{font-size:.74rem;color:var(--soft)}
.lc-comment__text{font-size:.9rem;color:var(--text);line-height:1.65;margin:.35rem 0 .5rem}
.lc-comment__text p{margin:0 0 .6rem}
.lc-comment__pending{font-size:.78rem;color:var(--sage);font-style:italic;margin:.2rem 0}
.lc-comment__reply a{font-family:'Inter',sans-serif;font-weight:600;font-size:.74rem;color:var(--teal);text-decoration:none}
.lc-comment__reply a:hover{color:var(--sage)}

.lc-comments-pagination{margin:1.5rem 0;display:flex;gap:.5rem}

.lc-comments-closed{font-size:.88rem;color:var(--muted);font-style:italic;padding:1rem 0}

.lc-comment-form{margin-top:2rem;background:var(--cream);border-radius:14px;padding:1.75rem}
.lc-comment-form h3{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:600;color:var(--text);margin:0 0 1.1rem}
.lc-comment-field textarea{
  width:100%;min-height:110px;border:1px solid var(--border);border-radius:10px;
  padding:.9rem 1rem;font-family:'Inter',sans-serif;font-size:.9rem;color:var(--text);
  resize:vertical;background:#fff;
}
.lc-comment-field textarea:focus{outline:none;border-color:var(--sage)}
.lc-comment-form__row{margin-top:.75rem}
.lc-comment-form__row input{
  width:100%;border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;
  font-family:'Inter',sans-serif;font-size:.88rem;color:var(--text);background:#fff;
}
.lc-comment-form__row input:focus{outline:none;border-color:var(--sage)}
.lc-comment-submit{
  margin-top:1rem;background:var(--teal);color:#fff;border:none;border-radius:100px;
  padding:.75em 1.8em;font-family:'Inter',sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s;
}
.lc-comment-submit:hover{background:var(--tm)}

@media(max-width:600px){
  .lc-comment--reply{margin-left:1.4rem;padding-left:.8rem}
}
.lc-abc-bio{font-size:.83rem;color:var(--text);line-height:1.75}
.lc-abc-chips{display:flex;flex-wrap:wrap;gap:.28rem}
.lc-abc-chip{font-size:.62rem;font-weight:600;color:var(--text);background:#fff;border:1px solid var(--border);padding:.18em .58em;border-radius:100px}
.lc-abc-all-articles{display:inline-flex;align-items:center;gap:.38rem;font-size:.76rem;font-weight:600;color:var(--text);border:1.5px solid var(--border);padding:.44em 1.05em;border-radius:100px;transition:all .2s;background:#fff;text-decoration:none;align-self:flex-start}
.lc-abc-all-articles::after{content:'→';transition:transform .18s}
.lc-abc-all-articles:hover{border-color:var(--teal);background:var(--teal);color:#fff}
.lc-abc-all-articles:hover::after{transform:translateX(3px)}

/* RIGHT sidebar */
.lc-post-sidebar{position:sticky;top:84px;display:flex;flex-direction:column;gap:1.25rem;align-self:start}
.lc-sb-cta{border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}
.lc-sb-cta--app{background:var(--teal)}
.lc-sb-cta--toolkit{background:#fff;border:1px solid var(--border);box-shadow:0 10px 30px rgba(7,59,82,.08);position:relative;overflow:hidden}
.lc-sb-cta--toolkit::before{content:'';position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--teal),var(--sage))}
.lc-sb-cta--toolkit .lc-sb-title{font-size:1rem}
.lc-sb-cta--toolkit .lc-sb-perks{margin:.45rem 0 .35rem;gap:.4rem}
.lc-sb-cta--toolkit .lc-sb-perks li{padding:.15rem 0}
.lc-sb-badge{font-size:.56rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.2em .6em;border-radius:100px;align-self:flex-start;display:inline-block}
.lc-sb-cta--app .lc-sb-badge{background:rgba(255,255,255,.12);color:var(--tl)}
.lc-sb-badge--free{background:var(--sage-lt)!important;color:var(--sage)!important}
.lc-sb-title{font-family:'Playfair Display',serif;font-size:.92rem;font-weight:600;line-height:1.25}
.lc-sb-cta--app .lc-sb-title{color:#fff}
.lc-sb-cta--toolkit .lc-sb-title{color:var(--teal)}
.lc-sb-sub{font-size:.75rem;line-height:1.58}
.lc-sb-cta--app .lc-sb-sub{color:rgba(255,255,255,.58)}
.lc-sb-cta--toolkit .lc-sb-sub{color:var(--muted)}
.lc-sb-btn{display:block;text-align:center;font-family:'Inter',sans-serif;font-weight:700;font-size:.76rem;padding:.66em 1em;border-radius:100px;text-decoration:none;transition:all .22s;margin-top:.2rem}
.lc-sb-cta--app .lc-sb-btn{background:var(--sage);color:#fff}
.lc-sb-cta--app .lc-sb-btn:hover{background:#7a9d8a;color:#fff}
.lc-sb-btn--teal{background:var(--teal)!important;color:#fff!important}
.lc-sb-btn--teal:hover{background:var(--tm)!important}
.lc-sb-share{opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;transition:opacity .28s ease,transform .28s ease,visibility .28s ease;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.05rem;box-shadow:0 8px 28px rgba(7,59,82,.07)}
.lc-sb-share.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.lc-sb-share__head{display:flex;flex-direction:column;gap:.12rem;margin-bottom:.55rem}
.lc-sb-share__eyebrow{font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}
.lc-sb-share__title{font-family:'Playfair Display',serif;font-size:.9rem;font-weight:600;color:var(--text);line-height:1.25}
.lc-sb-share__track{display:flex;gap:.38rem;overflow-x:auto;padding:.15rem .05rem .35rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent;scroll-snap-type:x proximity}
.lc-sb-share__track::-webkit-scrollbar{height:3px}
.lc-sb-share__track::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
.lc-sb-share__btn{scroll-snap-align:start;font-size:.66rem;padding:.48em .72em}

/* ── LOGGED-IN USER BAR ── */
#wpadminbar{background:var(--teal)!important;box-shadow:0 2px 14px rgba(7,59,82,.12);font-family:'Inter',system-ui,sans-serif;font-size:13px}
#wpadminbar .ab-item,#wpadminbar a.ab-item,#wpadminbar>#wp-toolbar span.ab-label{color:rgba(255,255,255,.82)!important}
#wpadminbar .ab-item:hover,#wpadminbar a.ab-item:hover,#wpadminbar .ab-submenu .ab-item:hover{background:var(--tm)!important;color:#fff!important}
#wpadminbar .ab-sub-wrapper,#wpadminbar .quicklinks .menupop ul{background:#fff!important;border:1px solid var(--border);box-shadow:0 10px 30px rgba(7,59,82,.12);border-radius:0 0 10px 10px;overflow:hidden}
#wpadminbar .ab-sub-wrapper .ab-item{color:var(--text)!important}
#wpadminbar .ab-sub-wrapper .ab-item:hover{background:var(--tx)!important;color:var(--teal)!important}
#wpadminbar #wp-admin-bar-my-account>.ab-item{padding-right:12px}
@media(max-width:782px){#wpadminbar{font-size:12px}.lc-post-byline{gap:.7rem}.lc-byline-sep{display:none}}

/* ── FOOTER ── */
.lc-footer{background:var(--teal);padding:5rem 5% 2.5rem}
.lc-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}
.lc-footer__brand p,.lc-footer__tagline{font-size:.85rem;color:rgba(255,255,255,.45);line-height:1.75;margin:1rem 0 1.5rem}
.lc-footer__social{display:flex;gap:.45rem;flex-wrap:wrap}
.lc-footer__social-link{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);text-decoration:none;transition:all .2s}
.lc-footer__social-link:hover{background:rgba(255,255,255,.1);color:#fff}
.lc-footer__col h4,.lc-widget .lc-widget__title{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:1rem;font-family:'Inter',sans-serif}
.lc-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}
.lc-footer__col ul li a{font-size:.85rem;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
.lc-footer__col ul li a:hover{color:rgba(255,255,255,.85)}
.lc-footer__bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.lc-footer__bottom p{font-size:.78rem;color:rgba(255,255,255,.3)}
.lc-footer__legal{display:flex;gap:1.5rem}
.lc-footer__legal a{font-size:.78rem;color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s}
.lc-footer__legal a:hover{color:rgba(255,255,255,.6)}

/* ── ARCHIVE / EDITORIAL BLOG STREAM ── */
.lc-archive__inner,.lc-page-wrap__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}
.lc-archive__header{max-width:760px;margin:0 auto 2.8rem}
.lc-archive__eyebrow{margin:0 0 .55rem;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--teal)}
.lc-archive__title{font-family:'Playfair Display',serif;font-size:clamp(2.15rem,4vw,3.15rem);line-height:1.08;margin:0 0 .65rem;color:var(--text)}
.lc-archive__description{font-size:1rem;line-height:1.75;color:var(--muted);max-width:680px}
.lc-post-item{display:grid;grid-template-columns:minmax(300px,385px) minmax(0,1fr);gap:2.6rem;padding:3.2rem 0;border-bottom:1px solid var(--border);align-items:start}
.lc-post-item:last-child{border-bottom:none}
.lc-post-item__thumb{display:block;border-radius:20px;overflow:hidden;height:242px;background:var(--tx);box-shadow:0 12px 28px rgba(7,59,82,.08)}
.lc-post-item__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.lc-post-item:hover .lc-post-item__thumb img{transform:scale(1.025)}
.lc-post-item__body{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.lc-post-item__title{font-family:'Playfair Display',serif;font-size:clamp(1.55rem,2.8vw,2.05rem);font-weight:600;line-height:1.12;margin:0 0 .75rem;max-width:700px}
.lc-post-item__title a{color:var(--text);text-decoration:none;transition:color .2s}
.lc-post-item__title a:hover{color:var(--teal)}
.lc-post-item__meta{font-size:.8rem;color:var(--muted);display:flex;gap:.65rem;align-items:center;margin:0 0 1.35rem;flex-wrap:wrap}
.lc-post-item__meta strong{font-weight:600;color:var(--text)}
.lc-post-item .lc-read-more{display:inline-flex;align-items:center;color:var(--text);font-size:.78rem;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.18rem;transition:color .2s,border-color .2s}
.lc-post-item .lc-read-more:hover{color:var(--teal)}
.lc-pagination{margin-top:3rem;display:flex;justify-content:center;gap:.5rem}
.lc-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:100px;border:1.5px solid var(--border);color:var(--text);text-decoration:none;font-size:.85rem;font-weight:500;transition:all .2s;background:#fff}
.lc-pagination .page-numbers.current,.lc-pagination .page-numbers:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
.lc-page-wrap__inner h1{font-size:2rem;margin-bottom:1.5rem}

/* ── RESPONSIVE ── */
@media(max-width:1100px){.lc-post-outer{grid-template-columns:minmax(0,1fr) 250px;gap:3rem}}
@media(max-width:960px){
  .lc-hero__inner,.lc-featured__inner,.lc-clarity-teaser__inner,.lc-community__inner{grid-template-columns:1fr;gap:3rem}
  .lc-blog__grid{grid-template-columns:repeat(2,1fr)}
  .lc-trust__div{display:none}
  .lc-footer__inner{grid-template-columns:1fr 1fr}
  .lc-ds-layout{grid-template-columns:1fr}
  .lc-ds-featured{grid-row:auto}
}
@media(max-width:900px){.lc-post-outer{grid-template-columns:1fr;padding:3rem 5% 5rem;gap:0}.lc-post-sidebar{display:none}}
@media(max-width:600px){
  .lc-hero__inner,.lc-discover{padding-left:1.5rem;padding-right:1.5rem}
  .lc-blog__grid{grid-template-columns:1fr}
  .lc-ms-bar{padding:.28rem .28rem .28rem 1rem;gap:.25rem}
  .lc-ms-submit{padding:.58em 1em}
  .lc-footer__inner{grid-template-columns:1fr}
  .lc-post-item{grid-template-columns:1fr;gap:1.35rem;padding:2.2rem 0}
  .lc-post-item__thumb{height:220px;border-radius:16px}
  .lc-post-item__title{font-size:1.55rem}
  .lc-menu-toggle{display:flex}
  .lc-nav{display:none}.lc-nav.open{display:block;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:1rem;z-index:99}
  .lc-nav__list{flex-direction:column;gap:0}
  .lc-nav__list li a{display:block;padding:.85rem 1.5rem;border-bottom:1px solid var(--border)}
}

/* Scroll reveal */
.lc-reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.lc-reveal.lc-visible{opacity:1;transform:none}

/* ═══════════════════════════════════════
   CUSTOM BLOCK STYLES
═══════════════════════════════════════ */
/* Timeline */
.lc-timeline{position:relative;padding-left:2rem;display:flex;flex-direction:column;gap:1.25rem}
.lc-timeline::before{content:'';position:absolute;left:.6rem;top:.5rem;bottom:.5rem;width:2px;background:var(--tl);border-radius:1px}
.lc-timeline__item{position:relative;display:flex;gap:1rem;align-items:flex-start}
.lc-timeline__marker{position:absolute;left:-1.55rem;top:.55rem;width:10px;height:10px;border-radius:50%;background:var(--teal);border:2px solid var(--cream);box-shadow:0 0 0 2px var(--tl);flex-shrink:0}
.lc-timeline__content{background:#fff;border-radius:12px;padding:1rem 1.2rem;flex:1;box-shadow:var(--sh);border:1px solid var(--border)}
.lc-timeline__time{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);display:inline-block;margin-bottom:.3rem}
.lc-timeline__title{font-family:'Playfair Display',serif;font-size:.97rem;font-weight:600;color:var(--text);margin-bottom:.35rem}
.lc-timeline__body{font-size:.86rem;color:var(--muted);line-height:1.72;margin:0}

/* Product Card (in-content) */
.lc-pc{border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--border)}
.lc-pc--teal{background:var(--tx)}.lc-pc--dark{background:var(--teal)}.lc-pc--light{background:#fff}
.lc-pc__icon{font-size:2.2rem;margin-bottom:.25rem}
.lc-pc__tag{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}
.lc-pc--dark .lc-pc__tag{color:var(--tl)}
.lc-pc__title{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:600;color:var(--teal);margin:0}
.lc-pc--dark .lc-pc__title{color:#fff}
.lc-pc__sub{font-size:.84rem;color:var(--muted);line-height:1.7;margin:0}
.lc-pc--dark .lc-pc__sub{color:rgba(255,255,255,.58)}
.lc-pc__perks{list-style:none;padding:0;margin:.25rem 0;display:flex;flex-direction:column;gap:.35rem}
.lc-pc__perks li{font-size:.82rem;color:var(--text);display:flex;align-items:center;gap:.45rem}
.lc-pc--dark .lc-pc__perks li{color:rgba(255,255,255,.75)}
.lc-pc__perks li::before{content:'✓';width:16px;height:16px;border-radius:50%;background:var(--sage-lt);color:var(--sage);font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.lc-pc__btn{display:block;text-align:center;background:var(--teal);color:#fff;padding:.72em 1em;border-radius:var(--btn-r,100px);font-family:'Inter',sans-serif;font-weight:700;font-size:.82rem;text-decoration:none;transition:all .22s;margin-top:.35rem}
.lc-pc--dark .lc-pc__btn{background:var(--sage)}
.lc-pc__btn:hover{background:var(--tm);color:#fff;transform:translateY(-1px)}

/* TOC frozen state — dims when past article */
.lc-toc--frozen{opacity:.45;pointer-events:none;transition:opacity .4s}

/* Sidebar perks list + note */
.lc-sb-perks{list-style:none;padding:0;margin:.25rem 0;display:flex;flex-direction:column;gap:.28rem}
.lc-sb-perks li{font-size:.75rem;color:var(--muted);display:flex;align-items:center;gap:.4rem}
.lc-sb-perks li::before{content:'✓';color:var(--sage);font-size:.65rem;font-weight:700;flex-shrink:0}
.lc-sb-note{font-size:.65rem;color:var(--soft);text-align:center}

/* ═══════════════════════════════════════
   SHOP PAGE
═══════════════════════════════════════ */
.lc-shop-wrap{background:var(--cream)}
.lc-shop-hero{background:var(--teal);padding:5rem 5%;text-align:center}
.lc-shop-hero__inner{max-width:600px;margin:0 auto}
.lc-shop-hero .lc-section-tag{justify-content:center;margin-bottom:.75rem}
.lc-shop-hero .lc-section-tag::before{background:var(--sage)}
.lc-shop-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3rem);color:#fff;line-height:1.15;margin:.4rem 0 .75rem;letter-spacing:-.02em}
.lc-shop-hero p{color:rgba(255,255,255,.58);font-size:.97rem;max-width:480px;margin:0 auto}
.lc-shop-filters{background:#fff;border-bottom:1px solid var(--border);padding:.75rem 5%;position:sticky;top:64px;z-index:50}
.lc-shop-filters__inner{max-width:1200px;margin:0 auto;display:flex;gap:.5rem;flex-wrap:wrap}
.lc-filter{font-family:'Inter',sans-serif;font-size:.78rem;font-weight:500;color:var(--muted);border:1.5px solid var(--border);background:#fff;padding:.4em 1.1em;border-radius:100px;cursor:pointer;transition:all .2s}
.lc-filter:hover{border-color:var(--teal);color:var(--teal)}
.lc-filter.active{background:var(--teal);color:#fff;border-color:var(--teal)}
.lc-shop-grid__wrap{max-width:1200px;margin:0 auto;padding:3rem 5%}
.lc-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.lc-prod-card{background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh);display:flex;flex-direction:column;transition:transform .35s,box-shadow .35s;position:relative}
.lc-prod-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg)}
.lc-prod-card.hidden{display:none}
.lc-prod-card__badge{position:absolute;top:12px;right:12px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.28em .8em;border-radius:100px;background:var(--teal);color:#fff;z-index:2}
.lc-prod-card__badge--free{background:var(--sage)}
.lc-prod-card__img{height:220px;overflow:hidden;background:var(--tx);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.lc-prod-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.lc-prod-card:hover .lc-prod-card__img img{transform:scale(1.04)}
.lc-prod-card__svg,.lc-prod-card__icon-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.lc-prod-card__icon-placeholder{font-size:4rem}
.lc-prod-card__body{padding:1.4rem;display:flex;flex-direction:column;gap:.45rem;flex:1}
.lc-prod-card__cat{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.lc-prod-card h3{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:600;line-height:1.35;margin:0}
.lc-prod-card h3 a{color:var(--text);text-decoration:none;transition:color .2s}
.lc-prod-card h3 a:hover,.lc-prod-card h3:hover{color:var(--teal)}
.lc-prod-card p{font-size:.84rem;color:var(--muted);line-height:1.65;margin:0;flex:1}
.lc-prod-card__foot{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.75rem}
.lc-prod-buy{width:100%;justify-content:center;font-size:.83rem!important}
.lc-prod-card__details{font-size:.78rem;font-weight:500;color:var(--muted);text-align:center;text-decoration:none;transition:color .2s}
.lc-prod-card__details:hover{color:var(--teal)}
/* EDD button override */
.lc-prod-card .edd-submit,.lc-prod-card .edd-add-to-cart{width:100%;justify-content:center;font-family:'Inter',sans-serif!important;font-size:.83rem!important;background:var(--teal)!important;border-color:var(--teal)!important;color:#fff!important;border-radius:var(--btn-r,100px)!important;padding:.78em 2em!important;font-weight:600!important;transition:all .25s!important}
.lc-prod-card .edd-submit:hover,.lc-prod-card .edd-add-to-cart:hover{background:var(--tm)!important;border-color:var(--tm)!important}
.lc-shop-trust{background:#fff;border-top:1px solid var(--border);padding:2rem 5%}
.lc-shop-trust__inner{max-width:1000px;margin:0 auto;display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}
.lc-shop-trust__item{display:flex;align-items:center;gap:.6rem;font-size:.84rem;color:var(--muted)}
.lc-shop-trust__item span{font-weight:500}
@media(max-width:900px){.lc-shop-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.lc-shop-grid{grid-template-columns:1fr}}

/* ======================================================================
   MyGlutenShield Global Article Presentation System v1
   The editor supplies meaning. This layer supplies a consistent reading
   experience across Classic, Gutenberg, pasted HTML and legacy posts.
   ====================================================================== */
body.single-post{background:#fff;color:#000}
body.single-post .lc-post-outer{background:#fff;color:#000}
body.single-post .lc-content,
body.single-post .lc-content p,
body.single-post .lc-content li,
body.single-post .lc-content td,
body.single-post .lc-content th,
body.single-post .lc-content label{color:#000}

/* Universal box sizing and wrapping inside article content. */
body.single-post .lc-content,
body.single-post .lc-content *{box-sizing:border-box;max-width:100%}
body.single-post .lc-content{font-size:clamp(1rem,1.05vw,1.08rem);line-height:1.82;overflow-wrap:anywhere;word-break:normal}
body.single-post .lc-content>p,
body.single-post .lc-content>ul,
body.single-post .lc-content>ol,
body.single-post .lc-content>blockquote,
body.single-post .lc-content>figure{max-width:72ch}

/* Paragraph rhythm: don't let old posts carry their own random margins. */
body.single-post .lc-content p{margin:0 0 1.25rem;max-width:72ch}
body.single-post .lc-content>p:last-child{margin-bottom:0}
body.single-post .lc-content strong,
body.single-post .lc-content b{font-weight:750;color:#000;overflow-wrap:break-word;word-break:normal}
body.single-post .lc-content em,
body.single-post .lc-content i{color:#000}
body.single-post .lc-content a{color:#000;text-decoration-thickness:1px;text-underline-offset:3px}
body.single-post .lc-content a:hover{color:var(--teal)}

/* Headings are a global contract; inline styles cannot override them. */
body.single-post .lc-content h2,
body.single-post .lc-content h3,
body.single-post .lc-content h4,
body.single-post .lc-content h5,
body.single-post .lc-content h6{font-family:'Playfair Display',serif;color:#000;max-width:72ch}
body.single-post .lc-content h2{font-size:clamp(1.45rem,2vw,1.65rem);line-height:1.22;margin:3.5rem 0 1rem;padding-bottom:.55rem}
body.single-post .lc-content h3{font-size:clamp(1.16rem,1.5vw,1.28rem);line-height:1.3;margin:2.4rem 0 .8rem}
body.single-post .lc-content h4{font-size:1.05rem;line-height:1.35;margin:1.9rem 0 .65rem}
body.single-post .lc-content h5,
body.single-post .lc-content h6{font-family:'Inter',sans-serif;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin:1.6rem 0 .55rem}

/* Lists from old posts and Gutenberg converge here. */
body.single-post .lc-content ul,
body.single-post .lc-content ol{max-width:72ch;margin:1.25rem 0 1.6rem;padding-left:1.55rem;display:block}
body.single-post .lc-content ul{list-style:disc}
body.single-post .lc-content ol{list-style:decimal}
body.single-post .lc-content li{display:list-item;margin:.45rem 0;padding-left:.2rem;line-height:1.7}
body.single-post .lc-content li::before{content:none!important}
body.single-post .lc-content li>p{margin:.2rem 0}

/* Media always fits the editorial column. */
body.single-post .lc-content img,
body.single-post .lc-content video,
body.single-post .lc-content iframe{max-width:100%;height:auto}
body.single-post .lc-content figure{margin:2rem 0;max-width:100%}
body.single-post .lc-content figure img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:10px}
body.single-post .lc-content figcaption{font-size:.74rem;line-height:1.5;color:#555;text-align:center;margin-top:.65rem}
body.single-post .lc-content hr{border:0;border-top:1px solid var(--border);margin:3rem 0}

/* Generic tables become safe on desktop and mobile. */
body.single-post .lc-content>table:not(.lc-table),
body.single-post .lc-content table{display:table;width:100%;max-width:100%;border-collapse:collapse;background:#fff;color:#000}
body.single-post .lc-content table th,
body.single-post .lc-content table td{padding:.8rem 1rem;border-bottom:1px solid var(--border);vertical-align:top;text-align:left}
body.single-post .lc-content table th{font-weight:700}
body.single-post .lc-content .lc-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2rem 0}

/* Generic quotes become editorial quotes unless they are a native LC block. */
body.single-post .lc-content>blockquote:not(.lc-pullquote){max-width:68ch;margin:2.2rem 0;padding:1rem 1.35rem;background:#f7f7f7;border-left:3px solid var(--sage);border-radius:0 10px 10px 0;color:#000}
body.single-post .lc-content>blockquote:not(.lc-pullquote) p{margin:0;color:#000}

/* Native Gutenberg layout wrappers should never create a horizontal overflow. */
body.single-post .lc-content .wp-block-group,
body.single-post .lc-content .wp-block-columns,
body.single-post .lc-content .wp-block-column,
body.single-post .lc-content .wp-block-cover,
body.single-post .lc-content .wp-block-media-text{max-width:100%}
body.single-post .lc-content .wp-block-columns{gap:clamp(1.25rem,3vw,3rem)}
body.single-post .lc-content .wp-block-image{margin-top:2rem;margin-bottom:2rem}

/* Preserve deliberate component layouts after the generic list rules above. */
body.single-post .lc-content .lc-tldr ul,
body.single-post .lc-content .lc-takeaways ul,
body.single-post .lc-content .lc-stat-row,
body.single-post .lc-content .lc-hbar,
body.single-post .lc-content .lc-faq-box{max-width:100%}
body.single-post .lc-content .lc-tldr li,
body.single-post .lc-content .lc-takeaways li{display:flex;margin:0;padding:0}
body.single-post .lc-content .lc-tldr li::before,
body.single-post .lc-content .lc-takeaways li::before{content:''!important}

/* Consistent vertical rhythm between unlike blocks. */
body.single-post .lc-content>*+*{margin-top:1.8rem}
body.single-post .lc-content h2+h3{margin-top:1.5rem}
body.single-post .lc-content h2+p,
body.single-post .lc-content h3+p,
body.single-post .lc-content h4+p{margin-top:0}
body.single-post .lc-content .lc-tldr+*,
body.single-post .lc-content .lc-takeaways+*,
body.single-post .lc-content .lc-callout+*,
body.single-post .lc-content .lc-faq-box+*{margin-top:2.35rem}

@media(max-width:900px){
 body.single-post .lc-content{font-size:1rem;line-height:1.78}
 body.single-post .lc-content h2{margin-top:2.8rem}
 body.single-post .lc-content h3{margin-top:2rem}
 body.single-post .lc-content .wp-block-columns{flex-direction:column}
}
@media(max-width:600px){
 body.single-post .lc-content{font-size:.99rem;line-height:1.76}
 body.single-post .lc-content p{margin-bottom:1.15rem}
 body.single-post .lc-content ul,
 body.single-post .lc-content ol{padding-left:1.3rem}
 body.single-post .lc-content table{font-size:.86rem}
 body.single-post .lc-content table th,
 body.single-post .lc-content table td{padding:.7rem .75rem}
}

/* ══════════════════════════════════════
   BLOG READING LAYOUT — v4.9.1
   SmartBlogger-inspired three-column composition:
   share rail | centred article | author/resources
══════════════════════════════════════ */
.lc-post-outer{
  max-width:1280px;
  margin:0 auto;
  padding:4.25rem 28px 6.5rem;
  display:grid;
  grid-template-columns:var(--lc-sidebar-left,56px) minmax(0,780px) var(--lc-sidebar-right,280px);
  grid-template-areas:"share main side";
  gap:var(--lc-sidebar-gap,32px);
  justify-content:center;
  align-items:start;
}
.lc-post-main{grid-area:main;min-width:0}
.lc-post-share-rail{grid-area:share;position:sticky;top:120px;align-self:start;width:56px}
.lc-share-rail__inner{display:flex;flex-direction:column;align-items:center;gap:11px}
.lc-share-rail__label{font-size:.58rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--soft);writing-mode:vertical-rl;transform:rotate(180deg);margin-bottom:3px}
.lc-share-rail__btn{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:.76rem;font-weight:700;text-decoration:none;box-shadow:0 4px 14px rgba(7,59,82,.06);transition:all .2s;cursor:pointer}
.lc-share-rail__btn:hover{transform:translateY(-2px);border-color:var(--teal);color:var(--teal);box-shadow:0 7px 18px rgba(7,59,82,.10)}
.lc-share-rail__btn--facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}
.lc-share-rail__btn--linkedin:hover{background:#0a66c2;border-color:#0a66c2;color:#fff}
.lc-share-rail__btn--pinterest:hover{background:#e60023;border-color:#e60023;color:#fff}
.lc-post-sidebar{grid-area:side;position:relative;display:flex;flex-direction:column;gap:14px;align-self:stretch;min-width:0}

/* The guide CTA is a real conversion component in the right rail, not a blank SmartBlogger-style placeholder. */
.lc-sidebar-guide-sticky{position:sticky;top:84px;z-index:20;}
.lc-post-sidebar .lc-gde-cta{display:block;margin:0;padding:0;border-radius:16px;background:#1B365D;color:#fff;box-shadow:0 12px 32px rgba(27,54,93,.14)}
.lc-post-sidebar .lc-gde-cta__art{min-height:78px;border-radius:16px 16px 0 0;display:flex;flex-direction:row;gap:10px;background:linear-gradient(135deg,#274d7a,#1B365D);font-size:29px}
.lc-post-sidebar .lc-gde-cta__body{padding:14px}
.lc-post-sidebar .lc-gde-cta h3{font-size:17px;line-height:1.25;margin:4px 0 7px}
.lc-post-sidebar .lc-gde-cta p{font-size:.70rem;line-height:1.5;margin-bottom:10px}
.lc-post-sidebar .lc-gde-button{display:block;text-align:center;padding:8px 10px;border-radius:8px;font-size:.72rem}
.lc-post-sidebar .lc-gde-cta small{font-size:.61rem;line-height:1.4}

.lc-author-side-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;box-shadow:0 8px 26px rgba(7,59,82,.06)}
.lc-author-side-card__eyebrow{font-size:.56rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--sage);margin-bottom:13px}
.lc-author-side-card__top{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.lc-author-side-card__av{width:42px;height:42px;border-radius:50%;overflow:hidden;flex:0 0 42px;background:var(--teal)}
.lc-author-side-card__img{width:100%;height:100%;object-fit:cover}
.lc-author-side-card__name{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--text);text-decoration:none}
.lc-author-side-card__name:hover{color:var(--teal)}
.lc-author-side-card__role{font-size:.64rem;color:var(--muted);line-height:1.35;margin-top:2px}
.lc-author-side-card__bio{font-size:.75rem;color:var(--text);line-height:1.65;margin:0 0 12px}
.lc-author-side-card__chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:13px}
.lc-author-side-card__chips span{font-size:.59rem;font-weight:600;color:var(--text);background:#fff;border:1px solid var(--border);padding:.25em .58em;border-radius:100px}
.lc-author-side-card__link{display:inline-flex;align-items:center;font-size:.68rem;font-weight:700;color:var(--teal);text-decoration:none}
.lc-author-side-card__link:hover{color:var(--sage)}

@media(max-width:1180px){
  .lc-post-outer{grid-template-columns:46px minmax(0,1fr) 280px;gap:24px;padding-left:22px;padding-right:22px}
}
@media(max-width:980px){
  .lc-post-outer{grid-template-columns:1fr 280px;grid-template-areas:"main side";gap:28px;padding:3.5rem 28px 5rem}
  .lc-post-share-rail{position:fixed;left:10px;top:50%;transform:translateY(-50%);z-index:90;width:auto}
  .lc-share-rail__inner{background:rgba(255,255,255,.96);border:1px solid var(--border);border-radius:18px;padding:8px 6px;box-shadow:0 10px 28px rgba(7,59,82,.12);gap:7px}
  .lc-share-rail__label{display:none}
}
@media(max-width:760px){
  .lc-post-outer{display:block;padding:2.5rem 5% 5rem}
  .lc-post-sidebar{display:none}
  .lc-post-share-rail{display:none}
}

/* ══ v5.0 Article Journey + Blog Toolkit Hero ══ */
.lc-blog-toolkit-hero{max-width:1040px;margin:0 auto 2.6rem;padding:2rem 2.2rem;display:flex;align-items:center;gap:1.5rem;background:linear-gradient(135deg,#f7f4ed,#fff);border:1px solid var(--border);border-radius:22px;box-shadow:0 14px 34px rgba(7,59,82,.07)}
.lc-blog-toolkit-hero__art{width:88px;height:88px;flex:0 0 88px;border-radius:18px;display:grid;place-items:center;background:#1B365D;color:#fff;font-size:2.6rem}
.lc-blog-toolkit-hero__kicker{display:block;font-size:.62rem;letter-spacing:.14em;font-weight:800;color:#5f9277;margin-bottom:.35rem}
.lc-blog-toolkit-hero h2{margin:0 0 .35rem;font-size:1.65rem;color:#1B365D}
.lc-blog-toolkit-hero p{margin:0 0 .9rem;max-width:680px;font-size:.9rem;line-height:1.65;color:var(--muted)}
.lc-blog-toolkit-hero__button{display:inline-flex;align-items:center;padding:.72rem 1.05rem;border-radius:999px;background:#66BFBF;color:#fff;text-decoration:none;font-weight:800;font-size:.76rem}
.lc-blog-toolkit-hero__button:hover{background:#1B365D;color:#fff}
.lc-article-journey{margin:3.2rem 0;padding:1.5rem;background:#f7f4ed;border:1px solid var(--border);border-radius:20px}
.lc-article-journey__kicker{font-size:.58rem;letter-spacing:.14em;font-weight:800;color:#5f9277}
.lc-article-journey__intro h2{margin:.25rem 0 .25rem;color:#1B365D;font-size:1.45rem}
.lc-article-journey__intro p{margin:0 0 1.1rem;color:var(--muted);font-size:.82rem}
.lc-article-journey__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.lc-journey-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:15px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 5px 18px rgba(7,59,82,.05)}
.lc-journey-card__icon,.lc-journey-product__media{width:46px;height:46px;flex:0 0 46px;border-radius:11px;display:grid;place-items:center;background:#eef7f5;font-size:1.35rem;overflow:hidden}
.lc-journey-product__img{width:100%;height:100%;object-fit:cover}
.lc-journey-product__placeholder{font-size:1.3rem;color:#66BFBF}
.lc-journey-card__eyebrow{font-size:.52rem;letter-spacing:.11em;font-weight:800;color:#5f9277}
.lc-journey-card h3{font-size:.94rem;margin:.18rem 0 .3rem;color:#1B365D}
.lc-journey-card p{font-size:.68rem;line-height:1.55;color:var(--muted);margin:0 0 .7rem}
.lc-journey-card__button{display:inline-flex;padding:.48rem .7rem;border-radius:7px;background:#1B365D;color:#fff;text-decoration:none;font-size:.62rem;font-weight:800}
.lc-journey-card__button:hover{background:#66BFBF;color:#fff}
.lc-journey-card--expert{background:#f8fbfb}
@media(max-width:700px){.lc-blog-toolkit-hero{margin:0 1rem 2rem;padding:1.25rem;gap:1rem}.lc-blog-toolkit-hero__art{width:62px;height:62px;flex-basis:62px;font-size:1.8rem}.lc-blog-toolkit-hero h2{font-size:1.3rem}.lc-blog-toolkit-hero p{font-size:.78rem}.lc-article-journey{padding:1rem}}

/* ══ v5.1 Reading polish: compact sidebar, 50% share reveal, full author footer ══ */
.lc-sidebar-guide-sticky{position:sticky;top:88px;z-index:2}
.lc-post-sidebar{position:relative;top:auto;gap:14px}
.lc-post-sidebar .lc-gde-cta{max-width:100%}
.lc-post-sidebar .lc-gde-cta__art{min-height:72px!important;border-radius:14px 14px 0 0!important;font-size:23px!important}
.lc-post-sidebar .lc-gde-cta__body{padding:13px!important}
.lc-post-sidebar .lc-gde-cta h3{font-size:17px!important;margin:4px 0 6px!important}
.lc-post-sidebar .lc-gde-cta p{font-size:.70rem!important;line-height:1.45!important;margin-bottom:9px!important}
.lc-post-sidebar .lc-gde-button{padding:8px 10px!important;font-size:.70rem!important}
.lc-post-sidebar .lc-gde-cta small{font-size:.56rem!important}
.lc-author-side-card--compact{padding:13px!important;border-radius:13px!important;box-shadow:0 5px 18px rgba(7,59,82,.045)!important;max-width:280px}
.lc-author-side-card--compact .lc-author-side-card__eyebrow{margin-bottom:8px}
.lc-author-side-card--compact .lc-author-side-card__top{margin-bottom:8px}
.lc-author-side-card--compact .lc-author-side-card__bio,.lc-author-side-card--compact .lc-author-side-card__chips{display:none}
.lc-author-side-card--compact .lc-author-side-card__link{font-size:.62rem}
.lc-post-share-rail{position:fixed!important;left:max(14px,calc((100vw - 1280px)/2))!important;top:50%!important;transform:translateY(-50%)!important;z-index:100!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;width:42px!important}
.lc-post-share-rail.is-visible{opacity:1;visibility:visible;pointer-events:auto}
.lc-share-rail__inner{gap:8px!important;background:rgba(255,255,255,.97);border:1px solid var(--border);border-radius:16px;padding:8px 4px;box-shadow:0 8px 24px rgba(7,59,82,.10)}
.lc-share-rail__label{display:none}
.lc-share-rail__btn{width:30px!important;height:30px!important;font-size:.68rem!important;box-shadow:none!important}
.lc-author-bottom-card{margin:2.8rem 0 2rem;padding:2rem 2.2rem;display:flex;gap:1.4rem;align-items:center;border-radius:18px;background:#073b52;color:#fff;box-shadow:0 12px 30px rgba(7,59,82,.10)}
.lc-author-bottom-card__media{width:86px;height:86px;flex:0 0 86px;border-radius:50%;overflow:hidden;background:#66BFBF}
.lc-author-bottom-card__img{width:100%;height:100%;object-fit:cover}
.lc-author-bottom-card__eyebrow{font-size:.58rem;letter-spacing:.14em;font-weight:800;color:#B9E937}
.lc-author-bottom-card h2{color:#fff;margin:.25rem 0 .35rem;font-size:1.35rem}
.lc-author-bottom-card p{color:#e7f0f2;margin:0 0 .65rem;font-size:.78rem;line-height:1.65}
.lc-author-bottom-card a{color:#B9E937;text-decoration:none;font-weight:800;font-size:.72rem}
@media(max-width:980px){.lc-post-share-rail{left:14px!important}.lc-sidebar-guide-sticky{position:static}}
@media(max-width:760px){.lc-post-share-rail{display:none}.lc-author-bottom-card{padding:1.35rem;align-items:flex-start}.lc-author-bottom-card__media{width:64px;height:64px;flex-basis:64px}}

/* Editable Toolkit Hero variants */
.lc-blog-toolkit-hero{background:var(--lc-toolkit-bg,#f7f4ed);border-radius:var(--lc-toolkit-radius,22px);color:var(--lc-toolkit-text,#1B365D)}
.lc-blog-toolkit-hero__content{min-width:0;flex:1}
.lc-blog-toolkit-hero__body p:last-child{margin-bottom:.9rem}
.lc-blog-toolkit-hero__visual{width:180px;min-width:180px;align-self:stretch;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:calc(var(--lc-toolkit-radius,22px) - 6px)}
.lc-blog-toolkit-hero__image{width:100%;height:100%;min-height:150px;object-fit:cover}
.lc-blog-toolkit-hero--dark{color:#fff;border-color:rgba(255,255,255,.12);background:var(--lc-toolkit-bg,#1B365D)}
.lc-blog-toolkit-hero--dark h2{color:#fff}
.lc-blog-toolkit-hero--dark p,.lc-blog-toolkit-hero--dark .lc-blog-toolkit-hero__body{color:#edf2f7}
.lc-blog-toolkit-hero--split{padding:0;overflow:hidden;gap:0}
.lc-blog-toolkit-hero--split .lc-blog-toolkit-hero__visual{order:2;width:40%;min-width:40%;border-radius:0}
.lc-blog-toolkit-hero--split .lc-blog-toolkit-hero__content{padding:2rem 2.2rem}
@media(max-width:700px){.lc-blog-toolkit-hero__visual{width:72px;min-width:72px}.lc-blog-toolkit-hero--split{display:block}.lc-blog-toolkit-hero--split .lc-blog-toolkit-hero__visual{width:100%;height:150px}.lc-blog-toolkit-hero--split .lc-blog-toolkit-hero__content{padding:1.25rem}}

/* v5.2 reader-journey layout controls */
:root{
  --lc-sidebar-left:56px;
  --lc-sidebar-right:280px;
  --lc-sidebar-gap:32px;
}
@media(min-width:901px){
  .lc-post-sidebar .lc-author-side-card{position:relative;z-index:1;}
  .lc-sidebar-guide-sticky{margin-top:2px;}
}
@media(max-width:1100px) and (min-width:901px){
  :root{--lc-sidebar-right:250px;--lc-sidebar-gap:24px;}
}


/* v5.3 Reading journey: reviewer exits at 50%; share rail runs 50% → footer */
.lc-author-side-card--compact{transition:opacity .25s ease,transform .25s ease,visibility .25s ease;}
.lc-author-side-card--compact.is-dismissed{opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;}
.lc-sidebar-guide-sticky{position:sticky;top:88px;z-index:20;}
@media(max-width:980px){.lc-author-side-card--compact.is-dismissed{display:none;}}


/* v5.4 reader layout correction: page-level layout settings now affect single-post reading width. */
@media(min-width:1101px){
  body.single-post.lc-layout--narrow .lc-post-outer{
    max-width:1080px;
    grid-template-columns:46px minmax(0,680px) 220px;
    gap:26px;
    padding-left:24px;
    padding-right:24px;
  }
  body.single-post.lc-layout--narrow .lc-post-share-rail{width:42px!important;}
  body.single-post.lc-layout--wide .lc-post-outer{
    max-width:1280px;
  }
}
@media(min-width:901px){
  /* Smaller, calmer persistent guide. */
  body.single-post .lc-sidebar-guide-sticky{
    width:230px;
    max-width:230px;
  }
  body.single-post .lc-post-sidebar .lc-gde-cta__art{
    min-height:58px!important;
    font-size:21px!important;
    gap:7px;
  }
  body.single-post .lc-post-sidebar .lc-gde-cta__body{padding:10px!important;}
  body.single-post .lc-post-sidebar .lc-gde-cta h3{font-size:15px!important;line-height:1.2!important;margin:2px 0 5px!important;}
  body.single-post .lc-post-sidebar .lc-gde-cta p{font-size:.64rem!important;line-height:1.4!important;margin-bottom:7px!important;}
  body.single-post .lc-post-sidebar .lc-gde-button{padding:7px 8px!important;font-size:.65rem!important;}
  body.single-post .lc-post-sidebar .lc-gde-cta small{font-size:.52rem!important;}
  body.single-post .lc-author-side-card--compact{max-width:230px!important;padding:10px!important;}
  body.single-post .lc-author-side-card--compact .lc-author-side-card__av{width:36px;height:36px;flex-basis:36px;}
  body.single-post .lc-author-side-card--compact .lc-author-side-card__name{font-size:.88rem;}
  body.single-post .lc-author-side-card--compact .lc-author-side-card__role{font-size:.58rem;}
}
/* v5.4: keep the sidebar grid from becoming a competing sticky container. */
body.single-post .lc-post-sidebar{position:relative!important;top:auto!important;align-self:stretch!important;}
/* v5.7: right rail begins level with the bottom edge of the Written by / Reviewed by metadata pill. JS measures the real byline height so this remains accurate across responsive type/layout changes. */
@media(min-width:981px){
  body.single-post .lc-post-sidebar{margin-top:var(--lc-sidebar-start-offset,0px)!important;}
}

body.single-post .lc-sidebar-guide-sticky{position:sticky!important;top:88px!important;align-self:flex-start!important;}
/* v5.4: explicit transition for the trust-card handoff at 50%. */
body.single-post .lc-author-side-card--compact.is-dismissed{opacity:0!important;visibility:hidden!important;transform:translateY(-8px)!important;pointer-events:none!important;}

/* ══════════════════════════════════════
   v5.5 Reader Experience Customizer bridge
   All major reading-system dimensions are now controlled by Customizer vars.
══════════════════════════════════════ */
@media(min-width:1101px){
  .lc-post-outer{
    max-width:var(--lc-reader-site-width,1280px);
    grid-template-columns:var(--lc-sidebar-left,56px) minmax(0,var(--lc-reader-article-width,780px)) var(--lc-sidebar-right,280px);
    gap:var(--lc-sidebar-gap,32px);
    padding-top:var(--lc-reader-top-padding,68px);
  }
}
body.single-post .lc-post-h1{font-size:clamp(1.8rem,var(--lc-reader-h1-size,2.55rem),var(--lc-reader-h1-size,2.55rem));}
body.single-post .lc-content{font-size:var(--lc-reader-body-size,17px);line-height:var(--lc-reader-line-height,1.82);}
body.single-post .lc-content>p,
body.single-post .lc-content>ul,
body.single-post .lc-content>ol{max-width:var(--lc-reader-para-width,72ch);}
body.single-post .lc-content>p{margin-bottom:var(--lc-reader-para-gap,1.25rem);}
body.single-post .lc-content h2{font-size:var(--lc-reader-h2-size,1.6rem);margin-top:var(--lc-reader-h2-gap,3.5rem);}
body.single-post .lc-content h3{font-size:var(--lc-reader-h3-size,1.25rem);}
body.single-post .lc-post-hero{max-height:var(--lc-reader-hero-height,500px);border-radius:var(--lc-reader-hero-radius,14px);}
body.single-post .lc-content figure{margin-top:var(--lc-reader-content-image-gap,2rem);margin-bottom:var(--lc-reader-content-image-gap,2rem);}
body.single-post .lc-content figure img{border-radius:var(--lc-reader-content-image-radius,10px);}
body.single-post .lc-content>blockquote:not(.lc-pullquote){max-width:var(--lc-blockquote-width,68ch);}
body.single-post .lc-content table th,
body.single-post .lc-content table td{padding:var(--lc-table-cell-padding,.8rem) 1rem;}
body.single-post .lc-author-side-card--compact{max-width:var(--lc-author-card-width,280px);padding:var(--lc-author-card-padding,13px)!important;}
body.single-post .lc-author-side-card--compact .lc-author-side-card__av{width:var(--lc-author-avatar,42px);height:var(--lc-author-avatar,42px);flex-basis:var(--lc-author-avatar,42px);}
body.single-post .lc-sidebar-guide-sticky{top:var(--lc-guide-sticky-top,88px);}
body.single-post .lc-sidebar-guide-sticky,
body.single-post .lc-post-sidebar .lc-gde-cta{width:var(--lc-guide-width,230px);max-width:var(--lc-guide-width,230px);}
body.single-post .lc-post-sidebar .lc-gde-cta{border-radius:var(--lc-guide-radius,14px);}
body.single-post .lc-post-sidebar .lc-gde-cta__art{min-height:var(--lc-guide-art-height,58px)!important;}
body.single-post .lc-post-sidebar .lc-gde-cta__body{padding:var(--lc-guide-padding,13px)!important;}
body.single-post .lc-post-sidebar .lc-gde-cta h3{font-size:var(--lc-guide-title-size,17px)!important;}
body.single-post .lc-post-share-rail{top:var(--lc-share-offset-top,50%)!important;}
body.single-post .lc-share-rail__inner{gap:var(--lc-share-gap,8px)!important;}
body.single-post .lc-share-rail__btn{width:var(--lc-share-button-size,30px)!important;height:var(--lc-share-button-size,30px)!important;}
@media(max-width:760px){
  body.single-post .lc-post-outer{padding-left:var(--lc-mobile-side-padding,20px);padding-right:var(--lc-mobile-side-padding,20px);}
  body.single-post .lc-content{font-size:var(--lc-mobile-body-size,16px);line-height:var(--lc-mobile-line-height,1.76);}
}


/* ══════════════════════════════════════════════════════════════
   v5.6 SITE DESIGN SYSTEM
   The Customizer controls the design tokens; CSS handles the
   responsive behaviour automatically so the site does not require
   separate desktop/tablet/mobile designs for every component.
══════════════════════════════════════════════════════════════ */
:root{
  --lc-fw-site-width:1280px;--lc-fw-content-width:820px;
  --lc-fw-section-pad:64px;--lc-fw-section-top:88px;--lc-fw-section-bottom:88px;
  --lc-header-height:64px;--lc-header-height-mobile:58px;--lc-header-width:1280px;--lc-header-pad:28px;
  --lc-header-logo-width:160px;--lc-header-nav-gap:28px;--lc-header-nav-size:14px;--lc-header-border:1px;
  --lc-footer-width:1280px;--lc-footer-top:80px;--lc-footer-bottom:40px;--lc-footer-gap:48px;--lc-footer-bottom-gap:24px;
  --lc-footer-heading-size:11px;--lc-footer-text-size:14px;
  --lc-fw-heading-font:'Playfair Display';--lc-fw-body-font:'Inter';--lc-fw-body-size:17px;--lc-fw-body-size-mobile:16px;
  --lc-fw-body-line:1.7;--lc-fw-h1-size:3.2rem;--lc-fw-h2-size:2.1rem;--lc-fw-h3-size:1.45rem;--lc-fw-heading-line:1.15;--lc-fw-letter-spacing:-.02em;
  --lc-fw-primary:#073b52;--lc-fw-primary-hover:#0e5470;--lc-fw-accent:#8aab9a;--lc-fw-background:#faf8f5;--lc-fw-surface:#fff;
  --lc-fw-heading-color:#1a2e3b;--lc-fw-text-color:#1a2e3b;--lc-fw-muted-color:#6b7f8a;--lc-fw-link-color:#073b52;--lc-fw-border-color:#e4edef;
  --lc-fw-header-bg:#faf8f5;--lc-fw-header-text:#1a2e3b;--lc-fw-footer-bg:#073b52;--lc-fw-footer-text:#fff;--lc-fw-footer-muted:#a9c1ca;
  --lc-fw-mobile-pad:20px;
}

/* Global tokens */
body{font-family:var(--lc-fw-body-font,'Inter'),system-ui,sans-serif;font-size:clamp(var(--lc-fw-body-size-mobile,16px),1.05vw,var(--lc-fw-body-size,17px));line-height:var(--lc-fw-body-line,1.7);background:var(--lc-fw-background,var(--cream));color:var(--lc-fw-text-color,var(--text));}
h1,h2,h3,h4,h5,h6{font-family:var(--lc-fw-heading-font,'Playfair Display'),Georgia,serif;line-height:var(--lc-fw-heading-line,1.15);letter-spacing:var(--lc-fw-letter-spacing,-.02em);color:var(--lc-fw-heading-color,var(--text));}
a{color:var(--lc-fw-link-color,var(--teal));}

/* Major site containers share one width system. */
.lc-header__inner,.lc-footer__inner,.lc-footer__bottom,.lc-hero__inner,.lc-trust__inner,.lc-blog__inner,.lc-discover__inner,.lc-featured__inner,.lc-clarity-teaser__inner,.lc-community__inner{max-width:var(--lc-fw-site-width,1280px);}
.lc-header__inner{max-width:var(--lc-header-width,1280px);}
.lc-header__inner{height:var(--lc-header-height,64px);padding-left:var(--lc-header-pad,28px);padding-right:var(--lc-header-pad,28px);}
.lc-header{background:var(--lc-fw-header-bg,#faf8f5);background:color-mix(in srgb,var(--lc-fw-header-bg,#faf8f5) 95%,transparent);border-bottom-width:var(--lc-header-border,1px);}
.lc-logo__img{max-width:var(--lc-header-logo-width,160px);}
.lc-nav__list{gap:var(--lc-header-nav-gap,28px);}
.lc-nav__list a{font-size:var(--lc-header-nav-size,14px);color:var(--lc-fw-header-text,var(--muted));}
.lc-footer{background:var(--lc-fw-footer-bg,var(--teal));padding:var(--lc-footer-top,80px) var(--lc-fw-section-pad,64px) var(--lc-footer-bottom,40px);}
.lc-footer__inner{gap:var(--lc-footer-gap,48px);}
.lc-footer__bottom{gap:var(--lc-footer-bottom-gap,24px);}
.lc-footer__col h4,.lc-widget .lc-widget__title{font-size:var(--lc-footer-heading-size,11px);}
.lc-footer__col ul li a,.lc-footer__brand p,.lc-footer__tagline{font-size:var(--lc-footer-text-size,14px);}
.lc-footer__col ul li a,.lc-footer__brand p,.lc-footer__tagline,.lc-footer__bottom p,.lc-footer__legal a{color:var(--lc-fw-footer-muted,#a9c1ca);}
.lc-footer__bottom{max-width:var(--lc-footer-width,1280px);}
.lc-footer__inner{max-width:var(--lc-footer-width,1280px);}

/* Generic section/container helpers for future blocks and existing sections. */
.lc-container,.lc-section__inner{width:min(100% - (2 * var(--lc-fw-section-pad,64px)),var(--lc-fw-site-width,1280px));margin-inline:auto;}
.lc-content-container{width:min(100% - (2 * var(--lc-fw-section-pad,64px)),var(--lc-fw-content-width,820px));margin-inline:auto;}

/* Fluid heading scale: avoids giant headlines on tablets and tiny jumps between breakpoints. */
body:not(.single-post) h1{font-size:clamp(2.2rem,4vw,var(--lc-fw-h1-size,3.2rem));}
body:not(.single-post) h2{font-size:clamp(1.65rem,2.7vw,var(--lc-fw-h2-size,2.1rem));}
body:not(.single-post) h3{font-size:clamp(1.2rem,1.8vw,var(--lc-fw-h3-size,1.45rem));}

@media(max-width:1100px){
  .lc-container,.lc-section__inner{width:min(100% - 48px,var(--lc-fw-site-width,1280px));}
  .lc-content-container{width:min(100% - 48px,var(--lc-fw-content-width,820px));}
  .lc-footer{padding-left:40px;padding-right:40px;}
}
@media(max-width:960px){
  .lc-header__inner{padding-left:22px;padding-right:22px;}
  .lc-nav__list{gap:20px;}
  .lc-footer{padding-top:64px;padding-bottom:32px;}
  .lc-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;}
}
@media(max-width:760px){
  .lc-container,.lc-section__inner,.lc-content-container{width:min(100% - (2 * var(--lc-fw-mobile-pad,20px)),var(--lc-fw-site-width,1280px));}
  .lc-header__inner{height:var(--lc-header-height-mobile,58px);padding-left:var(--lc-fw-mobile-pad,20px);padding-right:var(--lc-fw-mobile-pad,20px);}
  .lc-logo__img{max-width:min(var(--lc-header-logo-width,160px),140px);}
  .lc-footer{padding-left:var(--lc-fw-mobile-pad,20px);padding-right:var(--lc-fw-mobile-pad,20px);padding-top:52px;padding-bottom:28px;}
  .lc-footer__inner{grid-template-columns:1fr;gap:28px;margin-bottom:36px;}
  .lc-footer__bottom{align-items:flex-start;}
  body{font-size:var(--lc-fw-body-size-mobile,16px);line-height:var(--lc-fw-body-line,1.7);}
  body:not(.single-post) h1{font-size:clamp(2rem,9vw,var(--lc-fw-h1-size,3.2rem));}
  body:not(.single-post) h2{font-size:clamp(1.5rem,7vw,var(--lc-fw-h2-size,2.1rem));}
  body:not(.single-post) h3{font-size:clamp(1.15rem,5.5vw,var(--lc-fw-h3-size,1.45rem));}
}
@media(max-width:520px){
  .lc-footer__bottom{flex-direction:column;}
  .lc-footer__legal{flex-wrap:wrap;gap:.8rem 1rem;}
}

/* Accessibility: respect the user's reduced-motion preference and optional theme switch. */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;}
}

/* v5.6 design-token surfaces */
.lc-optin,.lc-pagination .page-numbers,.lc-post-outer{background-color:var(--lc-fw-surface,#fff);}
.lc-footer{color:var(--lc-fw-footer-text,#fff);}

/* ══════════════════════════════════════════════════════════════
   v5.8.1 BLOG ARCHIVE — equal-weight editorial stream
   Every article uses the same media size, title scale, metadata and CTA.
   No archive post is promoted to a featured-story treatment.
══════════════════════════════════════════════════════════════ */
@media(min-width:901px){
  .lc-archive__inner--editorial{max-width:1120px}
  .lc-archive__inner--editorial .lc-blog-toolkit-hero{max-width:1040px}
  .lc-post-item{grid-template-columns:minmax(300px,385px) minmax(0,1fr);gap:2.6rem;align-items:center}
  .lc-post-item__thumb{height:220px;border-radius:20px;box-shadow:0 12px 28px rgba(7,59,82,.08)}
  .lc-post-item__title{font-size:clamp(1.55rem,2.8vw,2.05rem);line-height:1.12}
}
@media(max-width:900px){
  .lc-post-item{grid-template-columns:1fr;gap:1.35rem}
  .lc-post-item__thumb{height:220px}
}
@media(max-width:600px){
  .lc-archive__inner--editorial{padding-left:1.25rem;padding-right:1.25rem}
  .lc-post-item__thumb{height:220px;border-radius:16px}
}



/* ══════════════════════════════════════════════════════════════
   v5.9.1 BLOG ARCHIVE — hero band, equal article weight, optional metadata
══════════════════════════════════════════════════════════════ */
/* The toolkit is a true archive hero band: its background owns the full
   width; the content remains aligned to the site's reading container. */
body.blog .lc-blog-hero-band,
body.archive .lc-blog-hero-band{width:100%;margin:0;padding:0;background:var(--lc-toolkit-bg,#f7f4ed);}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero{
  width:100%;max-width:none;margin:0;border:0;border-radius:0;box-shadow:none;
  min-height:270px;padding:2.4rem max(1.25rem,calc((100% - 1040px)/2));
  background:transparent;display:flex;align-items:center;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__content,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__content{max-width:760px;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__art,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__art{flex:0 0 72px;width:72px;height:72px;}

/* Equal-weight stream: never promote the first article. */
body.blog .lc-post-item,
body.archive .lc-post-item{grid-template-columns:minmax(360px,430px) minmax(0,1fr);gap:2.35rem;padding:3.2rem 0;align-items:start;}
body.blog .lc-post-item__thumb,
body.archive .lc-post-item__thumb{height:310px;}
body.blog .lc-post-item__category,
body.archive .lc-post-item__category{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin:0 0 .45rem;}
body.blog .lc-post-item__excerpt,
body.archive .lc-post-item__excerpt{max-width:700px;color:var(--muted);font-size:.9rem;line-height:1.65;margin:-.35rem 0 1.1rem;}

/* The article CTA is an actual button, not an underlined text link. */
body.blog .lc-post-item .lc-read-more,
body.archive .lc-post-item .lc-read-more{
  display:inline-flex;align-items:center;justify-content:center;gap:.3rem;
  background:#66BFBF;color:#fff;border:1px solid #66BFBF;
  border-radius:var(--btn-r,100px);padding:.68rem 1.05rem;
  font-size:.76rem;font-weight:800;text-decoration:none;line-height:1;
  box-shadow:none;transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
body.blog .lc-post-item .lc-read-more:hover,
body.blog .lc-post-item .lc-read-more:focus-visible,
body.archive .lc-post-item .lc-read-more:hover,
body.archive .lc-post-item .lc-read-more:focus-visible{background:#1B365D;border-color:#1B365D;color:#fff;transform:translateY(-1px);}

/* Header lock: primary colour is the header/footer visual anchor. */
body.blog .lc-header,
body.archive .lc-header{background:var(--lc-fw-primary,#073b52);}

@media(max-width:900px){
  body.blog .lc-post-item,body.archive .lc-post-item{grid-template-columns:1fr;gap:1.35rem;}
  body.blog .lc-post-item__thumb,body.archive .lc-post-item__thumb{height:220px;}
}
@media(max-width:700px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero{min-height:230px;padding:1.4rem 1.25rem;}
}

/* v5.9.5 — Blog Archive metadata is controlled exclusively by Customizer toggles. */
body.blog .lc-post-item__cat,
body.archive .lc-post-item__cat,
body.blog .lc-post-item__exc,
body.archive .lc-post-item__exc { display:none !important; }


/* ══ v5.10.0 BLOG HERO — solid primary, wide, editable ══ */
body.blog .lc-blog-hero-band, body.archive .lc-blog-hero-band{width:100%;margin:0;padding:0;background:var(--teal,#073B52);}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero{max-width:none;width:100%;margin:0;border:0;border-radius:0;box-shadow:none;background:var(--teal,#073B52);color:#fff;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{max-width:1280px;margin:0 auto;padding:5rem 5%;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:4rem;align-items:center;min-height:460px;box-sizing:border-box;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__content, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__content{min-width:0;max-width:760px;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__kicker, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__kicker{color:#66BFBF;font-size:.72rem;letter-spacing:.16em;font-weight:800;margin:0 0 .7rem;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero h1, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero h1{margin:0 0 1rem;color:#fff;font-family:'Playfair Display',serif;font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.02;letter-spacing:-.025em;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body{color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.75;max-width:720px;margin:0 0 1.5rem;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body p, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body p{margin:0 0 .6rem;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__button, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__button{display:inline-flex;align-items:center;justify-content:center;background:#66BFBF;color:#073B52;padding:.9rem 1.35rem;border-radius:999px;text-decoration:none;font-weight:800;font-size:.86rem;transition:transform .2s ease,background .2s ease;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__button:hover, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__button:hover{background:#fff;color:#073B52;transform:translateY(-1px);}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{min-width:0;display:flex;align-items:center;justify-content:center;min-height:300px;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{display:block;width:100%;max-width:520px;height:340px;object-fit:contain;border-radius:0;box-shadow:none;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__art, body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__art{width:140px;height:140px;border-radius:28px;display:grid;place-items:center;background:#1B365D;color:#fff;font-size:4rem;}
@media(max-width:800px){body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{grid-template-columns:1fr;gap:2rem;padding:3.5rem 1.25rem;min-height:0;text-align:center;}body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__content,body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__content{margin:0 auto;}body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body,body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body{margin-left:auto;margin-right:auto;}body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{min-height:180px;}body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:220px;}}

/* ══ v5.10.1 BLOG ARCHIVE / TOOLKIT HERO REFINEMENT ══
   Page-level hero is edge-to-edge; inner content remains constrained.
   Archive rows use equal treatment, top-aligned copy, and generous image height. */
body.blog .lc-blog-hero-band,
body.archive .lc-blog-hero-band{
  width:100%;
  margin:0;
  padding:0;
  background:var(--lc-fw-primary,#073B52);
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:var(--lc-fw-primary,#073B52);
  color:#fff;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:4.75rem 5%;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:3.5rem;
  align-items:center;
  min-height:500px;
  box-sizing:border-box;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__content,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__content{max-width:760px;min-width:0;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__kicker,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__kicker{color:#66BFBF;margin:0 0 .8rem;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero h1,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero h1{color:#fff;margin:0 0 1rem;font-size:clamp(2.8rem,5vw,4.65rem);line-height:1.02;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body{color:rgba(255,255,255,.78);max-width:720px;margin:0 0 1.45rem;font-size:1.04rem;line-height:1.7;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__button,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__button{background:#66BFBF;color:#073B52;padding:.9rem 1.35rem;border-radius:999px;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__button:hover,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__button:hover{background:#fff;color:#073B52;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{min-width:0;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:visible;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{display:block;width:auto;max-width:min(100%,500px);height:400px;object-fit:contain;border-radius:0;box-shadow:none;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__art,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__art{width:160px;height:160px;}

/* Equal-weight archive posts: large image, all right-column content starts at the top. */
body.blog .lc-archive__inner--editorial,
body.archive .lc-archive__inner--editorial{max-width:1120px;margin-inline:auto;}
body.blog .lc-post-item,
body.archive .lc-post-item{
  grid-template-columns:minmax(380px,430px) minmax(0,1fr);
  gap:2.35rem;
  padding:3.6rem 0;
  align-items:start;
}
body.blog .lc-post-item__thumb,
body.archive .lc-post-item__thumb{width:100%;height:310px;align-self:start;border-radius:20px;}
body.blog .lc-post-item__body,
body.archive .lc-post-item__body{align-self:start;justify-content:flex-start;}
body.blog .lc-post-item__title,
body.archive .lc-post-item__title{margin-top:0;}
body.blog .lc-post-item .lc-read-more,
body.archive .lc-post-item .lc-read-more{margin-top:0;align-self:flex-start;background:#66BFBF;color:#073B52;border:1px solid #66BFBF;border-radius:9px;padding:.72rem 1.05rem;text-decoration:none;}
body.blog .lc-post-item .lc-read-more:hover,
body.blog .lc-post-item .lc-read-more:focus-visible,
body.archive .lc-post-item .lc-read-more:hover,
body.archive .lc-post-item .lc-read-more:focus-visible{background:#073B52;color:#fff;border-color:#073B52;}

@media(max-width:800px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{grid-template-columns:1fr;gap:2rem;padding:3.5rem 1.25rem;min-height:0;text-align:center;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__content,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__content{margin:0 auto;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{min-height:0;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:300px;max-width:100%;}
  body.blog .lc-post-item,
  body.archive .lc-post-item{grid-template-columns:1fr;gap:1.35rem;padding:2.5rem 0;}
  body.blog .lc-post-item__thumb,
  body.archive .lc-post-item__thumb{height:310px;}
}


/* ══ v5.10.2 BLOG TOOLKIT HERO — final premium composition ══
   Fixed branded Toolkit artwork; no image picker. Full-width primary band,
   generous two-column composition, large product visual, high-contrast copy. */
body.blog .lc-blog-hero-band,
body.archive .lc-blog-hero-band{
  width:100%;
  margin:0;
  padding:0;
  background:var(--lc-fw-primary,#073B52);
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:var(--lc-fw-primary,#073B52);
  color:#fff;
  overflow:hidden;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{
  width:100%;
  max-width:1440px;
  min-height:560px;
  margin:0 auto;
  padding:4.5rem clamp(2rem,5vw,5rem);
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);
  gap:2rem;
  align-items:center;
  box-sizing:border-box;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__content,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__content{
  max-width:780px;
  min-width:0;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__kicker,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__kicker{
  display:block;
  color:#66BFBF;
  font-size:.72rem;
  line-height:1.2;
  letter-spacing:.16em;
  font-weight:800;
  margin:0 0 .85rem;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero h1,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero h1{
  margin:0 0 1.05rem;
  color:#fff;
  font-family:'Playfair Display',serif;
  font-size:clamp(3rem,5.2vw,5.1rem);
  line-height:1.01;
  letter-spacing:-.03em;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body{
  max-width:700px;
  margin:0 0 1.6rem;
  color:rgba(255,255,255,.88);
  font-size:1.08rem;
  line-height:1.7;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body p,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body p{margin:0 0 .55rem;}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__button,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:.9rem 1.5rem;
  background:#66BFBF;
  color:#073B52;
  border:2px solid #66BFBF;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  font-size:.9rem;
  box-sizing:border-box;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__button:hover,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__button:hover{
  background:#fff;
  border-color:#fff;
  color:#073B52;
  transform:translateY(-2px);
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{
  min-width:0;
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{
  display:block;
  width:auto;
  max-width:100%;
  height:500px;
  object-fit:contain;
  border-radius:0;
  box-shadow:none;
  filter:drop-shadow(0 24px 28px rgba(0,0,0,.2));
  transform:scale(1.08);
  transform-origin:center center;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__art,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__art{
  width:160px;height:160px;border-radius:28px;display:grid;place-items:center;background:#1B365D;color:#fff;font-size:4rem;
}
@media(max-width:1050px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{
    grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
    gap:1rem;
    padding-inline:clamp(1.5rem,4vw,3rem);
  }
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:470px;}
}
@media(max-width:800px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{
    grid-template-columns:1fr;
    gap:1.5rem;
    min-height:0;
    padding:3.5rem 1.25rem 3rem;
    text-align:center;
  }
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__content,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__content{margin:0 auto;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body{margin-left:auto;margin-right:auto;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{min-height:0;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:360px;transform:none;}
}
@media(max-width:480px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero h1,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero h1{font-size:2.7rem;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:310px;}
}

/* ══ v5.10.4 BLOG HERO — centered Toolkit artwork ══ */
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{
  display:flex;
  align-items:center;
  justify-content:center;
  align-self:stretch;
  min-width:0;
  min-height:500px;
  overflow:visible;
  text-align:center;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{
  display:block;
  width:auto;
  max-width:100%;
  height:min(520px, calc(100vh - 180px));
  min-height:0;
  object-fit:contain;
  object-position:center center;
  margin:0 auto;
  transform:none;
  transform-origin:center center;
}
@media(max-width:1050px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:500px;}
}
@media(max-width:800px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{min-height:0;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:360px;max-width:100%;}
}
@media(max-width:480px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{height:310px;}
}


/* ══ v5.10.5 BLOG HERO — true large centered Toolkit artwork ══
   The supplied transparent hardcover is the fixed brand visual. The image
   scales from its real aspect ratio instead of being treated as a thumbnail.
*/
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__visual,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__visual{
  align-items:center;
  justify-content:center;
  justify-self:stretch;
  width:100%;
  min-width:0;
  min-height:0;
  overflow:visible;
}
body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{
  display:block;
  width:clamp(320px, 27vw, 390px) !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
  min-width:0;
  object-fit:contain;
  object-position:center;
  margin:0 auto;
  transform:none;
  transform-origin:center center;
  flex:0 0 auto;
}
@media(max-width:1050px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{
    width:clamp(300px, 32vw, 360px) !important;
  }
}
@media(max-width:800px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{
    width:min(78vw, 360px) !important;
    height:auto !important;
  }
}
@media(max-width:480px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{
    width:min(82vw, 320px) !important;
  }
}


/* ══ v5.11.0 ADAPTIVE EXPERIENCE SYSTEM ══
   Capability-first responsiveness: mobile/tablet/desktop/large displays,
   orientation, text scaling, contrast and reduced-motion preferences.
*/
:root{
  --lc-adaptive-gutter:clamp(1rem,3vw,4rem);
  --lc-adaptive-container:min(100% - (var(--lc-adaptive-gutter) * 2), 1440px);
}
html{overflow-x:hidden;scroll-behavior:smooth;}
body{max-width:100%;overflow-x:hidden;text-rendering:optimizeLegibility;}
img,svg,video,iframe{max-width:100%;}
button,a,input,select,textarea{touch-action:manipulation;}
:where(button,a,input,select,textarea):focus-visible{outline:3px solid currentColor;outline-offset:3px;}

/* Large desktop / 2K displays: scale composition, not merely whitespace. */
@media (min-width:1400px){
  .lc-site-container,.lc-page-wrap__inner,.lc-archive__inner{max-width:1440px;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{
    max-width:1600px;
    padding-inline:clamp(3rem,5vw,7rem);
    grid-template-columns:minmax(0,1fr) minmax(520px,.9fr);
  }
}
@media (min-width:1800px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{min-height:620px;max-width:1720px;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{width:clamp(390px,24vw,500px)!important;}
}
@media (min-width:2400px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{max-width:1900px;min-height:680px;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero h1,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero h1{font-size:clamp(4.4rem,4.2vw,6.2rem);}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__body,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__body{font-size:clamp(1.05rem,1.1vw,1.3rem);max-width:780px;}
}

/* Short landscape displays: preserve hierarchy without making the hero eat the screen. */
@media (min-width:900px) and (max-height:760px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{min-height:500px;padding-block:3rem;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__image,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__image{width:clamp(300px,23vw,390px)!important;}
}

/* High zoom / narrow viewports: allow text to reflow instead of clipping. */
@media (max-width:799px){
  html{font-size:100%;}
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{width:100%;}
}

/* User accessibility preferences. */
@media (prefers-contrast:more){
  body{--lc-text-contrast:1;}
  .lc-blog-toolkit-hero__body{color:#fff!important;}
  .lc-blog-toolkit-hero__button{border-width:3px!important;}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important;}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}
}

/* Fine pointer vs touch: hover enhancement only when the device can actually hover. */
@media (hover:none), (pointer:coarse){
  .lc-blog-toolkit-hero__button{min-height:52px;padding-inline:1.35rem;}
}

/* Portrait / landscape tablet and phone behaviour remains content-first. */
@media (orientation:landscape) and (max-width:899px){
  body.blog .lc-blog-hero-band .lc-blog-toolkit-hero__inner,
  body.archive .lc-blog-hero-band .lc-blog-toolkit-hero__inner{padding-block:2.5rem;}
}

/* ============================================================
   LATHI EDITORIAL CALM SYSTEM — v5.17.6
   Article architecture is content-first: type, whitespace, rules.
   Blocks must support the copy, never compete with it.
   ============================================================ */
:root{
  --ed-paper:#ffffff;
  --ed-ink:#171717;
  --ed-muted:#66645f;
  --ed-rule:#ddd9d2;
  --ed-soft:#f6f4ef;
  --ed-soft-2:#f1efe9;
  --ed-accent:#53685d;
  --ed-accent-soft:#e9eee9;
  --ed-warm:#8b7658;
  --ed-warm-soft:#f3eee7;
  --ed-danger:#7b4c4c;
  --ed-danger-soft:#f5eeee;
  --ed-blue:#4e6470;
  --ed-blue-soft:#edf2f3;
}

/* Reading surface: magazine first, UI second. */
body.single-post .lc-content{max-width:72ch;color:var(--ed-ink);font-family:Georgia,'Times New Roman',serif}
body.single-post .lc-content p,
body.single-post .lc-content li,
body.single-post .lc-content td,
body.single-post .lc-content th{color:var(--ed-ink)}
body.single-post .lc-content p{font-size:1.08rem;line-height:1.86;letter-spacing:.002em}
body.single-post .lc-content h2,
body.single-post .lc-content h3,
body.single-post .lc-content h4{font-family:'Playfair Display',Georgia,serif;color:var(--ed-ink);border:0}
body.single-post .lc-content h2{font-size:clamp(1.55rem,2vw,1.85rem);margin-top:4rem;margin-bottom:1rem;padding:0}
body.single-post .lc-content h2::before{display:none}
body.single-post .lc-content h3{font-size:1.25rem;margin-top:2.7rem;margin-bottom:.75rem;display:block}
body.single-post .lc-content h3::before{display:none}
body.single-post .lc-content blockquote{background:transparent;border-left:2px solid var(--ed-accent);border-radius:0;color:var(--ed-ink);padding:.3rem 0 .3rem 1.35rem}

/* Universal block frame — no cards stacked on cards. */
body.single-post .lc-content .lc-tldr,
body.single-post .lc-content .lc-callout,
body.single-post .lc-content .lc-pullquote,
body.single-post .lc-content .lc-stat-row,
body.single-post .lc-content .lc-faq-box,
body.single-post .lc-content .lc-hbar,
body.single-post .lc-content .lc-table-wrap,
body.single-post .lc-content .lc-timeline,
body.single-post .lc-content .lc-pc,
body.single-post .lc-content .lc-takeaways{box-shadow:none}

/* TL;DR — quiet paper panel. */
.lc-tldr{background:var(--ed-soft)!important;border:1px solid var(--ed-rule);border-radius:2px!important;padding:1.45rem 1.6rem!important}
.lc-tldr::before{display:none}
.lc-tldr__label{color:var(--ed-accent)!important;font-size:.62rem!important;letter-spacing:.15em!important}
.lc-tldr__label::before{content:''!important;width:18px;height:1px;background:var(--ed-accent);display:inline-block}
.lc-tldr h4{color:var(--ed-ink)!important;font-size:1.05rem!important;margin-bottom:.65rem!important}
.lc-tldr ul{gap:.28rem!important}
.lc-tldr li{color:var(--ed-ink)!important;font-size:.92rem!important}
.lc-tldr li::before{color:var(--ed-accent)!important;content:'—'!important}

/* Key takeaways — same family as TL;DR, not a second visual language. */
.lc-takeaways{background:var(--ed-paper)!important;border:0!important;border-top:1px solid var(--ed-rule)!important;border-bottom:1px solid var(--ed-rule)!important;border-radius:0!important;padding:1.35rem 0!important}
.lc-takeaways::before{display:none}
.lc-takeaways ul{gap:.55rem!important}
.lc-takeaways ul li{font-size:.94rem!important;color:var(--ed-ink)!important}
.lc-takeaways ul li::before{content:'•'!important;color:var(--ed-accent)!important;width:12px!important}

/* Callouts — semantic tone through a hairline and paper tint, never saturated fills. */
.lc-callout{border-radius:2px!important;border-left:2px solid var(--ed-accent)!important;background:var(--ed-soft)!important;padding:1rem 1.2rem!important;gap:.75rem!important}
.lc-callout__icon{font-size:.9rem!important;filter:grayscale(1);opacity:.72}
.lc-callout__label{color:var(--ed-accent)!important;font-size:.59rem!important;letter-spacing:.13em!important}
.lc-callout p{font-size:.9rem!important;color:var(--ed-ink)!important}
.lc-callout--science{background:var(--ed-blue-soft)!important;border-color:var(--ed-blue)!important}
.lc-callout--science .lc-callout__label{color:var(--ed-blue)!important}
.lc-callout--tip{background:var(--ed-soft)!important;border-color:var(--ed-accent)!important}
.lc-callout--tip .lc-callout__label{color:var(--ed-accent)!important}
.lc-callout--warn{background:var(--ed-warm-soft)!important;border-color:var(--ed-warm)!important}
.lc-callout--warn .lc-callout__label{color:var(--ed-warm)!important}
.lc-callout--danger{background:var(--ed-danger-soft)!important;border-color:var(--ed-danger)!important}
.lc-callout--danger .lc-callout__label{color:var(--ed-danger)!important}
.lc-callout--info{background:var(--ed-blue-soft)!important;border-color:var(--ed-blue)!important}
.lc-callout--info .lc-callout__label{color:var(--ed-blue)!important}

/* Pull quote — typography does the work. */
.lc-pullquote{background:transparent!important;border-top:1px solid var(--ed-rule);border-bottom:1px solid var(--ed-rule);border-left:0!important;border-radius:0!important;padding:1.5rem 0!important;margin:2.2rem 0!important}
.lc-pullquote::before{color:var(--ed-rule)!important;font-size:3.8rem!important}
.lc-pullquote p{color:var(--ed-ink)!important;font-size:1.22rem!important;line-height:1.55!important;max-width:42ch}
.lc-pullquote cite{color:var(--ed-muted)!important}

/* Stats / pictographs — data should read like a captioned magazine figure. */
.lc-stat-row{gap:0!important;border-top:1px solid var(--ed-rule);border-bottom:1px solid var(--ed-rule);padding:.2rem 0!important}
.lc-stat-box{background:transparent!important;border:0!important;border-right:1px solid var(--ed-rule);border-radius:0!important;box-shadow:none!important;padding:1.15rem 1rem!important}
.lc-stat-box:last-child{border-right:0}
.lc-stat-box::after{display:none}
.lc-stat-box__n{color:var(--ed-ink)!important;font-size:1.85rem!important}
.lc-stat-box__l{color:var(--ed-muted)!important;font-size:.65rem!important}

/* Tables — editorial rules, no saturated header slab. */
.lc-table-wrap{border:0!important;border-radius:0!important;box-shadow:none!important;border-top:1px solid var(--ed-ink);border-bottom:1px solid var(--ed-rule)}
.lc-table{background:var(--ed-paper)!important;color:var(--ed-ink)!important;font-size:.88rem!important}
.lc-table caption{color:var(--ed-ink)!important;padding:1rem 0 .7rem!important;border-bottom:0!important}
.lc-table thead tr{background:transparent!important;border-bottom:1px solid var(--ed-ink)}
.lc-table thead th{color:var(--ed-muted)!important;padding:.72rem .75rem!important;font-size:.62rem!important;letter-spacing:.11em!important}
.lc-table tbody tr{border-bottom:1px solid var(--ed-rule)!important}
.lc-table tbody tr:hover{background:var(--ed-soft)!important}
.lc-table tbody td{padding:.78rem .75rem!important;color:var(--ed-ink)!important}
.lc-pill{border-radius:2px!important;background:transparent!important;border:1px solid var(--ed-rule)!important;color:var(--ed-muted)!important;font-weight:600!important;padding:.18em .55em!important}
.lc-pill--yes{border-color:#aab9ad!important;color:#53685d!important}
.lc-pill--no{border-color:#c9aaaa!important;color:#7b4c4c!important}
.lc-pill--maybe{border-color:#cbbca7!important;color:#806b4d!important}
.lc-td-bar__track{background:var(--ed-soft-2)!important;border-radius:1px!important}
.lc-td-bar__fill{background:var(--ed-accent)!important;border-radius:1px!important}

/* FAQ — no colored header. Let the questions carry the hierarchy. */
.lc-faq-box{border:0!important;border-top:1px solid var(--ed-ink);border-bottom:1px solid var(--ed-rule);border-radius:0!important;overflow:visible!important}
.lc-faq-box__header{background:transparent!important;padding:.95rem 0!important;border-bottom:1px solid var(--ed-rule)}
.lc-faq-box__header::before{content:''!important;width:18px;height:1px;background:var(--ed-accent);display:inline-block;margin-right:.5rem;vertical-align:middle}
.lc-faq-box__header span{color:var(--ed-ink)!important;font-size:1.05rem!important}
.lc-faq-box__item{border-bottom:1px solid var(--ed-rule)!important}
.lc-faq-box__q{background:transparent!important;color:var(--ed-ink)!important;padding:.95rem 0!important;font-size:.94rem!important}
.lc-faq-box__q:hover,.lc-faq-box__q.open{background:transparent!important;color:var(--ed-accent)!important}
.lc-faq-box__ico{border-color:var(--ed-rule)!important;color:var(--ed-muted)!important;background:transparent!important}
.lc-faq-box__q.open .lc-faq-box__ico{background:var(--ed-accent)!important;border-color:var(--ed-accent)!important;color:#fff!important}
.lc-faq-box__a{background:var(--ed-soft)!important;color:var(--ed-ink)!important;padding:.25rem 1rem 1rem!important}

/* Charts / graphs — neutral tracks, one restrained data accent. */
.lc-hbar{background:transparent!important;border-top:1px solid var(--ed-rule);border-bottom:1px solid var(--ed-rule);border-radius:0!important;padding:1.2rem 0!important;box-shadow:none!important}
.lc-hbar__title{color:var(--ed-ink)!important}
.lc-hbar__track{background:var(--ed-soft-2)!important;border-radius:1px!important;height:9px!important}
.lc-hbar__fill{background:var(--ed-accent)!important;border-radius:1px!important}
.lc-hbar__val,.lc-hbar__label{color:var(--ed-ink)!important}
.lc-hbar__src{color:var(--ed-muted)!important}

/* Timeline — line and type, not a stack of cards. */
.lc-timeline{padding-left:1.5rem!important}
.lc-timeline::before{background:var(--ed-rule)!important;width:1px!important}
.lc-timeline__marker{background:var(--ed-paper)!important;border:2px solid var(--ed-accent)!important;box-shadow:none!important}
.lc-timeline__content{background:transparent!important;border:0!important;border-bottom:1px solid var(--ed-rule)!important;border-radius:0!important;box-shadow:none!important;padding:0 0 1rem!important}
.lc-timeline__time{color:var(--ed-accent)!important}
.lc-timeline__title{color:var(--ed-ink)!important}
.lc-timeline__body{color:var(--ed-muted)!important}

/* Author boxes — trust furniture, not promotional cards. */
.lc-author-bio-section{border-top:1px solid var(--ed-rule)!important}
.lc-author-bio-card{border-top:0!important;border-bottom:1px solid var(--ed-rule)!important;padding:1.2rem 0!important}
.lc-author-bottom-card{background:var(--ed-soft)!important;border:1px solid var(--ed-rule)!important;border-radius:2px!important;box-shadow:none!important}
.lc-author-bottom-card__eyebrow,.lc-author-side-card__eyebrow{color:var(--ed-accent)!important}
.lc-author-bottom-card h2,.lc-author-side-card__name{color:var(--ed-ink)!important}
.lc-author-bottom-card p,.lc-author-side-card__role{color:var(--ed-muted)!important}
.lc-author-bottom-card a,.lc-author-side-card__link{color:var(--ed-accent)!important}

/* Product/commercial blocks: commercial moments are intentionally distinct, but quiet. */
.lc-pc{border-radius:2px!important;box-shadow:none!important}
.lc-pc--teal{background:var(--ed-soft)!important;border:1px solid var(--ed-rule)!important}
.lc-pc--dark{background:#242522!important}
.lc-pc--light{background:#fff!important;border:1px solid var(--ed-rule)!important}

/* Future-proof data figures: pie charts, pictographs and graphs inherit the same calm system. */
.lc-data-figure,.lc-pie-chart,.lc-pictograph,.lc-graph{background:transparent!important;border-top:1px solid var(--ed-rule);border-bottom:1px solid var(--ed-rule);padding:1.15rem 0;margin:2rem 0}
.lc-data-figure__title,.lc-pie-chart__title,.lc-pictograph__title,.lc-graph__title{font-family:'Playfair Display',serif;color:var(--ed-ink);font-size:1rem;font-weight:600;margin-bottom:.8rem}
.lc-data-figure__caption,.lc-pie-chart__caption,.lc-pictograph__caption,.lc-graph__caption{font-size:.72rem;color:var(--ed-muted);line-height:1.5;margin-top:.7rem}
.lc-data-figure svg,.lc-pie-chart svg,.lc-pictograph svg,.lc-graph svg{font-family:Inter,system-ui,sans-serif}

/* Responsive calmness */
@media(max-width:700px){
  body.single-post .lc-content p{font-size:1rem;line-height:1.8}
  .lc-stat-box{padding:.95rem .6rem!important}
  .lc-stat-box__n{font-size:1.5rem!important}
  .lc-table{font-size:.82rem!important}
  .lc-table thead th,.lc-table tbody td{padding:.65rem .55rem!important}
}


/* v5.18.0 — Journey-aware contextual linking */
.lc-journey-links{margin:3.2rem 0;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.lc-journey-links__kicker{font-size:.58rem;letter-spacing:.14em;font-weight:800;color:#5f9277}.lc-journey-links__head h2{margin:.3rem 0;color:#1B365D;font-size:1.45rem}.lc-journey-links__head p{margin:0 0 1.15rem;color:var(--muted);font-size:.84rem;line-height:1.6}.lc-journey-links__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lc-journey-link{display:block;text-decoration:none;padding:14px 15px;border:1px solid var(--border);border-radius:8px;background:#fff;transition:border-color .15s ease,transform .15s ease}.lc-journey-link:hover{border-color:var(--teal);transform:translateY(-1px)}.lc-journey-link span,.lc-journey-link strong,.lc-journey-link em{display:block}.lc-journey-link span{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:#5f9277}.lc-journey-link strong{font-size:.9rem;line-height:1.35;color:var(--text);margin:.28rem 0 .5rem}.lc-journey-link em{font-size:.68rem;font-style:normal;color:var(--muted);font-weight:700}@media(max-width:650px){.lc-journey-links__grid{grid-template-columns:1fr}}
