@charset "UTF-8";
:root{--gutter:48px;--paper:#fbfcff;--ink:#172339;--muted:#58657a;--blue:#2d43de;--blue-dark:#2233b7;--line:#dfe4ee;--pale:#edf0fe;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:72px}
body{margin:0;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:6px}
a:hover{color:var(--blue)}
img{max-width:100%;display:block}
button{font:inherit}
::selection{background:#dce1ff;color:var(--ink)}
.container{width:min(1240px,calc(100% - 2 * var(--gutter)));margin-inline:auto}
.page-shell{flex:1;display:flex;flex-direction:column;min-width:0}
.page-shell>main{flex:1;min-width:0}
.skip-link{position:absolute;z-index:20;top:-80px;background:var(--ink);color:#fff;padding:12px 24px}
.skip-link:focus{top:8px}
.site-header{min-height:104px;width:calc(100% - 2 * var(--gutter));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;border-bottom:2px solid #c5cde3;background:linear-gradient(180deg,#f2f4fb 0%,#f8f9fd 100%);column-gap:24px;padding-block:20px;flex-shrink:0}
.site-header>.wordmark{grid-column:1;justify-self:start}
.wordmark{font-family:var(--serif);font-size:39px;letter-spacing:-2px;font-weight:600;line-height:1}
.brand-dot{color:var(--blue)}
.main-nav{grid-column:2;justify-self:center;display:flex;align-items:center;justify-content:center;gap:38px;white-space:nowrap}
.main-nav a{font-size:15px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:8px 4px;position:relative;line-height:1.4}
.main-nav a[aria-current=page]{color:var(--blue)}
.main-nav a[aria-current=page]:after{content:'';position:absolute;bottom:2px;left:0;right:0;height:2px;background:var(--blue)}
.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:700;color:var(--blue);line-height:1.6}
.hero{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,1fr);gap:76px;padding:76px 0 68px;align-items:center}
.hero h1{font:400 clamp(58px,6.4vw,88px)/1.04 var(--serif);letter-spacing:-4px;margin:22px 0 25px}
.hero h1 em{font-weight:400;color:var(--blue)}
.hero .intro{max-width:430px;color:var(--muted);font-size:18px;line-height:1.8;margin:0 0 29px}
.button{min-height:48px;display:inline-flex;gap:26px;align-items:center;background:var(--blue);color:white;border:1px solid var(--blue);padding:12px 22px;border-radius:4px;font-size:15px;transition:background .2s,transform .2s}
.button:hover{background:var(--blue-dark);color:white;transform:translateY(-2px)}
.hero-footnote{font-size:13px;color:var(--muted);margin-top:26px;display:flex;gap:20px;align-items:center}
.hero-footnote:before{content:'';height:1px;width:37px;background:var(--muted)}
.feature{min-width:0}
.feature-media{position:relative;overflow:hidden;aspect-ratio:1.17;min-height:330px;background:var(--blue);border-radius:5px}
.image-kicker{position:absolute;left:25px;top:22px;color:#fff;font-size:12px;letter-spacing:2.1px;font-weight:700}
.image-number{position:absolute;right:22px;bottom:18px;color:#fff;font-family:var(--serif);font-size:24px;font-style:italic}
.meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:12px;color:var(--muted);line-height:1.5}
.meta .category{color:var(--blue);font-weight:700;letter-spacing:.8px;text-transform:uppercase}
.meta .separator{color:#8b96aa}
.feature .meta{margin-top:22px}
.feature h2{font:400 29px/1.25 var(--serif);letter-spacing:-.6px;margin:10px 0}
.feature-title{display:flex;gap:20px;justify-content:space-between;align-items:center}
.feature-title .arrow{flex:0 0 auto}
.hero>*,.about-layout>*,.about-strip>*,.blog-feature>*,.blog-row>*{min-width:0}
.arrow{font-family:var(--sans);font-size:23px;font-weight:400}
.section-heading{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:16px 25px;margin-bottom:29px}
.section-heading h2{font:400 35px/1.2 var(--serif);letter-spacing:-1px;margin:0}
.text-link{color:var(--blue);font-size:14px;border-bottom:1px solid transparent}
.text-link:hover{border-color:var(--blue)}
.recent{padding:51px 0 64px;border-top:1px solid var(--line)}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.post-card{display:flex;flex-direction:column;align-items:flex-start;padding:24px 0 5px;border-top:2px solid var(--line);min-width:0}
.post-card:hover{border-color:var(--blue)}
.post-card h3{font:400 28px/1.3 var(--serif);letter-spacing:-.5px;margin:19px 0 13px}
.post-card p{font-size:15px;line-height:1.8;color:var(--muted);margin:0 0 18px}
.post-card .read-link{font-size:14px;color:var(--blue);margin-top:auto;min-height:44px;display:inline-flex;align-items:center;gap:8px}
.about-strip{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:70px;background:var(--pale);border-radius:5px;padding:42px 47px;margin-bottom:64px}
.about-strip h2{font:400 33px/1.25 var(--serif);letter-spacing:-.7px;margin:12px 0 0}
.about-strip p{font-size:16px;margin:0 0 16px;color:var(--muted)}
.site-footer{border-top:2px solid #c5cde3;background:#eef0f8;padding:31px 0 36px;color:var(--muted);font-size:13px;border-radius:6px 6px 0 0}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:32px;padding-bottom:22px}
.footer-brand{font-family:var(--serif);font-size:27px;letter-spacing:-1px;color:var(--ink)}
.footer-left{display:flex;flex-wrap:wrap;gap:8px 25px;align-items:center}
.footer-tagline{margin:0;text-align:right}
.footer-links{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:18px 48px;border-top:1px solid var(--line);padding-top:20px}
.footer-nav-group{display:flex;flex-wrap:wrap;gap:8px 22px}
.footer-links a{min-height:44px;display:inline-flex;align-items:center}
.page-intro{padding:68px 0 55px;border-bottom:1px solid var(--line)}
.page-intro h1{font:400 clamp(52px,6.2vw,79px)/1.1 var(--serif);letter-spacing:-3px;margin:16px 0 23px}
.page-intro h1 em{color:var(--blue);font-weight:400}
.page-intro p{color:var(--muted);max-width:570px;font-size:19px;line-height:1.8;margin:0}
.blog-feature{padding:48px 0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:60px;align-items:center}
.blog-feature .feature-media{aspect-ratio:1.45}
.blog-feature h2{font:400 44px/1.12 var(--serif);letter-spacing:-1.3px;margin:20px 0}
.blog-feature p{color:var(--muted);margin-bottom:23px}
.all-posts{padding:0 0 66px}
.blog-row{display:grid;grid-template-columns:70px minmax(0,1fr) 185px;gap:30px;border-top:1px solid var(--line);padding:32px 0;align-items:center}
.row-number{font:italic 28px var(--serif);color:#8993a7}
.blog-row h2{font:400 31px/1.3 var(--serif);letter-spacing:-.5px;margin:0 0 10px}
.blog-row p{font-size:15px;color:var(--muted);margin:0;max-width:600px}
.row-end{text-align:right}
.row-end .meta{justify-content:flex-end;margin-bottom:10px;gap:7px}
.row-end .category{flex-basis:100%}
.row-end .separator{display:none}
.about-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:90px;padding:65px 0 78px;align-items:start}
.about-copy h2{font:400 38px/1.25 var(--serif);letter-spacing:-1px;margin:0 0 24px}
.about-copy p{color:var(--muted);margin:0 0 23px}
.about-copy .signature{font:italic 31px var(--serif);color:var(--blue);margin-top:35px}
.about-photo{aspect-ratio:4/4.4;overflow:hidden;border-radius:5px;background:var(--blue)}
.about-photo img{width:100%;height:100%;object-fit:cover}
.caption{font-size:12px;color:var(--muted);margin-top:14px}
.principles{border-top:1px solid var(--line);padding:44px 0 60px}
.principle-label{font-size:12px;color:var(--blue);letter-spacing:1px}
.principles h3{font:400 27px var(--serif);margin:13px 0}
.principles p{font-size:15px;color:var(--muted);margin:0}
.article-head{max-width:850px;margin:60px auto 40px;text-align:center}
.breadcrumb{display:inline-block;font-size:14px;color:var(--blue);margin-bottom:35px}
.article-head .meta{justify-content:center}
.article-head h1{font:400 clamp(43px,5.2vw,68px)/1.12 var(--serif);letter-spacing:-2px;margin:23px 0}
.article-head .dek{color:var(--muted);font-size:20px;max-width:680px;margin:0 auto 20px}
.byline{font-size:13px;color:var(--muted)}
.article-body{max-width:690px;margin:0 auto 60px;font-size:18px;line-height:1.9}
.article-body p{margin:0 0 25px}
.article-body h2{font:400 33px/1.3 var(--serif);letter-spacing:-.7px;margin:39px 0 17px}
.article-body blockquote{border-left:3px solid var(--blue);margin:35px 0;padding:5px 0 5px 26px;font:italic 26px/1.5 var(--serif);color:var(--blue)}
.article-body ul,.article-body ol{padding-left:25px}
.article-body li{padding-left:5px;margin-bottom:10px}
.article-body a{text-decoration:underline;color:var(--blue)}
.article-end{width:100%;max-width:690px;margin:0 auto 66px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px}
.not-found{padding:100px 0 130px}
.not-found h1{font:400 65px var(--serif);letter-spacing:-2px}
.not-found p{color:var(--muted);margin-bottom:30px}
.wp-caption,.wp-block-image{max-width:100%}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(min-width:1500px){.hero{padding-top:88px;padding-bottom:80px}
}

@media(max-width:1050px){:root{--gutter:32px}
.hero{gap:38px}
.hero h1{font-size:clamp(52px,6.6vw,69px);letter-spacing:-3px}
.hero .intro{font-size:17px}
.feature h2{font-size:26px}
.about-layout{gap:50px}
.post-grid{gap:25px}
.blog-row{grid-template-columns:45px minmax(0,1fr) 145px;gap:20px}
.blog-feature{gap:35px}
.blog-feature h2{font-size:37px}
}

@media(max-width:720px){:root{--gutter:20px}
.site-header{min-height:88px;column-gap:16px;padding-block:15px}
.wordmark{font-size:33px}
.main-nav{gap:24px}
.main-nav a{font-size:14px}
.hero{grid-template-columns:1fr;gap:42px;padding:44px 0 42px}
.hero h1{font-size:clamp(55px,11.8vw,78px);letter-spacing:-2.5px;margin:18px 0 21px}
.hero .intro{max-width:490px}
.hero-footnote{margin-top:24px}
.feature-media{aspect-ratio:1.25;min-height:260px}
.feature h2{font-size:27px}
.post-grid{grid-template-columns:1fr;gap:21px}
.post-card{padding-top:24px}
.post-card h3{font-size:27px;margin:14px 0 11px}
.recent{padding:35px 0 40px}
.section-heading h2{font-size:31px}
.section-heading{gap:15px}
.text-link{font-size:13px}
.about-strip{grid-template-columns:1fr;gap:24px;padding:29px 25px;margin-bottom:39px}
.about-strip h2{font-size:32px}
.site-footer{padding:26px 0 30px}
.footer-top{flex-direction:column;align-items:flex-start;gap:8px;padding-bottom:18px}
.footer-tagline{text-align:left}
.footer-links{grid-template-columns:1fr;gap:8px;padding-top:16px}
.footer-nav-group{gap:6px 20px}
.page-intro{padding:43px 0 35px}
.page-intro h1{font-size:56px;letter-spacing:-2px}
.page-intro p{font-size:17px}
.blog-feature{grid-template-columns:1fr;gap:25px;padding:35px 0 42px}
.blog-feature h2{font-size:36px;margin-top:16px}
.blog-row{grid-template-columns:30px minmax(0,1fr);gap:14px;padding:25px 0}
.blog-row h2{font-size:26px}
.row-end{grid-column:2;text-align:left}
.row-end .meta{justify-content:flex-start}
.row-end .category{flex-basis:auto}
.row-end .separator{display:inline}
.all-posts{padding-bottom:30px}
.about-layout{grid-template-columns:1fr;gap:33px;padding:38px 0}
.about-copy h2{font-size:33px}
.about-photo{aspect-ratio:1.2}
.principles{padding:35px 0 43px}
.principles .post-grid{gap:28px}
.article-head{margin:36px auto 28px}
.article-head h1{font-size:44px;letter-spacing:-1.5px}
.article-head .dek{font-size:18px}
.breadcrumb{margin-bottom:25px}
.article-body{font-size:17px;line-height:1.85;margin-bottom:36px}
.article-body h2{font-size:29px}
.article-body blockquote{font-size:24px}
.article-end{margin-bottom:40px}
.image-kicker{font-size:12px;left:20px;top:18px}
.not-found{padding:55px 0 90px}
.not-found h1{font-size:49px}
}




@media(max-width:600px){.site-header{grid-template-columns:minmax(0,1fr);row-gap:8px;padding-block:18px 10px}
.site-header>.wordmark{grid-column:1;grid-row:1}
.main-nav{grid-column:1;grid-row:2;gap:32px}
.main-nav a{padding-inline:8px}
}

@media(max-width:360px){.hero h1{font-size:50px;letter-spacing:-2px}
.page-intro h1{font-size:47px}
.article-head h1{font-size:39px}
.section-heading h2{font-size:29px}
.about-strip{padding-inline:22px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}


.author-box{width:min(690px,100%);margin:0 auto 48px;padding:28px;background:var(--pale);border:1px solid var(--line);border-radius:5px;display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.author-avatar{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;font:400 32px/1 var(--serif);background:var(--blue);color:#fff;flex-shrink:0}.author-avatar:hover{color:#fff;background:var(--blue-dark)}.author-box>div{min-width:0}.author-box h2{font:400 29px/1.2 var(--serif);margin:7px 0}.author-box p{font-size:15px;color:var(--muted);margin:0 0 12px;max-width:none}.byline a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.author-intro{display:flex;align-items:center;gap:30px}.author-intro .author-avatar{height:104px;width:104px;font-size:52px}.author-intro h1{margin:10px 0 15px}.author-intro+.recent{border-top:0}@media(max-width:600px){.author-box{grid-template-columns:minmax(0,1fr);gap:18px;padding:22px}.author-box .author-avatar{height:48px;width:48px;font-size:25px}.author-intro{gap:22px}.author-intro .author-avatar{width:72px;height:72px;font-size:38px}.author-intro h1{font-size:46px}}

.author-social{margin-top:10px}.author-social a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.authors-grid{display:grid;gap:22px;margin:28px 0 10px}.author-card{padding:22px 24px;border:1px solid var(--line);border-radius:5px;background:var(--pale)}.author-card h3{font:400 26px/1.25 var(--serif);margin:0 0 8px}.author-card h3 a{color:inherit;text-decoration:none}.author-card p{margin:0 0 10px;color:var(--muted);font-size:15px}.author-card .text-link{font-size:15px}


/* Homepage subscribe strip */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.subscribe-strip{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:center;background:var(--pale);border:1px solid var(--line);border-radius:5px;padding:42px 47px;margin-bottom:64px}
.subscribe-strip h2{font:400 33px/1.25 var(--serif);letter-spacing:-.7px;margin:12px 0 0;color:var(--ink)}
.subscribe-strip>div>p{font-size:16px;margin:14px 0 0;color:var(--muted);max-width:34em}
.subscribe-form{min-width:0}
.subscribe-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}
.subscribe-form input[type=email]{width:100%;min-height:48px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--ink);padding:12px 14px;font:inherit;font-size:15px}
.subscribe-form input[type=email]:focus{outline:3px solid var(--blue);outline-offset:2px;border-color:var(--blue)}
.subscribe-form .button{border:0;cursor:pointer;white-space:nowrap}
.subscribe-form .button:disabled{opacity:.7;cursor:default;transform:none}
.subscribe-hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.subscribe-msg{margin:12px 0 0;font-size:14px;color:var(--muted);min-height:1.2em}
.subscribe-msg.is-ok{color:var(--blue)}
.subscribe-msg.is-error{color:#b42318}
@media(max-width:900px){
  .subscribe-strip{grid-template-columns:1fr;gap:24px;padding:29px 25px;margin-bottom:39px}
  .subscribe-strip h2{font-size:32px}
}
@media(max-width:600px){
  .subscribe-row{grid-template-columns:1fr}
  .subscribe-form .button{width:100%;justify-content:center}
}

/* ARTICLE PROSE v8 — headings, lists, tables, featured cover */
.feature-media .feature-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.article-cover{max-width:850px;margin:0 auto 36px}
.article-cover .feature-media{aspect-ratio:1.9;min-height:220px}
.article-body .article-content{color:var(--muted);overflow:visible}
.article-body{overflow:visible}
.article-body .article-content h1{
  font:400 36px/1.25 var(--serif);letter-spacing:-.8px;margin:42px 0 18px;color:var(--ink)
}
.article-body .article-content h2{
  font:400 33px/1.3 var(--serif);letter-spacing:-.7px;margin:39px 0 17px;color:var(--ink)
}
.article-body .article-content h3{
  font:400 24px/1.35 var(--serif);letter-spacing:-.4px;margin:28px 0 12px;color:var(--ink)
}
.article-body .article-content p{margin:0 0 25px;color:var(--muted)}
.article-body .article-content ul,
.article-body .article-content ol{
  margin:0 0 28px;padding-left:0;color:var(--muted);overflow:visible;list-style:none
}
.article-body .article-content ul>li,
.article-body .article-content ol>li{
  position:relative;margin:0 0 12px;padding-left:1.55em;color:var(--muted);display:block;line-height:1.75
}
.article-body .article-content ul>li::before{
  content:"•";position:absolute;left:0;top:0;color:var(--ink);font-weight:700;font-size:1.25em;line-height:1.55;speak:none
}
.article-body .article-content ol{counter-reset:miidasu-ol}
.article-body .article-content ol>li{counter-increment:miidasu-ol}
.article-body .article-content ol>li::before{
  content:counter(miidasu-ol) ".";position:absolute;left:0;top:0;color:var(--ink);font-weight:700;font-variant-numeric:tabular-nums;line-height:1.75
}

.article-body .article-content .table-wrap{
  width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:28px 0 32px
}
.article-body .article-content table{
  width:100%;border-collapse:collapse;font-size:15px;line-height:1.5;
  background:#fff;border:1px solid var(--line);min-width:280px
}
.article-body .article-content th,
.article-body .article-content td{
  border:1px solid var(--line);padding:10px 14px;text-align:left;vertical-align:top;color:var(--ink)
}
.article-body .article-content th{
  background:var(--pale);font-weight:700;font-size:13px;letter-spacing:.3px
}
.article-body .article-content code{
  font-size:.9em;background:var(--pale);padding:.1em .35em;border-radius:3px
}
@media(max-width:900px){
  .article-body .article-content h1{font-size:30px}
  .article-body .article-content h2{font-size:29px}
  .article-body .article-content h3{font-size:22px}
  .article-cover .feature-media{min-height:180px}
}

.feature .feature-excerpt{color:var(--muted);font-size:15px;line-height:1.7;margin:10px 0 0;max-width:34em}


/* ARTICLE TOC + LAYOUT v10 — LLM.co-style nested H2/H3 index, Miidasu cream panel */
.article-layout{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:clamp(28px,3.5vw,48px);
  align-items:start;
  padding:12px 0 40px;
  max-width:1120px;
  margin:0 auto;
}
.article-main{min-width:0}
.article-layout .article-head{
  max-width:none;
  margin:48px 0 28px;
  text-align:left;
}
.article-layout .article-head .meta{justify-content:flex-start}
.article-layout .article-head .dek{margin-left:0;margin-right:0;max-width:680px}
.article-layout .article-cover{max-width:none;margin:0 0 32px}
.article-layout .article-body{max-width:690px;margin:0 0 48px}
.article-layout .author-box{width:min(690px,100%);margin:0 0 48px}

.article-toc{
  background:#f7f5ef;
  border:1px solid var(--line);
  border-radius:6px;
  padding:18px 16px 16px;
}
.article-toc-desktop{
  position:sticky;
  top:24px;
  max-height:calc(100vh - 48px);
  overflow:auto;
  scrollbar-width:thin;
  scrollbar-color:#c5cde3 transparent;
}
.toc-label{
  margin:0 0 14px;
  color:var(--blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.4;
}
.article-toc-mobile > summary.toc-label{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:0;
  min-height:44px;
  user-select:none;
}
.article-toc-mobile > summary.toc-label::-webkit-details-marker{display:none}
.article-toc-mobile > summary.toc-label::after{
  content:"+";
  color:var(--ink);
  font-size:18px;
  font-weight:600;
  line-height:1;
}
.article-toc-mobile[open] > summary.toc-label{
  margin-bottom:12px;
  border-bottom:1px solid var(--line);
  padding-bottom:10px;
}
.article-toc-mobile[open] > summary.toc-label::after{content:"−"}
.article-toc-mobile{margin:0 0 28px}

.toc-list{margin:0;padding:0;list-style:none}
.toc-item{margin:0}
.toc-item > a{
  display:block;
  padding:10px 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
  border-top:1px solid var(--line);
  text-decoration:none;
}
.toc-list > .toc-item:first-child > a{border-top:0;padding-top:2px}
.toc-item.toc-h2 > a,
.toc-item.toc-h1 > a{
  color:var(--ink);
  font-weight:600;
  font-size:13px;
}
.toc-sub{margin:0;padding:0;list-style:none}
.toc-item.toc-h3 > a{
  padding:8px 0 8px 12px;
  font-size:12px;
  font-weight:400;
  color:var(--muted);
  border-top:1px solid #e8e4da;
}
.toc-item > a:hover{color:var(--blue)}
.article-content h1,
.article-content h2,
.article-content h3{scroll-margin-top:80px}

@media(max-width:960px){
  .article-layout{grid-template-columns:1fr;padding-top:0}
  .article-toc-desktop{display:none}
  .article-layout .article-head{text-align:center;margin-top:36px}
  .article-layout .article-head .meta{justify-content:center}
  .article-layout .article-head .dek{margin-inline:auto}
  .article-layout .article-body{margin-inline:auto}
  .article-layout .author-box{margin-inline:auto}
}
@media(min-width:961px){
  .article-toc-mobile{display:none}
}
