
:root{
  --ink:#0b0f0e;
  --ink-2:#111714;
  --surface:#151d19;
  --surface-2:#1b2520;
  --paper:#f6f8f4;
  --white:#ffffff;
  --muted:#a9b5ae;
  --line:rgba(255,255,255,.11);
  --lime:#b7f34a;
  --lime-2:#92d82f;
  --lime-soft:rgba(183,243,74,.12);
  --text:#111714;
  --body:#48534d;
  --shadow:0 22px 60px rgba(2,8,5,.16);
  --radius:24px;
  --radius-sm:16px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--text);line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.screen-reader-text:focus{clip:auto!important;clip-path:none;background:#fff;border-radius:8px;box-shadow:0 0 0 3px rgba(197,150,79,.25);color:#17191d;display:block;font-weight:800;height:auto;left:16px;padding:10px 14px;top:16px;width:auto;z-index:100000}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#4d5b52}
.eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime-2);box-shadow:0 0 0 6px rgba(146,216,47,.12);animation:esset-live-dot 1.8s ease-out infinite}
@keyframes esset-live-dot{
  0%{box-shadow:0 0 0 0 rgba(197,150,79,.34),0 0 0 6px rgba(197,150,79,.14)}
  70%{box-shadow:0 0 0 12px rgba(197,150,79,0),0 0 0 6px rgba(197,150,79,.14)}
  100%{box-shadow:0 0 0 0 rgba(197,150,79,0),0 0 0 6px rgba(197,150,79,.14)}
}
@media (prefers-reduced-motion:reduce){
  .eyebrow::before{animation:none}
}
.section{padding:92px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}
.section-head h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.04;margin:8px 0 0;letter-spacing:-.05em}
.section-head p{max-width:540px;color:var(--body);margin:0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(11,15,14,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;color:white}
.brand{font-size:1.35rem;font-weight:900;letter-spacing:-.03em;display:flex;align-items:center;gap:10px}
.custom-logo-link{display:inline-flex;align-items:center}
.custom-logo{max-height:42px;width:auto}
.brand-word{color:var(--ink);font-weight:900;line-height:1}
.brand-accent{color:#c5964f;font-weight:500}
.brand-dot{color:#c5964f}
.brand-mark{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px}
.brand-mark svg{width:30px;height:30px;display:block}
.nav-links{display:flex;align-items:center;gap:28px;font-size:.92rem;color:#c7d0ca}
.nav-links li{list-style:none}
.nav-links a:hover{color:white}
.nav-actions{display:flex;gap:12px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:800;transition:.22s ease;cursor:pointer}
.btn-primary{background:var(--lime);color:#081007}
.btn-primary:hover{background:#c5ff5d;transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:white;border-color:rgba(255,255,255,.13)}
.btn-dark:hover{background:#202a25}
.btn-ghost{color:white;border-color:rgba(255,255,255,.18)}
.btn-ghost:hover{border-color:var(--lime);color:var(--lime)}
.menu-btn{display:none;background:none;border:0;color:white;font-size:1.4rem}
.hero{background:
radial-gradient(circle at 82% 8%,rgba(183,243,74,.18),transparent 27%),
linear-gradient(180deg,#0b0f0e 0%,#111714 100%);color:white;padding:94px 0 70px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}
.hero h1{font-size:clamp(3rem,7vw,6.15rem);line-height:.93;letter-spacing:-.075em;margin:20px 0 22px;max-width:880px}
.hero h1 span{color:var(--lime)}
.hero p{font-size:1.08rem;color:#b9c4bd;max-width:650px;margin:0 0 30px}
.hero-pills{display:flex;flex-wrap:wrap;gap:10px}
.pill{padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);font-size:.82rem;color:#d7ded9}
.hero-visual{position:relative;min-height:480px}
.dashboard-card{position:absolute;background:#f8faf7;color:#111714;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.18)}
.dashboard-main{inset:25px 0 15px 52px;padding:25px;transform:rotate(-2deg)}
.dashboard-small{width:220px;left:0;bottom:0;padding:18px;transform:rotate(4deg)}
.dashboard-small strong{display:block;font-size:2rem;margin:5px 0}
.dashboard-small span{color:#9a6a2e;font-weight:800}
.mini-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.logo-chip{display:flex;gap:10px;align-items:center;font-weight:900}
.live{font-size:.7rem;padding:5px 8px;border-radius:999px;background:#eaf9cb;color:#4a6e12;font-weight:800}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.metric{padding:15px;border-radius:14px;background:white;border:1px solid #e5eae6}
.metric small{color:#748078}.metric strong{display:block;font-size:1.35rem;margin-top:4px}
.chart{height:138px;margin-top:18px;border-radius:16px;background:linear-gradient(180deg,#eff7df,#fff);position:relative;overflow:hidden}
.chart::after{content:"";position:absolute;inset:35px -10px 18px;background:linear-gradient(135deg,transparent 0 17%,#96d73f 18% 20%,transparent 21% 36%,#96d73f 37% 39%,transparent 40% 55%,#96d73f 56% 58%,transparent 59% 72%,#96d73f 73% 75%,transparent 76%)}
.featured{margin-top:-1px;background:#111714;color:white;padding:28px 0 78px}
.featured-card{display:grid;grid-template-columns:1.08fr .92fr;background:#18211d;border:1px solid var(--line);border-radius:28px;overflow:hidden}
.featured-copy{padding:48px}
.tag{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--lime-soft);color:var(--lime);font-weight:800;font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}
.featured-copy h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.02;letter-spacing:-.05em;margin:18px 0}
.featured-copy p{color:#b8c3bc}
.meta{display:flex;gap:16px;flex-wrap:wrap;font-size:.84rem;color:#8f9c94;margin:20px 0 28px}
.featured-art{background:linear-gradient(145deg,#25342b,#111714);padding:30px;display:grid;place-items:center}
.art-panel{width:100%;aspect-ratio:1.1;border-radius:22px;background:#eef7dc;color:#101813;padding:24px;transform:rotate(2deg);box-shadow:0 26px 55px rgba(0,0,0,.25)}
.art-row{display:flex;justify-content:space-between;margin-bottom:24px}
.art-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.art-card{background:white;border:1px solid #dfe6dd;border-radius:14px;padding:15px;min-height:98px}
.art-card strong{font-size:1.5rem;display:block}
.category-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}
.category-bar a{padding:10px 16px;border:1px solid #d8dfda;border-radius:999px;color:#556159;font-weight:750;font-size:.88rem;background:white}
.category-bar a.active,.category-bar a:hover{background:var(--ink);color:white;border-color:var(--ink)}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.post-card{background:white;border:1px solid #dfe5e1;border-radius:22px;overflow:hidden;transition:.25s ease}
.post-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#cad5ce}
.post-thumb{aspect-ratio:16/10;padding:22px;background:linear-gradient(135deg,#17211c,#29382f);color:white;position:relative;overflow:hidden}
.post-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.post-thumb:has(.post-card-image) .tag{position:relative;z-index:1;background:rgba(17,23,20,.82);color:#fff}
.post-thumb.lime{background:linear-gradient(135deg,#d9f99d,#a8e543);color:#14200f}
.post-thumb.light{background:linear-gradient(135deg,#e8eee8,#fff);color:#14200f}
.thumb-ui{position:absolute;right:22px;bottom:-12px;width:70%;background:white;color:#111714;border-radius:16px 16px 0 0;padding:14px;box-shadow:0 14px 40px rgba(0,0,0,.22)}
.thumb-ui .line{height:8px;background:#e2e8e3;border-radius:8px;margin:8px 0}.thumb-ui .line.short{width:55%;background:#b7f34a}
.post-body{padding:22px}
.post-body h3{font-size:1.26rem;line-height:1.25;letter-spacing:-.025em;margin:12px 0 10px}
.post-body p{color:var(--body);font-size:.93rem;margin:0}
.post-footer{display:flex;justify-content:space-between;align-items:center;padding:0 22px 22px;color:#6b786f;font-size:.82rem}
.post-card-arrow{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid #dfe5e1;color:#111714;background:#fff;transition:.2s ease}
.post-card-arrow .icon{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.post-card:hover .post-card-arrow{background:#bc9558;border-color:#bc9558;color:#fff;transform:translateX(2px)}
.newsletter{padding:64px 0;background:var(--lime)}
.newsletter-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);align-items:center;gap:34px}
.newsletter h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1;letter-spacing:-.045em;margin:0;max-width:760px}
.newsletter p{max-width:650px;margin:14px 0 0;color:#334126}
.subscribe-wrap{display:grid;gap:10px}
.subscribe{display:flex;align-items:center;gap:8px;background:white;padding:6px;border-radius:999px;min-width:0;width:100%}
.subscribe-field{display:flex;align-items:center;gap:10px;flex:1;min-width:0;padding:0 8px 0 16px;color:#8a8f9c}
.subscribe-field .icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 20px}
.subscribe input{width:100%;min-width:0;height:46px;border:0;outline:0;padding:0;background:transparent;color:#17191d}
.subscribe input::placeholder{color:#777a83}
.subscribe .btn{min-height:50px;white-space:nowrap;padding:0 22px}
.subscribe-message{margin:0;color:#5c604f;font-size:.86rem;font-weight:750}
.footer{background:#0b0f0e;color:white;padding:62px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,.7fr);gap:34px}
.footer p,.footer a{color:#9ca9a1;font-size:.9rem}
.footer h4{margin:0 0 14px}
.footer .brand{font-size:1.7rem;gap:13px;margin-bottom:18px}
.footer .brand-mark{width:38px;height:38px;flex-basis:38px}
.footer .brand-mark svg{width:38px;height:38px}
.footer-contact{display:grid;gap:10px;margin-top:20px}
.footer-contact a{display:inline-flex;align-items:center;gap:11px;color:#a9a7b8;font-size:1rem}
.footer-contact a:hover{color:#f7f3ea}
.footer-contact .icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-social{display:flex;gap:10px;margin-top:22px}
.footer-social-link{width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;color:#f7f4ed!important;background:rgba(255,255,255,.04);transition:.2s ease}
.footer-social-link:hover{border-color:#bc9558;background:#bc9558;color:#111714!important;transform:translateY(-2px)}
.footer-social-link.is-disabled{opacity:.42;cursor:default}
.footer-social-link.is-disabled:hover{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.04);color:#f7f4ed!important;transform:none}
.footer-social-link .icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.footer-links{display:grid;gap:9px}
.footer-links ul,.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{list-style:none}
.footer-bottom{margin-top:42px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#7f8c84;font-size:.82rem}
.cookie-notice{position:fixed;left:20px;right:20px;bottom:20px;z-index:80;width:min(980px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 20px;border:1px solid #ded9d0;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(38,31,20,.16);backdrop-filter:blur(16px)}
.cookie-notice[hidden]{display:none}
.cookie-notice strong{display:block;font-size:.92rem;color:#17191d;margin-bottom:3px}
.cookie-notice p{margin:0;color:#646560;font-size:.88rem;max-width:610px}
.cookie-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.cookie-actions a{font-size:.84rem;font-weight:800;color:#a87835}
.cookie-actions .btn{min-height:40px;padding:0 15px}
.article-hero{background:#0b0f0e;color:white;padding:88px 0 62px}
.article-hero .article-wrap{max-width:920px}
.article-hero h1{font-size:clamp(2.7rem,6vw,5.7rem);line-height:.98;letter-spacing:-.065em;margin:18px 0 24px}
.article-hero p{font-size:1.15rem;color:#b5c0b9;max-width:780px}
.author-row{display:flex;align-items:center;gap:13px;margin-top:30px}
.avatar{width:44px;height:44px;border-radius:50%;background:var(--lime);color:#0b0f0e;display:grid;place-items:center;font-weight:900}
.article-cover{background:#fff;padding:42px 0 10px}
.article-cover-box{margin:0;height:auto;aspect-ratio:16/10;border-radius:28px;background:#f3f0ea;padding:0;display:block;overflow:hidden;box-shadow:0 18px 45px rgba(38,31,20,.10);border:1px solid #e1ddd5}
.article-cover-image{width:100%;height:100%;object-fit:cover;border-radius:0}
.cover-dashboard{width:min(820px,92%);background:#fff;border-radius:26px;padding:28px;box-shadow:0 34px 80px rgba(0,0,0,.28);transform:rotate(-2deg)}
.article-layout{display:grid;grid-template-columns:220px minmax(0,720px) 220px;gap:42px;padding:74px 0}
.toc,.guide-panel{position:sticky;top:102px;align-self:start}
.toc h4{margin:0 0 14px}
.toc a{display:block;padding:7px 0;color:#748078;font-size:.88rem;border-left:2px solid #dfe5e1;padding-left:13px}
.toc a:hover{color:#111714;border-color:var(--lime-2)}
.guide-card{display:grid;gap:20px}
.guide-kicker{display:block;font-size:1.25rem;font-weight:900;line-height:1.05;letter-spacing:-.035em;color:#111714}
.guide-stats{display:grid;gap:8px}
.guide-stats span{display:flex;align-items:center;gap:8px;color:#68756c;font-size:.84rem;font-weight:750}
.guide-stats span::before{content:"";width:7px;height:7px;border-radius:50%;background:#bc9558;box-shadow:0 0 0 5px rgba(188,149,88,.12)}
.guide-categories{display:flex;flex-wrap:wrap;gap:8px}
.guide-categories a{display:inline-flex;border:1px solid #d8dfda;border-radius:999px;padding:7px 10px;color:#4d5b52;background:white;font-size:.78rem;font-weight:800}
.guide-categories a:hover{background:#111714;color:white;border-color:#111714}
.guide-section-list,.guide-related{display:grid;gap:10px;padding-top:18px;border-top:1px solid #e0e6e2}
.guide-section-list strong,.guide-related strong{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:#9a6a2e}
.guide-section-list span,.guide-related a{display:block;color:#68756c;font-size:.88rem;line-height:1.35;border-left:2px solid #dfe5e1;padding-left:12px}
.guide-related a:hover{color:#111714;border-color:#bc9558}
.article-content{font-size:1.07rem;color:#344039}
.article-content h2{font-size:2rem;line-height:1.12;letter-spacing:-.04em;color:#111714;margin:52px 0 18px}
.article-content h3{font-size:1.35rem;color:#111714;margin:34px 0 12px}
.article-content p{margin:0 0 22px}
.article-content blockquote{margin:34px 0;padding:26px 28px;border-left:4px solid var(--lime-2);background:white;border-radius:0 18px 18px 0;font-size:1.18rem;color:#1f2a24}
.article-content ul{padding-left:22px}
.article-content li{margin-bottom:10px}
.esset-video-embed{position:relative;aspect-ratio:16/9;margin:0 0 34px;border-radius:24px;overflow:hidden;background:#111714;box-shadow:0 24px 60px rgba(38,31,20,.16)}
.esset-video-embed .wp-block-embed__wrapper,.esset-video-embed .wp-embed-aspect-16-9,.esset-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.esset-video-embed iframe{display:block}
.callout{background:#111714;color:white;border-radius:22px;padding:28px;margin:34px 0}
.callout strong{color:var(--lime)}
.share{position:sticky;top:102px;align-self:start}
.share strong{display:block;margin-bottom:12px}
.share a{width:42px;height:42px;border:1px solid #d8dfda;border-radius:50%;display:grid;place-items:center;margin-bottom:10px;background:white}
.comments{padding:72px 0 96px;background:white;border-top:1px solid #e2e7e3}
.comments-wrap{max-width:920px;margin:auto}
.comments-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}
.comments h2{font-size:2.3rem;letter-spacing:-.045em;margin:0}
.comment-form{background:#f3f6f2;border:1px solid #dde5df;border-radius:24px;padding:24px;margin-bottom:34px}
.comment-form p{margin:0 0 14px}
.comment-form label{display:block;font-size:.82rem;font-weight:800;color:#4d5a52;margin-bottom:7px}
.comment-form input:not([type=submit]):not([type=checkbox]),.comment-form textarea{width:100%;border:1px solid #d4ddd6;border-radius:14px;background:white;padding:13px 14px;outline:0}
.comment-form input:focus,.comment-form textarea:focus{border-color:#8bc62e;box-shadow:0 0 0 4px rgba(139,198,46,.12)}
.comment-form textarea{min-height:130px;resize:vertical}
.comment-list{display:grid}
.comment-list .comment{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:24px 0;border-bottom:1px solid #e2e7e3}
.comment-list .avatar{border-radius:50%}
.comment-meta{font-size:.8rem;color:#839087}
.comment-author{font-weight:800}
.comment-body p{margin:8px 0;color:#4d5951}
.comment-reply-link{font-size:.82rem;font-weight:800;color:#4d7b13}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:grid;gap:7px;margin-bottom:14px}
.field label{font-size:.82rem;font-weight:800;color:#4d5a52}
.field input,.field textarea{width:100%;border:1px solid #d4ddd6;border-radius:14px;background:white;padding:13px 14px;outline:0}
.field input:focus,.field textarea:focus{border-color:#8bc62e;box-shadow:0 0 0 4px rgba(139,198,46,.12)}
.field textarea{min-height:130px;resize:vertical}
.comment{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:24px 0;border-bottom:1px solid #e2e7e3}
.comment .avatar{width:48px;height:48px}
.comment-top{display:flex;justify-content:space-between;gap:20px}
.comment-top strong{display:block}
.comment-top span{font-size:.8rem;color:#839087}
.comment p{margin:8px 0;color:#4d5951}
.reply{font-size:.82rem;font-weight:800;color:#4d7b13}
.archive-hero{background:#0b0f0e;color:white;padding:84px 0}
.archive-hero h1{font-size:clamp(3rem,6vw,5.5rem);letter-spacing:-.07em;line-height:.95;margin:14px 0}
.search-box{max-width:560px;display:flex;background:white;border-radius:999px;padding:6px;margin-top:28px}
.search-box input{flex:1;border:0;outline:0;padding:0 16px}
.pagination{display:flex;justify-content:center;gap:10px;margin-top:42px}
.pagination a{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid #d9e1db;background:white;font-weight:800}
.pagination a.active,.pagination .current{background:var(--ink);color:white;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--ink);font-weight:800}
@media(max-width:960px){
  .nav-links{display:none}.menu-btn{display:block}
  .hero-grid,.featured-card,.newsletter-inner{grid-template-columns:1fr}
  .hero-visual{min-height:390px}
  .dashboard-main{inset:20px 0 10px 30px}
  .posts-grid{grid-template-columns:repeat(2,1fr)}
  .article-layout{grid-template-columns:minmax(0,760px);justify-content:center}
  .toc,.guide-panel,.share{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .subscribe{min-width:0;width:100%;max-width:560px}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,var(--container))}
  .section{padding:68px 0}
  .nav-actions .btn{display:none}
  .hero{padding-top:70px}.hero h1{font-size:3.2rem}
  .hero-visual{min-height:310px}
  .dashboard-main{left:12px;padding:17px}.dashboard-small{width:170px}
  .metric-grid{grid-template-columns:1fr 1fr}.metric:last-child{display:none}
  .featured-copy{padding:28px}
  .posts-grid{grid-template-columns:1fr}
  .section-head{display:block}.section-head p{margin-top:14px}
  .newsletter{padding:64px 0}.subscribe{border-radius:20px;display:grid;gap:8px;padding:8px}.subscribe-field{height:48px;padding:0 12px}.subscribe input{height:46px}.subscribe .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}
  .cookie-notice{left:12px;right:12px;bottom:12px;width:calc(100% - 24px);display:grid;padding:16px;border-radius:18px}
  .cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .cookie-actions a{grid-column:1/-1}
  .article-cover{padding:24px 0 0}
  .article-cover-box{height:auto;padding:0;border-radius:20px}
  .article-layout{padding:52px 0}
  .article-content{font-size:1rem}
  .form-grid{grid-template-columns:1fr}
}


/* ==========================================================================
   ESSET HOMEPAGE-ALIGNED THEME OVERRIDES
   Based on the supplied homepage reference: warm ivory, white, charcoal,
   muted gold, soft beige borders and restrained shadows.
   ========================================================================== */
:root{
  --ink:#17191d;
  --ink-2:#22252a;
  --surface:#ffffff;
  --surface-2:#f1eee8;
  --paper:#f6f4ef;
  --white:#ffffff;
  --muted:#7a7b78;
  --line:#e5e1d9;
  --gold:#c5964f;
  --gold-dark:#a87835;
  --gold-soft:#f6ead8;
  --lime:var(--gold);
  --lime-2:var(--gold-dark);
  --lime-soft:var(--gold-soft);
  --text:#17191d;
  --body:#646560;
  --shadow:0 18px 45px rgba(38,31,20,.10);
}

body{background:var(--paper);color:var(--text)}
.site-header{
  position:sticky;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  box-shadow:0 4px 18px rgba(32,29,24,.04);
}
.nav{color:var(--ink)}
.brand{color:var(--ink)}
.brand-mark{
  width:30px;height:30px;
}
.nav-links{color:#65665f}
.nav-links a:hover{color:var(--gold-dark)}
.btn-primary{background:var(--gold);color:#fff;box-shadow:0 8px 22px rgba(197,150,79,.22)}
.btn-primary:hover{background:#b88742;color:#fff}
.btn-dark{background:var(--ink);color:#fff}
.btn-ghost{color:var(--ink);border-color:#d9d5cd;background:#fff}
.btn-ghost:hover{color:var(--gold-dark);border-color:var(--gold)}
.menu-btn{color:var(--ink)}
.eyebrow{color:var(--gold-dark)}
.eyebrow::before{background:var(--gold);box-shadow:0 0 0 5px rgba(197,150,79,.13)}
.tag{background:var(--gold-soft);color:var(--gold-dark)}

.hero{
  background:
    radial-gradient(circle at 78% 20%,rgba(197,150,79,.08),transparent 28%),
    linear-gradient(180deg,#fbfaf7 0%,#f4f1eb 100%);
  color:var(--ink);
  padding:88px 0 84px;
}
.hero h1{max-width:760px}
.hero h1 span{color:var(--gold)}
.hero p{color:#62635f}
.pill{
  color:#565853;background:#fff;border-color:#ded9d0;
  box-shadow:0 3px 14px rgba(40,34,25,.04)
}
.hero-visual{min-height:440px}
.dashboard-card{
  background:#181a1e;color:#fff;border:1px solid #2c2f34;
  box-shadow:0 28px 62px rgba(27,27,27,.28)
}
.dashboard-main{background:#181a1e}
.dashboard-small{background:#fff;color:var(--ink);border:1px solid var(--line)}
.logo-chip{color:#fff}
.metric{background:#21242a;border-color:#30343a;color:#fff}
.metric small{color:#aaaeb4}
.chart{background:linear-gradient(180deg,#20242a,#181a1e);border:1px solid #30343a}
.chart::after{filter:sepia(1) saturate(.7) hue-rotate(345deg) brightness(1.25)}

.featured{background:#fff;color:var(--ink);padding:72px 0}
.featured-card{
  background:#f3f0ea;border-color:#e1ddd5;box-shadow:var(--shadow)
}
.featured-copy p{color:var(--body)}
.featured-art{background:linear-gradient(145deg,#e9e4dc,#f8f6f1)}
.art-panel{
  background:#fff;color:var(--ink);border:1px solid #dfdad1;
  box-shadow:0 22px 50px rgba(61,49,34,.12)
}
.live{background:#f5ead9;color:#9b682a}
.art-card{border-color:#e6e1d8;box-shadow:0 5px 14px rgba(60,49,34,.04)}

.section{background:var(--paper)}
.category-bar a{background:#fff;border-color:#ded9d0;color:#61625e}
.category-bar a.active,.category-bar a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.post-card{background:#fff;border-color:#e2ded6}
.post-card:hover{border-color:#d0c8bb}
.post-thumb{background:linear-gradient(135deg,#27292d,#15171b)}
.post-thumb.lime{background:linear-gradient(135deg,#f1dfc2,#c5964f);color:#2b2115}
.post-thumb.light{background:linear-gradient(135deg,#f4f1eb,#fff)}
.newsletter{background:#efe9df;border-top:1px solid #e1ddd5;padding:58px 0}
.newsletter h2{color:var(--ink)}
.newsletter p{color:#67645e}
.subscribe{border:1px solid #ded9d0;box-shadow:0 10px 28px rgba(52,44,33,.06)}

.footer{background:#17191d}
.footer .brand-word{color:#fff}
.footer .brand-accent{color:var(--gold)}
.footer p,.footer a{color:#a6a7a3}
.footer-bottom{border-color:#303238}

.article-hero{
  background:linear-gradient(180deg,#fbfaf7,#f3f0ea);
  color:var(--ink);border-bottom:1px solid var(--line)
}
.article-hero p{color:#666762}
.article-cover{background:#fff}
.article-cover-box{
  background:#f3f0ea;
}
.cover-dashboard{background:#191b1f;color:#fff}
.article-layout{background:var(--paper)}
.article-content h2,.article-content h3{color:var(--ink)}
.article-content blockquote{background:#fff;border-left-color:var(--gold)}
.callout{background:#1a1c20}
.callout strong{color:#d7ad6b}
.toc a:hover{border-color:var(--gold);color:var(--gold-dark)}
.share a{background:#fff;border-color:#ded9d0}
.comments{background:#fff;border-top-color:#e5e1d9}
.comment-form{background:#f6f3ed;border-color:#e3ded5}
.field input,.field textarea{border-color:#dcd6cd}
.field input:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(197,150,79,.13)}
.comment{border-bottom-color:#e7e2da}
.reply{color:var(--gold-dark)}

.archive-hero{
  background:linear-gradient(180deg,#fbfaf7,#f2eee7);
  color:var(--ink);border-bottom:1px solid var(--line)
}
.archive-hero p{color:#666762!important}
.search-box{border:1px solid #ded9d0;box-shadow:0 8px 26px rgba(45,37,26,.05)}
.pagination a{border-color:#ddd8cf}
.pagination a.active{background:var(--ink)}

@media(max-width:960px){
  .nav-links[data-open="true"]{background:#fff!important;color:var(--ink)!important;border-bottom-color:var(--line)!important}
}

/* WordPress comment and share refinements. */
.icon{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.btn .icon{margin-left:2px}
.comment-form textarea,
.field textarea{
  height:180px;
  min-height:150px;
  max-height:260px;
}
.comment-form .form-submit{margin-top:20px}
.comment-form .submit{
  min-width:0;
  width:auto;
}
.comment-list{
  display:block;
  margin-top:30px;
}
.comment-list .comment-item{
  display:block;
  padding:0;
  border:0;
  clear:both;
}
.comment-shell{
  display:flex;
  gap:16px;
  padding:24px 0;
  border-bottom:1px solid #e7e2da;
}
.comment-avatar-wrap{
  flex:0 0 48px;
}
.comment-avatar,
.comment-avatar-wrap img{
  width:48px;
  height:48px;
  border-radius:50%;
}
.comment-card{
  flex:1;
  min-width:0;
}
.comment-card .comment-top{
  align-items:flex-start;
  margin-bottom:8px;
}
.comment-card .comment-top strong{
  color:var(--ink);
  font-size:1rem;
}
.comment-card .comment-top span,
.comment-card .comment-top a{
  color:#839087;
  font-size:.82rem;
}
.comment-copy p{
  margin:8px 0 0;
  color:#4d5951;
  overflow-wrap:anywhere;
}
.comment-awaiting-moderation{
  color:var(--gold-dark);
  font-weight:800;
}
.comment-reply-link{
  color:var(--gold-dark);
  font-size:.82rem;
  font-weight:900;
  white-space:nowrap;
}
.comment-list .comment-item .comment-item,
.comment-list .depth-2,
.comment-list .depth-3,
.comment-list .depth-4,
.comment-list .depth-5{
  margin-left:72px;
  padding-left:24px;
  border-left:2px solid #e7dfd2;
}
.comment-list .depth-3,
.comment-list .depth-4,
.comment-list .depth-5{
  margin-left:36px;
}
.comment-list .comment-item .comment-item .comment-shell{
  padding-top:20px;
}
.comment-list .children{
  margin:0 0 0 64px;
  padding:0;
  list-style:none;
}
.share a,
.share button{
  width:42px;
  height:42px;
  border:1px solid #ded9d0;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  background:white;
  color:var(--ink);
  cursor:pointer;
}
.share a:hover,
.share button:hover{
  border-color:var(--gold);
  color:var(--gold-dark);
}
.share button[data-copied="true"]{
  background:var(--gold-soft);
  border-color:var(--gold);
}
@media(max-width:640px){
  .comment-form textarea,
  .field textarea{
    height:150px;
  }
  .comment-list .children{
    margin-left:22px;
  }
  .comment-list .comment-item .comment-item,
  .comment-list .depth-2,
  .comment-list .depth-3,
  .comment-list .depth-4,
  .comment-list .depth-5{
    margin-left:16px;
    padding-left:16px;
  }
  .comment-shell{
    gap:12px;
  }
}

/* Light/dark mode. */
:root{
  color-scheme:light;
}

:root[data-theme="dark"]{
  color-scheme:dark;
  --ink:#f7f3ea;
  --ink-2:#ede5d8;
  --surface:#15171b;
  --surface-2:#202329;
  --paper:#0f1114;
  --white:#181b20;
  --muted:#9b9f9a;
  --line:#2c3036;
  --gold:#c5964f;
  --gold-dark:#d4ad70;
  --gold-soft:rgba(197,150,79,.16);
  --lime:var(--gold);
  --lime-2:var(--gold-dark);
  --lime-soft:var(--gold-soft);
  --text:#f7f3ea;
  --body:#bbb8af;
  --shadow:0 22px 60px rgba(0,0,0,.38);
}

.theme-switcher{
  display:inline-grid;
  grid-template-columns:repeat(3,32px);
  gap:2px;
  padding:3px;
  border-radius:15px;
  border:1px solid #d9d5cd;
  background:#fff;
  box-shadow:0 6px 18px rgba(38,31,20,.06);
}
.theme-option{
  width:32px;
  height:30px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#7d8190;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:.22s ease;
}
.theme-option:hover{
  color:var(--gold-dark);
}
.theme-option.active{
  background:#f2e5d1;
  color:var(--gold-dark);
}
.theme-option .icon{
  width:16px;
  height:16px;
}

:root[data-theme="dark"] body{
  background:var(--paper);
  color:var(--text);
}
:root[data-theme="dark"] .site-header{
  background:rgba(15,17,20,.92);
  border-bottom-color:var(--line);
  box-shadow:0 8px 30px rgba(0,0,0,.24);
}
:root[data-theme="dark"] .nav,
:root[data-theme="dark"] .brand,
:root[data-theme="dark"] .brand-word{
  color:var(--text);
}
:root[data-theme="dark"] .nav-links{
  color:#c8c1b6;
}
:root[data-theme="dark"] .nav-links a:hover{
  color:var(--gold-dark);
}
:root[data-theme="dark"] .btn-ghost{
  background:#171a1f;
  border-color:#343840;
  color:#f7f3ea;
}
:root[data-theme="dark"] .theme-switcher{
  background:#171a1f;
  border-color:#343840;
  box-shadow:0 10px 30px rgba(0,0,0,.28);
}
:root[data-theme="dark"] .theme-option{
  color:#7f8494;
}
:root[data-theme="dark"] .theme-option:hover{
  color:#d8b477;
}
:root[data-theme="dark"] .theme-option.active{
  background:#4a3a25;
  color:#d8b477;
}
:root[data-theme="dark"] .btn-dark{
  background:#f7f3ea;
  color:#111317;
}
:root[data-theme="dark"] .hero,
:root[data-theme="dark"] .article-hero,
:root[data-theme="dark"] .archive-hero{
  background:
    radial-gradient(circle at 78% 20%,rgba(197,150,79,.12),transparent 30%),
    linear-gradient(180deg,#15171b 0%,#0f1114 100%);
  color:var(--text);
  border-bottom-color:var(--line);
}
:root[data-theme="dark"] .hero p,
:root[data-theme="dark"] .article-hero p,
:root[data-theme="dark"] .archive-hero p{
  color:#c6c0b7!important;
}
:root[data-theme="dark"] .pill,
:root[data-theme="dark"] .category-bar a,
:root[data-theme="dark"] .guide-categories a,
:root[data-theme="dark"] .post-card,
:root[data-theme="dark"] .featured-card,
:root[data-theme="dark"] .article-cover-box,
:root[data-theme="dark"] .comment-form,
:root[data-theme="dark"] .share a,
:root[data-theme="dark"] .share button,
:root[data-theme="dark"] .post-card-arrow,
:root[data-theme="dark"] .cookie-notice,
:root[data-theme="dark"] .search-box,
:root[data-theme="dark"] .subscribe,
:root[data-theme="dark"] .metric,
:root[data-theme="dark"] .art-panel,
:root[data-theme="dark"] .art-card{
  background:#181b20;
  border-color:#30343a;
  color:var(--text);
}
:root[data-theme="dark"] .section,
:root[data-theme="dark"] .article-layout,
:root[data-theme="dark"] .featured,
:root[data-theme="dark"] .comments,
:root[data-theme="dark"] .article-cover{
  background:var(--paper);
  color:var(--text);
}
:root[data-theme="dark"] .section-head p,
:root[data-theme="dark"] .post-body p,
:root[data-theme="dark"] .featured-copy p,
:root[data-theme="dark"] .article-content,
:root[data-theme="dark"] .article-content p,
:root[data-theme="dark"] .comment-copy p,
:root[data-theme="dark"] .comment p,
:root[data-theme="dark"] .cookie-notice p,
:root[data-theme="dark"] .subscribe-message,
:root[data-theme="dark"] .newsletter p{
  color:var(--body);
}
:root[data-theme="dark"] .post-body h3,
:root[data-theme="dark"] .guide-kicker,
:root[data-theme="dark"] .article-content h2,
:root[data-theme="dark"] .article-content h3,
:root[data-theme="dark"] .newsletter h2,
:root[data-theme="dark"] .comments h2,
:root[data-theme="dark"] .cookie-notice strong,
:root[data-theme="dark"] .comment-card .comment-top strong{
  color:var(--text);
}
:root[data-theme="dark"] .category-bar a.active,
:root[data-theme="dark"] .category-bar a:hover{
  background:var(--gold);
  border-color:var(--gold);
  color:#111317;
}
:root[data-theme="dark"] .newsletter{
  background:#171a1f;
  border-top-color:var(--line);
}
:root[data-theme="dark"] .field input,
:root[data-theme="dark"] .field textarea,
:root[data-theme="dark"] .comment-form input:not([type=submit]):not([type=checkbox]),
:root[data-theme="dark"] .comment-form textarea,
:root[data-theme="dark"] .search-box input,
:root[data-theme="dark"] .subscribe input{
  border-color:#343840;
  color:var(--text);
}
:root[data-theme="dark"] .subscribe-field{
  color:#9aa0ad;
}
:root[data-theme="dark"] .subscribe input::placeholder{
  color:#8d9098;
}
:root[data-theme="dark"] .article-content blockquote{
  background:#181b20;
  color:var(--text);
}
:root[data-theme="dark"] .toc a,
:root[data-theme="dark"] .guide-stats span,
:root[data-theme="dark"] .guide-section-list span,
:root[data-theme="dark"] .guide-related a,
:root[data-theme="dark"] .meta,
:root[data-theme="dark"] .post-footer,
:root[data-theme="dark"] .comment-card .comment-top span,
:root[data-theme="dark"] .comment-card .comment-top a{
  color:#a9a49b;
}
:root[data-theme="dark"] .guide-section-list,
:root[data-theme="dark"] .guide-related{
  border-color:var(--line);
}
:root[data-theme="dark"] .guide-related a:hover{
  color:var(--text);
}
:root[data-theme="dark"] .comment-shell,
:root[data-theme="dark"] .comment,
:root[data-theme="dark"] .comment-list .comment-item .comment-item,
:root[data-theme="dark"] .comment-list .depth-2,
:root[data-theme="dark"] .comment-list .depth-3,
:root[data-theme="dark"] .comment-list .depth-4,
:root[data-theme="dark"] .comment-list .depth-5{
  border-color:var(--line);
}
:root[data-theme="dark"] .dashboard-card,
:root[data-theme="dark"] .dashboard-main,
:root[data-theme="dark"] .cover-dashboard{
  background:#181b20;
  border-color:#30343a;
  color:var(--text);
}
:root[data-theme="dark"] .dashboard-small{
  background:#f7f3ea;
  color:#111317;
}
:root[data-theme="dark"] .footer{
  background:#08090b;
}

@media(max-width:960px){
  :root[data-theme="dark"] .nav-links[data-open="true"]{
    background:#111317!important;
    color:var(--text)!important;
    border-bottom-color:var(--line)!important;
  }
}
