/* =====================================================================
   CareOpsByAli — illustrated theme (inner pages)
   Load order on every inner page:  page <style>  →  /theme.css  →  /mobile.css
   Same tokens, type, header, banner, cards and footer as the homepage.
   ===================================================================== */
:root{
    --paper:#F5F7FC; --card:#FFFFFF; --line:#DCE3F0;
    --heading:#0F2560; --text:#16213D; --muted:#46526B; --link:#1C3F8F;
    --sky-1:#DCE7FB; --sky-2:#F2F6FD; --wood:#E4CBA3; --gold-text:#7A5A1D;
    --r-card:20px; --r-btn:12px; --gutter:clamp(1.25rem,4vw,3rem); --header-h:72px;
    /* page variables re-pointed at the new palette */
    --royal:#1C3F8F; --royal-deep:#0F2560; --royal-mid:#2952B3; --royal-text:#1C3F8F;
    --gold:#C9A84C; --gold-light:#D9BD6C; --gold-shine:#E8D48B; --gold-pale:#F4EAC9; --gold-deep:#7A5A1D;
    --surface:#FFFFFF; --white:#FFFFFF; --off-white:#F5F7FC;
    --text-dark:#16213D; --text-mid:#46526B; --text-light:#5A6680;
    --border-rgb:28,63,143; --header-bg:rgba(255,255,255,0.94);
    --radius-sm:12px; --radius-md:20px; --radius-lg:28px;
    --shadow-sm:0 6px 18px rgba(15,37,96,0.07); --shadow-md:0 14px 36px rgba(15,37,96,0.11); --shadow-lg:0 22px 50px rgba(15,37,96,0.16);
    --ease:cubic-bezier(0.4,0,0.2,1);
}
[data-theme="dark"]{
    --paper:#0A1220; --card:#131D33; --line:rgba(255,255,255,0.12);
    --heading:#F3F6FC; --text:#EEF2FA; --muted:#B4BED4; --link:#9DB8F2;
    --sky-1:#1B2B52; --sky-2:#152241; --wood:#4B3E2A; --gold-text:#E2C47A;
    --royal-text:#9DB8F2; --gold-deep:#E2C47A;
    --surface:#131D33; --white:#0A1220; --off-white:#111A2E;
    --text-dark:#EEF2FA; --text-mid:#B4BED4; --text-light:#97A2BC;
    --border-rgb:255,255,255; --header-bg:rgba(10,18,32,0.9);
}
html[data-theme="dark"]{background:#0A1220}
body{font-family:'Manrope',system-ui,sans-serif !important;background:var(--paper) !important;color:var(--text);font-weight:500;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,.logo,.brand{font-family:'Manrope',system-ui,sans-serif !important;letter-spacing:-0.02em}
h1,h2,h3{color:var(--heading)}
.ic{width:1em;height:1em;display:inline-block;flex-shrink:0;vertical-align:-0.14em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ic.spin{animation:icSpin .9s linear infinite}
@keyframes icSpin{to{transform:rotate(360deg)}}
.wrap{max-width:1240px;margin:0 auto;padding:0 var(--gutter)}

/* ---------- Header ---------- */
header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 !important;background:var(--header-bg) !important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line) !important;box-shadow:none !important}
.header-inner{max-width:1240px;height:var(--header-h);margin:0 auto;padding:0 var(--gutter) !important;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}
.logo{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none}
.logo-mark{height:32px !important;width:auto}
.lm-word{font-size:1.3rem}
.lm-word .lm-by{color:var(--gold-text)}
.lm-word .lm-ali{color:var(--heading)}
nav{display:flex;align-items:center;gap:1.5rem}
nav a{text-decoration:none;font-size:.95rem !important;font-weight:600 !important;color:var(--muted) !important}
nav a.active{color:var(--heading) !important}
nav a::after{display:none !important}
@media (hover:hover){nav a:hover{color:var(--heading) !important}}
nav .nav-cta{display:inline-flex;align-items:center;min-height:44px;padding:0 1.1rem !important;border-radius:var(--r-btn) !important;background:var(--gold) !important;color:#0F2560 !important;font-weight:700 !important;box-shadow:none !important}
.theme-toggle{width:42px;height:42px;border-radius:50%;border:1px solid var(--line) !important;background:var(--card) !important;color:var(--link) !important;display:flex;align-items:center;justify-content:center;margin:0 !important}
.theme-toggle .ic{width:18px;height:18px}
.menu-btn span{background:var(--heading) !important}

/* ---------- Banner with character ---------- */
.banner,.post-hero,.item-hero,.page-hero{
    margin-top:var(--header-h) !important;background:#0F2560 !important;color:#fff;position:relative;overflow:hidden;
    padding:clamp(2.75rem,6vw,4.5rem) 0 clamp(3.25rem,7vw,5rem) !important;text-align:left !important}
.banner::before,.post-hero::before,.item-hero::before,.page-hero::before{content:'';position:absolute;right:-8%;top:-45%;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.18),transparent 65%);pointer-events:none}
.banner-inner,.post-hero-inner,.item-hero-inner,.page-hero-inner{
    position:relative;z-index:1;max-width:1240px !important;margin:0 auto;padding:0 var(--gutter);
    display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:clamp(1.5rem,5vw,4rem);align-items:center;text-align:left}
.banner-inner > *:not(.banner-char),.post-hero-inner > *:not(.banner-char),.item-hero-inner > *:not(.banner-char),.page-hero-inner > *:not(.banner-char){grid-column:1;justify-self:start}
.banner h1,.post-hero h1,.item-hero h1,.page-hero h1{color:#fff !important;font-size:clamp(2rem,4.2vw,3.1rem) !important;line-height:1.08;font-weight:800;margin:.35rem 0 .8rem;max-width:760px}
.banner p,.page-hero p,.item-summary{color:rgba(255,255,255,.88) !important;font-size:1.08rem !important;line-height:1.6;max-width:580px;margin:0}
.section-tag,.page-tag,.post-cat-tag,.item-tag{display:inline-flex !important;align-items:center;gap:.4rem;background:rgba(201,168,76,.16) !important;color:#F4EAC9 !important;border:1px solid rgba(201,168,76,.35) !important;border-radius:999px !important;padding:.3rem .85rem !important;font-size:.85rem !important;font-weight:700 !important;letter-spacing:0 !important;text-transform:none !important;margin:0 0 .4rem !important}
.breadcrumb{color:rgba(255,255,255,.72) !important;font-size:.9rem;margin-bottom:.9rem}
.breadcrumb a{color:#fff !important;text-decoration:none;font-weight:600}
.post-meta{color:rgba(255,255,255,.78) !important;font-size:.95rem}
.item-summary,.post-meta,.breadcrumb{margin-left:0 !important;margin-right:0 !important;text-align:left !important}
.item-icon-badge{margin:0 0 .8rem !important;width:48px;height:48px;border-radius:14px;background:var(--gold) !important;color:#0F2560 !important;display:inline-flex !important;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:.8rem}
.banner-char{grid-column:2;grid-row:1 / span 20;margin:0;position:relative;display:flex;flex-direction:column;align-items:center}
.banner-char img{width:clamp(160px,19vw,240px);height:auto;aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 0 0 8px rgba(201,168,76,.35),0 22px 50px rgba(0,0,0,.28)}
.banner-bubble{position:relative;order:-1;margin-bottom:.9rem;max-width:230px;background:#fff;color:#0F2560;font-size:.9rem;font-weight:700;line-height:1.35;padding:.6rem .9rem;border-radius:14px;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.banner-bubble::after{content:'';position:absolute;left:50%;bottom:-7px;width:14px;height:14px;background:#fff;transform:translateX(-50%) rotate(45deg);border-radius:2px}

/* ---------- Buttons ---------- */
.btn-gold,.nl-submit,.modal-submit,.tool-calc-btn,.res-btn{display:inline-flex !important;align-items:center;justify-content:center;gap:.5rem;min-height:50px;padding:0 1.4rem !important;border-radius:var(--r-btn) !important;background:var(--gold) !important;color:#0F2560 !important;font-family:inherit !important;font-weight:700 !important;border:0 !important;box-shadow:none !important;text-decoration:none;cursor:pointer;transition:transform .2s var(--ease),background-color .2s var(--ease)}
.btn-gold::before{display:none !important}
@media (hover:hover){.btn-gold:hover,.nl-submit:hover,.modal-submit:hover,.tool-calc-btn:hover,.res-btn:hover{background:var(--gold-light) !important;transform:translateY(-2px)}}
.btn-outline-royal,.btn-line{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;padding:0 1.4rem;border-radius:var(--r-btn) !important;background:transparent !important;color:var(--link) !important;border:0 !important;box-shadow:inset 0 0 0 2px var(--line) !important;font-weight:700;text-decoration:none;cursor:pointer;font-family:inherit}
@media (hover:hover){.btn-outline-royal:hover,.btn-line:hover{box-shadow:inset 0 0 0 2px var(--link) !important}}
.btn-ghost-light{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;padding:0 1.4rem;border-radius:var(--r-btn);color:#fff;text-decoration:none;font-weight:700;box-shadow:inset 0 0 0 2px rgba(255,255,255,.4)}
@media (hover:hover){.btn-ghost-light:hover{box-shadow:inset 0 0 0 2px #fff}}

/* ---------- Cards, chips, forms ---------- */
.post-card,.featured-card,.res-card,.related-card,.tool-card,.skeleton-card,.filters-inner,.policy-wrap,.faq-item{background:var(--card) !important;border:1px solid var(--line) !important;border-radius:var(--r-card) !important;box-shadow:none !important}
.post-card,.featured-card,.res-card,.related-card{transition:transform .2s var(--ease),border-color .2s var(--ease)}
@media (hover:hover){.post-card:hover,.featured-card:hover,.res-card:hover,.related-card:hover{transform:translateY(-3px) !important;border-color:rgba(201,168,76,.55) !important;box-shadow:var(--shadow-md) !important}}
.filters-inner{box-shadow:var(--shadow-md) !important}
.post-thumb,.featured-thumb{background:linear-gradient(to top,var(--wood) 0 14%,transparent 14%),linear-gradient(180deg,var(--sky-1),var(--sky-2)) !important;color:var(--link)}
.post-thumb .ic,.featured-thumb .ic{opacity:.6}
.post-title,.featured-card h2,.featured-card h3,.rc-title,.res-title{color:var(--heading) !important;font-weight:800 !important;letter-spacing:-.015em}
.post-excerpt,.res-desc,.featured-card p{color:var(--muted) !important}
.post-cat-badge,.featured-badge,.rc-cat,.post-tag-mini,.tag-chip,.cat-pill,.post-tag-link{border-radius:999px !important;text-transform:none !important;letter-spacing:0 !important;font-weight:700 !important}
.post-cat-badge,.rc-cat{color:var(--gold-text) !important;background:transparent !important;padding:0 !important;font-size:.85rem !important}
.featured-badge{background:var(--gold) !important;color:#0F2560 !important}
.cat-pill,.tag-chip,.post-tag-link{background:var(--card) !important;border:1px solid var(--line) !important;color:var(--muted) !important;min-height:40px;padding:0 1rem !important;display:inline-flex !important;align-items:center;font-family:inherit !important}
.cat-pill.active,.tag-chip.active{background:#0F2560 !important;border-color:#0F2560 !important;color:#fff !important}
.res-icon{background:linear-gradient(180deg,var(--sky-1),var(--sky-2)) !important;color:var(--link) !important;border-radius:14px !important}
input:not([type="checkbox"]):not([type="radio"]),select,textarea{font-family:inherit !important;border-radius:var(--r-btn) !important;border:1px solid var(--line) !important;background:var(--paper) !important;color:var(--text) !important}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--link) !important;box-shadow:0 0 0 3px rgba(41,82,179,.15)}
.skeleton{background:linear-gradient(90deg,var(--sky-2) 25%,var(--sky-1) 37%,var(--sky-2) 63%) !important;background-size:400% 100% !important}
.empty-state,.state-msg,.loading-state{color:var(--muted)}
.empty-state .ic,.state-msg .ic,.loading-state .ic{color:var(--gold-text);font-size:2rem;display:block;margin:0 auto .8rem}
.search-box{position:relative}
.search-box .ic{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light);pointer-events:none}
.post-thumb .ic,.featured-thumb .ic{font-size:2.4rem;color:var(--link)}
.bullet-list li .ic{margin-top:.3rem;flex-shrink:0}
.post-readmore .ic{transition:transform .2s var(--ease)}
@media (hover:hover){.post-card:hover .post-readmore .ic{transform:translateX(3px)}}

/* ---------- Newsletter / call-to-action bands with character ---------- */
.newsletter-band{background:transparent !important;padding:clamp(3rem,6vw,4.5rem) 0 0 !important}
.newsletter-inner,.cta-band,.talk-band{position:relative;overflow:hidden;background:#0F2560 !important;color:#fff;border-radius:28px !important;padding:clamp(1.75rem,4vw,3rem) !important;text-align:left !important;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:2.5rem;align-items:center}
.newsletter-inner{max-width:1144px !important;margin:0 auto;width:calc(100% - 2 * var(--gutter))}
.newsletter-inner > *:not(.band-char),.cta-band > *:not(.band-char),.talk-band > *:not(.band-char){grid-column:1}
.newsletter-inner h3,.cta-band h3,.talk-band h2{color:#fff !important;font-size:clamp(1.5rem,2.6vw,2.1rem) !important;font-weight:800;margin-bottom:.5rem}
.newsletter-inner p,.cta-band p,.talk-band p{color:rgba(255,255,255,.86) !important;margin-bottom:1.25rem;max-width:520px}
.band-char{grid-column:2;grid-row:1 / span 10;width:clamp(120px,14vw,180px);aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 0 0 7px rgba(201,168,76,.35)}
.newsletter-form input{background:rgba(255,255,255,.96) !important;color:#16213D !important;border-color:transparent !important}
.newsletter-msg{color:#F4EAC9}
.talk-wrap{padding:clamp(3.5rem,7vw,5.5rem) 0 0}
.talk-actions{display:flex;flex-wrap:wrap;gap:.75rem}

/* ---------- Articles ---------- */
.article-wrap{max-width:780px !important}
.article-body{color:var(--text) !important;font-size:1.08rem;line-height:1.8}
.article-body h2,.article-body h3{color:var(--heading) !important;font-weight:800;margin:2rem 0 .75rem}
.article-body a{color:var(--link) !important;text-decoration:underline;text-underline-offset:3px}
.article-body blockquote{border-left:4px solid var(--gold) !important;background:var(--card);border-radius:0 14px 14px 0;padding:1rem 1.25rem;color:var(--text)}
.bullet-list li .ic{color:#2E8B57}
.share-btn{width:44px !important;height:44px !important;border-radius:50% !important;background:var(--card) !important;border:1px solid var(--line) !important;color:var(--link) !important;display:inline-flex !important;align-items:center;justify-content:center}
.detail-scene{margin:0 0 2rem;border-radius:var(--r-card);overflow:hidden;border:1px solid var(--line);aspect-ratio:16/9}
.detail-scene img{width:100%;height:100%;object-fit:cover;display:block}

/* ---------- Tools ---------- */
.tool-result-box{background:var(--paper) !important;border:1px solid var(--line) !important;border-radius:16px !important}
.tool-result-box.gold{background:#0F2560 !important;border-color:#0F2560 !important}
.tool-result-box.gold .tool-result-label{color:#F4EAC9 !important}
.tool-result-box.gold .tool-result-value{color:#fff !important}
.tool-result-value{font-family:'Manrope',sans-serif !important;font-weight:800 !important;color:var(--heading)}
.tool-prefix,.tool-suffix{color:var(--muted) !important}

/* ---------- Modal ---------- */
.modal-content{border-radius:24px !important;background:var(--card) !important;border:1px solid var(--line)}
.modal-icon{background:var(--gold-pale) !important;color:var(--gold-text) !important}
.modal-close{width:44px !important;height:44px !important;border-radius:50% !important;display:flex !important;align-items:center;justify-content:center;background:var(--paper) !important;color:var(--muted) !important}

/* ---------- Tool directory (tools page + "more tools") ---------- */
.tool-hub{--tool-count:2;display:grid;grid-template-columns:repeat(var(--tool-count),minmax(0,1fr));gap:1.25rem;align-items:stretch}
.tool-hub:has(> :only-child){max-width:none}
/* A single item becomes a wide featured card */
@media (min-width:761px){
  .tool-hub > .tool-tile:only-child{display:grid;grid-template-columns:minmax(260px,38%) 1fr;grid-template-rows:1fr auto}
  .tool-hub > .tool-tile:only-child .tool-tile-art{grid-row:1 / span 2;height:auto;min-height:230px}
  .tool-hub > .tool-tile:only-child .tool-tile-body{padding:1.6rem 1.9rem 0;justify-content:center}
  .tool-hub > .tool-tile:only-child .tool-tile-title{font-size:1.5rem}
  .tool-hub > .tool-tile:only-child .tool-tile-sum{font-size:1.02rem;max-width:560px}
  .tool-hub > .tool-tile:only-child .tool-tile-cta{margin:1.2rem 1.9rem 1.6rem}
}
@media (max-width:1000px){.tool-hub{grid-template-columns:repeat(min(var(--tool-count),2),minmax(0,1fr))}}
@media (max-width:640px){.tool-hub{grid-template-columns:1fr}}
.tool-tile{position:relative;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;text-decoration:none;color:inherit;min-height:100%;transition:border-color .25s var(--ease),box-shadow .25s var(--ease)}
.tool-tile-art{display:flex;align-items:center;justify-content:center;height:160px;background:linear-gradient(to top,var(--wood) 0 9%,transparent 9%),linear-gradient(180deg,var(--sky-1),var(--sky-2));color:var(--link)}
[data-theme="dark"] .tool-tile-art{background:linear-gradient(to top,rgba(201,168,76,.35) 0 4px,transparent 4px),linear-gradient(180deg,var(--sky-1),var(--sky-2))}
.tool-tile-art .ic{width:56px;height:56px;margin-bottom:12px;stroke-width:1.7}
.tool-tile-art{position:relative;overflow:hidden}
.tool-tile-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tool-tile-art.has-thumb{background:var(--sky-2)}
.tool-tile-art.has-thumb .ic{display:none}
.tool-tile-body{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.4rem 0;flex:1}
.tool-tile-chips{display:flex;flex-wrap:wrap;gap:.4rem}
.tool-chip{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;font-size:.78rem;font-weight:800;padding:.2rem .65rem;background:var(--gold-pale);color:var(--gold-text)}
.tool-chip.priv{background:#E7F6EC;color:#1E6B3A}
[data-theme="dark"] .tool-chip{background:rgba(201,168,76,.18);color:#F4EAC9}
[data-theme="dark"] .tool-chip.priv{background:#12301F;color:#9BE3B4}
.tool-chip .ic{width:.9em;height:.9em}
.tool-tile-title{font-size:1.2rem;font-weight:800;color:var(--heading);letter-spacing:-.015em;line-height:1.3}
.tool-tile-sum{color:var(--muted);font-size:.98rem;line-height:1.6}
.tool-tile-for{font-size:.85rem;font-weight:600;color:var(--muted)}
.tool-filters{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin:0 0 1.25rem}
.tool-cats{display:flex;flex-wrap:wrap;gap:.45rem}
.tool-cat{appearance:none;font:inherit;font-weight:700;font-size:.92rem;min-height:44px;padding:0 1rem;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--muted);cursor:pointer}
.tool-cat[aria-pressed="true"]{background:#0F2560;border-color:#0F2560;color:#fff}
@media (hover:hover){.tool-cat:hover{border-color:var(--link);color:var(--heading)}.tool-cat[aria-pressed="true"]:hover{color:#fff}}
.tool-filter-side{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}
.tool-niche{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--muted);font-size:.9rem}
.tool-niche select{min-height:44px;padding:0 2rem 0 .8rem !important;width:auto}
.tool-filter-count{font-size:.85rem;color:var(--muted);font-weight:600}
.tool-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center;padding:2.5rem 1rem;background:var(--card);border:1px dashed var(--line);border-radius:var(--r-card);color:var(--muted)}
.tool-empty strong{color:var(--heading)}
@media (max-width:640px){.tool-cats{flex-wrap:nowrap;overflow-x:auto;margin:0 calc(var(--gutter)*-1);padding:0 var(--gutter) .25rem;scrollbar-width:none}.tool-cats::-webkit-scrollbar{display:none}.tool-cat{white-space:nowrap}.tool-filter-side{width:100%;justify-content:space-between}}
.tool-tile-cta{display:flex;align-items:center;gap:.45rem;margin:1rem 1.4rem 1.25rem;padding-top:1rem;border-top:1px solid var(--line);font-weight:800;color:var(--link)}
.tool-tile-cta .ic{transition:transform .2s var(--ease)}
@media (hover:hover){
  .tool-tile:hover{border-color:rgba(201,168,76,.6);box-shadow:var(--shadow-md)}
  .tool-tile:hover .tool-tile-cta .ic{transform:translateX(4px)}
}
.tool-tile:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
@media (max-width:760px){.tool-tile-art{height:112px}.tool-tile-art .ic{width:46px;height:46px}}

/* ---------- Footer ---------- */
.site-footer{background:#0F2560;color:rgba(255,255,255,.78);margin-top:clamp(4rem,8vw,6rem);padding:3.5rem 0 2rem;font-size:.95rem;text-align:left}
.site-footer .ft{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}
.site-footer .lm-word span{color:#E8D48B}.site-footer .lm-word .lm-by{color:#C9A84C}.site-footer .lm-word .lm-ali{color:#fff}
.site-footer .footer-logo{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;margin-bottom:.8rem}
.site-footer .footer-logo img{height:28px;width:auto}
.site-footer h4{color:#F4EAC9;font-size:.95rem;margin-bottom:.5rem}
.site-footer .ft a{display:flex;align-items:center;gap:.5rem;text-decoration:none;padding:.3rem 0;color:rgba(255,255,255,.84)}
@media (hover:hover){.site-footer a:hover{color:#fff}}
.site-footer .ft-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2.5rem;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem 1.5rem;flex-wrap:wrap;font-size:.88rem}
.site-footer .ft-bottom a{color:rgba(255,255,255,.8)}

/* ---------- Responsive ---------- */
@media (max-width:1100px){.site-footer .ft{grid-template-columns:1fr 1fr}}
@media (max-width:760px){
    .banner-inner,.post-hero-inner,.item-hero-inner,.page-hero-inner{grid-template-columns:1fr}
    .banner-char{grid-column:1;grid-row:1;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:1rem;justify-self:start}
    .banner-char img{width:76px;box-shadow:0 0 0 4px rgba(201,168,76,.4)}
    .banner-bubble{order:1;margin:0;text-align:left;font-size:.85rem;max-width:220px}
    .banner-bubble::after{left:-6px;top:50%;bottom:auto;transform:translateY(-50%) rotate(45deg)}
    .banner h1,.post-hero h1,.item-hero h1,.page-hero h1{font-size:clamp(1.75rem,7.5vw,2.2rem) !important}
    .newsletter-inner,.cta-band,.talk-band{grid-template-columns:1fr;border-radius:22px !important}
    .band-char{grid-column:1;grid-row:1;width:84px;margin-bottom:1rem}
    .talk-actions .btn-gold,.talk-actions .btn-ghost-light{width:100%}
    .site-footer .ft > div:first-child,.site-footer .ft > div:last-child{grid-column:1/-1}
    .site-footer .ft a{min-height:44px;padding:0}
    .site-footer .ft-bottom{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){.ic.spin{animation:none}}
