/* ==========================================================================
   TopStarNetWorth — Single post + Archive/Category/Search stylesheet
   Loads only on those templates. Mobile-first. Scoped to #tsn-site /
   body.tsn-single / body.tsn-archive / body.tsn-search.
   Breakpoints (min-width): 600 · 680 · 860 · 900
   ========================================================================== */

body.tsn-inner{
	--paper:#FAF9F6; --paper-2:#F2EFE8; --paper-3:#FFFFFF;
	--ink:#211E1B; --ink-soft:#5B564D; --ink-faint:#8B8578;
	--gold:#9C7A3C; --gold-dark:#7A5F2C; --gold-tint:#EFE9DC;
	--rule:#E4E0D6;
	--tsn-display:'Playfair Display', Georgia, 'Times New Roman', serif;
	--tsn-body:'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	--tsn-ease:cubic-bezier(.22,.61,.36,1);
	margin:0; background:var(--paper); color:var(--ink);
	font-family:var(--tsn-body); font-size:16px; line-height:1.6;
	-webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}

#tsn-site, #tsn-site *{ box-sizing:border-box; }
#tsn-site a{ color:inherit; text-decoration:none; }
#tsn-site img{ max-width:100%; height:auto; display:block; }
#tsn-site h1,#tsn-site h2,#tsn-site h3,#tsn-site h4{ margin:0; }
#tsn-site :focus-visible{ outline:2px solid var(--gold); outline-offset:3px; border-radius:2px; }

.screen-reader-text{ position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.tsn-skip{ position:absolute; left:-9999px; top:0; z-index:100; background:#211E1B; color:#fff; padding:10px 16px; border-radius:0 0 6px 0; font-size:14px; }
.tsn-skip:focus{ left:0; }

#tsn-site .tsn-wrap{ width:100%; max-width:1180px; margin:0 auto; padding:0 18px; }

html.tsn-js #tsn-site .tsn-reveal{ opacity:0; transform:translateY(22px); transition:opacity .55s var(--tsn-ease), transform .55s var(--tsn-ease); }
html.tsn-js #tsn-site .tsn-reveal.tsn-visible{ opacity:1; transform:none; }

/* ===================== HEADER (shared) ===================== */
#tsn-site .tsn-header{
	position:sticky; top:0; z-index:50;
	background:rgba(255,255,255,.9); -webkit-backdrop-filter:saturate(140%) blur(10px); backdrop-filter:saturate(140%) blur(10px);
	border-bottom:1px solid var(--rule); transition:box-shadow .3s ease;
}
#tsn-site .tsn-header.tsn-scrolled{ box-shadow:0 6px 24px -14px rgba(33,30,27,.4); }
@media (min-width:783px){ body.tsn-inner.admin-bar #tsn-site .tsn-header{ top:32px; } }
#tsn-site .tsn-head-inner{ max-width:1180px; margin:0 auto; padding:13px 18px; display:flex; align-items:center; justify-content:space-between; }
#tsn-site .tsn-logo{ display:flex; align-items:baseline; gap:7px; }
#tsn-site .tsn-mark{ font-family:var(--tsn-display); font-weight:700; font-size:22px; }
#tsn-site .tsn-mark b{ color:var(--gold-dark); }
#tsn-site .tsn-sub{ font-size:9px; font-weight:600; letter-spacing:.16em; color:var(--gold-dark); text-transform:uppercase; }
#tsn-site .tsn-logo{ align-items:center; }
#tsn-site .tsn-logo-img{ display:block; height:38px; width:auto; max-height:38px; max-width:300px; }

#tsn-site .tsn-nav{ position:absolute; top:100%; left:0; right:0; z-index:49; background:var(--paper); border-bottom:1px solid var(--rule); max-height:0; overflow:hidden; visibility:hidden; transition:max-height .35s var(--tsn-ease), visibility .35s var(--tsn-ease); }
#tsn-site .tsn-nav.tsn-open{ max-height:70vh; overflow-y:auto; visibility:visible; }
#tsn-site .tsn-nav-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; }
#tsn-site .tsn-nav-list a{ display:flex; align-items:center; min-height:44px; padding:14px 18px; border-top:1px solid var(--rule); font-size:15px; font-weight:500; color:var(--ink-soft); transition:color .2s ease, background .2s ease; }
#tsn-site .tsn-nav-list a:hover, #tsn-site .tsn-nav-list a:focus-visible{ color:var(--ink); background:var(--paper-2); }
#tsn-site .tsn-nav-list a.active, #tsn-site .tsn-nav-list .current-cat > a, #tsn-site .tsn-nav-list .current-menu-item > a{ color:var(--gold-dark); }
#tsn-site .tsn-head-tools{ display:flex; align-items:center; gap:10px; }
#tsn-site .tsn-icon-btn{ display:flex; width:44px; height:44px; border-radius:50%; border:1px solid var(--rule); background:none; align-items:center; justify-content:center; cursor:pointer; color:var(--ink-soft); transition:border-color .2s, color .2s, transform .2s; }
#tsn-site .tsn-icon-btn:hover{ border-color:var(--gold); color:var(--gold-dark); transform:translateY(-1px); }
#tsn-site #tsn-search-btn{ display:inline-flex; align-items:center; gap:8px; height:44px; padding:0 20px; background:#B8923C; color:#fff; border:0; border-radius:8px; font-family:var(--tsn-body); font-size:14.5px; font-weight:600; cursor:pointer; line-height:1; white-space:nowrap; transition:background .2s ease, transform .2s ease; }
#tsn-site #tsn-search-btn:hover{ background:#211E1B; transform:translateY(-1px); }
#tsn-site #tsn-search-btn span{ color:#fff; }
#tsn-site .tsn-search-panel{ border-top:1px solid var(--rule); background:var(--paper); }
#tsn-site .tsn-search-panel .tsn-wrap{ padding-top:12px; padding-bottom:12px; }
#tsn-site #tsn-search-btn svg{ width:17px; height:17px; stroke:#fff; flex:none; }
#tsn-site #tsn-search-btn:hover svg{ stroke:#fff; }
#tsn-site .tsn-search-panel .tsn-search-row{ display:flex; align-items:stretch; gap:10px; max-width:720px; margin:0 auto; }
#tsn-site .tsn-search-panel form{ display:flex; gap:10px; align-items:stretch; flex:1 1 auto; max-width:none; margin:0; }
#tsn-site .tsn-search-close{ flex:none; width:50px; border:1px solid var(--rule); border-radius:8px; background:var(--paper-3); color:var(--ink-soft); cursor:pointer; display:flex; align-items:center; justify-content:center; transition:color .2s ease, border-color .2s ease; }
#tsn-site .tsn-search-close:hover{ color:#211E1B; border-color:var(--gold); }
#tsn-site .tsn-search-close svg{ width:22px; height:22px; }
#tsn-site .tsn-search-panel form label{ flex:1 1 auto; display:block; margin:0; min-width:0; }
#tsn-site .tsn-search-panel input[type="search"], #tsn-site .tsn-search-panel .search-field{ width:100%; min-width:0; border:1px solid var(--rule); background:var(--paper-3); border-radius:8px; padding:14px 16px; font:inherit; font-size:15px; color:var(--ink); min-height:50px; }
#tsn-site .tsn-search-panel input[type="search"]:focus, #tsn-site .tsn-search-panel .search-field:focus{ outline:none; border-color:var(--gold); }
#tsn-site .tsn-search-panel button, #tsn-site .tsn-search-panel .search-submit{ flex:0 0 auto; width:auto; white-space:nowrap; background:var(--ink); color:var(--paper); border:0; border-radius:8px; padding:0 24px; min-height:50px; font:inherit; font-weight:500; cursor:pointer; transition:background .2s; }
#tsn-site .tsn-search-panel button:hover, #tsn-site .tsn-search-panel .search-submit:hover{ background:var(--gold-dark); }

/* ===================== FOOTER (shared) ===================== */
#tsn-site .tsn-footer{ background:var(--ink); color:#C9C4B7; margin-top:0; }
#tsn-site .tsn-foot-inner{ max-width:1180px; margin:0 auto; padding:30px 18px; display:flex; flex-direction:column; align-items:center; text-align:center; gap:16px; }
#tsn-site .tsn-foot-inner .tsn-mark{ font-family:var(--tsn-display); font-weight:700; font-size:19px; color:#fff; }
#tsn-site .tsn-foot-inner .tsn-mark b{ color:var(--gold); }
#tsn-site .tsn-foot-logo{ display:inline-block; line-height:0; }
#tsn-site .tsn-logo-img--footer{ height:54px; width:auto; max-height:54px; max-width:320px; }
#tsn-site .tsn-foot-links{ display:flex; flex-wrap:wrap; justify-content:center; gap:18px; font-size:13px; }
#tsn-site .tsn-foot-links a, #tsn-site .tsn-foot-menu a{ color:#C9C4B7; transition:color .2s; }
#tsn-site .tsn-foot-links a:hover, #tsn-site .tsn-foot-menu a:hover{ color:var(--gold); }
#tsn-site .tsn-foot-menu{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; justify-content:center; gap:18px; }
#tsn-site .tsn-foot-bottom{ border-top:1px solid rgba(255,255,255,.12); padding:16px 18px; text-align:center; font-size:12px; color:#8B8578; }

/* ===================== BREADCRUMBS ===================== */
#tsn-site .tsn-crumbs{ font-size:12px; color:var(--ink-faint); padding:22px 0 0; }
#tsn-site .tsn-crumbs a:hover{ color:var(--gold-dark); }
#tsn-site .tsn-crumb-sep{ margin:0 5px; color:var(--rule); }

/* ===================== ARCHIVE: BANNER ===================== */
#tsn-site .tsn-cat-banner{ background:var(--ink); border-bottom:2px solid var(--gold); text-align:center; padding:38px 18px; }
#tsn-site .tsn-cat-banner .tsn-eyebrow{ font-size:11px; font-weight:600; letter-spacing:.14em; color:var(--gold); text-transform:uppercase; margin-bottom:10px; }
#tsn-site .tsn-cat-banner h1{ font-family:var(--tsn-display); font-size:28px; font-weight:600; color:#F5F3ED; margin:0 0 12px; }
#tsn-site .tsn-cat-banner p{ font-size:13.5px; color:#C9C4B7; max-width:56ch; margin:0 auto; line-height:1.6; }
#tsn-site .tsn-cat-banner .tsn-count{ font-size:12.5px; color:var(--ink-faint); margin-top:16px; letter-spacing:.02em; }

/* ===================== ARCHIVE: FILTER BAR ===================== */
#tsn-site .tsn-filter-bar{ background:var(--paper-3); border-bottom:1px solid var(--rule); position:sticky; top:var(--tsn-head-h, 54px); z-index:40; }
#tsn-site .tsn-filter-inner{ max-width:1180px; margin:0 auto; padding:10px 18px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
#tsn-site .tsn-showing{ font-size:11.5px; color:var(--ink-faint); }
#tsn-site .tsn-sort{ display:inline-flex; align-items:center; gap:7px; background:var(--paper-2); padding:7px 12px; border-radius:8px; border:1px solid var(--rule); transition:border-color .2s; }
#tsn-site .tsn-sort:focus-within{ border-color:var(--gold); }
#tsn-site .tsn-sort-icon{ display:inline-flex; }
#tsn-site .tsn-sort-icon svg{ width:14px; height:14px; stroke:var(--gold-dark); }
#tsn-site .tsn-sort-select{ font-family:inherit; font-size:12px; font-weight:500; color:var(--ink); background:none; border:0; cursor:pointer; padding-right:2px; }
#tsn-site .tsn-sort-select:focus{ outline:none; }
#tsn-site .tsn-sort-go{ font-family:inherit; font-size:12px; border:0; background:var(--ink); color:var(--paper); border-radius:6px; padding:6px 10px; cursor:pointer; }

/* ===================== ARCHIVE: GRID ===================== */
#tsn-site .tsn-grid-section{ padding:28px 0 44px; }
#tsn-site .tsn-card-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
#tsn-site .tsn-p-card{ background:var(--paper-3); border:1px solid var(--rule); border-radius:14px; overflow:hidden; transition:transform .28s var(--tsn-ease), box-shadow .28s; }
#tsn-site .tsn-p-card:hover{ transform:translateY(-6px); box-shadow:0 24px 44px -28px rgba(33,30,27,.5); }
#tsn-site .tsn-p-thumb{ position:relative; aspect-ratio:1200/628; background:var(--ink); overflow:hidden; }
#tsn-site .tsn-p-thumb .tsn-media-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
#tsn-site .tsn-p-thumb .tsn-ph{ position:absolute; inset:0; background:linear-gradient(135deg,#2a2520,#1a1815); }
#tsn-site .tsn-worth{ position:absolute; top:9px; right:9px; z-index:2; background:var(--gold); color:var(--ink); font-size:12px; font-weight:600; padding:3px 10px; border-radius:14px; }
#tsn-site .tsn-p-body{ padding:11px 12px 13px; }
#tsn-site .tsn-p-cat{ font-size:10px; font-weight:600; color:var(--gold-dark); letter-spacing:.05em; text-transform:uppercase; }
#tsn-site .tsn-p-body h3{ font-family:var(--tsn-display); font-size:15px; font-weight:600; margin:6px 0; line-height:1.3; }
#tsn-site .tsn-p-date{ font-size:11.5px; color:var(--ink-faint); }
#tsn-site .tsn-empty{ text-align:center; color:var(--ink-faint); padding:40px 0; }

/* ===================== ARCHIVE: PAGINATION ===================== */
#tsn-site .tsn-pagination{ display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:8px; margin-top:34px; }
#tsn-site .tsn-pagination .page-numbers{ min-width:38px; height:38px; padding:0 6px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:500; background:var(--paper-3); border:1px solid var(--rule); color:var(--ink); transition:background .2s, border-color .2s, color .2s; }
#tsn-site .tsn-pagination a.page-numbers:hover{ border-color:var(--gold); color:var(--gold-dark); }
#tsn-site .tsn-pagination .page-numbers.current{ background:var(--ink); color:#F5F3ED; border-color:var(--ink); }
#tsn-site .tsn-pagination .page-numbers.dots{ border:0; background:none; }
#tsn-site .tsn-pagination svg{ width:16px; height:16px; }

/* ===================== SINGLE: ARTICLE ===================== */
#tsn-site .tsn-article{ max-width:760px; margin:0 auto; padding:0 18px; }
#tsn-site .tsn-post-head{ text-align:center; max-width:700px; margin:0 auto; padding:16px 0 20px; }
#tsn-site .tsn-cat-pill{ display:inline-block; font-size:11px; font-weight:600; color:var(--gold-dark); background:var(--gold-tint); padding:5px 12px; border-radius:20px; letter-spacing:.03em; transition:background .2s; }
#tsn-site .tsn-cat-pill:hover{ background:#e3d9c2; }
#tsn-site .tsn-post-head h1{ font-family:var(--tsn-display); font-weight:700; font-size:26px; line-height:1.3; letter-spacing:-.01em; color:#201E1B; margin:14px 0 18px; }
#tsn-site .tsn-gold-bar{ width:200px; height:4px; background:#B8923C; border-radius:4px; margin:0 auto 18px; max-width:60%; }
#tsn-site .tsn-post-meta{ display:flex; align-items:center; justify-content:center; gap:9px; font-size:13px; color:#8A8578; flex-wrap:wrap; }
#tsn-site .tsn-post-meta .tsn-author-name{ color:#8A8578; font-weight:600; }
#tsn-site .tsn-post-meta .tsn-author-name:hover{ color:#B8923C; }
#tsn-site .tsn-post-meta .tsn-dot{ color:var(--rule); }

/* Featured image 1200x628 */
#tsn-site .tsn-featured{ position:relative; background:var(--ink); border-radius:10px; overflow:hidden; margin:8px 0 26px; aspect-ratio:1200/628; }
#tsn-site .tsn-featured .tsn-media-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
#tsn-site .tsn-featured--ph{ display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#2a2520,#1a1815); }
#tsn-site .tsn-featured--ph span{ font-family:var(--tsn-display); font-style:italic; color:var(--gold); font-size:15px; }

/* Net Worth box */
#tsn-site .tsn-nw-box{ border:1.5px solid var(--gold); border-radius:14px; overflow:hidden; margin:0 0 28px; }
#tsn-site .tsn-nw-head{ background:var(--ink); padding:12px 18px; display:flex; align-items:center; justify-content:space-between; }
#tsn-site .tsn-nw-head span{ font-size:14px; font-weight:600; color:#F5F3ED; }
#tsn-site .tsn-nw-head svg{ width:18px; height:18px; stroke:var(--gold); }
#tsn-site .tsn-nw-body{ background:var(--paper); padding:6px 18px 14px; }
#tsn-site .tsn-nw-row{ display:flex; justify-content:space-between; align-items:center; gap:14px; padding:11px 0; border-bottom:1px solid var(--rule); font-size:14px; }
#tsn-site .tsn-nw-row:last-child{ border:none; }
#tsn-site .tsn-nw-row .tsn-k{ color:var(--ink-faint); }
#tsn-site .tsn-nw-row .tsn-v{ font-weight:500; color:var(--ink); text-align:right; }
#tsn-site .tsn-nw-row.tsn-hl .tsn-v{ font-family:var(--tsn-display); font-weight:600; color:var(--gold-dark); font-size:22px; }

/* Table of Contents */
#tsn-site .tsn-toc{ background:var(--paper-2); border-radius:14px; padding:16px 18px; margin:0 0 30px; }
#tsn-site .tsn-toc-title{ display:flex; align-items:center; gap:8px; width:100%; font-family:inherit; font-size:13px; font-weight:600; color:var(--ink); cursor:pointer; list-style:none; }
#tsn-site .tsn-toc-title::-webkit-details-marker{ display:none; }
#tsn-site .tsn-toc-title::marker{ content:''; }
#tsn-site .tsn-toc-title svg{ width:16px; height:16px; stroke:var(--gold-dark); flex:none; }
#tsn-site .tsn-toc-title .tsn-toc-chev{ margin-left:auto; transition:transform .25s var(--tsn-ease); }
#tsn-site .tsn-toc[open] .tsn-toc-title .tsn-toc-chev{ transform:rotate(180deg); }
#tsn-site .tsn-toc ol{ margin:12px 0 0; padding:0; list-style:none; counter-reset:toc; }
#tsn-site .tsn-toc li{ counter-increment:toc; padding:7px 0; font-size:13.5px; border-bottom:1px solid var(--rule); }
#tsn-site .tsn-toc li:last-child{ border:none; }
#tsn-site .tsn-toc li a{ display:flex; gap:10px; color:var(--ink-soft); transition:color .2s; }
#tsn-site .tsn-toc li a:hover{ color:var(--gold-dark); }
#tsn-site .tsn-toc li a::before{ content:counter(toc); color:var(--gold-dark); font-weight:600; min-width:16px; }

/* Post body typography */
#tsn-site .tsn-post-body{ font-size:16px; line-height:1.8; color:#3A3835; }
#tsn-site .tsn-post-body h2{ font-family:var(--tsn-body); font-size:21px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; color:#B8923C; background:#201E1B; text-align:center; line-height:1.4; border:2px solid #B8923C; border-radius:4px; padding:8px 12px; margin:44px auto 18px; max-width:680px; scroll-margin-top:90px; }
#tsn-site .tsn-post-body h3{ font-family:var(--tsn-body); font-size:19px; font-weight:700; color:#201E1B; text-align:left; border-left:4px solid #B8923C; padding-left:14px; margin:40px auto 16px; max-width:680px; line-height:1.3; }
#tsn-site .tsn-post-body p{ margin:0 0 18px; }
#tsn-site .tsn-post-body a{ color:var(--gold-dark); border-bottom:1px solid var(--gold-tint); }
#tsn-site .tsn-post-body ul{ list-style:none; margin:0 0 18px; padding-left:24px; }
#tsn-site .tsn-post-body ul li{ position:relative; margin-bottom:9px; }
#tsn-site .tsn-post-body ul li::before{ content:"\25C6"; position:absolute; left:-22px; top:.05em; color:#B8923C; font-size:.72em; }
#tsn-site .tsn-post-body ol{ margin:0 0 18px; padding-left:24px; }
#tsn-site .tsn-post-body ol li{ margin-bottom:9px; }
#tsn-site .tsn-post-body ol li::marker{ color:#B8923C; font-weight:700; }
#tsn-site .tsn-post-body img{ border-radius:10px; margin:8px 0 18px; }
#tsn-site .tsn-post-body blockquote{ border-left:3px solid var(--gold); background:var(--paper-2); margin:22px 0; padding:14px 20px; font-family:var(--tsn-display); font-style:italic; font-size:18px; color:var(--ink-soft); }
#tsn-site .tsn-post-body blockquote p:last-child{ margin:0; }
#tsn-site .tsn-table-wrap{ max-width:680px; margin:24px auto; overflow-x:auto; -webkit-overflow-scrolling:touch; }
#tsn-site .tsn-post-body table{ width:100%; border-collapse:collapse; border:1px solid #EDE7D8; border-radius:6px; font-family:var(--tsn-body); font-size:14px; min-width:420px; }
#tsn-site .tsn-post-body th{ background:#201E1B; color:#B8923C; font-weight:700; text-align:center; padding:9px 12px; }
#tsn-site .tsn-post-body td{ padding:9px 12px; color:#3A3835; text-align:left; border-top:1px solid #EDE7D8; }
#tsn-site .tsn-post-body tr.highlight td{ background:#F4E4BE; color:#201E1B; font-weight:700; }

/* Also Read box */
#tsn-site .tsn-alsoread{ background:var(--gold-tint); border-left:3px solid var(--gold); border-radius:0 8px 8px 0; padding:12px 16px; margin:0 0 20px; font-size:14.5px; color:var(--ink-soft); }
#tsn-site .tsn-alsoread a{ color:var(--gold-dark); font-weight:600; border-bottom:1px solid rgba(122,95,44,.35); }

/* FAQ accordion (built from H3 pairs by JS) — charcoal question, white answer */
#tsn-site .tsn-faq-item{ max-width:680px; margin:0 auto 12px; }
#tsn-site .tsn-faq-q{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:12px; background:#201E1B; color:#B8923C; font-family:var(--tsn-body); font-size:16px; font-weight:700; text-align:left; line-height:1.4; border:2px solid #B8923C; border-radius:8px; padding:16px 20px; cursor:pointer; }
#tsn-site .tsn-faq-q .tsn-faq-ic{ flex-shrink:0; transition:transform .2s ease; }
#tsn-site .tsn-faq-item.open .tsn-faq-q .tsn-faq-ic{ transform:rotate(180deg); }
#tsn-site .tsn-faq-aw{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
#tsn-site .tsn-faq-a{ margin-top:12px; background:#FFFFFF; border:1px solid #EDE7D8; border-radius:8px; padding:16px 20px; }
#tsn-site .tsn-faq-a > *{ margin:0 0 10px; font-size:15px; line-height:1.7; color:#3A3835; }
#tsn-site .tsn-faq-a > *:last-child{ margin-bottom:0; }

/* Kadence Accordion / FAQ block → match the FAQ look (best-effort; the block's
   own editor settings are the most reliable way to colour it). */
#tsn-site .tsn-post-body .kt-blocks-accordion-header{ background:#201E1B !important; color:#B8923C !important; border:2px solid #B8923C !important; border-radius:8px !important; font-family:var(--tsn-body) !important; font-weight:700 !important; }
#tsn-site .tsn-post-body .kt-blocks-accordion-header .kt-blocks-accordion-title{ color:#B8923C !important; }
#tsn-site .tsn-post-body .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger{ color:#B8923C !important; }
#tsn-site .tsn-post-body .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger::before, #tsn-site .tsn-post-body .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger::after{ background:#B8923C !important; }
#tsn-site .tsn-post-body .wp-block-kadence-pane{ margin-bottom:12px !important; }
#tsn-site .tsn-post-body .wp-block-kadence-pane .kt-accordion-panel-inner{ background:#FFFFFF !important; border:1px solid #EDE7D8 !important; border-radius:8px; color:#3A3835; }

/* Share band */
#tsn-site .tsn-share{ background:var(--ink); border-radius:14px; padding:16px 20px; margin:32px 0; }
#tsn-site .tsn-share-label{ font-size:11px; font-weight:600; letter-spacing:.08em; color:var(--gold); margin-bottom:10px; }
#tsn-site .tsn-share-btns{ display:flex; gap:9px; }
#tsn-site .tsn-share-btns a, #tsn-site .tsn-share-btns .tsn-copy-link{ position:relative; flex:1; min-height:44px; background:#2a2620; border:0; border-radius:8px; padding:11px; display:flex; align-items:center; justify-content:center; color:#F5F3ED; cursor:pointer; transition:background .2s, transform .2s; }
#tsn-site .tsn-share-btns a:hover, #tsn-site .tsn-share-btns .tsn-copy-link:hover{ background:var(--gold); color:var(--ink); transform:translateY(-2px); }
#tsn-site .tsn-share-btns svg{ width:16px; height:16px; }
#tsn-site .tsn-copied{ position:absolute; bottom:calc(100% + 6px); left:50%; transform:translateX(-50%); background:var(--ink); color:#fff; font-size:11px; padding:3px 8px; border-radius:6px; white-space:nowrap; opacity:0; pointer-events:none; transition:opacity .2s; }
#tsn-site .tsn-copied.tsn-show{ opacity:1; }

/* Author box */
#tsn-site .tsn-author{ display:flex; gap:14px; background:var(--paper-3); border:1px solid var(--rule); border-radius:14px; padding:18px 20px; margin:30px 0; }
#tsn-site .tsn-author .tsn-av{ width:52px; height:52px; border-radius:50%; background:var(--gold-tint); flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:16px; color:var(--gold-dark); font-weight:600; }
#tsn-site .tsn-author-h{ font-size:15px; font-weight:600; margin:0 0 4px; }
#tsn-site .tsn-author-h a:hover{ color:var(--gold-dark); }
#tsn-site .tsn-author p{ font-size:13px; color:var(--ink-soft); margin:0; line-height:1.6; }

/* Related */
#tsn-site .tsn-related{ background:var(--paper-2); padding:36px 0; margin-top:40px; }
#tsn-site .tsn-related-inner{ max-width:760px; margin:0 auto; padding:0 18px; }
#tsn-site .tsn-related-title{ display:flex; align-items:center; font-family:var(--tsn-display); font-size:22px; font-weight:600; margin-bottom:22px; }
#tsn-site .tsn-related-title::before{ content:""; width:4px; height:22px; background:var(--gold); border-radius:2px; margin-right:12px; }
#tsn-site .tsn-related-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
#tsn-site .tsn-rel-card{ background:var(--paper-3); border:1px solid var(--rule); border-radius:12px; overflow:hidden; transition:transform .28s var(--tsn-ease), box-shadow .28s; }
#tsn-site .tsn-rel-card:hover{ transform:translateY(-5px); box-shadow:0 20px 40px -26px rgba(33,30,27,.5); }
#tsn-site .tsn-rel-thumb{ position:relative; aspect-ratio:16/10; background:var(--ink); overflow:hidden; }
#tsn-site .tsn-rel-thumb .tsn-media-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
#tsn-site .tsn-rel-thumb .tsn-badge{ position:absolute; top:8px; right:8px; z-index:2; background:var(--gold); color:var(--ink); font-size:10px; font-weight:600; padding:2px 8px; border-radius:12px; }
#tsn-site .tsn-rel-body{ padding:11px 13px; }
#tsn-site .tsn-rc-cat{ font-size:9.5px; font-weight:600; color:var(--gold-dark); letter-spacing:.04em; text-transform:uppercase; }
#tsn-site .tsn-rel-body h3{ font-family:var(--tsn-display); font-size:13.5px; font-weight:500; margin:5px 0 4px; line-height:1.3; }
#tsn-site .tsn-rc-date{ font-size:11px; color:var(--ink-faint); }

/* ===================== 404 ===================== */
#tsn-site .tsn-404-actions{ display:flex; flex-direction:column; gap:14px; align-items:center; max-width:520px; margin:0 auto 30px; }
#tsn-site .tsn-404-actions form{ display:flex; gap:8px; width:100%; }
#tsn-site .tsn-404-actions input[type="search"], #tsn-site .tsn-404-actions .search-field{ flex:1; min-width:0; border:1px solid var(--rule); background:var(--paper-3); border-radius:8px; padding:12px 14px; font:inherit; font-size:14px; color:var(--ink); }
#tsn-site .tsn-404-actions .search-submit{ background:var(--ink); color:var(--paper); border:0; border-radius:8px; padding:0 18px; min-height:44px; font:inherit; font-weight:500; cursor:pointer; }
#tsn-site .tsn-btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; background:var(--ink); color:var(--paper); font-weight:500; font-size:14.5px; padding:13px 24px; border-radius:8px; min-height:44px; transition:background .2s ease, transform .2s ease; }
#tsn-site .tsn-btn:hover{ background:var(--gold-dark); transform:translateY(-2px); color:var(--paper); }
#tsn-site .tsn-404-heading{ margin:26px 0 20px; }

/* ===================== PAGE ===================== */
#tsn-site .tsn-page-article{ padding-top:24px; }
#tsn-site .tsn-page-links{ margin:22px 0; font-size:14px; }
#tsn-site .tsn-page-links a{ color:var(--gold-dark); border-bottom:1px solid var(--gold-tint); padding:0 4px; }

/* ===================== COMMENTS ===================== */
#tsn-site .tsn-comments-wrap{ padding:8px 0 20px; }
#tsn-site .tsn-comments-title{ font-family:var(--tsn-display); font-size:20px; font-weight:600; margin:0 0 18px; }
#tsn-site .tsn-comment-list{ list-style:none; margin:0 0 22px; padding:0; }
#tsn-site .tsn-comment-list ol.children{ list-style:none; margin:12px 0 0; padding-left:16px; }
#tsn-site .tsn-comment-list li.comment{ margin:0 0 14px; }
#tsn-site .tsn-comment-list .comment-body{ background:var(--paper-3); border:1px solid var(--rule); border-radius:12px; padding:14px 16px; }
#tsn-site .tsn-comment-list .comment-author{ display:flex; align-items:center; gap:10px; font-size:13.5px; }
#tsn-site .tsn-comment-list .comment-author .avatar{ border-radius:50%; }
#tsn-site .tsn-comment-list .comment-author .fn{ font-weight:600; font-style:normal; }
#tsn-site .tsn-comment-list .comment-metadata{ font-size:11.5px; color:var(--ink-faint); margin:2px 0 8px; }
#tsn-site .tsn-comment-list .comment-metadata a{ color:var(--ink-faint); }
#tsn-site .tsn-comment-list .comment-content{ font-size:14.5px; line-height:1.7; }
#tsn-site .tsn-comment-list .comment-content p{ margin:0 0 10px; }
#tsn-site .tsn-comment-list .reply{ font-size:12.5px; }
#tsn-site .tsn-comment-list .reply a{ color:var(--gold-dark); font-weight:600; }
#tsn-site .comment-respond{ background:var(--paper-2); border-radius:14px; padding:20px; }
#tsn-site .comment-reply-title{ font-family:var(--tsn-display); font-size:18px; font-weight:600; margin:0 0 12px; }
#tsn-site .comment-form label{ display:block; font-size:13px; font-weight:500; margin:0 0 5px; color:var(--ink-soft); }
#tsn-site .comment-form input[type="text"], #tsn-site .comment-form input[type="email"], #tsn-site .comment-form input[type="url"], #tsn-site .comment-form textarea{ width:100%; border:1px solid var(--rule); background:var(--paper-3); border-radius:8px; padding:11px 13px; font:inherit; font-size:14px; color:var(--ink); margin:0 0 14px; }
#tsn-site .comment-form input:focus, #tsn-site .comment-form textarea:focus{ outline:none; border-color:var(--gold); }
#tsn-site .comment-form .form-submit{ margin:0; }
#tsn-site .tsn-comment-submit, #tsn-site .comment-form .submit{ display:inline-flex; align-items:center; justify-content:center; background:var(--ink); color:var(--paper); font-weight:500; font-size:14.5px; padding:12px 24px; border:0; border-radius:8px; min-height:44px; cursor:pointer; transition:background .2s; }
#tsn-site .tsn-comment-submit:hover, #tsn-site .comment-form .submit:hover{ background:var(--gold-dark); }
#tsn-site .tsn-comments-closed{ color:var(--ink-faint); font-size:14px; }

/* ===================== RESPONSIVE ===================== */
@media (min-width:600px){
	#tsn-site .tsn-wrap{ padding:0 32px; }
	#tsn-site .tsn-head-inner{ padding:15px 32px; }
	#tsn-site .tsn-logo-img{ height:52px; max-height:52px; max-width:300px; }
	#tsn-site .tsn-foot-inner{ flex-direction:row; justify-content:space-between; text-align:left; padding:40px 32px; }
	#tsn-site .tsn-foot-bottom{ padding:16px 32px; }
	#tsn-site .tsn-cat-banner{ padding:52px 32px; }
	#tsn-site .tsn-cat-banner h1{ font-size:40px; }
	#tsn-site .tsn-cat-banner p{ font-size:15px; }
	#tsn-site .tsn-filter-inner{ padding:12px 32px; }
	#tsn-site .tsn-showing{ font-size:13px; }
	#tsn-site .tsn-sort-select{ font-size:13px; }
	#tsn-site .tsn-article{ padding:0 32px; }
	#tsn-site .tsn-post-head h1{ font-size:34px; line-height:1.25; }
	#tsn-site .tsn-post-body{ font-size:16.5px; }
	#tsn-site .tsn-post-body h2{ font-size:26px; letter-spacing:.06em; padding:10px 14px; }
	#tsn-site .tsn-post-body h3{ font-size:22px; }
	#tsn-site .tsn-post-body table{ font-size:15px; }
	#tsn-site .tsn-post-body th{ padding:12px 16px; }
	#tsn-site .tsn-post-body td{ padding:10px 16px; }
	#tsn-site .tsn-featured{ border-radius:14px; margin-bottom:26px; }
	#tsn-site .tsn-related-inner{ padding:0 32px; }
	#tsn-site .tsn-related-grid{ grid-template-columns:repeat(3,1fr); gap:18px; }
}

@media (min-width:680px){
	#tsn-site .tsn-card-grid{ grid-template-columns:repeat(3,1fr); gap:22px; }
	#tsn-site .tsn-p-body{ padding:13px 15px 15px; }
	#tsn-site .tsn-p-body h3{ font-size:17px; }
}

@media (min-width:860px){
	#tsn-site .tsn-nav{ position:static; max-height:none; overflow:visible; visibility:visible; background:none; border:0; }
	#tsn-site .tsn-nav-list{ flex-direction:row; gap:28px; }
	#tsn-site .tsn-nav-list a{ min-height:0; padding:4px 0; border-top:0; background:none; font-size:14px; position:relative; color:var(--ink-soft); }
	#tsn-site .tsn-nav-list a:hover, #tsn-site .tsn-nav-list a:focus-visible{ background:none; color:var(--ink); }
	#tsn-site .tsn-nav-list a::after{ content:""; position:absolute; left:0; bottom:-1px; height:2px; width:100%; background:var(--gold); transform:scaleX(0); transform-origin:left; transition:transform .28s var(--tsn-ease); }
	#tsn-site .tsn-nav-list a:hover::after, #tsn-site .tsn-nav-list a.active::after, #tsn-site .tsn-nav-list .current-cat > a::after, #tsn-site .tsn-nav-list .current-menu-item > a::after{ transform:scaleX(1); }
	#tsn-site .tsn-menu-btn{ display:none; }
}

@media (min-width:900px){
	#tsn-site .tsn-card-grid{ grid-template-columns:repeat(4,1fr); }
}

/* Scroll to top */
.tsn-totop{ position:fixed; right:18px; bottom:18px; z-index:60; width:46px; height:46px; border-radius:50%; border:0; background:#B8923C; color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; opacity:0; pointer-events:none; transform:translateY(10px); box-shadow:0 8px 24px -8px rgba(33,30,27,.5); transition:opacity .25s ease, transform .25s ease, background .2s ease; }
.tsn-totop.tsn-show{ opacity:1; pointer-events:auto; transform:none; }
.tsn-totop:hover{ background:#211E1B; }
.tsn-totop:focus-visible{ outline:2px solid #9C7A3C; outline-offset:3px; }
.tsn-totop svg{ width:20px; height:20px; }
@media (min-width:600px){ .tsn-totop{ right:24px; bottom:24px; width:48px; height:48px; } }

@media (prefers-reduced-motion: reduce){
	.tsn-totop{ transition:background .2s ease; transform:none; }
	#tsn-site *{ animation:none !important; }
	#tsn-site .tsn-reveal{ opacity:1 !important; transform:none !important; transition:none !important; }
	#tsn-site .tsn-nav, #tsn-site .tsn-toc ol{ transition:none !important; }
}
